Expand description
Verifying (and where needed, widening into truth) the same_parameter
claim.
An edge carries several representations of one curve, and nearly every algorithm evaluates whichever is convenient, assuming the answers are interchangeable within the edge’s tolerance. The flag that records this is set false whenever a representation is added: honest, but pessimistic: every primitive’s edges claim a disagreement they do not have. This is the repair the flag’s own documentation demands: measure the actual disagreement, and either confirm the claim or widen the edge’s tolerance until the claim is true. Either way, afterwards the flag means something.
Structs§
- Same
Parameter Report - What one repair pass did.
Functions§
- repair_
same_ parameter - Verify every edge under
shapeand make itssame_parameterflag true.