TransformationMatrix.RotateZ

TransformationMatrix.RotateZ method

Rotation matrix around Z

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

Return Value

Rotation matrix

See Also