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.
// Java public void Add3DTranslation( double _dx, double _dy, double _dz );
// Oxygene public procedure Add3DTranslation( _dx : Double; _dy : Double; _dz : Double );
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 |