pub const VERTEX_CAP_FRACTION: f64 = 0.25;Expand description
Fraction of the SHORTEST incident edge that bounds a vertex’s band.
A quarter is what makes endpoint welding structurally unable to collapse an edge: both endpoint radii of an edge sum to at most half its length, so the two ends can never reach each other.