simulator.model
Interface CartesianVect

All Known Implementing Classes:
CartesianCoord, SMVector

public interface CartesianVect

Interface of a structure encapsulating Cartesian (x,y) coordinate vector.

An acceptable simulator model must provide an implementation of this interface.

Version:
1.1
Author:
dpeters

Method Summary
 double getX()
          Get the x coordinate.
 double getY()
          Get the y coordinate.
 

Method Detail

getX

double getX()
Get the x coordinate.

Returns:
x-axis value in meters or metres/sec. 0 is to the left.

getY

double getY()
Get the y coordinate.

Returns:
y-axis value in meters or metres/sec. 0 is to the bottom.