Matrix3By3CrossProductEquivalentMatrix Method (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.
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(
Cartesian vector
)
Public Shared Function CrossProductEquivalentMatrix (
vector As Cartesian
) As Matrix3By3
public:
static Matrix3By3 CrossProductEquivalentMatrix(
Cartesian vector
)
static member CrossProductEquivalentMatrix :
vector : Cartesian -> Matrix3By3
Parameters
- vector
- Type: AGI.Foundation.CoordinatesCartesian
The vector for which the cross product equivalent matrix is desired.
Return Value
Type:
Matrix3By3The cross product equivalent matrix.
See Also