structure for storing points around an ellipse
More...
#include <sc_ellipse_geometry.h>
|
|
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.
|
| |
structure for storing points around an ellipse