Rewrote line_closest_point() and segment_closest_point() to support 3D. Added ray_closest_point().

This commit is contained in:
Garth Minette
2020-07-19 23:07:49 -07:00
parent 375f1f2e3b
commit ae1a6d8d61
2 changed files with 173 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,395];
BOSL_VERSION = [2,0,396];
// Section: BOSL Library Version Functions