The minimum clearance is a metric that quantifies a geometry’s tolerance to changes in coordinate precision or vertex positions. It represents the maximum distance by which vertices can be adjusted without introducing invalidity to the geometry’s structure. A larger minimum clearance value indicates greater robustness against such perturbations. For a geometry with a minimum clearance ofDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
x, the following conditions hold:
- No two distinct vertices are separated by a distance less than
x. - No vertex lies within a distance
xfrom any line segment it is not an endpoint of.
Double.MAX_VALUE.
Signatures
Parameters
The input geometry.
Return type
A numeric value.

