Skip to content
Amethyst documentation
AmethystAPI
Examples
Getting Started
Reverse Engineering
Toggle navigation menu
⌘
K
Amethyst documentation
/
AmethystAPI
/
File list
/
File AABB.hpp
File AABB.hpp
¶
class
AABB
¶
Public Functions
AABB
(
Vec3
min
,
Vec3
max
)
¶
AABB
(
float
minX
,
float
minY
,
float
minZ
,
float
maxX
,
float
maxY
,
float
maxZ
)
¶
Public Members
Vec3
min
¶
Vec3
max
¶