Class CoordDouble

java.lang.Object
squidpony.squidmath.CoordDouble
All Implemented Interfaces:
Serializable

public class CoordDouble
extends Object
implements Serializable
Coord using double values for x and y instead of int. Not pooled. When possible and you are using libGDX, use the com.badlogic.gdx.math.Vector2 class in preference to this one if you are OK with using floats instead of doubles.
Created by Tommy Ettinger on 8/12/2015.
See Also:
Serialized Form