コード例 #1
0
 // Token: 0x06000319 RID: 793 RVA: 0x0000C87E File Offset: 0x0000AA7E
 public static ICollection <Vector3> IntersectionPointsWith(this AxisAlignedBox3 axisAlignedBox3, Segment3 segment3)
 {
     return(segment3.IntersectionPointsWith(axisAlignedBox3));
 }
コード例 #2
0
ファイル: IntersectionBox3.cs プロジェクト: mh-soft/mh-master
 // Token: 0x06000335 RID: 821 RVA: 0x0000D17E File Offset: 0x0000B37E
 public static ICollection <Vector3> IntersectionPointsWith(this Box3 box3, Segment3 segment3)
 {
     return(segment3.IntersectionPointsWith(box3));
 }
コード例 #3
0
 // Token: 0x06000279 RID: 633 RVA: 0x0000A645 File Offset: 0x00008845
 public static ICollection <Vector3> IntersectionPointsWith(this Cylinder3 cylinder, Segment3 segment)
 {
     return(segment.IntersectionPointsWith(cylinder));
 }