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.Common
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax Return Value
Type:
Booleantrue if it is convex; otherwise,
false.
See Also