java.lang.Object
de.grogra.ray.intersection.BoundingBox
- All Implemented Interfaces:
BoundingVolume
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoundingBox
-
-
Method Details
-
getMinX
public float getMinX()- Specified by:
getMinXin interfaceBoundingVolume
-
getMinY
public float getMinY()- Specified by:
getMinYin interfaceBoundingVolume
-
getMinZ
public float getMinZ()- Specified by:
getMinZin interfaceBoundingVolume
-
getMaxX
public float getMaxX()- Specified by:
getMaxXin interfaceBoundingVolume
-
getMaxY
public float getMaxY()- Specified by:
getMaxYin interfaceBoundingVolume
-
getMaxZ
public float getMaxZ()- Specified by:
getMaxZin interfaceBoundingVolume
-
hasIntersection
- Specified by:
hasIntersectionin interfaceBoundingVolume
-
isInsideBox
- Specified by:
isInsideBoxin interfaceBoundingVolume
-