public interface IBoundingVolume
Modifier and Type | Method and Description |
---|---|
void |
calculateBounds(Geometry3D geometry) |
void |
drawBoundingVolume(Camera camera,
float[] projMatrix,
float[] vMatrix,
float[] mMatrix) |
BaseObject3D |
getVisual() |
boolean |
intersectsWith(IBoundingVolume boundingVolume) |
void |
transform(float[] matrix) |
void calculateBounds(Geometry3D geometry)
void drawBoundingVolume(Camera camera, float[] projMatrix, float[] vMatrix, float[] mMatrix)
void transform(float[] matrix)
boolean intersectsWith(IBoundingVolume boundingVolume)
BaseObject3D getVisual()