'Declaration Public Overloads Shared Function Multiply( _
ByVal vectorThe vector to transform.As VintasoftVector3D, _
ByVal matrixThe transformation to apply to vector.As AffineMatrix3D _
) As VintasoftVector3D
public static VintasoftVector3D Multiply(
VintasoftVector3D vector,
AffineMatrix3D matrix
)
public: static VintasoftVector3D Multiply(
VintasoftVector3D vector,
AffineMatrix3D* matrix
)
public:
static VintasoftVector3D Multiply(
VintasoftVector3D vector,
AffineMatrix3D^ matrix
)
Parameters
- vector
- The vector to transform.
- matrix
- The transformation to apply to vector.
Return Value
The result of transforming vector by matrix.