Definition ParametricPath.hpp:20
const ParametricPath * mPath
Definition ParametricPath.hpp:29
int i_
Definition ParametricPath.hpp:31
bool done() const noexcept
Definition ParametricPath.hpp:36
PathVertex generate() const
bool done() const noexcept
Path generated by evaluating callback functions at even intervals.
Definition ParametricPath.hpp:18
Function< PathVertex(double) const > mEval
Definition ParametricPath.hpp:62
Vertices vertices() const noexcept
double mDelta
Definition ParametricPath.hpp:66
Edges edges() const noexcept
int mSegments
Definition ParametricPath.hpp:64
Definition PathVertex.hpp:14
Definition AnyGenerator.hpp:12
FunctionBase< true, true, fu2::capacity_default, true, false, Signatures... > Function
An owning copyable function wrapper for arbitrary callable types.
Definition Function.hpp:54
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25