File: shapeDatabase.db

package info (click to toggle)
python-demgengeo 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,004 kB
  • ctags: 2,158
  • sloc: cpp: 12,532; python: 1,260; makefile: 281; sh: 92
file content (18 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<shape>
name="sphere",
sphereList = [
(0,0,0,1)
]
bondList = [
]
</shape>
<shape>
name="test",
sphereList = [
(0,0,0.5,0.5),
(0,0,-0.5,0.5)
]
bondList = [
(0,1)
]
</shape>