The Motion class Geradlinige Bewegung mit konstanter Beschleunigung.
More...
#include <x022.h>
The Motion class Geradlinige Bewegung mit konstanter Beschleunigung.
Definition at line 14 of file x022.h.
◆ Motion()
| nmx::apps::x022::Motion::Motion |
( |
double |
m, |
|
|
double |
a, |
|
|
std::array< double, 2 > |
init |
|
) |
| |
|
inline |
Motion Konstruktor.
- Parameters
-
| m | Masse |
| a | Beschleunigung |
| init | Anfangsbedingungen |
Definition at line 29 of file x022.h.
◆ acceleration()
| double nmx::apps::x022::Motion::acceleration |
( |
| ) |
const |
|
inline |
acceleration lese...
- Returns
- Beschleunigung
Definition at line 62 of file x022.h.
◆ distance()
| double nmx::apps::x022::Motion::distance |
( |
double |
t | ) |
const |
|
inline |
distance Berechnung der zurückgelegten Strecke
- Parameters
-
- Returns
- Strecke
Definition at line 69 of file x022.h.
◆ init_values()
| const auto& nmx::apps::x022::Motion::init_values |
( |
| ) |
const |
|
inline |
init_values
- Returns
- Referenz auf Feld mit Anfangsbedingungen
Definition at line 82 of file x022.h.
◆ mass()
| double nmx::apps::x022::Motion::mass |
( |
| ) |
const |
|
inline |
mass lese...
- Returns
- Masse
Definition at line 56 of file x022.h.
◆ v()
| double nmx::apps::x022::Motion::v |
( |
double |
t | ) |
const |
|
inline |
v Geschwindigkeit
- Parameters
-
- Returns
- Geschwindigkeit zum Zeitpunkt t
Definition at line 50 of file x022.h.
◆ vmean()
| double nmx::apps::x022::Motion::vmean |
( |
double |
t | ) |
const |
|
inline |
vmean Berechnung der mittleren Geschwindigkeit
- Parameters
-
- Returns
- mittlere Geschwindigkeit
Definition at line 76 of file x022.h.
◆ x()
| double nmx::apps::x022::Motion::x |
( |
double |
t | ) |
const |
|
inline |
x Ortsfunktion
- Parameters
-
- Returns
- Ort zum Zeitpunkt t
Definition at line 40 of file x022.h.
The documentation for this class was generated from the following file: