|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprocessing.core.PVector
de.fhpotsdam.unfolding.utils.MapPosition
public class MapPosition
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.
| 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 |
|---|
public MapPosition()
public MapPosition(float[] xy)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||