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