Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetLinearVelocity
Method
GetLinearVelocity
Source/Objects/itemobject.cpp:160–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
vec3 ItemObject::GetLinearVelocity() {
161
return bullet_object_->GetLinearVelocity();
162
}
163
164
vec3 ItemObject::GetAngularVelocity() {
165
return bullet_object_->GetAngularVelocity();
Callers
9
Collided
Method · 0.45
Update
Method · 0.45
GetPhysicsVel
Method · 0.45
CheckThrownCollisionLine
Method · 0.45
DrawRiggedObject
Method · 0.45
GetAvgVelocity
Method · 0.45
GetBoneLinearVel
Method · 0.45
ASGetBoneLinearVelocity
Function · 0.45
StickItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected