java.lang.Object
de.grogra.ray.intersection.BoundingBox
- All Implemented Interfaces:
BoundingVolume
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BoundingBox
-
-
Method Details
-
getMinX
public float getMinX()- Specified by:
getMinX
in interfaceBoundingVolume
-
getMinY
public float getMinY()- Specified by:
getMinY
in interfaceBoundingVolume
-
getMinZ
public float getMinZ()- Specified by:
getMinZ
in interfaceBoundingVolume
-
getMaxX
public float getMaxX()- Specified by:
getMaxX
in interfaceBoundingVolume
-
getMaxY
public float getMaxY()- Specified by:
getMaxY
in interfaceBoundingVolume
-
getMaxZ
public float getMaxZ()- Specified by:
getMaxZ
in interfaceBoundingVolume
-
hasIntersection
- Specified by:
hasIntersection
in interfaceBoundingVolume
-
isInsideBox
- Specified by:
isInsideBox
in interfaceBoundingVolume
-