- All Implemented Interfaces:
- java.io.Serializable
public class Point2D
extends java.lang.Object
implements java.io.Serializable
The Point2D class represents 2D coordinates. Point2D's are immutable, hence
each operation on Point2D returns a new Point2D.
- Author:
- Matthew Carroll
- See Also:
- Serialized Form