Пример #1
0
 public static bool PointInPoly(this IPoly poly, Vector3 point)
 {
     return(poly.PointInPoly(point, poly.GetNormal()));
 }