public interface MapProjection
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Should provide a general description of the transformation.
|
processing.core.PVector |
invTransformCoords(processing.core.PVector p)
Should perform an inverse transform on the given coordinates.
|
processing.core.PVector |
transformCoords(processing.core.PVector p)
Should perform a forward transform on the given coordinates.
|
java.lang.String getDescription()
processing.core.PVector transformCoords(processing.core.PVector p)
p - point location coordinates to transform.processing.core.PVector invTransformCoords(processing.core.PVector p)
p - point location coordinates to transform.