DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Make2DRotation | Constructors | Methods | Properties
Makes the 2D rotation matrix.
// Java public void Make2DRotation( double _angle, bool _cwise );
// Oxygene public procedure Make2DRotation( _angle : Double; _cwise : Boolean );
Name | Type | Description |
---|---|---|
_angle | double Double | the angle of rotation |
_cwise | bool Boolean | True for clockwise (Y to X); False for counterclockwise |