File distance.cpp
FileList > algorithm > distance.cpp
Go to the source code of this file
#include "SFCGAL/algorithm/distance.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/Exception.h"
#include "SFCGAL/Kernel.h"
#include "SFCGAL/algorithm/isValid.h"
#include <CGAL/Polygon_2_algorithms.h>
#include <CGAL/Polygon_with_holes_2.h>
#include "SFCGAL/algorithm/intersects.h"
#include "SFCGAL/detail/GetPointsVisitor.h"
#include "SFCGAL/detail/transform/AffineTransform3.h"
Namespaces
Type | Name |
---|---|
namespace | SFCGAL |
namespace | algorithm |
Classes
Type | Name |
---|---|
struct | Circle |
Public Types
Type | Name |
---|---|
typedef SFCGAL::Kernel::Point_2 | Point_2 |
typedef CGAL::Polygon_2< SFCGAL::Kernel > | Polygon_2 |
typedef CGAL::Polygon_with_holes_2< SFCGAL::Kernel > | Polygon_with_holes_2 |
typedef SFCGAL::Kernel::Segment_2 | Segment_2 |
typedef SFCGAL::Kernel::Vector_2 | Vector_2 |
Public Types Documentation
typedef Point_2
using Point_2 = SFCGAL::Kernel::Point_2;
typedef Polygon_2
using Polygon_2 = CGAL::Polygon_2<SFCGAL::Kernel>;
typedef Polygon_with_holes_2
using Polygon_with_holes_2 = CGAL::Polygon_with_holes_2<SFCGAL::Kernel>;
typedef Segment_2
using Segment_2 = SFCGAL::Kernel::Segment_2;
typedef Vector_2
using Vector_2 = SFCGAL::Kernel::Vector_2;
The documentation for this class was generated from the following file /builds/sfcgal/SFCGAL/src/algorithm/distance.cpp