13 #ifndef eli_geom_curve_equivalent_curves_hpp
14 #define eli_geom_curve_equivalent_curves_hpp
16 #include "eli/code_eli.hpp"
26 template<
typename data__,
unsigned short dim__,
typename tol__>
50 while(c1e.degree()<c0.
degree())
55 return c1e.approximately_equal(c0);
void degree_promote()
Definition: bezier.hpp:436
bool approximately_equal(const bezier< data_type, dim__, tolerance_type > &bc) const
Definition: bezier.hpp:153
index_type degree() const
Definition: bezier.hpp:191
bool equivalent_curves(const bezier< data__, dim__, tol__ > &c0, const bezier< data__, dim__, tol__ > &c1)
Definition: equivalent_curves.hpp:27
Definition: bezier.hpp:109