TMinVolumeSphere3::Solve

Calculate the minimal sphere for the given point set.

Windows
MacOS
Linux

References

Module

GeometryAlgorithms

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometryAlgorithms/Public/MinVolumeSphere3.h

Include

#include "MinVolumeSphere3.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometryAlgorithms/Private/MinVolumeSphere3.cpp

Syntax

bool Solve
(
    int32 NumPoints,
    TFunctionRef< FVector3< RealType >(int32)> GetPointFunc,
    bool bUseExactComputation
)

Remarks

Calculate the minimal sphere for the given point set.

Returns

true if minimal sphere was found

Parameters

Parameter

Description

bUseExactComputation

If true, high-precision Rational number types are used for the calculation, rather than doubles. This is slower but more precise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss