sim.field
Interface SparseField3D

All Known Implementing Classes:
Continuous3D, SparseGrid3D

public interface SparseField3D


Method Summary
 Double3D getDimensions()
          Returns the width and height of the sparse field as a Double3D
 Double3D getObjectLocationAsDouble3D(java.lang.Object obect)
          Returns the location of an object in the sparse field as a Double3D
 

Method Detail

getDimensions

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


getObjectLocationAsDouble3D

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