Пример #1
0
 public bool Contains(ref Vector2 pt)
 {
     return(Math2d.IsPointInTriangle(ref pt, ref p1, ref p2, ref p3));
 }