Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
cast
for Unit<Vector<T, D, S>>
Currently, `cast` is resolved via `Unit`'s `Deref` impl, which leads to it confusingly stripping the `Unit` from `UnitVector`s. Add an inherent impl which takes precedence, similar to the existing specialization for `UnitQuaternion`.
- Loading branch information