Package sim.field

Interface SparseField2D

All Known Implementing Classes:
Continuous2D, SparseGrid2D

public interface SparseField2D
  • Method Details

    • getDimensions

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

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