Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms > API/Plugins/GeometryAlgorithms/TFitCapsule3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Solve
(
int32 NumPoints, |
Solve variants Calculate a Capsule that contains the given Point Set and store in Output variables | FitCapsule3.h | |
static bool Solve
(
int32 NumPoints, |
Calculate a Capsule that contains the given Point Set and return in CapsuleOut | FitCapsule3.h |
Solve(int32, TFunctionRef< TVector< RealType >(int32)>)
Description
Solve variants Calculate a Capsule that contains the given Point Set and store in Output variables
| Name | Solve |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/FitCapsule3.h |
| Include Path | #include "FitCapsule3.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Private/FitCapsule3.cpp |
bool Solve
(
int32 NumPoints,
TFunctionRef < TVector < RealType >> GetPointFunc
)
true if capsule was found
Solve(int32, TFunctionRef< TVector< RealType >(int32)>, TCapsule3< RealType > &)
Description
Calculate a Capsule that contains the given Point Set and return in CapsuleOut
| Name | Solve |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/FitCapsule3.h |
| Include Path | #include "FitCapsule3.h" |
static bool Solve
(
int32 NumPoints,
TFunctionRef < TVector < RealType >> GetPointFunc,
TCapsule3 < RealType > & CapsuleOut
)
true if capsule was found