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