blob: c1246a5f4476922db45484cab6b8ef4b6eb48e1f [file] [log] [blame]
#include "DataTypes.h"
bool lineIntersect(const _Line& a, const _Line& b, _Point* result);
bool testIntersect(const _Line& a, const _Line& b);