Example #1
0
 public static bool containsPoint(LDPolygon t, LDPoint p, bool onLine = false)
 {
     Debug.Assert(t.size() == 3);
     return(containsPoint(t[0], t[1], t[2], p, onLine));
 }
Example #2
0
 public static bool containsPoint(LDPolygon t, LDPoint p, bool onLine = false)
 {
     Debug.Assert(t.size() == 3);
     return containsPoint(t[0], t[1], t[2], p, onLine);
 }