Parent Directory
|
Revision Log
|
Patch
revision 835 by jongui, Mon Sep 4 22:20:28 2006 UTC | revision 839 by jongui, Wed Sep 6 04:53:50 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | """ | """ |
2 | Class that defines the positioning of components in the visualization. | @author: John Ngui |
3 | @author: Lutz Gross | |
4 | """ | """ |
5 | ||
6 | class Position: | class Position: |
7 | """ | """ |
8 | @author: John Ngui | Class that defines the positioning of components in the visualization. |
@author: Lutz Gross | ||
9 | """ | """ |
10 | ||
11 | def __init__(self, x_coor, y_coor, z_coor): | def __init__(self, x_coor, y_coor, z_coor): |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |