DK11 for .NET | TatukGIS.NDK.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.
// C# public void Add3DTranslation( double[] _trans );
' VisualBasic Public Sub Add3DTranslation( ByVal _trans As Double() )
// Oxygene public procedure Add3DTranslation( _trans : TGIS_Vector );
Name | Type | Description |
---|---|---|
_trans | double[] TGIS_Vector | translation vector; must be 3D or larger |