Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static Matrix3By3 CrossProductEquivalentMatrix(
	UnitCartesian vector
)

Parameters

vector
Type: AGI.Foundation.CoordinatesUnitCartesian
The unit vector for which the cross product equivalent matrix is desired.

Return Value

Type: Matrix3By3
The cross product equivalent matrix.
See Also