Hi
I have in my code many bezier curves(drawn by 4 points) and lines
I need to get the intersection points between two curves and
betwen line/curve
I already did the line-line intersection part
and I can get that two curves are intersected but I can not get the points of the
intersection
I try to follow the below link:
http://trac.mindconnect.nl:8000/trac-demo/browser/scribus/plugins/tools/2geomtools/lib2geom/basic-intersection.cpp
but I could not get them and there is no errors
can you please help me to do that
I am using visual studio 2010 c++ for MFC project
thanks a lot