DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Make3DRotationZ | Methods | Properties
Makes a 3D rotation matrix around the Z axis; increases dimension to 3 if smaller, does not change dimension if larger than 3.
// C# public void Make3DRotationZ( double _angle, WordBool _cwise );
' VisualBasic Public Sub Make3DRotationZ( ByVal _angle As Double, ByVal _cwise As WordBool )
// Oxygene public procedure Make3DRotationZ( _angle : Double; _cwise : WordBool );
Name | Type | Description |
---|---|---|
_angle | double Double | the angle of rotation |
_cwise | WordBool | True for clockwise (Y to X); False for counterclockwise |