![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SphericalFibonacci.h>
Public Types | |
| enum class | EType { Square , Disc } |
Public Member Functions | |
| TFibonacciLattice (int32 NumPoints=64, EType InType=EType::Square) | |
| int32 | Num () const |
| TVector2< RealType > | Point (int32 Index) const |
| TVector2< RealType > | operator[] (int32 Index) const |
Public Attributes | |
| int32 | N = 64 |
| EType | Type = EType::Square |
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
|
strong |
|
inline |
|
inline |
|
inline |
| Index | point index in range [0,Num()-1] |
|
inline |
| Index | point index in range [0,Num()-1] |
| int32 UE::Geometry::TFibonacciLattice< RealType >::N = 64 |
| EType UE::Geometry::TFibonacciLattice< RealType >::Type = EType::Square |