TPolygon2::GetNormal

Get the normal vector at a vertex of the polygon, which is perpendicular to [GetTangent()](API\Plugins\GeometricObjects\TPolygon2\GetTangent) Points "inward" for a Clockwise Polygon, and outward for CounterClockwise

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Polygon2.h"

Syntax

FVector2< T > GetNormal
(
    int VertexIndex
) const

Remarks

Get the normal vector at a vertex of the polygon, which is perpendicular to GetTangent() Points "inward" for a Clockwise Polygon, and outward for CounterClockwise

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