Classes | |
| class | TSphere3< T > |
| Generic Sphere Class. More... | |
Storers | |
| Stream operators for the class Sphere | |
| template<typename T> | |
| std::istream & | operator>> (std::istream &s, TSphere3< T > &sphere) throw () |
| Input operator. | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &s, const TSphere3< T > &sphere) throw () |
| Output Operator. | |
Typedefs | |
| typedef TSphere3< float > | Sphere3 |
| Default sphere type. | |
|
|
Default sphere type.
If double precision is not needed, |
|
||||||||||||||||
|
Output Operator.
Write the contents of
|
|
||||||||||||||||
|
Input operator. Reads in an instance of TVector3 and a T value : p, radius. |