Package | Description |
---|---|
com.tyrlib2.collision | |
com.tyrlib2.graphics.renderables | |
com.tyrlib2.graphics.renderer | |
com.tyrlib2.graphics.scene | |
com.tyrlib2.math |
Modifier and Type | Method and Description |
---|---|
AABB |
CollisionSphere.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
boolean |
CollisionQuery.intersects(AABB aabb) |
Modifier and Type | Method and Description |
---|---|
AABB |
BoundingBox.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox.setBoundingBox(AABB boundingBox) |
Constructor and Description |
---|
BoundingBox(AABB aabb) |
Modifier and Type | Method and Description |
---|---|
AABB |
Renderable2.getBoundingBox() |
AABB |
Mesh.getBoundingBox() |
AABB |
BoundedRenderable.getBoundingBox() |
AABB |
BoundedRenderable.getUntransformedBoundingBox() |
Modifier and Type | Method and Description |
---|---|
boolean |
RenderSceneQuery.intersects(AABB aabb) |
Modifier and Type | Method and Description |
---|---|
AABB |
OctreeNode.getBoundingBox() |
abstract AABB |
BoundedSceneObject.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
boolean |
ISceneQuery.intersects(AABB aabb)
The query condition the object must fullfil
|
Modifier and Type | Method and Description |
---|---|
static AABB |
AABB.createFromPoints(float[] points,
int stride)
Create a bounding box containing all the passed points.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FrustumG.aabbInFrustum(AABB aabb) |
boolean |
AABB.containsAABB(AABB other) |
boolean |
AABB.intersectsAABB(AABB other) |