#include <Wm4Sphere3.h>
Public Member Functions | |
Sphere3 & | operator= (const Sphere3 &rkSphere) |
Sphere3 (const Sphere3 &rkSphere) | |
Sphere3 (const Vector3< Real > &rkCenter, Real fRadius) | |
Sphere3 () | |
Public Attributes | |
Vector3< Real > | Center |
Real | Radius |
Definition at line 27 of file Wm4Sphere3.h.
Wm4::Sphere3< Real >::Sphere3 | ( | ) | [inline] |
Definition at line 21 of file Wm4Sphere3.inl.
Wm4::Sphere3< Real >::Sphere3 | ( | const Vector3< Real > & | rkCenter, | |
Real | fRadius | |||
) | [inline] |
Definition at line 27 of file Wm4Sphere3.inl.
Wm4::Sphere3< Real >::Sphere3 | ( | const Sphere3< Real > & | rkSphere | ) | [inline] |
Definition at line 35 of file Wm4Sphere3.inl.
Sphere3< Real > & Wm4::Sphere3< Real >::operator= | ( | const Sphere3< Real > & | rkSphere | ) | [inline] |
Definition at line 43 of file Wm4Sphere3.inl.
References Wm4::Sphere3< Real >::Center, and Wm4::Sphere3< Real >::Radius.
Vector3<Real> Wm4::Sphere3< Real >::Center |
Definition at line 40 of file Wm4Sphere3.h.
Referenced by MeshCore::MeshSearchNeighbours::NeighboursFromSampledFacets(), Wm4::Sphere3< Real >::operator=(), and MeshCore::MeshSearchNeighbours::TriangleCutsSphere().
Real Wm4::Sphere3< Real >::Radius |
Definition at line 41 of file Wm4Sphere3.h.
Referenced by MeshCore::MeshSearchNeighbours::NeighboursFromSampledFacets(), Wm4::Sphere3< Real >::operator=(), and MeshCore::MeshSearchNeighbours::TriangleCutsSphere().