Share

Matrix2d.SetToRotation Method

Parent Object: Matrix2d

Description

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.

Version

Introduced in version 11

Was this information helpful?