cgv
|
Provide arc length parameterization of a parametric curve using binary search on a bezier approximation of the arc length. More...
#include <parametric_curve.h>
Public Member Functions | |
arc_length_parameterization_bezier_approximation (const arc_length_bezier_approximation< T > &arc_length, int depth=8) | |
T | evaluate (T d) const |
T | total_length () const |
![]() | |
T | evaluate (T d) const |
Evaluate the arc length parameterization of the curve. | |
T | total_length () const |
Return the arc length of the complete curve for t from 0 to 1. | |
Provide arc length parameterization of a parametric curve using binary search on a bezier approximation of the arc length.
Potentially less accurate and slower than linear approximations but with lower memory consumption.
Definition at line 336 of file parametric_curve.h.
|
inline |
Definition at line 338 of file parametric_curve.h.
|
inline |
Definition at line 340 of file parametric_curve.h.
|
inline |
Definition at line 361 of file parametric_curve.h.