Classes | |
class | BALL::TPlane3< T > |
Typedefs | |
typedef TPlane3< float > | BALL::Plane3 |
Storers | |
Stream operators for class TPlane3 | |
template<typename T > | |
std::istream & | BALL::operator>> (std::istream &s, TPlane3< T > &plane) |
template<typename T > | |
std::ostream & | BALL::operator<< (std::ostream &s, const TPlane3< T > &plane) |
typedef TPlane3<float> BALL::Plane3 |
Default plane class of type float
std::ostream & BALL::operator<< | ( | std::ostream & | s, | |
const TPlane3< T > & | plane | |||
) | [inline] |
Output operator Prints two instances of TVector3: p, n
std::istream & BALL::operator>> | ( | std::istream & | s, | |
TPlane3< T > & | plane | |||
) | [inline] |
Input operator reads in two instances of TVector3: p, n
References BALL::Constants::c, BALL::TPlane3< T >::n, and BALL::TPlane3< T >::p.