|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Body
Base class for all geometric Bodies.
| Method Summary | |
|---|---|
void |
combine(Body body)
Combines this Body with a bounding object. |
void |
combine(Body[] bodies)
Combines this Body with an array of bounding objects. |
void |
combine(float x,
float y,
float z)
Combines this Body with a point. |
void |
combine(Point3f point)
Combines this Body with a point. |
void |
combine(Point3f[] points)
Combine this Body with an array of points. |
boolean |
contains(float px,
float py,
float pz)
Tests, if the given point is inside of this Body. |
boolean |
contains(Point3f point)
Tests, if the given point is inside of this Body. |
| Method Detail |
|---|
boolean contains(float px,
float py,
float pz)
px - py - pz -
boolean contains(Point3f point)
point -
void combine(Body body)
body - void combine(Body[] bodies)
bodies -
void combine(float x,
float y,
float z)
x - y - z - void combine(Point3f point)
point - void combine(Point3f[] points)
points -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||