Navigation
API > API/Runtime > API/Runtime/GeometryCore
TODO: To support meshes where volume is not well defined (e.g., open boundaries or many self-intersecting parts), we'll need alternative error metrics.
| Name | UE::Geometry::EConvexErrorMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path | #include "CompGeom/ConvexDecomposition3.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EConvexErrorMethod
{
RelativeVolume,
}
}
}
Values
| Name | Remarks |
|---|---|
| RelativeVolume | GeometryToHullRayDistance, HullToGeometryDistance, BothDistances, |