Matrix3By3CrossProductEquivalentMatrix Method (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.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Matrix3By3 CrossProductEquivalentMatrix(
UnitCartesian vector
)
Public Shared Function CrossProductEquivalentMatrix (
vector As UnitCartesian
) As Matrix3By3
public:
static Matrix3By3 CrossProductEquivalentMatrix(
UnitCartesian vector
)
static member CrossProductEquivalentMatrix :
vector : UnitCartesian -> Matrix3By3
Parameters
- vector
- Type: AGI.Foundation.CoordinatesUnitCartesian
The unit vector for which the cross product equivalent matrix is desired.
Return Value
Type:
Matrix3By3The cross product equivalent matrix.
See Also