A Point is a useful data structure for graphics operations.
It simply contains integer x and y members.
See also RealPoint for a floating point version.
None
Create a point.
intx
x member.
int y
y member.
Equality operator: returns if two points are the same.
Inequality operator: returns if two points are different.
[This page automatically generated from the Textile source at 2023-06-03 08:07:30 +0000]