TFibonacciLattice

A 2D point set based on the Fibonacci sequence where the i'th point of an N point set can be directly computed.

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 TFibonacciLattice

Remarks

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

Variables

Name Description

Public variable

int32

 

N

Public variable

EType

 

Type

Constructors

Name Description

Public function

TFibonacciLattice

(
    int32 NumPoints,
    EType InType
)

Functions

Name Description

Public function Const

int32

 

Num()

Public function Const

FVector2< Re...

 

Point

(
    int32 Index
)

Operators

Name Description

Public function Const

FVector2< Re...

 

operator[]

(
    int32 Index
)

Enums

Name

Description

Public enum

EType

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