ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::mad::LinearConstraintSet::Line Struct Reference
Collaboration diagram for adore::mad::LinearConstraintSet::Line:
Collaboration graph

Public Member Functions

 Line (double x0, double y0, double x1, double y1)
 
bool operator< (const Line &rhs) const
 
double operator() (double x)
 

Public Attributes

double x0
 
double y0
 
double x1
 
double y1
 

Constructor & Destructor Documentation

◆ Line()

adore::mad::LinearConstraintSet::Line::Line ( double  x0,
double  y0,
double  x1,
double  y1 
)
inline

Member Function Documentation

◆ operator()()

double adore::mad::LinearConstraintSet::Line::operator() ( double  x)
inline

◆ operator<()

bool adore::mad::LinearConstraintSet::Line::operator< ( const Line rhs) const
inline

Member Data Documentation

◆ x0

double adore::mad::LinearConstraintSet::Line::x0

◆ x1

double adore::mad::LinearConstraintSet::Line::x1

◆ y0

double adore::mad::LinearConstraintSet::Line::y0
mutable

◆ y1

double adore::mad::LinearConstraintSet::Line::y1

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