User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_squarematrix.make3drotationx_double_boolean

Table of Contents

TGIS_SquareMatrix.Make3DRotationX method

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def Make3DRotationX(
  self,
  _angle: float,
  _cwise: bool
) -> None: 

Parameters

Name Type Description
_angle float the angle of rotation
_cwise bool True for clockwise (Z to Y); False for counterclockwise
2023/08/09 01:59

Page Tools