public class ClippingHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
clippingMatrix |
float[][] |
frustum |
float[] |
modelviewMatrix |
float[] |
projectionMatrix |
| Constructor and Description |
|---|
ClippingHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBoxInFrustum(double par1,
double par3,
double par5,
double par7,
double par9,
double par11)
Returns true if the box is inside all 6 clipping planes, otherwise returns false.
|