Latest release 1.0.16 now available on PyPi and Conda-forge
|||
Gets parameters for intersections of line’s AB and line’s CD.
a (tuple) – Point A as tuple (x, y) of line’s AB
b (tuple) – Point B as tuple (x, y) of line’s AB
c (tuple) – Point C as tuple (x, y) of line’s CD
d (tuple) – Point D as tuple (x, y) of line’s CD
x – Line intersection parameters
tuple (t, u, lc, rc, lgi)
<Page contents
>Page contents:
get_intersection()
Styled using the Piccolo Theme