TFitCapsule3::Solve

Solve variants Calculate a Capsule that contains the given Point Set and store in Output variables

Windows
MacOS
Linux

References

Module

GeometryAlgorithms

Header

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

Include

#include "FitCapsule3.h"

Source

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

Syntax

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

Remarks

Solve variants Calculate a Capsule that contains the given Point Set and store in Output variables

Returns

true if capsule was found

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