PEXRotate2D Utility


Synopsis

 
   void PEXRotate2D(
        double angle,
        PEXMatrix3x3 matrix_return
   )
 

Arguments

angle
Angle of the rotation in radians.

matrix_return
Matrix into which rotation matrix is stored.

Returns

None.

Description

Invoke PEXRotate2D to create a rotation matrix for the specified angle.

The resulting matrix rotates by the angle specified in radians about the origin.

Errors

None.

See Also

For a list of modeling transformation utilities, see Modeling Transformation Utilities. For a list of related topics, see PEXlib Utilities.