polygonRadius top-level property

double polygonRadius
getter/setter pair

The radius of the polygon/edge shape skin. This should not be modified. Making this smaller means polygons will have and insufficient for continuous collision. Making it larger may create artifacts for vertex collision.

Implementation

double polygonRadius = 2.0 * linearSlop;