You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use `sinc` to fix RotationVec near zero
By converting straight from RotationVec->QuatRotation,
and using an implementation that exploits `sinc` to handle θ ≈ 0,
we get continuous & differentiable behavior.
* Use new implementation only for small theta
* Relax adjoint test to approxeq
* Fix test with `@test_broken`
* Update tests for `inv`, `adjoint`, and `transpose`
* Fix type instability
---------
Co-authored-by: Yuto Horikawa <hyrodium@gmail.com>
0 commit comments