TMatrix.VMultiplication Method

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

Definition

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

Parameters

value  TMatrix
Right-hand operand.

Return Value

TMatrix
Result of the operation.

Exceptions

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

See Also