User Tools

Site Tools


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

Table of Contents

TGIS_SquareMatrix.Add3DTranslation(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[] _trans
);
// Oxygene
public
  procedure Add3DTranslation(
    _trans : TGIS_Vector
  );

Parameters

Name Type Description
_trans double[]
TGIS_Vector
translation vector; must be 3D or larger
2022/11/30 19:35

Page Tools