Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TSphereSpecializeSamplingHelper< T, 3 > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Sphere.h |
| Include Path | #include "Chaos/Sphere.h" |
Syntax
template<typename T>
struct TSphereSpecializeSamplingHelper< T, 3 >
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/Sphere.h | |||
static void ComputeGoldenSpiralPoints
(
TArray< TVec3< T > >& Points, |
Returns NumPoints_ points evenly distributed on a 3D Sphere_. |
Chaos/Sphere.h | |
static void ComputeGoldenSpiralPoints
(
TArray< TVec3< T > >& Points, |
Use the golden spiral method to evenly distribute points on a sphere. | Chaos/Sphere.h | |
| Chaos/Sphere.h | |||
| Chaos/Sphere.h |