Calculate the moment of inertia for a solid box.
cpMomentForBox(m, width, height)
Arguments
| m |
[cpFloat] |
| width |
[cpFloat] |
| height |
[cpFloat] |
Value
[cpFloat]
Details
C function prototype: CP_EXPORT cpFloat cpMomentForBox(cpFloat m, cpFloat width, cpFloat height);