i1 : Circle{Center=>vector {10,10},Radius=>1,"fill"=>"green","stroke"=>"none"}
o1 = Circle{cache => CacheTable{} }
Center => GraphicsCoordinate | 10 |
| 10 |
| 0 |
| 1 |
Radius => 1
style => MutableHashTable{...2...}
o1 : Circle
|
i3 : gList apply(10,i->Circle{<|2*pi*i/10,(1+sqrt 5)/2|>,1}) -- another syntax: polar coordinates
o3 = GraphicsList{cache => CacheTable{} }
Contents => {Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }, Circle{cache => CacheTable{} }}
Center => GraphicsCoordinate | 1.61803 | Center => GraphicsCoordinate | 1.30902 | Center => GraphicsCoordinate | .5 | Center => GraphicsCoordinate | -.5 | Center => GraphicsCoordinate | -1.30902 | Center => GraphicsCoordinate | -1.61803 | Center => GraphicsCoordinate | -1.30902 | Center => GraphicsCoordinate | -.5 | Center => GraphicsCoordinate | .5 | Center => GraphicsCoordinate | 1.30902 |
| 0 | | .951057 | | 1.53884 | | 1.53884 | | .951057 | | 1.98152e-16 | | -.951057 | | -1.53884 | | -1.53884 | | -.951057 |
| 0 | | 0 | | 0 | | 0 | | 0 | | 0 | | 0 | | 0 | | 0 | | 0 |
| 1 | | 1 | | 1 | | 1 | | 1 | | 1 | | 1 | | 1 | | 1 | | 1 |
Radius => 1 Radius => 1 Radius => 1 Radius => 1 Radius => 1 Radius => 1 Radius => 1 Radius => 1 Radius => 1 Radius => 1
style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{} style => MutableHashTable{}
style => MutableHashTable{}
o3 : GraphicsList
|