Click or drag to resize

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
)

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