FBasisVectorMatrix::FBasisVectorMatrix

Create Basis matrix from 3 axis vectors and the origin.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Matrix.h

Include

#include "Math/Matrix.h"

Source

/Engine/Source/Runtime/Core/Public/Math/Matrix.inl

Syntax

FBasisVectorMatrix
(
    const FVector & XAxis,
    const FVector & YAxis,
    const FVector & ZAxis,
    const FVector & Origin
)

Remarks

Create Basis matrix from 3 axis vectors and the origin.

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