Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TCapsule3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Volume () |
CapsuleTypes.h | ||
static T Volume
(
T Radius, |
Sphere utility functions | CapsuleTypes.h |
Volume()
| Name | Volume |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CapsuleTypes.h |
| Include Path | #include "CapsuleTypes.h" |
T Volume() const
Volume of Capsule
Volume(T, T)
Description
Sphere utility functions
| Name | Volume |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CapsuleTypes.h |
| Include Path | #include "CapsuleTypes.h" |
static T Volume
(
T Radius,
T Extent
)
Volume of Capsule with given Radius and Extent (half-length)