DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Make3DRotationY | Constructors | Methods | Properties
Makes the 3D rotation matrix around the Y axis; increases dimension to 3 if smaller, does not change dimension if larger than 3.
// Delphi public procedure Make3DRotationY( const _angle : Double; const _cwise : Boolean );
// C++ Builder public: void Make3DRotationY( const double _angle, const bool _cwise );
Name | Type | Description |
---|---|---|
_angle | Double | the angle of rotation |
_cwise | Boolean | True for clockwise (X to Z); False for counterclockwise |