xoreos  0.0.5
Common::BoundingBox Member List

This is the complete list of members for Common::BoundingBox, including all inherited members.

_absoluteCommon::BoundingBoxprivate
_coordsCommon::BoundingBoxprivate
_emptyCommon::BoundingBoxprivate
_maxCommon::BoundingBoxprivate
_minCommon::BoundingBoxprivate
_originCommon::BoundingBoxprivate
absolutize()Common::BoundingBox
add(float x, float y, float z)Common::BoundingBox
add(const BoundingBox &box)Common::BoundingBox
BoundingBox()Common::BoundingBox
clear()Common::BoundingBox
empty() constCommon::BoundingBox
getAbsolute() constCommon::BoundingBox
getCoordMax(int i) constCommon::BoundingBoxinlineprivate
getCoordMin(int i) constCommon::BoundingBoxinlineprivate
getDepth() constCommon::BoundingBox
getHeight() constCommon::BoundingBox
getIntersection(float fDst1, float fDst2, float x1, float y1, float z1, float x2, float y2, float z2, float &x, float &y, float &z) constCommon::BoundingBoxprivate
getMax(float &x, float &y, float &z) constCommon::BoundingBox
getMin(float &x, float &y, float &z) constCommon::BoundingBox
getOrigin() constCommon::BoundingBox
getWidth() constCommon::BoundingBox
inBox(float x, float y, float z, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, int axis) constCommon::BoundingBoxprivate
isIn(float x, float y) constCommon::BoundingBox
isIn(float x, float y, float z) constCommon::BoundingBox
isIn(float x1, float y1, float z1, float x2, float y2, float z2) constCommon::BoundingBox
rotate(float angle, float x, float y, float z)Common::BoundingBox
scale(float x, float y, float z)Common::BoundingBox
transform(const glm::mat4 &m)Common::BoundingBox
translate(float x, float y, float z)Common::BoundingBox
~BoundingBox()Common::BoundingBox