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

structure for storing points around an ellipse More...

#include <sc_ellipse_geometry.h>

Public Attributes

ml_matrix x
 x-coordinate on ellipse at tangent line
 
ml_matrix y
 y-coordinate on ellipse at tangent line
 
ml_matrix r
 Radial distance from center to points around ellipse.
 
ml_matrix drdt
 dr/dtheta
 
ml_matrix dxdt
 dx/dtheta
 
ml_matrix dydt
 dy/dtheta
 
ml_matrix slope
 Slope dy/dx for tangent line (y=m*x+b)
 
ml_matrix theta
 Phase angle starting at th0.
 

Detailed Description

structure for storing points around an ellipse