SphereN class
#include <ldsgen/sphere_n.hpp>
N-dimensional sphere sequence generator.
Generates points on an N-dimensional sphere using a recursive approach.
Base classes
- class SphereGen
- Base class for sphere generators.
Constructors, destructors, conversion operators
Public functions
Function documentation
std::vector<double> ldsgen:: SphereN:: pop() override
Generate the next point on the N-dimensional sphere.
| Returns | std::vector<double> the next point on the N-dimensional sphere |
|---|
Returns the next point on the N-dimensional sphere as a vector of double values.