![]() |
Radium Engine
1.7.0
|
Map a [0, 1)^2 point set on the unit sphere. More...
#include <Core/Random/RandomPointSet.hpp>
Collaboration diagram for Ra::Core::Random::SphericalPointSet< PointSet >:Public Member Functions | |
| SphericalPointSet (size_t n) | |
| SphericalPointSet (const SphericalPointSet &)=default | |
| SphericalPointSet & | operator= (const SphericalPointSet &)=default |
| SphericalPointSet (SphericalPointSet &&)=default | |
| SphericalPointSet & | operator= (SphericalPointSet &&)=default |
| size_t | range () |
| Ra::Core::Vector3 | operator() (size_t i) |
Map a [0, 1)^2 point set on the unit sphere.
| PointSet | the random point set type to map on sphere |
Definition at line 134 of file RandomPointSet.hpp.
|
explicit |
Definition at line 166 of file RandomPointSet.hpp.
| Ra::Core::Vector3 Ra::Core::Random::SphericalPointSet< PointSet >::operator() | ( | size_t | i | ) |
Definition at line 174 of file RandomPointSet.hpp.
| size_t Ra::Core::Random::SphericalPointSet< PointSet >::range | ( | ) |
Definition at line 169 of file RandomPointSet.hpp.