Closed rlidwka closed 11 months ago
I'm just curious, why aren't all these types derived with existing serde_derive
?
Added implementations for all Similarities.
I don't need them, but it's been bugging me that Isometry has those, but Similarity doesn't.
This all looks quite nice, thank you!
@fu5ha, no problem.
Is there any chance for a new release on crates.io
? Last one was 6 months ago, and there's been quite a lot of fixes since then.
Exactly the same changes as in https://github.com/fu5ha/ultraviolet/pull/124.
Also fixed currently broken matrix tests, and added tests for Isometry (copy-pasted from existing code above).
Still missing implementation for Similarity.