|
cgv
|
CRTP base class that provides arc length information for a parametric_curve. More...
#include <parametric_curve.h>
Public Member Functions | |
| ParamT | evaluate (ParamT t) const |
| Evaluate the arc length 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 information for a parametric_curve.
| DerivedT | The implemented class type. |
| ParamT | The parameter type. |
Definition at line 15 of file parametric_curve.h.
|
inline |
Evaluate the arc length of the curve.
| t | The curve parameter. |
Definition at line 20 of file parametric_curve.h.
|
inline |
Return the arc length of the complete curve for t from 0 to 1.
Definition at line 25 of file parametric_curve.h.