Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Description
Fastest possible one-ring centroid. This is used inside many other algorithms so it helps to have it be maximally efficient
| Name | GetVtxOneRingCentroid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMesh3_Queries.cpp |
void GetVtxOneRingCentroid
(
int VertexID,
FVector3d & CentroidOut
) const