Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Sampling
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/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
| Type | Name | Description | |
|---|---|---|---|
| EDistribution | Distribution | ||
| int32 | N |
Constructors
| Type | Name | Description | |
|---|---|---|---|
THemisphericalFibonacci
(
int32 NumPoints, |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| TVector< RealType > | operator[]
(
int32 Index |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDistribution |