PMatrix< float, 3, 3 >::SetColumn

Set the specified column.

Windows
MacOS
Linux

References

Module

ChaosCore

Header

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

Include

#include "Chaos/Matrix.h"

Syntax

void SetColumn
(
    int32 ColumnIndex,
    const TVector< float, 3 > & V
)

Remarks

Set the specified column. Equivalent to SetAxis.

: we are treating matrices as column major, so axis elements are sequential in memory SetAxis, SetRow

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