PMatrix< float, 3, 3 >::GetColumn

Get the specified column (0-indexed, X,Y,Z).

Windows
MacOS
Linux

References

Module

ChaosCore

Header

/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Matrix.h

Include

#include "Chaos/Matrix.h"

Syntax

TVector< float, 3 > GetColumn
(
    int32 ColumnIndex
) const

Remarks

Get the specified column (0-indexed, X,Y,Z). Equivalent to GetAxis.

: we are treating matrices as column major, so columns are sequential in memory GetAxis, GetRow

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