Murl::Math::Sphere< DataType > Member List
This is the complete list of members for Murl::Math::Sphere< DataType >, including all inherited members.
| Clear() | Murl::Math::Sphere< DataType > | inline |
| GetCenter() const | Murl::Math::Sphere< DataType > | inline |
| GetFlags() const | Murl::Math::Sphere< DataType > | inline |
| GetRadius() const | Murl::Math::Sphere< DataType > | inline |
| Include(const Vector< DataType > &point) | Murl::Math::Sphere< DataType > | inline |
| IsContaining(const Vector< DataType > &p) const | Murl::Math::Sphere< DataType > | inline |
| IsEmpty() const | Murl::Math::Sphere< DataType > | inline |
| IsIntersecting(const Sphere &other) const | Murl::Math::Sphere< DataType > | inline |
| mCenter | Murl::Math::Sphere< DataType > | protected |
| mFlags | Murl::Math::Sphere< DataType > | protected |
| mRadius | Murl::Math::Sphere< DataType > | protected |
| Set(const Sphere &other) | Murl::Math::Sphere< DataType > | inline |
| Set(const Sphere &s1, const Sphere &s2) | Murl::Math::Sphere< DataType > | inline |
| Set(const Vector< DataType > ¢er, DataType radius) | Murl::Math::Sphere< DataType > | inline |
| Set(const Box< DataType > &box) | Murl::Math::Sphere< DataType > | inline |
| SetBounding(const Vector< DataType > &a) | Murl::Math::Sphere< DataType > | inline |
| SetBounding(const Vector< DataType > &a, const Vector< DataType > &b) | Murl::Math::Sphere< DataType > | inline |
| SetBounding(const Vector< DataType > &a, const Vector< DataType > &b, const Vector< DataType > &c) | Murl::Math::Sphere< DataType > | inline |
| SetBounding(const Vector< DataType > &a, const Vector< DataType > &b, const Vector< DataType > &c, const Vector< DataType > &d) | Murl::Math::Sphere< DataType > | inline |
| SetCenter(const Vector< DataType > ¢er) | Murl::Math::Sphere< DataType > | inline |
| SetContaining(const Vector< DataType > &a) | Murl::Math::Sphere< DataType > | inline |
| SetContaining(const Vector< DataType > &a, const Vector< DataType > &b) | Murl::Math::Sphere< DataType > | inline |
| SetContaining(const Vector< DataType > &a, const Vector< DataType > &b, const Vector< DataType > &c) | Murl::Math::Sphere< DataType > | inline |
| SetContaining(const Vector< DataType > *p, UInt32 n) | Murl::Math::Sphere< DataType > | inline |
| SetRadius(DataType radius) | Murl::Math::Sphere< DataType > | inline |
| Sphere() | Murl::Math::Sphere< DataType > | inline |
| Sphere(const Sphere &s1, const Sphere &s2) | Murl::Math::Sphere< DataType > | inline |
| Sphere(const Vector< DataType > ¢er, DataType radius) | Murl::Math::Sphere< DataType > | inline |
| Sphere(DataType centerX, DataType centerY, DataType centerZ, DataType radius) | Murl::Math::Sphere< DataType > | inline |
| Sphere(const Vector< DataType > &a, const Vector< DataType > &b, const Vector< DataType > &c) | Murl::Math::Sphere< DataType > | inline |
| Sphere(const Box< DataType > &box) | Murl::Math::Sphere< DataType > | inline |
| Sphere(const Sphere< DataType2 > &s) | Murl::Math::Sphere< DataType > | inline |
| ToString() const | Murl::Math::Sphere< DataType > | inline |
| Unite(const Sphere &other) | Murl::Math::Sphere< DataType > | inline |
| ValueType typedef | Murl::Math::Sphere< DataType > |