Latest release 1.0.16 now available on PyPi and Conda-forge
|||
Determines if polyline AB crosses polyline CD.
a (tuple) – Point A as (x, y)
b (tuple) – Point B as (x, y)
c (tuple) – Point C as (x, y)
d (tuple) – Point D as (x, y)
lgi – True if line AB crosses line CD
logical np.ndarray
<Page contents
>Page contents:
is_intersection()
Styled using the Piccolo Theme