de.fhpotsdam.unfolding.utils
Class MapPosition

java.lang.Object
  extended by processing.core.PVector
      extended by de.fhpotsdam.unfolding.utils.MapPosition
All Implemented Interfaces:
java.io.Serializable

public class MapPosition
extends processing.core.PVector

Class used to store positions on a specific map. Used internally by some markers. These are neither geo-locations, nor screen positions, but the position on the map object in screen coordinate system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class processing.core.PVector
array, x, y, z
 
Constructor Summary
MapPosition()
           
MapPosition(float[] xy)
           
 
Method Summary
 
Methods inherited from class processing.core.PVector
add, add, add, add, angleBetween, array, cross, cross, cross, dist, dist, div, div, div, dot, dot, dot, equals, fromAngle, fromAngle, get, get, hashCode, heading, heading2D, lerp, lerp, lerp, limit, mag, magSq, mult, mult, mult, normalize, normalize, random2D, random2D, random2D, random2D, random3D, random3D, random3D, random3D, rotate, set, set, set, set, setMag, setMag, sub, sub, sub, sub, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapPosition

public MapPosition()

MapPosition

public MapPosition(float[] xy)