aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/LineIntersection.h
blob: c1246a5f4476922db45484cab6b8ef4b6eb48e1f (plain)
1
2
3
4
5

#include "DataTypes.h"

bool lineIntersect(const _Line& a, const _Line& b, _Point* result);
bool testIntersect(const _Line& a, const _Line& b);