#include <limits.h>
#include "vector3d.H"
#include "std/config.H"
#include "nearest_pt.H"
#include "std/list.H"
Go to the source code of this file.
Compounds | |
class | _point3d |
class | _point3d_list |
Functions | |
template<class P, class V> ostream & | operator<< (ostream &os, const _point3d< P, V > &p) |
template<class P, class V> istream & | operator>> (istream &is, _point3d< P, V > &p) |
template<class P, class V> Greal | det (const _point3d< P, V > &a, const _point3d< P, V > &b, const _point3d< P, V > &c) |
template<class P> bool | areCoplanar (const P &, const P &, const P &, const P &) |
|
|
|
|
|
|
|
|