ComputeGoldenSpiralPoints

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

ComputeGoldenSpiralPoints

(
    TArray< TVector< T, 3 >>& Points,
    const TTaperedCylinder< T >& Cylin...,
    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 Radius1,
    const T Radius2,
    const T Height,
    const int32 NumPoints,
    const bool IncludeEndCaps,
    int32 SpiralSeed
)

Use the golden spiral method to generate evenly spaced points on a tapered cylinder (truncated cone).

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