Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDelaunay3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsDelaunay
(
TArrayView< const FVector3f > Vertices |
CompGeom/Delaunay3.h | ||
bool IsDelaunay
(
TArrayView< const FVector3d > Vertices |
CompGeom/Delaunay3.h |
IsDelaunay(TArrayView< const FVector3f >)
| Name | IsDelaunay |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/Delaunay3.h |
| Include Path | #include "CompGeom/Delaunay3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/Delaunay3.cpp |
bool IsDelaunay
(
TArrayView < const FVector3f > Vertices
) const
true if triangulation is Delaunay, useful for validating results (note: likely to be false if edges are constrained)
IsDelaunay(TArrayView< const FVector3d >)
| Name | IsDelaunay |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/Delaunay3.h |
| Include Path | #include "CompGeom/Delaunay3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/Delaunay3.cpp |
bool IsDelaunay
(
TArrayView < const FVector3d > Vertices
) const