Click or drag to resize

NMathFunctionsCross Method

Overload List
 NameDescription
Public methodStatic memberCross(DoubleVector, DoubleVector) Computes the cross product
C#
v X u
. Vectors
C#
and
C#
must have at least length three. Elements beyond three are ignored for purposes of computing the cross product.
Public methodStatic memberCross(FloatVector, FloatVector) Computes the cross product
C#
v X u
. Vectors
C#
and
C#
must have at least length three. Elements beyond three are ignored for purposes of computing the cross product.
Public methodStatic memberCross(DoubleVector, DoubleVector, DoubleVector) Computes the cross product
C#
v X u
. Vectors
C#
and
C#
must have at least length three. Elements beyond three are ignored for purposes of computing the cross product.
Public methodStatic memberCross(FloatVector, FloatVector, FloatVector) Computes the cross product
C#
v X u
. Vectors
C#
and
C#
must have at least length three. Elements beyond three are ignored for purposes of computing the cross product.
Top
See Also