Circle-Packings/fractal_dimension/circle_counting_new/data/infinite_trapezohedron.txt

33 lines
491 B
Text
Raw Normal View History

2021-07-11 11:11:03 -07:00
{
{
{-1, 2, 2, 0},
{0, 1, 0, 0},
{0, 0, 1, 0},
{0, 0, 0, 1},
},
{
{1, 0, 0, 0},
{2, -1, 0, 2},
{0, 0, 1, 0},
{0, 0, 0, 1},
},
{
{1, 0, 0, 0},
{0, 1, 0, 0},
{2, 0, -1, 2},
{0, 0, 0, 1},
},
{
{1, 0, 0, 0},
{0, 1, 0, 0},
{0, 0, 1, 0},
{0, 2, 2, -1},
},
}
{-2, 4, 5, 9}
{{1, 2, 3}, {0, 2, 3}, {0, 1, 3}, {0, 1, 2}}
{{0, 3}, {1, 2}}