MMatrixVMultiplication Method

Computes the cross product of two vectors in three-dimensional Euclidean space.

Throws GeneralException unless both this MMatrix and value are three-dimensional vectors.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public MMatrix VMultiplication(
	MMatrix value
)

Parameters

value  MMatrix
Right-hand operand.

Return Value

MMatrix
Result of the operation.

Exceptions

GeneralException Thrown unless both this MMatrix and value are three-dimensional vectors.

See Also