mirror of
https://github.com/bjornharrtell/jsts.git
synced 2026-01-18 14:08:37 +00:00
20 lines
376 B
XML
20 lines
376 B
XML
<run>
|
|
<precisionModel scale="1.0" offsetx="0.0" offsety="0.0"/>
|
|
|
|
<case>
|
|
<desc>PP - Point is not on line. Non-robust algorithms fail by erroneously reporting intersects=true.</desc>
|
|
<a>
|
|
LINESTRING(-123456789 -40, 381039468754763 123456789)
|
|
</a>
|
|
<b>
|
|
POINT(0 0)
|
|
</b>
|
|
<test>
|
|
<op name="intersects" arg1="A" arg2="B">
|
|
false
|
|
</op>
|
|
</test>
|
|
</case>
|
|
|
|
</run>
|