DK11 for Python | tatukgis.pdk.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.
# Python def Make3DRotationX( self, _angle: float, _cwise: bool ) -> None:
Name | Type | Description |
---|---|---|
_angle | float | the angle of rotation |
_cwise | bool | True for clockwise (Z to Y); False for counterclockwise |