Geometric Primitives interface.
More...
#include <cmath>
#include <istream>
#include <ostream>
#include <vector>
#include <cassert>
Go to the source code of this file.
|
| template<typename PointContainer > |
| C3Point | C3Centroid (const PointContainer &pc) |
| |
| template<typename PointContainer > |
| CPoint | Centroid (const PointContainer &pc) |
| |
| void | Transpose (CVector matrix[]) |
| |
| void | Transpose_2x3 (CVector matrix[], double tpose[][2]) |
| |
| double | Distance (const CPoint &p, const CLine &l) |
| |
|
| const double | TOL = 1e-16 |
| |
| const double | PI = 4.0*atan(1.0) |
| |
Geometric Primitives interface.
Definition in file GeoPrimitives.H.