[−][src]Trait linear_sim::object::Inertial
Inertial object
Required methods
Loading content...Provided methods
fn momentum(&self) -> Vector3<f64>
fn compute_acceleration(&self) -> Vector3<f64>
Computes acceleration from the current force vector and mass value
fn compute_acceleration_inplace(&mut self)
Computes acceleration from the current force vector and mass value, replacing the current acceleration value