Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
Warnings * Currently this processes input points in a randomized order so the results are not strictly deterministic. In particular if it fails you might try calling it again...
References
| Module | GeometryAlgorithms |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/MinVolumeSphere3.h |
| Include | #include "MinVolumeSphere3.h" |
Syntax
template<typename RealType>
class TMinVolumeSphere3
Remarks
Calculate a Minimal-Volume Sphere for a set of 3D points.
Currently this processes input points in a randomized order so the results are not strictly deterministic. In particular if it fails you might try calling it again...
Variables
| Type | Name | Description | |
|---|---|---|---|
| TPimplPtr< TMinVolumeSphere3Internal< RealType > > | Internal |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Initialize
(
int32 NumPoints, |
||
| bool | |||
| bool | Solve
(
int32 NumPoints, |
Calculate the minimal sphere for the given point set. |