MCPcopy 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
160vec3 ItemObject::GetLinearVelocity() {
161 return bullet_object_->GetLinearVelocity();
162}
163
164vec3 ItemObject::GetAngularVelocity() {
165 return bullet_object_->GetAngularVelocity();

Callers 9

CollidedMethod · 0.45
UpdateMethod · 0.45
GetPhysicsVelMethod · 0.45
DrawRiggedObjectMethod · 0.45
GetAvgVelocityMethod · 0.45
GetBoneLinearVelMethod · 0.45
ASGetBoneLinearVelocityFunction · 0.45
StickItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected