Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
glm::vec3 interp(const glm::vec3 & a, const glm::vec3 & b, float t)
31
{
32
return a + t * (b - a);
33
}
34
35
glm::quat interp(const glm::quat & a, const glm::quat & b, float t)
36
{
Callers
1
apply_track
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected