NAMeC-team / CRAbE

GNU General Public License v3.0
4 stars 3 forks source link

Add line utils #98

Closed Jossl123 closed 3 months ago

Jossl123 commented 9 months ago

Add a line segment intersection function. Also, add a method to find a point along the line given a parameter between 0 and 1.

Jossl123 commented 9 months ago

the line intersection is not fully working, do not merge for now

Jossl123 commented 9 months ago

the line intersection function have been fixed :+1:

Jossl123 commented 4 months ago

I did the changes you suggested : Adding better documentation, tests and do some small modification on function names and implementation for the line utils