synfig-core
1.0.3
|
#include <curve_helper.h>
Public Types | |
typedef std::vector< std::pair < float, float > > | intersect_set |
Public Member Functions | |
CIntersect () | |
bool | operator() (const etl::bezier< Point > &b1, const etl::bezier< Point > &b2) |
Public Attributes | |
intersect_set | times |
int | max_depth |
typedef std::vector< std::pair<float,float > > synfig::CIntersect::intersect_set |
CIntersect::CIntersect | ( | ) |
References synfig::Bound(), clean_bez(), and times.
intersect_set synfig::CIntersect::times |
Referenced by operator()().
int synfig::CIntersect::max_depth |