TPolyline3::GetTangent

Get the tangent vector at a vertex of the polyline, which is the normalized vector from the previous vertex to the next vertex

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Polyline3.h

Include

#include "Polyline3.h"

Syntax

FVector3< T > GetTangent
(
    int VertexIndex
) const

Remarks

Get the tangent vector at a vertex of the polyline, which is the normalized vector from the previous vertex to the next vertex

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