Determines whether the polygon is convex.
O(n^2) running time.
Assumptions:
- The polygon is in counter clockwise order
- The polygon has no overlapping edges
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxReturn Value
Booleantrue if it is convex; otherwise,
false.
See Also