|
hemocell
|

Public Member Functions | |
| __init__ (self, x, y, z) | |
| __iter__ (self) | |
| __add__ (self, other) | |
| __mul__ (self, other) | |
| __repr__ (self) | |
Public Attributes | |
| x = x | |
| y = y | |
| z = z | |
| triplet.Triplet.__init__ | ( | self, | |
| x, | |||
| y, | |||
| z ) |
| triplet.Triplet.__add__ | ( | self, | |
| other ) |
| triplet.Triplet.__iter__ | ( | self | ) |
| triplet.Triplet.__mul__ | ( | self, | |
| other ) |
| triplet.Triplet.__repr__ | ( | self | ) |
| triplet.Triplet.x = x |
| triplet.Triplet.y = y |
| triplet.Triplet.z = z |