com.croftsoft.core.math.geom
Interface PointXY
- All Known Subinterfaces:
- PointXYZ
- All Known Implementing Classes:
- Point2DD, Point3DD
public interface PointXY
A read-only accessor interface for double precision x,y coordinates.
- Since:
- 2003-03-20
- Version:
- 2003-04-13
- Author:
- David Wallace Croft
getX
double getX()
getY
double getY()
angleTo
double angleTo(PointXY otherPointXY)
distanceXY
double distanceXY(PointXY otherPointXY)
distance
double distance(double otherX,
double otherY)
CroftSoft Core Javadoc (2008-09-28 20:58:02)