File minkowskiSum.cpp
FileList > algorithm > minkowskiSum.cpp
Go to the source code of this file
#include "SFCGAL/algorithm/minkowskiSum.h"#include "SFCGAL/algorithm/isValid.h"#include "SFCGAL/GeometryCollection.h"#include "SFCGAL/LineString.h"#include "SFCGAL/Point.h"#include "SFCGAL/Polygon.h"#include "SFCGAL/PolyhedralSurface.h"#include "SFCGAL/Solid.h"#include "SFCGAL/Triangle.h"#include "SFCGAL/TriangulatedSurface.h"#include "SFCGAL/detail/polygonSetToMultiPolygon.h"#include <CGAL/Polygon_2.h>#include <CGAL/Polygon_set_2.h>#include <CGAL/Polygon_with_holes_2.h>#include <CGAL/minkowski_sum_2.h>#include <CGAL/Aff_transformation_2.h>
Namespaces
| Type | Name |
|---|---|
| namespace | SFCGAL |
| namespace | algorithm |
Public Types
| Type | Name |
|---|---|
| typedef CGAL::Polygon_2< SFCGAL::Kernel > | Polygon_2 |
| typedef CGAL::Polygon_set_2< SFCGAL::Kernel > | Polygon_set_2 |
| typedef CGAL::Polygon_with_holes_2< SFCGAL::Kernel > | Polygon_with_holes_2 |
Public Types Documentation
typedef Polygon_2
using Polygon_2 = CGAL::Polygon_2<SFCGAL::Kernel>;
typedef Polygon_set_2
using Polygon_set_2 = CGAL::Polygon_set_2<SFCGAL::Kernel>;
typedef Polygon_with_holes_2
using Polygon_with_holes_2 = CGAL::Polygon_with_holes_2<SFCGAL::Kernel>;
The documentation for this class was generated from the following file /builds/florent_fougeres/SFCGAL/src/algorithm/minkowskiSum.cpp