This is the complete list of members for kanzi::Box, including all inherited members.
Box() | kanzi::Box | inlineexplicit |
Box(Vector3 point) | kanzi::Box | inlineexplicit |
contains(Vector3 point) const | kanzi::Box | inline |
contains(const Box &volume2) const | kanzi::Box | inline |
extendedBy(Vector3 point) const | kanzi::Box | inline |
fromCenterAndSize(Vector3 center, Vector3 size) | kanzi::Box | static |
fromContainedPoints(Vector3 point1, Vector3 point2) | kanzi::Box | static |
fromCornerAndSize(Vector3 minimumCorner, Vector3 size) | kanzi::Box | static |
fromCorners(Vector3 minimumCorner, Vector3 maximumCorner) | kanzi::Box | static |
getCenter() const | kanzi::Box | inline |
getMaximumCorner() const | kanzi::Box | inline |
getMinimumCorner() const | kanzi::Box | inline |
getSize() const | kanzi::Box | inline |
getVolume() const | kanzi::Box | inline |
intersection(const Box &box1, const Box &box2) | kanzi::Box | friend |
intersects(const Box &box1, const Box &box2) | kanzi::Box | friend |
isEmpty() const | kanzi::Box | inline |
isValid() const | kanzi::Box | inline |
minimumBoundingBox(const Box &box1, const Box &box2) | kanzi::Box | friend |
operator!=(const Box &box1, const Box &box2) | kanzi::Box | friend |
operator==(const Box &box1, const Box &box2) | kanzi::Box | friend |
translatedBy(Vector3 translation) const | kanzi::Box | inline |