![]() |
Radium Engine
1.7.0
|
Implements the 2D fibonacci Point set points follow the FibonacciSequence (i, N) => [i / phi, i / N]. More...
#include <Core/Random/RandomPointSet.hpp>
Collaboration diagram for Ra::Core::Random::FibonacciPointSet:Public Member Functions | |
| FibonacciPointSet (size_t n) | |
| FibonacciPointSet (const FibonacciPointSet &)=default | |
| FibonacciPointSet & | operator= (const FibonacciPointSet &)=default |
| FibonacciPointSet (FibonacciPointSet &&)=default | |
| FibonacciPointSet & | operator= (FibonacciPointSet &&)=default |
| size_t | range () |
| Ra::Core::Vector2 | operator() (size_t i) |
Implements the 2D fibonacci Point set points follow the FibonacciSequence (i, N) => [i / phi, i / N].
Definition at line 66 of file RandomPointSet.hpp.
|
explicit |
Definition at line 26 of file RandomPointSet.cpp.
| Ra::Core::Vector2 Ra::Core::Random::FibonacciPointSet::operator() | ( | size_t | i | ) |
Definition at line 31 of file RandomPointSet.cpp.
| size_t Ra::Core::Random::FibonacciPointSet::range | ( | ) |
Definition at line 28 of file RandomPointSet.cpp.