|
cgv
|
CRTP base class that provides arc length parameterization information for a parametric_curve. More...
#include <parametric_curve.h>
Public Member Functions | |
| ParamT | evaluate (ParamT d) const |
| Evaluate the arc length parameterization of the curve. | |
| ParamT | total_length () const |
| Return the arc length of the complete curve for t from 0 to 1. | |
CRTP base class that provides arc length parameterization information for a parametric_curve.
| DerivedT | The implemented class type. |
| ParamT | The parameter type. |
Definition at line 34 of file parametric_curve.h.
|
inline |
Evaluate the arc length parameterization of the curve.
| d | The arc length. |
Definition at line 39 of file parametric_curve.h.
|
inline |
Return the arc length of the complete curve for t from 0 to 1.
Definition at line 44 of file parametric_curve.h.