Navigation
Unreal Engine C++ API Reference > Plugins
Filters
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArrangement2d | Arrangement2d constructs a planar arrangement of a set of 2D line segments. | |
![]() |
FGeometryAlgorithmsModule | ||
![]() |
FTetMeshParameters | ||
![]() |
TConstrainedDelaunay2 | This is a version of FDelaunay (which can also do Constrained Delaunay triangulation), but with added support for: | |
![]() |
TFitCapsule3 | Fit a Capsule to a set of 3D points. | |
![]() |
TMinVolumeBox3 | Calculate a Minimal-Volume Oriented Box for a set of 3D points. | |
![]() |
TMinVolumeSphere3 | Calculate a Minimal-Volume Sphere for a set of 3D points. | |
![]() |
XAtlasChartOptions | ||
![]() |
XAtlasPackOptions |
Typedefs
Name | Description |
---|---|
FConstrainedDelaunay2d | |
FConstrainedDelaunay2f | |
FFitCapsule3d | |
FFitCapsule3f | |
FMinVolumeBox3d | |
FMinVolumeBox3f | |
FMinVolumeSphere3d | |
FMinVolumeSphere3f | |
XAtlasParameterizeFunc |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
UE::Geometry::FTetWild::EFilterOutsideMethod |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FIndex3i > | UE::Geometry::ConstrainedDelaunayTriangulate
(
const TGeneralPolygon2< RealType >& GeneralPolygon |
Convenience function; invokes TConstrainedDelaunay2::Triangulate with most-often-used options |
![]() |
TArray< FIndex3i > | UE::Geometry::ConstrainedDelaunayTriangulateWithVertices
(
const TGeneralPolygon2< RealType >& GeneralPolygon, |
Convenience function; invokes TConstrainedDelaunay2::Triangulate with most-often-used options. |