Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FTriangleMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTriangleMesh GetConvexHullFromParticles
(
const TConstArrayView< FVec3 >& points |
Chaos/TriangleMesh.h | ||
static FTriangleMesh GetConvexHullFromParticles
(
const FParticles& InParticles |
Deprecated. Use TArrayView version. | Chaos/TriangleMesh.h |
GetConvexHullFromParticles(const TConstArrayView< FVec3 > &)
| Name | GetConvexHullFromParticles |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TriangleMesh.h |
| Include Path | #include "Chaos/TriangleMesh.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/TriangleMesh.cpp |
static FTriangleMesh GetConvexHullFromParticles
(
const TConstArrayView< FVec3 > & points
)
GetConvexHullFromParticles(const FParticles &)
Description
Deprecated. Use TArrayView version.
| Name | GetConvexHullFromParticles |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TriangleMesh.h |
| Include Path | #include "Chaos/TriangleMesh.h" |
static FTriangleMesh GetConvexHullFromParticles
(
const FParticles & InParticles
)