Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include | #include "Polygon2.h" |
bool IsConvex
&40;
T RadiansTolerance,
bool bDegenerateIsConvex
&41; const
true if polygon is convex
Parameters
| Name | Description |
|---|---|
| RadiansTolerance | Maximum turn in the 'wrong' direction that will still be considered convex (in radians) |
| bDegenerateIsConvex | What to return for degenerate input (less than 3 points or equivalent due to repeated points) |