java.lang.Object
dev.secondsun.util.BoundedCube
This class will create an axis aligned BSP tree bounding box around a model.
Top/Bottom is positive y axis aligned Right/Left is positive x axis aligned Near/Far is positive z axis aligned
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
model
-
top
public float top -
bottom
public float bottom -
left
public float left -
right
public float right -
near
public float near -
far
public float far
-
-
Constructor Details
-
BoundedCube
-
-
Method Details
-
isBehind
-
isInFront
-