CrossProductMatrix

Skew-Symmetric matrix such that A X B = CrossProductMatrix(A) * B;.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/MatrixTypes.h

Include

#include "MatrixTypes.h"

Syntax

template<typename RealType>
static TMatrix3< RealType > CrossProductMatrix
(
    const FVector3< RealType > & A
)

Remarks

Skew-Symmetric matrix such that A X B = CrossProductMatrix(A) * B;.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss