public interface SparseField2D
Modifier and Type | Method and Description |
---|---|
Double2D |
getDimensions()
Returns the width and height of the sparse field as a Double2D
|
Double2D |
getObjectLocationAsDouble2D(java.lang.Object obect)
Returns the location of an object in the sparse field as a Double2D
|