phystricks
|
Public Member Functions | |
def | __init__ (self, x, y) |
def | is_almost_equal (self, other, epsilon) |
def | __eq__ (self, other) |
def | __repr__ (self) |
Public Attributes | |
x | |
y | |
def TestRecall.Point.__init__ | ( | self, | |
x, | |||
y | |||
) |
def TestRecall.Point.__eq__ | ( | self, | |
other | |||
) |
def TestRecall.Point.__repr__ | ( | self | ) |
def TestRecall.Point.is_almost_equal | ( | self, | |
other, | |||
epsilon | |||
) |
TestRecall.Point.x |
TestRecall.Point.y |