Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dMassSetBox
Function
dMassSetBox
3rd_party/Src/ode/ode/src/mass.cpp:190–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
189
190
void dMassSetBox (dMass *m, dReal density,
191
dReal lx, dReal ly, dReal lz)
192
{
193
dMassSetBoxTotal (m, lx*ly*lz*density, lx, ly, lz);
194
}
195
196
197
void dMassSetBoxTotal (dMass *m, dReal total_mass,
Callers
6
setBox
Method · 0.85
CreateBroken
Method · 0.85
add_Mass
Method · 0.85
set_BoxMass
Method · 0.85
get_mass
Method · 0.85
Create
Method · 0.85
Calls
1
dMassSetBoxTotal
Function · 0.85
Tested by
no test coverage detected