MCPcopy Create free account
hub / github.com/WiVRn/WiVRn / interp

Function interp

client/render/animation.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29
30glm::vec3 interp(const glm::vec3 & a, const glm::vec3 & b, float t)
31{
32 return a + t * (b - a);
33}
34
35glm::quat interp(const glm::quat & a, const glm::quat & b, float t)
36{

Callers 1

apply_trackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected