Sphere3 class
#include <ldsgen/sphere_n.hpp>
3-Sphere sequence generator
Generates points on a 3-sphere using a combination of Van der Corput and Sphere generators.
Base classes
- class SphereGen
- Base class for sphere generators.
Constructors, destructors, conversion operators
Public functions
Function documentation
std::vector<double> ldsgen:: Sphere3:: pop() override
Generate the next point on the 3-sphere.
| Returns | std::vector<double> the next point on the 3-sphere |
|---|
Returns the next point on the 3-sphere as a vector of double values.