TTriangleMesh::GetCurvatureOnEdges

Curvature between adjacent faces, specified on edges in radians.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TriangleMesh.h

Include

#include "Chaos/TriangleMesh.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/TriangleMesh.cpp

Syntax

TArray< T > GetCurvatureOnEdges
(
    const TArray< TVector< T, 3 >> & faceNormals
)

Remarks

Curvature between adjacent faces, specified on edges in radians.

Parameters

Parameter

Description

faceNormals

a normal per face. Curvature between adjacent faces is measured by the angle between face normals, where a curvature of 0 means they're coplanar.

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