Beispiel #1
0
 // Token: 0x0600032C RID: 812 RVA: 0x0000D12D File Offset: 0x0000B32D
 public static bool Intersects(this Box3 box3, Line3 line3)
 {
     return(line3.Intersects(box3));
 }
 // Token: 0x0600039C RID: 924 RVA: 0x0000FD2E File Offset: 0x0000DF2E
 public static bool Intersects(this Plane3 plane, Line3 line)
 {
     return(line.Intersects(plane));
 }
 // Token: 0x0600025D RID: 605 RVA: 0x0000A3E7 File Offset: 0x000085E7
 public static bool Intersects(this Torus3 torus, Line3 line)
 {
     return(line.Intersects(torus));
 }
 // Token: 0x06000310 RID: 784 RVA: 0x0000C82D File Offset: 0x0000AA2D
 public static bool Intersects(this AxisAlignedBox3 axisAlignedBox3, Line3 line3)
 {
     return(line3.Intersects(axisAlignedBox3));
 }
Beispiel #5
0
 // Token: 0x06000271 RID: 625 RVA: 0x0000A5FD File Offset: 0x000087FD
 public static bool Intersects(this Cylinder3 cylinder, Line3 line)
 {
     return(line.Intersects(cylinder));
 }
 // Token: 0x0600044B RID: 1099 RVA: 0x0001396E File Offset: 0x00011B6E
 public static bool Intersects(this Triangle3 triangle, Line3 line)
 {
     return(line.Intersects(triangle));
 }