KIA
2014-08-30 15:57:14 UTC
hi
i have some code in python and i use shapely module in that
I need to define ray line with specific origin and angle to intersect
with some other shape
but shapely module does not have any object like ray line
I have tried to use ray object from sympy module but I cant intersect
sympy object with shape object...
could you please give me an idea about how can I define ray line with
specific origin and angle with shapely?...
thank you so much in advance
i have some code in python and i use shapely module in that
I need to define ray line with specific origin and angle to intersect
with some other shape
but shapely module does not have any object like ray line
I have tried to use ray object from sympy module but I cant intersect
sympy object with shape object...
could you please give me an idea about how can I define ray line with
specific origin and angle with shapely?...
thank you so much in advance