PoweredByApartium/cocoa-beans

Region

Closed this issue · 0 comments

Region will use Position and it will be simple interface

some implementation will be SphereRegion & BoxRegion

public interface Region {

  boolean contains(Position pos);
  double distance(Position pos);

}