Exemplo n.º 1
0
 // Token: 0x06000337 RID: 823 RVA: 0x0000D190 File Offset: 0x0000B390
 public static ICollection <Vector3> IntersectionPointsWith(this Box3 box3, Triangle3 triangle3)
 {
     return(triangle3.IntersectionPointsWith(box3));
 }
 // Token: 0x0600031B RID: 795 RVA: 0x0000C890 File Offset: 0x0000AA90
 public static ICollection <Vector3> IntersectionPointsWith(this AxisAlignedBox3 axisAlignedBox3, Triangle3 triangle3)
 {
     return(triangle3.IntersectionPointsWith(axisAlignedBox3));
 }