Ejemplo n.º 1
0
        public void Test_S2CellUnion_WholeSphere()
        {
            var whole_sphere = S2CellUnion.WholeSphere();

            Assert.Equal(whole_sphere.LeafCellsCovered(), 6 * (1UL << 60));
            whole_sphere.Expand(0);
            Assert.Equal(whole_sphere, S2CellUnion.WholeSphere());
        }