You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In curves.rs, intersect_segment() method has to return Vec[LineIntersection::SinglePoint] when a curve is intersected by a segment on several Points.
Change method signature
Currently, it returns only the first intersection Point.
The text was updated successfully, but these errors were encountered:
To be refined
In
curves.rs
,intersect_segment()
method has to returnVec[LineIntersection::SinglePoint]
when a curve is intersected by a segment on several Points.Change method signature
Currently, it returns only the first intersection Point.
The text was updated successfully, but these errors were encountered: