THemisphericalFibonacci

A hemisphere point set generated using a Fibonacci lattice where the i'th point of an N point set can be computed directly.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Sampling/SphericalFibonacci.h

Include

#include "Sampling/SphericalFibonacci.h"

Syntax

template<typename RealType>
class THemisphericalFibonacci

Remarks

A hemisphere point set generated using a Fibonacci lattice where the i'th point of an N point set can be computed directly.

Z is "up" in the hemisphere.

Variables

Name Description

Public variable

EDistribution

 

Distribution

Public variable

int32

 

N

Constructors

Name Description

Public function

THemisphericalFibonacci

(
    int32 NumPoints,
    EDistribution Dist
)

Functions

Name Description

Public function Const

int32

 

Num()

Public function Const

FVector3< Re...

 

Point

(
    int32 Index
)

Operators

Name Description

Public function Const

FVector3< Re...

 

operator[]

(
    int32 Index
)

Enums

Name

Description

Public enum

EDistribution

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