Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TAABB
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PMatrix< FReal, d, d > GetInertiaTensor
(
const FReal Mass |
Chaos/AABB.h | ||
static PMatrix< FReal, 3, 3 > GetInertiaTensor
(
const FReal Mass, |
Chaos/AABB.h |
GetInertiaTensor(const FReal)
| Name | GetInertiaTensor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/AABB.h |
| Include Path | #include "Chaos/AABB.h" |
PMatrix < FReal, d, d > GetInertiaTensor
(
const FReal Mass
) const
GetInertiaTensor(const FReal, const TVector< FReal, 3 > &)
| Name | GetInertiaTensor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/AABB.h |
| Include Path | #include "Chaos/AABB.h" |
static PMatrix < FReal, 3, 3 > GetInertiaTensor
(
const FReal Mass,
const TVector < FReal, 3 > & Dim
)