aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/TestUtilities.h
blob: 6c878e3d6dbbc112c916feb47905de67dffa1fb2 (plain)
1
2
3
4
5
#include "DataTypes.h"

bool controls_inside(const Cubic& );
void find_tight_bounds(const Cubic& , _Rect& );
void quad_to_cubic(const Quadratic& , Cubic& );