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.0, 10th August, 2010.
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.0, API documentation generated 13th August, 2010