Public Member Functions | Public Attributes | List of all members
gte::Hypersphere< N, Real > Class Template Reference

#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
 

Detailed Description

template<int N, typename Real>
class gte::Hypersphere< N, Real >

Definition at line 20 of file GteHypersphere.h.

Constructor & Destructor Documentation

template<int N, typename Real >
gte::Hypersphere< N, Real >::Hypersphere ( )

Definition at line 51 of file GteHypersphere.h.

template<int N, typename Real>
gte::Hypersphere< N, Real >::Hypersphere ( Vector< N, Real > const &  inCenter,
Real  inRadius 
)

Definition at line 59 of file GteHypersphere.h.

Member Function Documentation

template<int N, typename Real >
bool gte::Hypersphere< N, Real >::operator!= ( Hypersphere< N, Real > const &  hypersphere) const

Definition at line 74 of file GteHypersphere.h.

template<int N, typename Real >
bool gte::Hypersphere< N, Real >::operator< ( Hypersphere< N, Real > const &  hypersphere) const

Definition at line 80 of file GteHypersphere.h.

template<int N, typename Real >
bool gte::Hypersphere< N, Real >::operator<= ( Hypersphere< N, Real > const &  hypersphere) const

Definition at line 96 of file GteHypersphere.h.

template<int N, typename Real >
bool gte::Hypersphere< N, Real >::operator== ( Hypersphere< N, Real > const &  hypersphere) const

Definition at line 68 of file GteHypersphere.h.

template<int N, typename Real >
bool gte::Hypersphere< N, Real >::operator> ( Hypersphere< N, Real > const &  hypersphere) const

Definition at line 102 of file GteHypersphere.h.

template<int N, typename Real >
bool gte::Hypersphere< N, Real >::operator>= ( Hypersphere< N, Real > const &  hypersphere) const

Definition at line 108 of file GteHypersphere.h.

Member Data Documentation

template<int N, typename Real>
Vector<N, Real> gte::Hypersphere< N, Real >::center

Definition at line 29 of file GteHypersphere.h.

template<int N, typename Real>
Real gte::Hypersphere< N, Real >::radius

Definition at line 30 of file GteHypersphere.h.


The documentation for this class was generated from the following file:


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06