TMatrix.VMultiplication Method
Computes the cross product of two vectors in three-dimensional Euclidean space.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TMatrix VMultiplication(
TMatrix value
)
Public Function VMultiplication (
value As TMatrix
) As TMatrix
public:
TMatrix^ VMultiplication(
TMatrix^ value
)
member VMultiplication :
value : TMatrix -> TMatrix
- value TMatrix
- Right-hand operand.
TMatrixResult of the operation.
GeneralException |
Thrown unless this matrix and value are three-dimensional vectors.
|