Path generated by evaluating callback functions at even intervals.
More...
#include <parametric_path.hpp>
Path generated by evaluating callback functions at even intervals.
Definition at line 13 of file parametric_path.hpp.
◆ parametric_path_t()
parametric_path_t::parametric_path_t |
( |
const std::function< path_vertex_t(double)> & | eval, |
|
|
int | segments = 16 ) |
|
explicitnoexcept |
- Parameters
-
eval | A callback that should return a PathVertex for a given value. |
segments | The number of segments along the path. Should be >= 1. Zero yields an empry path. |
Definition at line 54 of file parametric_path.cpp.
◆ edges()
◆ vertices()
The documentation for this class was generated from the following files:
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine/engine/rendering/generator/parametric_path.hpp
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine/engine/rendering/generator/parametric_path.cpp