Spacecraft Control Framework 1.0
Spacecraft Control Library
Public Attributes | List of all members
ellipse_min_dist Struct Reference

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.
 

Detailed Description

structure for storing minimum distance

Member Data Documentation

◆ x

double ellipse_min_dist::x

x-coord.

on ellipse where distance to point is minimum

Referenced by ellipse_geometry::get_ellipse_min_dist().

◆ y

double ellipse_min_dist::y

y-coord.

on ellipse where distance to point is minimum

Referenced by ellipse_geometry::get_ellipse_min_dist().