// Token: 0x0600043B RID: 1083 RVA: 0x0001319F File Offset: 0x0001139F public static ICollection <Vector2> IntersectionPointsWith(this Triangle2 triangle, Segment2 segment) { return(segment.IntersectionPointsWith(triangle)); }
// Token: 0x06000305 RID: 773 RVA: 0x0000C473 File Offset: 0x0000A673 public static ICollection <Vector2> IntersectionPointsWith(this AxisAlignedBox2 axisAlignedBox, Segment2 segment) { return(segment.IntersectionPointsWith(axisAlignedBox)); }
// Token: 0x06000328 RID: 808 RVA: 0x0000CF16 File Offset: 0x0000B116 public static ICollection <Vector2> IntersectionPointsWith(this Box2 box, Segment2 segment) { return(segment.IntersectionPointsWith(box)); }