blob: c1246a5f4476922db45484cab6b8ef4b6eb48e1f [file] [log] [blame]
caryclark@google.com639df892012-01-10 21:46:10 +00001
2#include "DataTypes.h"
3
4bool lineIntersect(const _Line& a, const _Line& b, _Point* result);
5bool testIntersect(const _Line& a, const _Line& b);