File: shapeDatabase.db

package info (click to toggle)
python-demgengeo 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,000 kB
  • sloc: cpp: 13,449; python: 1,260; makefile: 304; sh: 90
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>