AlphaModder
Results
2
comments of
AlphaModder
I'm very confused by the code example in the Direction Normalization section, as `impl Trait` is not permitted or planned to be permitted (afaik) in `struct`s, and it's not clear...
@aevyrie I'm afraid I don't know of any way to perfectly solve this problem at compile-time. In practice, I would provide an `unsafe` escape hatch for normalization checks/renormalization and use...