JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
729 stars 104 forks source link

add lerp methods to Math #275

Closed pollend closed 4 years ago

pollend commented 4 years ago

Here are some lerp methods that should fit in Math.java. I think I should expand out the methods used in bilerp and trilerp at the cost of readability.