next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
VectorGraphics :: translation

translation -- Computes a translation matrix

Synopsis

Description

Produces a translation encoded as a 4x4 matrix that can be used as an argument to TransformMatrix or AnimMatrix. The vector can be 2d or 3d.

i1 : v={vector{7.456, 5.201, -4.166}, vector{2.7263, -2.992, 9.144},
        vector{-8.130, 5.783, 0.671}, vector {-2.052, -7.993, -5.649}};
i2 : f={{v#2,v#1,v#0},{v#0,v#1,v#3},{v#0,v#3,v#2},{v#1,v#2,v#3}};
i3 : tetra=gList(apply(4,i->Polygon{f#i,"fill"=>"white"}))

o3 = tetra

o3 : GraphicsList
i4 : g = memoize(n -> if n==0 then tetra else gList apply(4,i->g(n-1)++{TransformMatrix=>translation(2^(n-1)*v#i)}))

o4 = g

o4 : FunctionClosure
i5 : apply(4,g)

--error or time limit reached in conversion of output to net: type 'debugError()' to run it again; will try conversion to string

o5 = {tetra, new GraphicsList from {style => MutableHashTable{...0...},
     ------------------------------------------------------------------------
     Contents => {new GraphicsList from {TransformMatrix => matrix {{1, 0, 0,
     ------------------------------------------------------------------------
     7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0, 0, 1}}, style =>
     ------------------------------------------------------------------------
     MutableHashTable{...0...}, cache => CacheTable{...0...}, Contents =>
     ------------------------------------------------------------------------
     {new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {7.456, 5.201, -4.166, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {-2.052, -7.993, -5.649, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}, vector {-8.13, 5.783, .671, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}, vector {-2.052, -7.993, -5.649, 1}}}}},
     ------------------------------------------------------------------------
     new GraphicsList from {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0,
     ------------------------------------------------------------------------
     1, 0, -2.992}, {0, 0, 1, 9.144}, {0, 0, 0, 1}}, style =>
     ------------------------------------------------------------------------
     MutableHashTable{...0...}, cache => CacheTable{...0...}, Contents =>
     ------------------------------------------------------------------------
     {new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {7.456, 5.201, -4.166, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {-2.052, -7.993, -5.649, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}, vector {-8.13, 5.783, .671, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}, vector {-2.052, -7.993, -5.649, 1}}}}},
     ------------------------------------------------------------------------
     new GraphicsList from {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0,
     ------------------------------------------------------------------------
     1, 0, 5.783}, {0, 0, 1, .671}, {0, 0, 0, 1}}, style =>
     ------------------------------------------------------------------------
     MutableHashTable{...0...}, cache => CacheTable{...0...}, Contents =>
     ------------------------------------------------------------------------
     {new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {7.456, 5.201, -4.166, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {-2.052, -7.993, -5.649, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}, vector {-8.13, 5.783, .671, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}, vector {-2.052, -7.993, -5.649, 1}}}}},
     ------------------------------------------------------------------------
     new GraphicsList from {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0,
     ------------------------------------------------------------------------
     1, 0, -7.993}, {0, 0, 1, -5.649}, {0, 0, 0, 1}}, style =>
     ------------------------------------------------------------------------
     MutableHashTable{...0...}, cache => CacheTable{...0...}, Contents =>
     ------------------------------------------------------------------------
     {new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {7.456, 5.201, -4.166, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {2.7263, -2.992, 9.144, 1}, vector {-2.052, -7.993, -5.649, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {7.456, 5.201, -4.166, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}, vector {-8.13, 5.783, .671, 1}}},
     ------------------------------------------------------------------------
     new Polygon from {style => MutableHashTable{...1...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, PointList => {vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}, vector {-2.052, -7.993, -5.649, 1}}}}}},
     ------------------------------------------------------------------------
     cache => CacheTable{...0...}}, new GraphicsList from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 14.912}, {0, 1, 0, 10.402}, {0, 0,
     ------------------------------------------------------------------------
     1, -8.332}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 5.4526}, {0, 1, 0, -5.984}, {0, 0,
     ------------------------------------------------------------------------
     1, 18.288}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -16.26}, {0, 1, 0, 11.566}, {0, 0,
     ------------------------------------------------------------------------
     1, 1.342}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -4.104}, {0, 1, 0, -15.986}, {0,
     ------------------------------------------------------------------------
     0, 1, -11.298}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache
     ------------------------------------------------------------------------
     => CacheTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0,
     ------------------------------------------------------------------------
     1, -4.166}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}}, new GraphicsList from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 29.824}, {0, 1, 0, 20.804}, {0, 0,
     ------------------------------------------------------------------------
     1, -16.664}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 14.912}, {0, 1, 0, 10.402}, {0, 0, 1, -8.332}, {0,
     ------------------------------------------------------------------------
     0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 5.4526}, {0, 1, 0, -5.984}, {0, 0,
     ------------------------------------------------------------------------
     1, 18.288}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -16.26}, {0, 1, 0, 11.566}, {0, 0,
     ------------------------------------------------------------------------
     1, 1.342}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -4.104}, {0, 1, 0, -15.986}, {0,
     ------------------------------------------------------------------------
     0, 1, -11.298}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache
     ------------------------------------------------------------------------
     => CacheTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0,
     ------------------------------------------------------------------------
     1, -4.166}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 10.9052}, {0, 1, 0, -11.968}, {0,
     ------------------------------------------------------------------------
     0, 1, 36.576}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache
     ------------------------------------------------------------------------
     => CacheTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 14.912}, {0, 1, 0, 10.402}, {0, 0,
     ------------------------------------------------------------------------
     1, -8.332}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 5.4526}, {0, 1, 0, -5.984}, {0, 0,
     ------------------------------------------------------------------------
     1, 18.288}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -16.26}, {0, 1, 0, 11.566}, {0, 0,
     ------------------------------------------------------------------------
     1, 1.342}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -4.104}, {0, 1, 0, -15.986}, {0,
     ------------------------------------------------------------------------
     0, 1, -11.298}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache
     ------------------------------------------------------------------------
     => CacheTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0,
     ------------------------------------------------------------------------
     1, -4.166}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -32.52}, {0, 1, 0, 23.132}, {0, 0,
     ------------------------------------------------------------------------
     1, 2.684}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 14.912}, {0, 1, 0, 10.402}, {0, 0, 1, -8.332}, {0,
     ------------------------------------------------------------------------
     0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 5.4526}, {0, 1, 0, -5.984}, {0, 0,
     ------------------------------------------------------------------------
     1, 18.288}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -16.26}, {0, 1, 0, 11.566}, {0, 0,
     ------------------------------------------------------------------------
     1, 1.342}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -4.104}, {0, 1, 0, -15.986}, {0,
     ------------------------------------------------------------------------
     0, 1, -11.298}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache
     ------------------------------------------------------------------------
     => CacheTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0,
     ------------------------------------------------------------------------
     1, -4.166}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.208}, {0, 1, 0, -31.972}, {0,
     ------------------------------------------------------------------------
     0, 1, -22.596}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache
     ------------------------------------------------------------------------
     => CacheTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 14.912}, {0, 1, 0, 10.402}, {0, 0,
     ------------------------------------------------------------------------
     1, -8.332}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 5.4526}, {0, 1, 0, -5.984}, {0, 0,
     ------------------------------------------------------------------------
     1, 18.288}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -16.26}, {0, 1, 0, 11.566}, {0, 0,
     ------------------------------------------------------------------------
     1, 1.342}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new GraphicsList from {TransformMatrix
     ------------------------------------------------------------------------
     => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0, 1, -4.166}, {0, 0,
     ------------------------------------------------------------------------
     0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -4.104}, {0, 1, 0, -15.986}, {0,
     ------------------------------------------------------------------------
     0, 1, -11.298}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache
     ------------------------------------------------------------------------
     => CacheTable{...0...}, Contents => {new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 7.456}, {0, 1, 0, 5.201}, {0, 0,
     ------------------------------------------------------------------------
     1, -4.166}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, 2.7263}, {0, 1, 0, -2.992}, {0, 0,
     ------------------------------------------------------------------------
     1, 9.144}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -8.13}, {0, 1, 0, 5.783}, {0, 0,
     ------------------------------------------------------------------------
     1, .671}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}, new GraphicsList from
     ------------------------------------------------------------------------
     {TransformMatrix => matrix {{1, 0, 0, -2.052}, {0, 1, 0, -7.993}, {0, 0,
     ------------------------------------------------------------------------
     1, -5.649}, {0, 0, 0, 1}}, style => MutableHashTable{...0...}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}, Contents => {new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {-8.13, 5.783, .671, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {7.456, 5.201, -4.166, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {2.7263, -2.992, 9.144, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {7.456, 5.201, -4.166, 1}, vector {-2.052, -7.993, -5.649, 1},
     ------------------------------------------------------------------------
     vector {-8.13, 5.783, .671, 1}}}, new Polygon from {style =>
     ------------------------------------------------------------------------
     MutableHashTable{...1...}, cache => CacheTable{...0...}, PointList =>
     ------------------------------------------------------------------------
     {vector {2.7263, -2.992, 9.144, 1}, vector {-8.13, 5.783, .671, 1},
     ------------------------------------------------------------------------
     vector {-2.052, -7.993, -5.649, 1}}}}}}}}}}, cache =>
     ------------------------------------------------------------------------
     CacheTable{...0...}}}

o5 : List

For the programmer

The object translation is a function closure.