global functions
glm::lerp(...)
glm::vec2 glm::lerp(const glm::vec2 &x=P, const glm::vec2 &y=P, const glm::vec2 &a=P)
glm::lerp(...)
glm::vec3 glm::lerp(const glm::vec3 &x=P, const glm::vec3 &y=P, const glm::vec3 &a=P)
glm::lerp(...)
glm::vec4 glm::lerp(const glm::vec4 &x=P, const glm::vec4 &y=P, const glm::vec4 &a=P)
glm::lerp(...)
T glm::lerp(T x, T y, T a)
Documentation from code comments
@addtogroup gtx_compatibility @{
Last updated Tuesday, 19 November 2024 17:25:55 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue