Navigation
| Name | GeometryAlgorithms |
| Type | Runtime |
| Part of Plugins | Geometry Processing |
| Location | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/ |
| Module Build Rules | GeometryAlgorithms.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FGeometryAlgorithmsModule | |
| FUVMetrics | |
| TBooleanPolygon2Polygon2 | Produces the boolean'd result of PolygonA and PolygonB depending on the OperationType. |
| TDistLine3Circle3 | Compute unsigned distance and closest-points between 3D line and 3D circle |
| 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. |
| TOffsetPolygon2 | Offsets a given polygon (a polyline or closed polygon), determined by EndType by a given amount. |
| TPCA3 |
Structs
| Name | Remarks |
|---|---|
| FArrangement2d | Arrangement2d constructs a planar arrangement of a set of 2D line segments. |
| FComputePCA3Options | |
| FTetMeshParameters | |
| TConstrainedDelaunay2 | This is a version of FDelaunay (which can also do Constrained Delaunay triangulation), but with added support for: |
| XAtlasChartOptions | |
| XAtlasPackOptions |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| XAtlasParameterizeFunc | void(* | XAtlasWrapper.h |
Enums
Public
| Name | Remarks |
|---|---|
| UE::Geometry::FTetWild::EFilterOutsideMethod |