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