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

VectorSpace doesn't have lerp() method, only InnerSpace does #471

Closed Vlad-Shcherbina closed 5 years ago

Vlad-Shcherbina commented 5 years ago

Linear interpolation does not require dot product, so it would be more fitting to have it for VectorSpace.