Package zombie.worldMap
Class MapProjection.ProjectedMeters
java.lang.Object
org.joml.Vector2d
zombie.worldMap.MapProjection.ProjectedMeters
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
,Vector2dc
- Enclosing class:
- MapProjection
public static final class MapProjection.ProjectedMeters extends Vector2d
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProjectedMeters()
-
Method Summary
Methods inherited from class org.joml.Vector2d
absolute, absolute, add, add, add, add, add, add, angle, ceil, ceil, distance, distance, distance, distance, distanceSquared, distanceSquared, distanceSquared, distanceSquared, div, div, div, div, div, div, div, div, dot, equals, equals, equals, floor, floor, fma, fma, fma, fma, get, get, get, get, get, get, get, get, getToAddress, hashCode, isFinite, length, length, lengthSquared, lengthSquared, lerp, lerp, max, max, maxComponent, min, min, minComponent, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mulDirection, mulDirection, mulPosition, mulPosition, mulTranspose, mulTranspose, mulTranspose, mulTranspose, negate, negate, normalize, normalize, normalize, normalize, perpendicular, readExternal, round, round, set, set, set, set, set, set, set, set, set, set, set, setComponent, setFromAddress, sub, sub, sub, sub, sub, sub, toString, toString, writeExternal, x, y, zero
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ProjectedMeters
public ProjectedMeters()
-