Matrix2DRotationMatrix Method |
Creates a rotation matrix.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Matrix2D RotationMatrix(
double angle
)
Public Shared Function RotationMatrix (
angle As Double
) As Matrix2D
public:
static Matrix2D^ RotationMatrix(
[InAttribute] double angle
)
pdftron.Common.Matrix2D.RotationMatrix = function(angle);
Parameters
- angle
- Type: SystemDouble
The angle of rotation in radians. Positive values specify clockwise rotation.
Return Value
Type:
Matrix2D
The rotation matrix for a given angle.
See Also