Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
References
| Module | GeometryAlgorithms |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/MinVolumeBox3.h |
| Include | #include "MinVolumeBox3.h" |
Syntax
template<typename RealType>
class TMinVolumeBox3
Remarks
Calculate a Minimal-Volume Oriented Box for a set of 3D points. This internally first computes the Convex Hull of the point set. The minimal box is then guaranteed to be aligned with one of the faces of the convex hull. Note that this is increasingly expensive as the Convex Hull face count increases.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TPimplPtr< TMinVolumeBox3Internal< RealType > > | Internal |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetResult
(
TOrientedBox3< RealType >& BoxOut |
||
| void | Initialize
(
bool bMostAccurateFit |
||
| bool | |||
| bool | Solve
(
int32 NumPoints, |
Calculate the minimal box for the given point set. | |
| bool | SolveSubsample
(
int32 NumPoints, |
Calculate the minimal box for a Subsampling of MaxPoints points of a point set |