Plane in three-dimensional space.
[Geometric objects]


Classes

class  BALL::TPlane3< T >

Typedefs

typedef TPlane3< floatBALL::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 Documentation

typedef TPlane3<float> BALL::Plane3

Default plane class of type float


Function Documentation

template<typename T >
std::ostream & BALL::operator<< ( std::ostream &  s,
const TPlane3< T > &  plane 
) [inline]

Output operator Prints two instances of TVector3: p, n

template<typename T >
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.