]> git.scottworley.com Git - nt3d/commitdiff
Explicitly bounds-check in angle_between()
authorScott Worley <ScottWorley@ScottWorley.com>
Mon, 31 Dec 2012 06:56:34 +0000 (22:56 -0800)
committerScott Worley <ScottWorley@ScottWorley.com>
Mon, 31 Dec 2012 06:56:34 +0000 (22:56 -0800)
This avoids introducing NaNs due to numerical error while measuring
extreme angles -- angles near 0 or pi radians.


No differences found