![]() |
MAGE
v0.171.0
Matthias Advanced Game Engine
|
This is the complete list of members for mage::BoundingSphere, including all inherited members.
BoundingSphere() noexcept | mage::BoundingSphere | |
BoundingSphere(const Point3 &p) noexcept | mage::BoundingSphere | explicit |
BoundingSphere(FXMVECTOR p) noexcept | mage::BoundingSphere | explicit |
BoundingSphere(const Point3 &p, F32 r) noexcept | mage::BoundingSphere | |
BoundingSphere(FXMVECTOR p, F32 r) noexcept | mage::BoundingSphere | |
BoundingSphere(const AABB &aabb) noexcept | mage::BoundingSphere | explicit |
BoundingSphere(const BoundingSphere &sphere) noexcept=default | mage::BoundingSphere | |
BoundingSphere(BoundingSphere &&sphere) noexcept=default | mage::BoundingSphere | |
Centroid() const noexcept | mage::BoundingSphere | |
Encloses(const Point3 &point) const noexcept | mage::BoundingSphere | |
Encloses(FXMVECTOR point) const noexcept | mage::BoundingSphere | |
Encloses(const AABB &aabb) const noexcept | mage::BoundingSphere | |
Encloses(const BoundingSphere &sphere) const noexcept | mage::BoundingSphere | |
EnclosesStrict(const Point3 &point) const noexcept | mage::BoundingSphere | |
EnclosesStrict(FXMVECTOR point) const noexcept | mage::BoundingSphere | |
EnclosesStrict(const AABB &aabb) const noexcept | mage::BoundingSphere | |
EnclosesStrict(const BoundingSphere &sphere) const noexcept | mage::BoundingSphere | |
m_pr | mage::BoundingSphere | private |
Maximum() noexcept | mage::BoundingSphere | static |
operator!=(const BoundingSphere &sphere) const noexcept | mage::BoundingSphere | |
operator=(const BoundingSphere &sphere) noexcept=default | mage::BoundingSphere | |
operator=(BoundingSphere &&sphere) noexcept=default | mage::BoundingSphere | |
operator==(const BoundingSphere &sphere) const noexcept | mage::BoundingSphere | |
Overlaps(const BoundingSphere &sphere) const noexcept | mage::BoundingSphere | |
OverlapsStrict(const BoundingSphere &sphere) const noexcept | mage::BoundingSphere | |
Radius() const noexcept | mage::BoundingSphere | |
Union(const BoundingSphere &sphere, const Point3 &point) noexcept | mage::BoundingSphere | static |
Union(const BoundingSphere &sphere, const VertexT &vertex) noexcept | mage::BoundingSphere | static |
Union(const BoundingSphere &sphere, FXMVECTOR point) noexcept | mage::BoundingSphere | static |
~BoundingSphere()=default | mage::BoundingSphere |