caryclark@google.com | c682590 | 2012-02-03 22:07:47 +0000 | [diff] [blame] | 1 | #include "DataTypes.h" |
2 | |||||
3 | // utilities used only for unit testing | ||||
4 | bool point_on_parameterized_curve(const Cubic& cubic, const _Point& point); | ||||
5 | bool point_on_parameterized_line(const _Line& line, const _Point& point); | ||||
6 | bool point_on_parameterized_curve(const Quadratic& quad, const _Point& point); |