sim.field
Interface SparseField2D

All Known Implementing Classes:
Continuous2D, SparseGrid2D

public interface SparseField2D


Method Summary
 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
 

Method Detail

getDimensions

Double2D getDimensions()
Returns the width and height of the sparse field as a Double2D


getObjectLocationAsDouble2D

Double2D getObjectLocationAsDouble2D(java.lang.Object obect)
Returns the location of an object in the sparse field as a Double2D