public static bool Contains(Tri a, float x, float y) { return(x < a.edges.x && y > a.edges.y && x + y > a.k); }
bool ICollidesWith <Tri> .Intersects(Tri other) { throw new NotImplementedException(); }