#include <GteHypersphere.h>
Public Member Functions | |
Hypersphere () | |
Hypersphere (Vector< N, Real > const &inCenter, Real inRadius) | |
bool | operator!= (Hypersphere const &hypersphere) const |
bool | operator< (Hypersphere const &hypersphere) const |
bool | operator<= (Hypersphere const &hypersphere) const |
bool | operator== (Hypersphere const &hypersphere) const |
bool | operator> (Hypersphere const &hypersphere) const |
bool | operator>= (Hypersphere const &hypersphere) const |
Public Attributes | |
Vector< N, Real > | center |
Real | radius |
Definition at line 20 of file GteHypersphere.h.
gte::Hypersphere< N, Real >::Hypersphere | ( | ) |
Definition at line 51 of file GteHypersphere.h.
gte::Hypersphere< N, Real >::Hypersphere | ( | Vector< N, Real > const & | inCenter, |
Real | inRadius | ||
) |
Definition at line 59 of file GteHypersphere.h.
bool gte::Hypersphere< N, Real >::operator!= | ( | Hypersphere< N, Real > const & | hypersphere | ) | const |
Definition at line 74 of file GteHypersphere.h.
bool gte::Hypersphere< N, Real >::operator< | ( | Hypersphere< N, Real > const & | hypersphere | ) | const |
Definition at line 80 of file GteHypersphere.h.
bool gte::Hypersphere< N, Real >::operator<= | ( | Hypersphere< N, Real > const & | hypersphere | ) | const |
Definition at line 96 of file GteHypersphere.h.
bool gte::Hypersphere< N, Real >::operator== | ( | Hypersphere< N, Real > const & | hypersphere | ) | const |
Definition at line 68 of file GteHypersphere.h.
bool gte::Hypersphere< N, Real >::operator> | ( | Hypersphere< N, Real > const & | hypersphere | ) | const |
Definition at line 102 of file GteHypersphere.h.
bool gte::Hypersphere< N, Real >::operator>= | ( | Hypersphere< N, Real > const & | hypersphere | ) | const |
Definition at line 108 of file GteHypersphere.h.
Vector<N, Real> gte::Hypersphere< N, Real >::center |
Definition at line 29 of file GteHypersphere.h.
Real gte::Hypersphere< N, Real >::radius |
Definition at line 30 of file GteHypersphere.h.