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 금요일, 02 5월 2025 18:57:46 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
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