caryclark@google.com | 639df89 | 2012-01-10 21:46:10 +0000 | [diff] [blame^] | 1 | #include "DataTypes.h" |
2 | |||||
3 | bool controls_inside(const Cubic& ); | ||||
4 | void find_tight_bounds(const Cubic& , _Rect& ); | ||||
5 | void quad_to_cubic(const Quadratic& , Cubic& ); | ||||
6 | void xy_at_t(const Cubic& , double t, double& x, double& y); |