public static bool PointInPoly(this IPoly poly, Vector3 point) { return(poly.PointInPoly(point, poly.GetNormal())); }