Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FTaperedCapsuleSpecializeSamplingHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCapsule.h |
| Include Path | #include "Chaos/TaperedCapsule.h" |
Syntax
struct FTaperedCapsuleSpecializeSamplingHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ComputeGoldenSpiralPoints
(
TArray< FVec3 >& Points, |
Chaos/TaperedCapsule.h | ||
static void ComputeGoldenSpiralPoints
(
TArray< FVec3 >& Points, |
Use the golden spiral method to generate evenly spaced points on a tapered capsule (truncated cone with two hemispherical ends). | Chaos/TaperedCapsule.h | |
static void ComputeGoldenSpiralPointsUnoriented
(
TArray< FVec3 >& Points, |
Generates points on a tapered capsule (truncated cone), oriented about the Z axis, varying from [-Height/2, Height/2]. | Chaos/TaperedCapsule.h | |
static void ComputeSamplePoints
(
TArray< FVec3 >& Points, |
Chaos/TaperedCapsule.h |