| cgv
    | 
Provide arc length parameterization of a parametric curve using a piecewise linear approximation of the parameterization computed from arc length information. More...
#include <parametric_curve.h>
 
  
| Public Member Functions | |
| arc_length_parameterization_fast_linear_approximation (const arc_length_linear_approximation< T > &arc_length, int num_samples=128) | |
| T | evaluate (T d) const | 
| T | total_length () const | 
|  Public Member Functions inherited from cgv::math::curve_parameterization< arc_length_parameterization_fast_linear_approximation< T >, T > | |
| 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 a piecewise linear approximation of the parameterization computed from arc length information.
Faster than linear_approximation but potentially less accurate.
Definition at line 304 of file parametric_curve.h.
| 
 | inline | 
Definition at line 306 of file parametric_curve.h.
| 
 | inline | 
Definition at line 321 of file parametric_curve.h.
| 
 | inline | 
Definition at line 325 of file parametric_curve.h.