TFitCapsule3::Solve

Calculate a Capsule that contains the given Point Set and return in CapsuleOut

Windows
MacOS
Linux

References

Module

GeometryAlgorithms

Header

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

Include

#include "FitCapsule3.h"

Syntax

static bool Solve
(
    int32 NumPoints,
    TFunctionRef< FVector3< RealType >(int32)> GetPointFunc,
    TCapsule3< RealType > & CapsuleOut
)

Remarks

Calculate a Capsule that contains the given Point Set and return in CapsuleOut

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