synfig-core  1.0.3
Public Types | Public Member Functions | Public Attributes | List of all members
synfig::CIntersect Class Reference

#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

Member Typedef Documentation

typedef std::vector< std::pair<float,float > > synfig::CIntersect::intersect_set

Constructor & Destructor Documentation

CIntersect::CIntersect ( )

Member Function Documentation

bool CIntersect::operator() ( const etl::bezier< Point > &  b1,
const etl::bezier< Point > &  b2 
)

References synfig::Bound(), clean_bez(), and times.

Member Data Documentation

intersect_set synfig::CIntersect::times

Referenced by operator()().

int synfig::CIntersect::max_depth

The documentation for this class was generated from the following files: