Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms > API/Plugins/GeometryAlgorithms/TConstrainedDelaunay2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FDynamicGraph2< InputRealType >& Graph |
ConstrainedDelaunay2.h | ||
void Add
(
const TGeneralPolygon2< InputRealType >& GPolygon |
ConstrainedDelaunay2.h | ||
| ConstrainedDelaunay2.h |
Add(const FDynamicGraph2< InputRealType > &)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/ConstrainedDelaunay2.h |
| Include Path | #include "ConstrainedDelaunay2.h" |
template<class InputRealType>
void Add
(
const FDynamicGraph2 < InputRealType > & Graph
)
Add(const TGeneralPolygon2< InputRealType > &)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/ConstrainedDelaunay2.h |
| Include Path | #include "ConstrainedDelaunay2.h" |
template<class InputRealType>
void Add
(
const TGeneralPolygon2 < InputRealType > & GPolygon
)
Add(const TPolygon2< InputRealType > &, bool)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/ConstrainedDelaunay2.h |
| Include Path | #include "ConstrainedDelaunay2.h" |
template<class InputRealType>
void Add
(
const TPolygon2 < InputRealType > & Polygon,
bool bIsHole
)