DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Make2DRotation | Constructors | Methods | Properties
Makes the 2D rotation matrix.
# Python def Make2DRotation( self _angle: float _cwise: bool ) -> None:
Name | Type | Description |
---|---|---|
_angle | float | the angle of rotation |
_cwise | bool | True for clockwise (Y to X); False for counterclockwise |