DK11 for Delphi | GisMatrix.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.
// Delphi public procedure Add3DTranslation( const _dx : Double; const _dy : Double; const _dz : Double ); overload;
// C++ Builder public: void Add3DTranslation( const double _dx, const double _dy, const double _dz ) /* overload */;
Name | Type | Description |
---|---|---|
_dx | Double | translation along the X axis |
_dy | Double | translation along the Y axis |
_dz | Double | translation along the Z axis |