Ejemplo n.º 1
0
 public bool IntersectsCircle(ref Vector2 center, float radius)
 {
     return(Math2d.IsCircleIntersectTriangle(ref center, radius, ref p1, ref p2, ref p3));
 }