Apollo 10.0
自动驾驶开放平台
|
#include <twod_threed_util.h>
Public 成员函数 | |
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 属性 | |
T | pt_start [2] = {0} |
T | pt_end [2] = {0} |
在文件 twod_threed_util.h 第 33 行定义.
|
inline |
|
inline |
|
inline |
T apollo::perception::camera::LineSegment2D< T >::pt_end[2] = {0} |
在文件 twod_threed_util.h 第 35 行定义.
T apollo::perception::camera::LineSegment2D< T >::pt_start[2] = {0} |
在文件 twod_threed_util.h 第 34 行定义.