Navigation
API > API/Runtime > API/Runtime/GeometryCore
Selects the number of extremal vertices and directional vector family for the DiTO - K algorithm, with implementations for K = {12, 14, 20, 26}
| Name | UE::Geometry::EDiTO |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/DiTOrientedBox.h |
| Include Path | #include "CompGeom/DiTOrientedBox.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EDiTO
{
DiTO_12 = 0,
DiTO_14 = 1,
DiTO_20 = 2,
DiTO_26 = 3,
}
}
}
Values
| Name | Remarks |
|---|---|
| DiTO_12 | |
| DiTO_14 | |
| DiTO_20 | |
| DiTO_26 |