Classes | |
class | TCircle3< T > |
Generic Circle in Three-Dimensional Space. More... | |
Storers | |
template<typename T> | |
std::istream & | operator>> (std::istream &s, TCircle3< T > &circle) throw () |
Input operator. | |
template<typename T> | |
std::ostream & | operator<< (std::ostream &s, const TCircle3< T > &circle) throw () |
Output Operator. | |
Typedefs | |
typedef TCircle3< float > | Circle3 |
Default three-dimensional circle class of type float. |
|
Default three-dimensional circle class of type float.
|
|
Output Operator.
Writes the values of
|
|
Input operator. Reads in two TVector3 and a T value: p, n, radius |