Intersect Line and Arc

Issue #133 resolved
Former user created an issue

Create function to intersect Line and Arc

How to determine which intersection to use if multiple intersections returned?

Comments (3)

  1. Roman Telezhynskyi repo owner

    How to determine which intersection to use if multiple intersections returned? I have decided seek closest point. In my implementation we have axis, not line. Axis described by point and angle. So we seek closest point to "base point" on axis.

  2. Log in to comment