Go to file
Kp 4108c9f3c6 Short-circuit check_sphere_to_face
Previously, the code set itype=IT_POINT, then picked a closest point.
If the closest point was v0 or v1, itype stayed IT_POINT, otherwise it
became IT_EDGE.  If itype==IT_POINT, then the function returns
	(itype == IT_POINT) ? IT_NONE : itype;
	=>
	IT_NONE
for (dist <= rad).  Otherwise, it returns IT_NONE.  Short-circuit this
by returning IT_NONE without computing the distance.
2015-02-05 03:03:51 +00:00
common Pass sincos_2_matrix arg by & 2015-02-05 03:03:51 +00:00
contrib add ntstring.h to xcode project 2015-01-02 21:11:26 -08:00
d1x-rebirth Make equal_space a preprocessor constant 2015-01-29 04:27:35 +00:00
d2x-rebirth Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
similar Short-circuit check_sphere_to_face 2015-02-05 03:03:51 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
SConstruct Make udt_to_message __attribute__((unused)) 2015-02-05 03:03:50 +00:00