#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 | ( | ) |
| bool synfig::CIntersect::operator() | ( | const etl::bezier< Point > & | b1, | |
| const etl::bezier< Point > & | b2 | |||
| ) |
1.5.3