libnumerixpp
0.1.3
A Powerful C++ Library for High-Performance Numerical Computing
|
Physics utils for kinematics. More...
Go to the source code of this file.
Namespaces | |
physics | |
Basic physics utils. | |
physics::kinematics | |
Namespace of kinematics (physics) | |
Functions | |
auto | physics::kinematics::calculate_path (double speed, double time) -> double |
Calculates the path. More... | |
auto | physics::kinematics::calculate_speed (double path, double time) -> double |
Calculates the speed. More... | |
auto | physics::kinematics::calculate_time (double path, double speed) -> double |
Calculates the time. More... | |
auto | physics::kinematics::calculate_final_velocity (double initial_velocity, double acceleration, double time) -> double |
Calculates the final velocity. More... | |
auto | physics::kinematics::calculate_final_position (double initial_position, double initial_velocity, double acceleration, double time) -> double |
Calculates the final position. More... | |
auto | physics::kinematics::calculate_acceleration_of_rectilinear_motion (double start_speed, double end_speed, double time) -> double |
Calculates the acceleration of rectilinear motion. More... | |
auto | physics::kinematics::calculate_speed_of_rectilinear_motion (double end_speed, double acceleration, double time) -> double |
Calculates the speed of rectilinear motion. More... | |
Physics utils for kinematics.