Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Rotation exp/log aliases (fixes #90)
I intend for the geometry classes to have sound foundations while also being easy to use in the common setting of building trajectories. Most users won't be invoking methods directly on the geometry classes, so I took the liberty of keeping technical Lie theory names. I still like that decision overall, though I'm happy to enhance usability by providing aliases. In this case, I settled on `fromDouble()` and `toDouble()` for the `Rotation2d` `exp()`/`log()` functions.
- Loading branch information