cgmath
cgmath copied to clipboard
Fix bisect function to calculate average correctly
e.g. Deg(5.0).bisect(Deg(10.0)) gives you Deg(2.5) instead of the expected Deg(7.5)