Navigation
API > API/Runtime > API/Runtime/GeometryCore
A 2D point set based on the Fibonacci sequence where the i'th point of an N point set can be directly computed.
Reference: Spherical Fibonacci Point Sets for Illumination Integrals https://repositori.upf.edu/bitstream/handle/10230/35552/marques_CGForum32_sphe.pdf?sequence=1&isAllowed=y
| Name | TFibonacciLattice |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/SphericalFibonacci.h |
| Include Path | #include "Sampling/SphericalFibonacci.h" |
Syntax
template<typename RealType>
class TFibonacciLattice
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFibonacciLattice
(
int32 NumPoints, |
Sampling/SphericalFibonacci.h |
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| N | int32 | Sampling/SphericalFibonacci.h | ||
| Type | EType | Sampling/SphericalFibonacci.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Num() |
Sampling/SphericalFibonacci.h | ||
TVector2< RealType > Point
(
int32 Index |
Sampling/SphericalFibonacci.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector2< RealType > operator[]
(
int32 Index |
Sampling/SphericalFibonacci.h |