org.gicentre.utils.geom
Interface Locatable


public interface Locatable

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

Version:
3.1, 18th February, 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.


gicentreUtils V.3.1, API documentation generated 18th February, 2011