7#include "math/GLMath.hpp"
8#include "misc/shapes/Plane.h"
34 glm::vec3
center = glm::vec3(0.0F, 0.0F, 0.0F);
37 glm::vec3
extents = glm::vec3(0.0F, 0.0F, 0.0F);
glm::vec3 center
Definition: AABB.h:34
glm::vec3 extents
Definition: AABB.h:37
bool isBehindPlane(const Plane &plane) const
Definition: AABB.cpp:48
static AABB createFromVertices(std::vector< MeshVertex > *pVertices)
Definition: AABB.cpp:14