sl.polygon.polygon.intersect: Check if/where Polygons Intersect

View source: R/sl.polygon.polygon.intersect.R

sl.polygon.polygon.intersectR Documentation

Check if/where Polygons Intersect

Description

UNFINISHED ### Check if and where two polygons on a sphere intersect each other. Technically, the intersection of each pair of polygon edges is checked.

Usage

sl.polygon.polygon.intersect(poly1.lon, poly1.lat, poly2.lon, poly2.lat)

Arguments

poly1.lon

a vector of length N1 giving the longitudes of the points defining the first polygon.

poly1.lat

a vector of length N1 giving the latitudes of the points defining the first polygon.

poly2.lon

a vector of length N2 giving the longitudes of the points defining the second polygon.

poly2.lat

a vector of length N2 giving the latitudes of the points defining the second polygon.

Details

To be provided once finished ...

Value

To be provided once finished ...

Author(s)

Helge Goessling

See Also

sl.line.polygon.intersect, sl.line.line.intersect

Examples

## To be provided ...

helgegoessling/spheRlab documentation built on April 8, 2024, 8:34 a.m.