Skip to content

Implement Curve::intersect_segment() multi intersection to return all intersections #18

@louisgreiner

Description

@louisgreiner

To be refined

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions