Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms > API/Plugins/GeometryAlgorithms/TConstrainedDelaunay2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddWithIntersectionResolution
(
const TPolygon2< RealType >& Polygon |
Add Polygon with self-intersections resolved. Returns false if resolving self-intersections failed. | ConstrainedDelaunay2.h | |
bool AddWithIntersectionResolution
(
const TGeneralPolygon2< RealType >& GeneralPolygon |
Add General Polygon with self-intersections resolved. Returns false if resolving self-intersections failed. | ConstrainedDelaunay2.h |
AddWithIntersectionResolution(const TPolygon2< RealType > &)
Description
Add Polygon with self-intersections resolved. Returns false if resolving self-intersections failed.
| Name | AddWithIntersectionResolution |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/ConstrainedDelaunay2.h |
| Include Path | #include "ConstrainedDelaunay2.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Private/ConstrainedDelaunay2.cpp |
bool AddWithIntersectionResolution
(
const TPolygon2 < RealType > & Polygon
)
AddWithIntersectionResolution(const TGeneralPolygon2< RealType > &)
Description
Add General Polygon with self-intersections resolved. Returns false if resolving self-intersections failed.
| Name | AddWithIntersectionResolution |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/ConstrainedDelaunay2.h |
| Include Path | #include "ConstrainedDelaunay2.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Private/ConstrainedDelaunay2.cpp |
bool AddWithIntersectionResolution
(
const TGeneralPolygon2 < RealType > & GeneralPolygon
)