Пример #1
0
        public Int64 unitDistance(Point3D startPoint, CellID128 endCell)
        {
            Int64 dist = Int64.MaxValue;

            return(dist);
        }
Пример #2
0
        public Int64 unitDistance(CellID128 startCell, Point3D endPoint)
        {
            Int64 dist = Int64.MaxValue;

            return(dist);
        }