wasm-spatial-core
Preparing search index...
touches
Function touches
touches
(
ring1
:
Float64Array
,
ring2
:
Float64Array
)
:
boolean
Check if two polygons touch (share boundary but not interior).
Arguments
ring1
— First polygon as flat closed ring
ring2
— Second polygon as flat closed ring
Parameters
ring1
:
Float64Array
ring2
:
Float64Array
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Arguments
wasm-spatial-core
Loading...
Check if two polygons touch (share boundary but not interior).
Arguments
ring1— First polygon as flat closed ringring2— Second polygon as flat closed ring