org.jbox2d.util.blob
Interface BlobContainer

All Known Implementing Classes:
CircularBlobContainer, DonutBlobContainer

public interface BlobContainer


Method Summary
 boolean containsPoint(Vec2 p)
          Is the Vec2 within the desired geometry?
 AABB getAABB()
          Get the world AABB of the container.
 

Method Detail

containsPoint

boolean containsPoint(Vec2 p)
Is the Vec2 within the desired geometry?

Parameters:
p - The point to test
Returns:
True if the geometry contains the point

getAABB

AABB getAABB()
Get the world AABB of the container.