-
public class MPPointD extends ObjectPool.Poolable
Point encapsulating two double values.
-
-
Method Summary
Modifier and Type Method Description static MPPointDgetInstance(double x, double y)static voidrecycleInstance(MPPointD instance)static voidrecycleInstances(List<MPPointD> instances)StringtoString()returns a string representation of the object -
-
Method Detail
-
getInstance
static MPPointD getInstance(double x, double y)
-
recycleInstance
static void recycleInstance(MPPointD instance)
-
recycleInstances
static void recycleInstances(List<MPPointD> instances)
-
-
-
-