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 _trans : TGIS_Vector ); overload;
// C++ Builder public: void Add3DTranslation( TGIS_Vector* const _trans ) /* overload */;
Name | Type | Description |
---|---|---|
_trans | TGIS_Vector | translation vector; must be 3D or larger |