DK for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Add3DTranslation_2 | Methods | Properties
Adds translation to a 4D rotation-translation matrix; increases dimension to 4 if smaller, does not change dimension if larger than 4.
// C# public void Add3DTranslation_2( ITGIS_Vector _trans );
' VisualBasic Public Sub Add3DTranslation_2( ByVal _trans As ITGIS_Vector )
// Oxygene public procedure Add3DTranslation_2( _trans : ITGIS_Vector );
Name | Type | Description |
---|---|---|
_trans | ITGIS_Vector | translation vector; must be 3D or larger |