Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ getVelocity
Method
getVelocity
examples/Tutorial/Tutorial.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
b3Vector3 getVelocity(const b3Vector3& relPos) const
166
{
167
return m_linearVelocity + m_angularVelocity.cross(relPos);
168
}
169
170
void integrateAcceleration(double deltaTime)
171
{
Callers
1
resolveCollision
Function · 0.80
Calls
1
cross
Method · 0.45
Tested by
no test coverage detected