Enumeration of validation results for a Polygon.

Static variables

staticread onlyCONCAVE:ValidationResult

Denotes polygon is concave.

staticread onlyDEGENERATE:ValidationResult

Denotes polygon is degenerate (has zero area).

staticread onlySELF_INTERSECTING:ValidationResult

Denotes polygon is self-intersecting.

staticread onlyVALID:ValidationResult

Denotes polygon is valid for simulation in Nape.

Constructor

new()

@private

Methods

@:keeptoString():String

@private