The class Point¶
The class Point point represents a point of the 2D space.
- class point.Point(x, y)¶
Class methods:
Instance attributes
Instance methods:
- rasterization(mtx):
Given a geometrical transformation matrix, it returns a
Pointresult of the window-to-viewport transform of the point
The class suports the method
strand the operator ==.
The class Point is implemented in the file point.py.
You can pass the tests of the following test files test-point.txt.