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