rustgd / cgmath

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

Decomposed with non-uniform scale? #434

Open SiebenCorgie opened 6 years ago

SiebenCorgie commented 6 years ago

Hi,

while using cgmath::Decomposed I saw that the scale field is V::Scalar which is just an amount. What is the reason for that? I think most CG related programs need non uniform scaling at some point.

-siebencorgie

vitvakatu commented 6 years ago

@alteous and me also interested in.

SiebenCorgie commented 6 years ago

I mean it shouldn't be too complicated to implement it as V instead of V::Scalar or am I missing something?