Skip to content
  • Le Quang Anh's avatar
    Minor fix for assert normalized quaternion · c2774e21
    Le Quang Anh authored
    The assert raises issue even when the calculation is performed properly,
    because the assert checks even before `result` is fully
    computed. This has been fixed by simply moving the assert line.
    c2774e21