TPolygon2::NeighbourPoints

Get the previous and next vertex positions for a given vertex of the Polygon

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Polygon2.h"

Syntax

void NeighbourPoints
(
    int iVertex,
    FVector2< T > & PrevNbrOut,
    FVector2< T > & NextNbrOut
) const

Remarks

Get the previous and next vertex positions for a given vertex of the Polygon

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