tbrosman/hxmath

Bug: quaternion product incorrect due to operator precedence for '^' (cross product)

tbrosman opened this issue · 1 comments

The cross product operator needs to be changed to something with higher precedence (near that of *).

Changed the cross product operator to %.