Classes | |
class | TPlane3< T > |
Threedimensional plane. More... | |
Storers | |
Stream operators for class TPlane3 | |
template<typename T> | |
std::istream & | operator>> (std::istream &s, TPlane3< T > &plane) throw () |
Input operator reads in two instances of TVector3: p, n. | |
template<typename T> | |
std::ostream & | operator<< (std::ostream &s, const TPlane3< T > &plane) throw () |
Output operator Prints two instances of TVector3: p, n. | |
Typedefs | |
typedef TPlane3< float > | Plane3 |
Default plane class of type float. |
|
Default plane class of type float.
|