| Modifier and Type | Class and Description |
|---|---|
class |
AABBi
Represents an axis-aligned box defined via the minimum and maximum corner coordinates as ints.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AABBdc.containsAABB(AABBic aabb)
Check if this AABB contains the given
AABB. |
boolean |
AABBfc.containsAABB(AABBic aabb)
Check if this AABB contains the given
AABB. |
boolean |
AABBi.containsAABB(AABBic aabb) |
boolean |
AABBf.containsAABB(AABBic aabb) |
boolean |
AABBd.containsAABB(AABBic aabb) |
boolean |
AABBic.containsAABB(AABBic aabb)
Check if this AABB contains the given
AABB. |
AABBi |
AABBi.intersection(AABBic other)
Compute the AABB of intersection between
this and the given AABB. |
AABBi |
AABBi.intersection(AABBic other,
AABBi dest) |
AABBi |
AABBic.intersection(AABBic other,
AABBi dest)
Compute the AABB of intersection between
this and the given AABB. |
boolean |
AABBi.intersectsAABB(AABBic other) |
boolean |
AABBic.intersectsAABB(AABBic other)
Test whether
this and other intersect. |
AABBi |
AABBi.set(AABBic source)
Set this
AABBi to be a clone of source. |
AABBi |
AABBi.union(AABBic other)
Set
this to the union of this and other. |
AABBi |
AABBi.union(AABBic other,
AABBi dest) |
AABBi |
AABBic.union(AABBic other,
AABBi dest)
Compute the union of
this and other and store the result in dest. |
| Constructor and Description |
|---|
AABBi(AABBic source)
Create a new
AABBi as a copy of the given source. |
Copyright © 2020 JOML. All rights reserved.