Skip to content

Commit

Permalink
Switch make_cylinder.py to new JSON format and update existing cylind…
Browse files Browse the repository at this point in the history
…er layout files to JSON
  • Loading branch information
longears committed Jun 11, 2013
1 parent 39a79fb commit 64eb25f
Show file tree
Hide file tree
Showing 9 changed files with 2,946 additions and 3,251 deletions.
52 changes: 52 additions & 0 deletions layouts/circle_r1_50x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{"point": [0.0000, 1.0000, 0.0000]},
{"point": [0.1253, 0.9921, 0.0000]},
{"point": [0.2487, 0.9686, 0.0000]},
{"point": [0.3681, 0.9298, 0.0000]},
{"point": [0.4818, 0.8763, 0.0000]},
{"point": [0.5878, 0.8090, 0.0000]},
{"point": [0.6845, 0.7290, 0.0000]},
{"point": [0.7705, 0.6374, 0.0000]},
{"point": [0.8443, 0.5358, 0.0000]},
{"point": [0.9048, 0.4258, 0.0000]},
{"point": [0.9511, 0.3090, 0.0000]},
{"point": [0.9823, 0.1874, 0.0000]},
{"point": [0.9980, 0.0628, 0.0000]},
{"point": [0.9980, -0.0628, 0.0000]},
{"point": [0.9823, -0.1874, 0.0000]},
{"point": [0.9511, -0.3090, 0.0000]},
{"point": [0.9048, -0.4258, 0.0000]},
{"point": [0.8443, -0.5358, 0.0000]},
{"point": [0.7705, -0.6374, 0.0000]},
{"point": [0.6845, -0.7290, 0.0000]},
{"point": [0.5878, -0.8090, 0.0000]},
{"point": [0.4818, -0.8763, 0.0000]},
{"point": [0.3681, -0.9298, 0.0000]},
{"point": [0.2487, -0.9686, 0.0000]},
{"point": [0.1253, -0.9921, 0.0000]},
{"point": [0.0000, -1.0000, 0.0000]},
{"point": [-0.1253, -0.9921, 0.0000]},
{"point": [-0.2487, -0.9686, 0.0000]},
{"point": [-0.3681, -0.9298, 0.0000]},
{"point": [-0.4818, -0.8763, 0.0000]},
{"point": [-0.5878, -0.8090, 0.0000]},
{"point": [-0.6845, -0.7290, 0.0000]},
{"point": [-0.7705, -0.6374, 0.0000]},
{"point": [-0.8443, -0.5358, 0.0000]},
{"point": [-0.9048, -0.4258, 0.0000]},
{"point": [-0.9511, -0.3090, 0.0000]},
{"point": [-0.9823, -0.1874, 0.0000]},
{"point": [-0.9980, -0.0628, 0.0000]},
{"point": [-0.9980, 0.0628, 0.0000]},
{"point": [-0.9823, 0.1874, 0.0000]},
{"point": [-0.9511, 0.3090, 0.0000]},
{"point": [-0.9048, 0.4258, 0.0000]},
{"point": [-0.8443, 0.5358, 0.0000]},
{"point": [-0.7705, 0.6374, 0.0000]},
{"point": [-0.6845, 0.7290, 0.0000]},
{"point": [-0.5878, 0.8090, 0.0000]},
{"point": [-0.4818, 0.8763, 0.0000]},
{"point": [-0.3681, 0.9298, 0.0000]},
{"point": [-0.2487, 0.9686, 0.0000]},
{"point": [-0.1253, 0.9921, 0.0000]}
]
50 changes: 0 additions & 50 deletions layouts/circle_r1_50x.l

This file was deleted.

Loading

0 comments on commit 64eb25f

Please sign in to comment.