Here are 4 ways finding the nearest point on line.
- with cross products
- with angle
- by Projection
- mathutils.geometry.intersect_point_line(pt, line_p1, line_p2 )
03_Point on_line.blend (839.9 KB)
Here are 4 ways finding the nearest point on line.
03_Point on_line.blend (839.9 KB)