This is the complete list of members for Box, including all inherited members.
| Box()=default | Box | |
| Box(float width, float height, float depth) | Box | |
| Box(float width, float height, float depth, const glm::vec3 &position) | Box | |
| Box(const glm::vec2 &xCoordinates, const glm::vec2 &yCoordinates, const glm::vec2 &zCoordinates) | Box | |
| Box(const glm::vec3 &min, const glm::vec3 &max) | Box | |
| getCenter() const | Box | |
| getDepth() const | Box | |
| getDiagonal() const | Box | |
| getDimensions() const | Box | |
| getHeight() const | Box | |
| getMax() const | Box | |
| getMin() const | Box | |
| getWidth() const | Box | |
| inside(const glm::vec3 &point) const | Box | |
| mMaxCoordinates | Box | |
| mMinCoordinates | Box |