hemocell
Loading...
Searching...
No Matches
triplet.Triplet Class Reference
Inheritance diagram for triplet.Triplet:

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
 

Constructor & Destructor Documentation

◆ __init__()

triplet.Triplet.__init__ ( self,
x,
y,
z )

Member Function Documentation

◆ __add__()

triplet.Triplet.__add__ ( self,
other )

◆ __iter__()

triplet.Triplet.__iter__ ( self)

◆ __mul__()

triplet.Triplet.__mul__ ( self,
other )

◆ __repr__()

triplet.Triplet.__repr__ ( self)

Member Data Documentation

◆ x

triplet.Triplet.x = x

◆ y

triplet.Triplet.y = y

◆ z

triplet.Triplet.z = z