blob: c67d70226a5db44eff95dd0f7fb262a8bf000a01 [file] [log] [blame]
caryclark@google.com639df892012-01-10 21:46:10 +00001#include "DataTypes.h"
2
3bool controls_inside(const Cubic& );
4void find_tight_bounds(const Cubic& , _Rect& );
5void quad_to_cubic(const Quadratic& , Cubic& );
6void xy_at_t(const Cubic& , double t, double& x, double& y);