Click or drag to resize

Matrix3By3CrossProductEquivalentMatrix Method

Overload List
  NameDescription
Public methodStatic memberCrossProductEquivalentMatrix(Cartesian)
Forms a Matrix3By3 from the input vector such that the result of the cross product of the input vector with another vector is equivalent to premultiplying the other vector by the returned matrix.
Public methodStatic memberCrossProductEquivalentMatrix(UnitCartesian)
Forms a Matrix3By3 from the input vector such that the result of the cross product of the input unit vector with another vector is equivalent to premultiplying the other vector by the returned matrix.
Top
See Also