Exemplo n.º 1
0
 // Token: 0x06000437 RID: 1079 RVA: 0x0001317B File Offset: 0x0001137B
 public static Segment2?IntersectionWith(this Triangle2 triangle, Line2 line)
 {
     return(line.IntersectionWith(triangle));
 }
 // Token: 0x06000307 RID: 775 RVA: 0x0000C485 File Offset: 0x0000A685
 public static Segment2?IntersectionWith(this AxisAlignedBox2 axisAlignedBox, Line2 line)
 {
     return(line.IntersectionWith(axisAlignedBox));
 }
Exemplo n.º 3
0
 // Token: 0x06000325 RID: 805 RVA: 0x0000CEFB File Offset: 0x0000B0FB
 public static Segment2?IntersectionWith(this Box2 box, Line2 line)
 {
     return(line.IntersectionWith(box));
 }