User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_squarematrix.add3dtranslation_double_double_double

Table of Contents

TGIS_SquareMatrix.Add3DTranslation(double, double, double) method

DK11 for Java | tatukgis.jdk.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 | ActiveX | Python.

Syntax

// Java
public void Add3DTranslation(
  double _dx,
  double _dy,
  double _dz
);
// Oxygene
public
  procedure Add3DTranslation(
    _dx : Double;
    _dy : Double;
    _dz : Double
  );

Parameters

Name Type Description
_dx double
Double
translation along the X axis
_dy double
Double
translation along the Y axis
_dz double
Double
translation along the Z axis
2024/12/20 22:26

Page Tools