-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segment-Segment Distance in 3D - Sublucid Geometry #21
Comments
The wonderful thing about vector math is that it (should) work in any number of dimensions! Word Vector Geometry, anyone? |
Earlier Comment (before switching to utteranc.es): Laccer
|
Love the visuals, interesting method for sure. I never thought to solve it this way!
|
You might like this https://open.substack.com/pub/hamishtodd1/p/angle-and-distance-from-anything |
Is the last line in the optimized method needed? Or would it produce the same value as 'segABtoLineCD = Lerp(segA, segB, Clamp01(t));'? |
Segment-Segment Distance in 3D - Sublucid Geometry
One of my favorite functions projects points onto line segments.
https://zalo.github.io/blog/closest-point-between-segments/
The text was updated successfully, but these errors were encountered: