TransformationMatrix.RotateX

TransformationMatrix.RotateX method

Rotation matrix around X

public static TransformationMatrix RotateX(double theta)
ParameterTypeDescription
thetaDoubleAngle of rotation

Return Value

Rotation matrix

See Also