rcssjava.geom
Interface Region

All Known Implementing Classes:
Rectangle

public interface Region

A 2d shape that can be tested to determine if a point lies inside it or not


Method Summary
 boolean isInside(VecPosition p)
          Is the given point inside?
 

Method Detail

isInside

boolean isInside(VecPosition p)
Is the given point inside?

Parameters:
p - test point
Returns:
true if point lies inside