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

structure for storing ellipse parameters in ml_matrix form More...

#include <sc_ellipse_geometry.h>

Public Attributes

ml_matrix x0
 (1,N) matrix of x-coordinate centers of ellipses
 
ml_matrix y0
 (1,N) matrix of (1,N) matrix of y-coordinate centers of ellipses
 
ml_matrix a1
 (1,N) matrix of semi-major axes
 
ml_matrix a2
 (1,N) matrix of semi-minor axes
 
ml_matrix phi
 (1,N) matrix of angles from x axes to semi-major axes (0,pi)
 

Detailed Description

structure for storing ellipse parameters in ml_matrix form