ATLAS Offline Software
|
#include <RealLinearEquation.h>
Public Member Functions | |
RealLinearEquation (double px, double py, double k, double xprime) | |
Public Attributes | |
double | yOfX |
the result of x More... | |
double | segLength |
length of the line segment More... | |
Mathematic struct for solving real linear equation
Mathematical motivation:
2D: The equation is given by:
\( y(x') = k \cdot x' + d \)
The constructor is called from a point \( p=(p_x,p_y) \) that fullfills the equation, an incline \( k \) and a parameter \( x' \).
Definition at line 31 of file RealLinearEquation.h.
|
inline |
double Trk::RealLinearEquation::segLength |
length of the line segment
Definition at line 35 of file RealLinearEquation.h.
double Trk::RealLinearEquation::yOfX |
the result of x
Definition at line 34 of file RealLinearEquation.h.