TPolygon2::NeighbourVectors

Get the vectors from a given vertex to the previous and next Vertices, optionally normalized

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Polygon2.h"

Syntax

void NeighbourVectors
(
    int iVertex,
    FVector2< T > & ToPrevOut,
    FVector2< T > & ToNextOut,
    bool bNormalize
) const

Remarks

Get the vectors from a given vertex to the previous and next Vertices, optionally normalized

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