![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DenseMatrix.h>
Public Member Functions | |
| FReal | M () const |
| const FReal | I (int32 RowIndex, int32 ColIndex) const |
Static Public Member Functions | |
| static FMassMatrix | Make (const FReal InM, const FMatrix33 &InI) |
| static FMassMatrix | Make (const FReal InM, FMatrix33 &&InI) |
| static FMassMatrix | Make (const FReal InM, const FRotation3 &Q, const FMatrix33 &InI) |
A block-diagonal matrix specifically for use with Mass/Inertia (or more usually inverse mass and inertia) and TDenseMatrix math used by the constraint solvers.
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |