FDynamicMesh3::GetTriVertices

Get the three vertex positions of a triangle

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMesh3.h

Include

#include "DynamicMesh3.h"

Syntax

void GetTriVertices
(
    int TriangleID,
    FVector3d & v0,
    FVector3d & v1,
    FVector3d & v2
) const

Remarks

Get the three vertex positions of a triangle

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