|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.ray.intersection.BoundingBox
public class BoundingBox
| Constructor Summary | |
|---|---|
BoundingBox(Vector3f minValues,
Vector3f maxValues)
|
|
| Method Summary | |
|---|---|
float |
getMaxX()
|
float |
getMaxY()
|
float |
getMaxZ()
|
float |
getMinX()
|
float |
getMinY()
|
float |
getMinZ()
|
boolean |
hasIntersection(Ray ray)
|
boolean |
isInsideBox(Vector3f minValues,
Vector3f maxValues)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundingBox(Vector3f minValues,
Vector3f maxValues)
| Method Detail |
|---|
public float getMaxX()
getMaxX in interface BoundingVolumepublic float getMaxY()
getMaxY in interface BoundingVolumepublic float getMaxZ()
getMaxZ in interface BoundingVolumepublic float getMinX()
getMinX in interface BoundingVolumepublic float getMinY()
getMinY in interface BoundingVolumepublic float getMinZ()
getMinZ in interface BoundingVolumepublic boolean hasIntersection(Ray ray)
hasIntersection in interface BoundingVolume
public boolean isInsideBox(Vector3f minValues,
Vector3f maxValues)
isInsideBox in interface BoundingVolume
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||