com.azalient.api.a.position
Interface IXy

All Known Subinterfaces:
ILaneLocation, IPosition, IXya, IXyz
All Known Implementing Classes:
Xyz, XyzFinal

public interface IXy

An interface to a point on a 2-dimensional plane


Method Summary
 double distance(IXy there)
          distance between here and there
 double x()
          X-coordinate of this point
 void x(double px)
          Set the X-coordinate of this point
 double y()
          Y-coordinate of this point
 void y(double py)
          Set the Y-coordinate of this point
 

Method Detail

x

double x()
X-coordinate of this point


y

double y()
Y-coordinate of this point


distance

double distance(IXy there)
distance between here and there


x

void x(double px)
Set the X-coordinate of this point


y

void y(double py)
Set the Y-coordinate of this point