|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.util.blob.DonutBlobContainer
public class DonutBlobContainer
A donut blob container specified by two radii and a center.
Constructor Summary | |
---|---|
DonutBlobContainer(Vec2 _center,
float _radiusSmall,
float _radiusLarge)
|
Method Summary | |
---|---|
boolean |
containsPoint(Vec2 p)
Is the Vec2 within the desired geometry? |
AABB |
getAABB()
Get the world AABB of the container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DonutBlobContainer(Vec2 _center, float _radiusSmall, float _radiusLarge)
Method Detail |
---|
public boolean containsPoint(Vec2 p)
BlobContainer
containsPoint
in interface BlobContainer
p
- The point to test
public AABB getAABB()
BlobContainer
getAABB
in interface BlobContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |