Matrix2d.SetToRotation Method
Parent Object: Matrix2dDescription
Sets this matrix2d to the matrix2d of rotation by the specified angle, through the specified origin.
Syntax
Matrix2d.SetToRotation( Angle As Double, Center As Point2d )Parameters
Name | Type | Description |
Angle | Double | Angle of rotation for new matrix2d. |
Center | Point2d | Origin (center) of rotation. |