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
Point.new(Integer x, Integer y)
Create a point.
intx
x member.
int y
y member.
Boolean operator $==$(Point pt)
Equality operator: returns if two points are the same.
Boolean operator $!=$(Point pt)
Inequality operator: returns if two points are different.
[This page automatically generated from the Textile source at Thu Aug 28 20:29:15 +0100 2008]