'Declaration Public Overloads Operator *( _
ByVal vectorThe vector to transform.As VintasoftVector3D, _
ByVal matrixThe transformation to apply to vector.As AffineMatrix3D _
) As VintasoftVector3D
public VintasoftVector3D operator *(
VintasoftVector3D vector,
AffineMatrix3D matrix
)
public: VintasoftVector3D op_Multiply(
VintasoftVector3D vector,
AffineMatrix3D* matrix
)
public:
VintasoftVector3D operator *(
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.