Apollo
6.0
Open source self driving car software
|
#include <twod_threed_util.h>
Public Member Functions | |
LineSegment2D (const T &x_start, const T &y_start, const T &x_end, const T &y_end) | |
LineSegment2D (const LineSegment2D &ls) | |
void | operator= (const LineSegment2D &ls) |
Public Attributes | |
T | pt_start [2] = {0} |
T | pt_end [2] = {0} |
|
inline |
|
inline |
|
inline |
T apollo::perception::camera::LineSegment2D< T >::pt_end[2] = {0} |
T apollo::perception::camera::LineSegment2D< T >::pt_start[2] = {0} |