DK11 for .NET | TatukGIS.NDK.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.
// C# public void Make3DRotationX( double _angle, bool _cwise );
' VisualBasic Public Sub Make3DRotationX( ByVal _angle As Double, ByVal _cwise As Boolean )
// Oxygene public procedure Make3DRotationX( _angle : Double; _cwise : Boolean );
Name | Type | Description |
---|---|---|
_angle | double Double | the angle of rotation |
_cwise | bool Boolean | True for clockwise (Z to Y); False for counterclockwise |