A class for Points, inheriting from IPoint. More...
Public Member Functions | |
| __init__ (self, float x, float y) | |
Additional Inherited Members | |
Public Attributes inherited from LabelMaker.Interfaces.Coordinate.APair | |
| x | |
| y | |
Static Public Attributes inherited from LabelMaker.Interfaces.ICoordinates.IPair | |
| float | x |
| float | y |
A class for Points, inheriting from IPoint.
| LabelMaker.Interfaces.ICoordinates.Points.__init__ | ( | self, | |
| float | x, | ||
| float | y ) |
Reimplemented from LabelMaker.Interfaces.Coordinate.APair.