|
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 = x | |
| y = y | |
| z = z | |
| rx = rx | |
| ry = ry | |
| rz = 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 = rx |
| cell.Cell.ry = ry |
| cell.Cell.rz = rz |
| cell.Cell.x = x |
| cell.Cell.y = y |
| cell.Cell.z = z |