Description Usage Arguments Value Examples
get_take_off_velocity
returns take off velocity when mean_force
is applied to the object
of mass
over push_off_distance
in vertical direction, assuming zero starting velocity
1 2 3 4 5 6 | get_take_off_velocity(
mean_force = 3000,
mass = 75,
push_off_distance = 0.4,
gravity_const = 9.81
)
|
mean_force |
Numeric vector. Default 3000 |
mass |
Numeric vector. Default 75 |
push_off_distance |
Numeric vector. Default 0.4 |
gravity_const |
Numeric vector. Default 9.81 |
Numeric vector
1 2 3 4 5 | get_take_off_velocity(
mean_force = 2000,
mass = 85,
push_off_distance = 0.4
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.