FGroupTopology::GetGroupEdgeTangent

Calculate tangent of group edge, as direction from start to end endpoints

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "GroupTopology.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/GroupTopology.cpp

Syntax

bool GetGroupEdgeTangent
(
    int GroupEdgeID,
    FVector3d & TangentOut
) const

Remarks

Calculate tangent of group edge, as direction from start to end endpoints

Returns

false if edge is degenerate or start == end

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