C D E G I T 

I

IPoint2D - Class in cse1030.drawing
An immutable class that represents points on the real 2D plane.
IPoint2D() - Constructor for class cse1030.drawing.IPoint2D
Constructs a point with coordinates (0.0, 0.0).
IPoint2D(double, double) - Constructor for class cse1030.drawing.IPoint2D
Constructs a point with coordinates (x, y).
C D E G I T