public class Frustum
extends java.lang.Object
Constructor and Description |
---|
Frustum() |
Modifier and Type | Method and Description |
---|---|
boolean |
boundsInFrustum(BoundingBox bounds) |
boolean |
pointInFrustum(Number3D point) |
boolean |
sphereInFrustum(Number3D center,
float radius) |
void |
update(float[] inverseProjectionView) |
public final Plane[] planes
public void update(float[] inverseProjectionView)
public boolean sphereInFrustum(Number3D center, float radius)
public boolean boundsInFrustum(BoundingBox bounds)
public boolean pointInFrustum(Number3D point)