Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCapsule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMatrix33 GetInertiaTensor
(
const FReal Mass |
Chaos/Capsule.h | ||
static FMatrix33 GetInertiaTensor
(
const FReal Mass, |
Chaos/Capsule.h |
GetInertiaTensor(const FReal)
| Name | GetInertiaTensor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Capsule.h |
| Include Path | #include "Chaos/Capsule.h" |
FMatrix33 GetInertiaTensor
(
const FReal Mass
) const
GetInertiaTensor(const FReal, const FReal, const FReal)
| Name | GetInertiaTensor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Capsule.h |
| Include Path | #include "Chaos/Capsule.h" |
static FMatrix33 GetInertiaTensor
(
const FReal Mass,
const FReal Height,
const FReal Radius
)