#include <math.h>
#include "Utility/pre-post-conditions.h"
#include "Geometry/point-traits.h"
#include "Geometry/primitives2d.h"
#include "Geometry/primitives3d.h"
Include dependency graph for algebraic-primitives.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | basic_algebraic_primitives |
struct | dimension_dependent_primitives |
struct | dimension_dependent_primitives< POINT, tag2D > |
struct | dimension_dependent_primitives< POINT, tag3D > |
struct | dimension_dependent_primitives< POINT, variable_dimension_tag > |
struct | algebraic_primitives |
Functions | |
template<class PIt, class Q> void | get_polygon2d_center_and_area (PIt begin, PIt end, Q ¢er, double &area) |
|
Definition at line 31 of file algebraic-primitives.C. |