![]() |
ATLAS Offline Software
|
#include <LineIntersection2D.h>
Public Member Functions | |
| LineIntersection2D (double x1, double y1, double x2, double y2, double X1, double Y1, double X2, double Y2) | |
Public Attributes | |
| bool | valid |
| double | interX |
| double | interY |
| double | k |
| double | K |
| double | d |
| double | D |
Definition at line 31 of file LineIntersection2D.h.
|
inline |
Definition at line 39 of file LineIntersection2D.h.
| double Trk::LineIntersection2D::D |
Definition at line 37 of file LineIntersection2D.h.
| double Trk::LineIntersection2D::d |
Definition at line 37 of file LineIntersection2D.h.
| double Trk::LineIntersection2D::interX |
Definition at line 35 of file LineIntersection2D.h.
| double Trk::LineIntersection2D::interY |
Definition at line 36 of file LineIntersection2D.h.
| double Trk::LineIntersection2D::K |
Definition at line 37 of file LineIntersection2D.h.
| double Trk::LineIntersection2D::k |
Definition at line 37 of file LineIntersection2D.h.
| bool Trk::LineIntersection2D::valid |
Definition at line 34 of file LineIntersection2D.h.