View source: R/SolidCylinder.R
| SolidCylinder | R Documentation |
Compute MoI of a solid cylinder
SolidCylinder(m, r, l, axiss)
m |
mass of the object in kilogram. |
r |
radius of object in meter. |
l |
length of object in meter. |
axiss |
The reference axis on which rotation takes place. Options are |
I moment of inertia in kg*m^2.
SolidCylinder(5, 3, 7, "geometrical axis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.