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