Class AABB

Class Documentation

class AABB

Public Functions

AABB()
std::vector<glm::vec3> get_corners(glm::mat4 model)
void init(GLfloat minX, GLfloat maxX, GLfloat minY, GLfloat maxY, GLfloat minZ, GLfloat maxZ)
glm::vec3 get_radius()
void render()
~AABB()