User Tools

Site Tools


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

Table of Contents

TGIS_SquareMatrix.Add3DTranslation(float, float, float) method

DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Add3DTranslation | Overloads | Constructors | Methods | Properties

Adds translation to a 4D rotation-translation matrix; increases dimension to 4 if smaller, does not change dimension if larger than 4.

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

Syntax

# Python
def Add3DTranslation(
  self
  _dx: float
  _dy: float
  _dz: float
) -> None: 

Parameters

Name Type Description
_dx float translation along the X axis
_dy float translation along the Y axis
_dz float translation along the Z axis
2022/11/30 16:04

Page Tools