rustgd / cgmath

A linear algebra and mathematics library for computer graphics.
https://docs.rs/cgmath
Apache License 2.0
1.12k stars 155 forks source link

Sized Angle trait #511

Closed r4v3n6101 closed 4 years ago

r4v3n6101 commented 4 years ago

I don't really know how to deal with it, but seems it fixes #510.

elrnv commented 4 years ago

I believe iter::Sum inherits Sized, which makes Angle also Sized. So if I understand correctly, this change has no effect on functionality, other than making it explicit that Angle is Sized. Is this right?

r4v3n6101 commented 4 years ago

@elrnv you're right, so I close PR and underlying issue.