org.gicentre.utils.geom
Interface Locatable

All Known Implementing Classes:
ChargedParticle, Particle, Vector3D

public interface Locatable

Interface that guarantees that an implementing class will be able to return its location.

Version:
3.3, 1st August, 2011.
Author:
Jo Wood, giCentre, City University London.

Method Summary
 processing.core.PVector getLocation()
          Should report the location of the object as a PVector.
 

Method Detail

getLocation

processing.core.PVector getLocation()
Should report the location of the object as a PVector. This may use 1, 2 or 3 dimensions of the PVector.

Returns:
Location of the object.


giCentre Utilities V.3.3, API documentation generated 6th April, 2013