// Token: 0x0600026E RID: 622 RVA: 0x0000A5E2 File Offset: 0x000087E2 public static ICollection <Vector2> IntersectionPointsWith(this Circle2 circle, Line2 line) { return(line.IntersectionPointsWith(circle)); }
// Token: 0x06000308 RID: 776 RVA: 0x0000C48E File Offset: 0x0000A68E public static ICollection <Vector2> IntersectionPointsWith(this AxisAlignedBox2 axisAlignedBox, Line2 line) { return(line.IntersectionPointsWith(axisAlignedBox)); }
// Token: 0x06000266 RID: 614 RVA: 0x0000A524 File Offset: 0x00008724 public static ICollection <Vector2> IntersectionPointsWith(this Arc2 arc, Line2 line) { return(line.IntersectionPointsWith(arc)); }
// Token: 0x06000438 RID: 1080 RVA: 0x00013184 File Offset: 0x00011384 public static ICollection <Vector2> IntersectionPointsWith(this Triangle2 triangle, Line2 line) { return(line.IntersectionPointsWith(triangle)); }
// Token: 0x06000327 RID: 807 RVA: 0x0000CF0D File Offset: 0x0000B10D public static ICollection <Vector2> IntersectionPointsWith(this Box2 box, Line2 line) { return(line.IntersectionPointsWith(box)); }