TMinVolumeBox3::Solve

Calculate the minimal box for the given point set.

Windows
MacOS
Linux

References

Module

GeometryAlgorithms

Header

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

Include

#include "MinVolumeBox3.h"

Source

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

Syntax

bool Solve
(
    int32 NumPoints,
    TFunctionRef< FVector3< RealType >(int32)> GetPointFunc,
    bool bUseExactBox,
    FProgressCancel * Progress
)

Remarks

Calculate the minimal box for the given point set.

Returns

true if minimal box was found

Parameters

Parameter

Description

bUseExactBox

If true, high-precision number types are used for the minimal-box calculation, rather than doubles. This is much slower but more accurate (but not recommended).

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