P2.5.4 robustness / tangent stamp in jts-curve (OV-P2 / Bar 2) - #25
Open
grootstebozewolf wants to merge 3 commits into
Open
P2.5.4 robustness / tangent stamp in jts-curve (OV-P2 / Bar 2)#25grootstebozewolf wants to merge 3 commits into
grootstebozewolf wants to merge 3 commits into
Conversation
Coincident leave-angles at a node are ordered by signed curvature when the pieces differ (closed form in jts-curve). Locally identical leaves, a zero-length kiss, and MIXED overlap stay named green nulls — not a HotPixel, not a fake crossing. Not P2.5.5. Co-authored-by: Jeroen Bloemscheer <grootstebozewolf@users.noreply.github.com>
A local signed-curvature tie-break walks H-SHELL-N-ODD to area 18.42 instead of the pair-kit 42.84. That is not a laser. Named stamp P2.5.4 tangent leave-angle; pair-kit fallback still recovers N=2. Not a HotPixel. Not P2.5.5. Co-authored-by: Jeroen Bloemscheer <grootstebozewolf@users.noreply.github.com>
Catalog: near-tangent robustness; stop if snap-round. The only new pin is HALF_DISC × HALF_HANGING × STADIUM_ODD. MIXED / pinch / kiss / holed / N=2 H-SHELL-N-ODD stay the existing named nulls. Not P2.5.5. Co-authored-by: Jeroen Bloemscheer <grootstebozewolf@users.noreply.github.com>
This was referenced Aug 16, 2026
This was referenced Aug 16, 2026
grootstebozewolf
marked this pull request as ready for review
August 16, 2026 12:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #24 @ 41cd38a. Do not merge this into #7. This is OV-P2 / Bar 2, not OV-P1. Does not merge #12 / #13 / #15 / #16 / #17 / #18 / #19 / #20 / #23 / #24 / #7. Does not push to
feature/sfa-curve-rgror master. P2.5.5 is not started.Sentence
The noder is the named-miss suite, one assembly rule at a time. P2.1 nodes, P2.2 overlap-as-edge, P2.3 bite vs hole, P2.4 two-hole, hole-on-diameter, P2.5.2 N-string nodes, P2.5.3 N-shell faces. This rung is near-tangent robustness (catalog: “P2.5.4 Near-tangent robustness; stop if snap-round.”). Densify is never a noder. Core
SegmentString/Noderis P2.5.5, 74 files, LOCKED.Assembly rule
Named stamp, not a HotPixel. The only new cell is HALF_DISC × HALF_HANGING × STADIUM_ODD (H-SHELL-N-ODD crossings
(±1, 0)+ tangent(0, 5)).hasCoincidentLeave(ANGLE_EPS = 1e-8) still stamps: two different pieces leaving at the same angle are a tangent. Ordering them is snap-rounding.facesreturnsnullandmissReason()namesP2.5.4 tangent leave-angle. A local curvature order was tried and walks the wrong rings — that is not a laser. If the walk needs HotPixel / ScaledNoder / coreSegmentString, stamp and stop. That is P2.5.4 done.Not this rung (existing named nulls, unchanged):
Cells
isApproximate()=falseP2.5.4 tangent leave-angle(snap-rounding, not a walk)Pins
Must stay green / bit-identical where already lasering:
25.5π − LENS + 2This rung's only new pin:
testN3TangentStampsNull— HALF_DISC × HALF_HANGING × STADIUM_ODD is a named null with reasonP2.5.4 tangent leave-angle.What this is not
org.locationtech.jts.nodingchange.feature/sfa-curve-rgr/ PR SFA/SQL-MM curve awareness: Curve rename, arc-aware operations, OverlayNGCurve ratchet (#1195 RGR series) #7 / locationtech masterVerify
All green after this revision:
CurveSegmentStringTest24 / 0 (testN3TangentStampsNullis the named near-tangent stamp; MIXED / pinch / kiss / holed / N=2 H-SHELL-N-ODD unchanged)CompoundCurveShellOverlayTest27 / 0CircularArcOverlayTest11 / 0CircularDiscOverlayTest12 / 0CircularDiscPolygonOverlayTest7 / 0CircularLineOverlayTest7 / 0OverlayNGCurvePhase0Test19 / 0OverlayNGCurveRatchetTest50 / 0OverlayNGCurvePerfGateTest82 / 0 (15% slack)jts-curvesucceededSlack stays 15%. Overlay name is OverlayNGCurve. No new public API. No noder was written in jts-core. P2.5.5 was not started.