ComputeGoldenSpiralPoints

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

ComputeGoldenSpiralPoints

(
    TArray< TVector< T, 3 >>& Points,
    const TCylinder< T >& Cylinder,
    const int32 NumPoints,
    const bool IncludeEndCaps
)

Public function Static

void

 

ComputeGoldenSpiralPoints

(
    TArray< TVector< T, 3 >>& Points,
    const TVector< T, 3 >& Origin,
    const TVector< T, 3 >& Axis,
    const T Radius,
    const T Height,
    const int32 NumPoints,
    const bool IncludeEndCaps,
    int32 SpiralSeed
)

Use the golden spiral method to generate evenly spaced points on a cylinder.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss