PEXRotate2D(3) — Subroutines
Name
PEXRotate2D
Synopsis
void PEXRotate2D(double angle, PEXMatrix3x3 matrix_return)
Arguments
angleangle of the rotation in radians
matrix_return
matrix into which rotation matrix is stored
Returns
None.
Description
The resulting matrix rotates by the angle specified in radians about the origin.
Errors
None
See Also
PEXRotate, PEXRotateGeneral