I am having problems with implementing intersectwith to detect if lines are intersecting. I have looked at the documentation but it saying that it has a pointer and a bounding boxwith parameters such as OnBothOperands.
I just assumed the process would be something like two line equations y=Mx+b then substitute for y but with a boundingbox and pointer I dont think it works that way.
hejp with understanding how the pointer and box works would be appreciated.