Available with nape plugin
Enumeration of validation results for a Polygon.
staticread onlyVALID:ValidationResult
Denotes polygon is valid for simulation in Nape.
staticread onlyDEGENERATE:ValidationResult
Denotes polygon is degenerate (has zero area).
staticread onlyCONCAVE:ValidationResult
Denotes polygon is concave.
staticread onlySELF_INTERSECTING:ValidationResult
Denotes polygon is self-intersecting.
new()
@private
@:keeptoString():String