Allink  v0.1
Public Attributes
PARABOLA Struct Reference

Parabolas coefficients. More...

#include <MatematicaStruct.h>

List of all members.

Public Attributes

double a0
 a0 + a1 x + a2 x^2
double Erra0
 Error on the first coefficient.
double a1
 a0 + a1 x + a2 x^2
double Erra1
 Error on the second coefficient.
double a2
 a0 + a1 x + a2 x^2
double Erra2
 Error on the third coefficient.
double Minimo
 Minimum of the parabola.
double MinimoY
 Minimum of the parabola.

Detailed Description

Parabolas coefficients.

Definition at line 7 of file MatematicaStruct.h.


The documentation for this struct was generated from the following file: