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