Esempio n. 1
0
 public static bool TryGetIntersects(this IShape self, IShape other, out Vector[] intersects)
 {
     return(Intersections.TryGetIntersects(self, other, out intersects));
 }