| hemocell
    | 
| Public Member Functions | |
| __init__ (self, x, y, z, rx, ry, rz) | |
| __repr__ (self) | |
| translate (self, x, y, z) | |
| Static Public Member Functions | |
| from_str (string) | |
| Public Attributes | |
| x | |
| y | |
| z | |
| rx | |
| ry | |
| rz | |
| cell.Cell.__init__ | ( | self, | |
| x, | |||
| y, | |||
| z, | |||
| rx, | |||
| ry, | |||
| rz | |||
| ) | 
Basic representation of a cell using its position and rotation.
| cell.Cell.__repr__ | ( | self | ) | 
| 
 | static | 
| cell.Cell.translate | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) | 
| cell.Cell.rx | 
| cell.Cell.ry | 
| cell.Cell.rz | 
| cell.Cell.x | 
| cell.Cell.y | 
| cell.Cell.z |