DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Multiply_2 | Methods | Properties
Multiplies the supplied vector by the current matrix.
// C# public ITGIS_Vector Multiply_2( ITGIS_Vector _vec );
' VisualBasic Public Function Multiply_2( ByVal _vec As ITGIS_Vector ) As ITGIS_Vector
// Oxygene public function Multiply_2( _vec : ITGIS_Vector ) : ITGIS_Vector;
Name | Type | Description |
---|---|---|
_vec | ITGIS_Vector | the vector to be multiplied |
Type | Description |
---|---|
ITGIS_Vector | The result of multiplication. |