Spacecraft Control Framework 1.0
Spacecraft Control Library
|
structure for storing minimum distance More...
#include <sc_ellipse_geometry.h>
Public Attributes | |
double | d |
Distance from point on ellipse (x,y) to point (xp,yp) | |
double | x |
x-coord. More... | |
double | y |
y-coord. More... | |
bool | in_ellipse |
Flag indicating whether the point (x0,y0) is in the ellipse or not. | |
structure for storing minimum distance
double ellipse_min_dist::x |
x-coord.
on ellipse where distance to point is minimum
Referenced by ellipse_geometry::get_ellipse_min_dist().
double ellipse_min_dist::y |
y-coord.
on ellipse where distance to point is minimum
Referenced by ellipse_geometry::get_ellipse_min_dist().