TTriangleMesh::GetCurvatureOnPoints

The maximum curvature at points from connected edges, specified 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 > GetCurvatureOnPoints
(
    const TArray< T > & edgeCurvatures
)

Remarks

The maximum curvature at points from connected edges, specified in radians.

Parameters

Parameter

Description

edgeCurvatures

a curvature per edge. The greater the number, the sharper the crease. -FLT_MAX denotes free particles.

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