RotatePoint.SetAngles

Sets the rotation angles around all three axes to apply to the input value.

@param xAngle The rotation angle around the @a x axis, in degrees. @param yAngle The rotation angle around the @a y axis, in degrees. @param zAngle The rotation angle around the @a z axis, in degrees.

The GetValue() method rotates the coordinates of the input value around the origin before returning the output value from the source module.

class RotatePoint
void
SetAngles
(
double xAngle
,
double yAngle
,
double zAngle
)

Meta