Computes the cross product of two vectors in three-dimensional Euclidean space.
Throws GeneralException unless both this MMatrix and value are three-dimensional vectors.
public MMatrix VMultiplication(
MMatrix value
)Public Function VMultiplication (
value As MMatrix
) As MMatrixpublic:
MMatrix^ VMultiplication(
MMatrix^ value
)member VMultiplication :
value : MMatrix -> MMatrix | GeneralException | Thrown unless both this MMatrix and value are three-dimensional vectors. |