コード例 #1
0
        // Token: 0x0600002C RID: 44 RVA: 0x00002958 File Offset: 0x00000B58
        public static double SignedDistanceTo(this Arc3 arc3, Plane3 plane3)
        {
            DistancePlane3Arc3 distancePlane3Arc = new DistancePlane3Arc3(plane3, arc3);

            return(distancePlane3Arc.SignedDistance);
        }
コード例 #2
0
        // Token: 0x06000113 RID: 275 RVA: 0x00005FA4 File Offset: 0x000041A4
        public static double DistanceTo(this Plane3 plane3, Arc3 arc3)
        {
            DistancePlane3Arc3 distancePlane3Arc = new DistancePlane3Arc3(plane3, arc3);

            return(distancePlane3Arc.Distance);
        }