The X710 class schiefer Wurf ohne Luftwiderstand (Modellklasse)
More...
#include <x710.h>
|
| | X710 (double m, double yinit, double vinit, double angle) |
| | Konstruktor. More...
|
| |
| double | xmax () const |
| | xmax More...
|
| |
| double | ymax () const |
| | ymax More...
|
| |
| double | t4xmax () const |
| | t4xmax More...
|
| |
| double | t4ymax () const |
| | t4ymax More...
|
| |
| double | xmax_angle () const |
| | xmax_angle More...
|
| |
| double | vx (double t) const |
| | vx x-Komponente der Geschwindigkeit als Funktion der Zeit More...
|
| |
| double | vy (double t) const |
| | vy y-Komponente der Geschwindigkeit als Funktion der Zeit More...
|
| |
| double | x (double t) const |
| | x -Koordinate als Funktion der Zeit More...
|
| |
| double | y (double t) const |
| | y -Koordinate als Funktion der Zeit More...
|
| |
| | XModel ()=delete |
| | XModelBase kein Standardkonstruktor. More...
|
| |
| | XModel (const char *name) |
| | XModelBase Konstruktor. More...
|
| |
|
| const double | mass |
| |
| const double | H |
| |
| const double | v0 |
| |
| const double | theta0 |
| |
The X710 class schiefer Wurf ohne Luftwiderstand (Modellklasse)
Definition at line 17 of file x710.h.
◆ X710()
| nmx::apps::x710::X710::X710 |
( |
double |
m, |
|
|
double |
yinit, |
|
|
double |
vinit, |
|
|
double |
angle |
|
) |
| |
|
inline |
Konstruktor.
- Parameters
-
| obj | Zeiger auf Modellklasse |
Definition at line 34 of file x710.h.
◆ t4xmax()
| double nmx::apps::x710::X710::t4xmax |
( |
| ) |
const |
|
inline |
t4xmax
- Returns
- Zeit für maximale Wurfweite
Definition at line 69 of file x710.h.
◆ t4ymax()
| double nmx::apps::x710::X710::t4ymax |
( |
| ) |
const |
|
inline |
t4ymax
- Returns
- Zeit für Steighöhe
Definition at line 78 of file x710.h.
◆ vx()
| double nmx::apps::x710::X710::vx |
( |
double |
t | ) |
const |
|
inline |
vx x-Komponente der Geschwindigkeit als Funktion der Zeit
- Parameters
-
- Returns
- x-Komponente der Geschwindigkeit
Definition at line 93 of file x710.h.
◆ vy()
| double nmx::apps::x710::X710::vy |
( |
double |
t | ) |
const |
|
inline |
vy y-Komponente der Geschwindigkeit als Funktion der Zeit
- Parameters
-
- Returns
- y-Komponente der Geschwindigkeit
Definition at line 103 of file x710.h.
◆ x()
| double nmx::apps::x710::X710::x |
( |
double |
t | ) |
const |
|
inline |
x -Koordinate als Funktion der Zeit
- Parameters
-
- Returns
- x zum Zeitpunkt t
Definition at line 112 of file x710.h.
◆ xmax()
| double nmx::apps::x710::X710::xmax |
( |
| ) |
const |
|
inline |
xmax
- Returns
- Wurfweite
Definition at line 51 of file x710.h.
◆ xmax_angle()
| double nmx::apps::x710::X710::xmax_angle |
( |
| ) |
const |
|
inline |
xmax_angle
- Returns
- Winkel für maximale Wurfweite
Definition at line 84 of file x710.h.
◆ y()
| double nmx::apps::x710::X710::y |
( |
double |
t | ) |
const |
|
inline |
y -Koordinate als Funktion der Zeit
- Parameters
-
- Returns
- y zum Zeitpunkt t
Definition at line 119 of file x710.h.
◆ ymax()
| double nmx::apps::x710::X710::ymax |
( |
| ) |
const |
|
inline |
ymax
- Returns
- Steighöhe
Definition at line 61 of file x710.h.
◆ _v0x
| double nmx::apps::x710::X710::_v0x = 0 |
|
protected |
◆ _v0y
| double nmx::apps::x710::X710::_v0y = 0 |
|
protected |
| const double nmx::apps::x710::X710::H |
◆ mass
| const double nmx::apps::x710::X710::mass |
◆ theta0
| const double nmx::apps::x710::X710::theta0 |
◆ v0
| const double nmx::apps::x710::X710::v0 |
The documentation for this class was generated from the following file: