#include <math.h>
#include <iostream>
#include <BALL/MATHS/line3.h>
#include <BALL/MATHS/vector3.h>
#include <BALL/MATHS/common.h>
Go to the source code of this file.
Classes | |
class | BALL::TPlane3< T > |
Namespaces | |
namespace | BALL |
Typedefs | |
typedef TPlane3< float > | BALL::Plane3 |
Functions | |
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) |