|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | gvf_par_3d_ell_par |
Functions | |
| void | gvf_parametric_3d_ellipse_info (float *f1, float *f2, float *f3, float *f1d, float *f2d, float *f3d, float *f1dd, float *f2dd, float *f3dd) |
Variables | |
| gvf_par_3d_ell_par | gvf_parametric_3d_ellipse_par |
Guiding vector field algorithm for 2D and 3D complex trajectories.
3D ellipse (intersection between a cylinder and a tilted plane)
Definition in file gvf_parametric_3d_ellipse.h.
| struct gvf_par_3d_ell_par |
Definition at line 46 of file gvf_parametric_3d_ellipse.h.
| Data Fields | ||
|---|---|---|
| float | alpha | |
| float | kx | |
| float | ky | |
| float | kz | |
| float | r | |
| float | zh | |
| float | zl | |
| void gvf_parametric_3d_ellipse_info | ( | float * | f1, |
| float * | f2, | ||
| float * | f3, | ||
| float * | f1d, | ||
| float * | f2d, | ||
| float * | f3d, | ||
| float * | f1dd, | ||
| float * | f2dd, | ||
| float * | f3dd | ||
| ) |
Definition at line 72 of file gvf_parametric_3d_ellipse.c.
References gvf_parametric_con::beta, gvf_parametric_control, gvf_parametric_trajectory, gvf_parametric_tra::p_parametric, gvf_parametric_con::s, and gvf_parametric_con::w.
Referenced by gvf_parametric_3D_ellipse_XYZ().
Here is the caller graph for this function:| gvf_par_3d_ell_par gvf_parametric_3d_ellipse_par |
Definition at line 68 of file gvf_parametric_3d_ellipse.c.
Referenced by gvf_parametric_3D_ellipse_XYZ().