MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dMassSetSphere

Function dMassSetSphere

3rd_party/Src/ode/ode/src/mass.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108void dMassSetSphere (dMass *m, dReal density, dReal radius)
109{
110 dMassSetSphereTotal (m, (REAL(4.0)/REAL(3.0)) * M_PI *
111 radius*radius*radius * density, radius);
112}
113
114
115void dMassSetSphereTotal (dMass *m, dReal total_mass, dReal radius)

Callers 8

setSphereMethod · 0.85
FixBodyFunction · 0.85
create_camera_shellFunction · 0.85
add_MassMethod · 0.85
CreateMethod · 0.85
get_massMethod · 0.85
SetMasMethod · 0.85
CreateBodyMethod · 0.85

Calls 1

dMassSetSphereTotalFunction · 0.85

Tested by

no test coverage detected