DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Make2DRotation | Methods | Properties
Makes the 2D rotation matrix.
// C# public void Make2DRotation( double _angle, WordBool _cwise );
' VisualBasic Public Sub Make2DRotation( ByVal _angle As Double, ByVal _cwise As WordBool )
// Oxygene public procedure Make2DRotation( _angle : Double; _cwise : WordBool );
Name | Type | Description |
---|---|---|
_angle | double Double | the angle of rotation |
_cwise | WordBool | True for clockwise (Y to X); False for counterclockwise |