hi everyone, i'm trying to find the intersection point of two lines and then to create new lines using the intersection point (to break the line into two lines)...
my problem is when there isn't any intersection point- so the function "intersectWith" return unknown value. i need to check if...