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 星期五, 15 九月 2023 21:25:12 UTC - 89b7d17faa77e847b7de814f7dcea89eeca38653
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