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