// Token: 0x0600030F RID: 783 RVA: 0x0000C7FC File Offset: 0x0000A9FC public static AxisAlignedBox3?IntersectionWith(this AxisAlignedBox3 axisAlignedBox3, AxisAlignedBox3 other) { IntersectionAxisAlignedBox3AxisAlignedBox3 intersectionAxisAlignedBox3AxisAlignedBox = new IntersectionAxisAlignedBox3AxisAlignedBox3(axisAlignedBox3, other); AxisAlignedBox3 value; if (intersectionAxisAlignedBox3AxisAlignedBox.Find(out value)) { return(new AxisAlignedBox3?(value)); } return(null); }
// Token: 0x0600030E RID: 782 RVA: 0x0000C7DC File Offset: 0x0000A9DC public static bool Intersects(this AxisAlignedBox3 axisAlignedBox3, AxisAlignedBox3 other) { IntersectionAxisAlignedBox3AxisAlignedBox3 intersectionAxisAlignedBox3AxisAlignedBox = new IntersectionAxisAlignedBox3AxisAlignedBox3(axisAlignedBox3, other); return(intersectionAxisAlignedBox3AxisAlignedBox.Test()); }