stoofin 8abd64dcbb
Fixed bug caused by a copy/paste error in Face3::get_closest_point_to
s * edge0 = -d / a * edge0 = -edge0⋅v0 / (edge0⋅edge0) * edge0 = vector projection of -v0 onto edge0

By incorrectly using -e/c instead of -d/a, Face3::get_closest_point_to was returning the wrong point in certain cases.  Specifically, I noticed it returning vertex[0] when it should have been returning vertex[1].
2019-11-19 22:30:28 -08:00
..
2019-09-24 21:33:09 +02:00
2019-09-14 13:08:28 -07:00
2019-08-08 11:58:57 +03:00
2019-08-08 11:58:57 +03:00
2019-09-25 10:28:50 +02:00
2019-05-09 06:25:32 -04:00
2019-09-28 18:15:23 +03:00
2019-01-30 06:43:56 +01:00
2019-05-30 10:28:03 +02:00
2019-09-04 12:17:07 +08:00
2019-09-04 12:17:07 +08:00
2019-01-01 12:58:10 +01:00
2019-08-12 04:26:38 -05:00
2019-11-03 10:37:48 -06:00
2019-08-12 04:26:38 -05:00
2019-11-08 15:04:35 +02:00
2019-08-12 04:26:38 -05:00