Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
References
| Module | GeometryAlgorithms |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/ConstrainedDelaunay2.h |
| Include | #include "ConstrainedDelaunay2.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Private/ConstrainedDelaunay2.cpp |
namespace UE
{
namespace Geometry
{
template<typename RealType>
TArray< FIndex3i > UE&58;&58;Geometry&58;&58;ConstrainedDelaunayTriangulateWithVertices
&40;
const TGeneralPolygon2< RealType > & GeneralPolygon,
TArray< TVector2< RealType >> & OutVertices
&41;
}
}
Remarks
Convenience function; invokes TConstrainedDelaunay2::Triangulate with most-often-used options. An array of triangle indices.
Parameters
| Name | Description |
|---|---|
| GeneralPolygon | A general polygon, which may include holes. |
| OutVertices | Output array of vertices used in the triangulation. |