namespace TriangleNet { internal enum FindDirectionResult { Within = 0, Leftcollinear = 1, Rightcollinear = 2 } }