TransformationMatrix.RotateY

TransformationMatrix.RotateY method

Rotation matrix around Y

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

Return Value

Rotation matrix

See Also