FGeomTools2D::IsPolygonWindingCCW

Returns true if the points forming a polygon have CCW winding Returns true if the polygon isn't valid

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

static bool IsPolygonWindingCCW
(
    const TArray< FIntPoint > & Points
)

Remarks

Returns true if the points forming a polygon have CCW winding Returns true if the polygon isn't valid

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