Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ bulletToGlm
Function
bulletToGlm
src/Util/Utils.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
glm::vec3 bulletToGlm(const btVector3 &v) { return glm::vec3(v.getX(), v.getY(), v.getZ()); }
17
18
btVector3 glmToBullet(const glm::vec3 &v) { return btVector3(v.x, v.y, v.z); }
19
Callers
2
update
Method · 0.85
genRaycasts
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected