Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGeomTools2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsPolygonWindingCCW
(
const TArray< FVector2D >& Points |
Returns true if the points forming a polygon have CCW winding Returns true if the polygon isn't valid | GeomTools.h | |
static bool IsPolygonWindingCCW
(
const TArray< FIntPoint >& Points |
GeomTools.h |
IsPolygonWindingCCW(const TArray< FVector2D > &)
Description
Returns true if the points forming a polygon have CCW winding Returns true if the polygon isn't valid
| Name | IsPolygonWindingCCW |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include Path | #include "GeomTools.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GeomTools.cpp |
static bool IsPolygonWindingCCW
(
const TArray < FVector2D > & Points
)
IsPolygonWindingCCW(const TArray< FIntPoint > &)
| Name | IsPolygonWindingCCW |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include Path | #include "GeomTools.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GeomTools.cpp |
static bool IsPolygonWindingCCW
(
const TArray < FIntPoint > & Points
)