// Token: 0x0600044F RID: 1103 RVA: 0x00013992 File Offset: 0x00011B92
 public static ICollection <Vector3> IntersectionPointsWith(this Triangle3 triangle, Plane3 plane)
 {
     return(plane.IntersectionPointsWith(triangle));
 }
Beispiel #2
0
 // Token: 0x06000256 RID: 598 RVA: 0x0000A260 File Offset: 0x00008460
 public static ICollection <Vector3> IntersectionPointsWith(this Circle3 circle, Plane3 plane)
 {
     return(plane.IntersectionPointsWith(circle));
 }
Beispiel #3
0
 // Token: 0x06000254 RID: 596 RVA: 0x0000A24E File Offset: 0x0000844E
 public static ICollection <Vector3> IntersectionPointsWith(this Arc3 arc, Plane3 plane)
 {
     return(plane.IntersectionPointsWith(arc));
 }