Apollo 10.0
自动驾驶开放平台
|
#include <rect2d.h>
Public 成员函数 | |
Rect2D () | |
@brieft The constructor. | |
Rect2D (T min_x, T min_y, T max_x, T max_y) | |
The constructor. | |
Rect2D (const Rect2D< T > &ref) | |
Copy constructor. | |
Rect2D< T > & | operator= (const Rect2D< T > &ref) |
Overloading the operator =. | |
T | GetMinX () const |
Get the min x of the rectangle. | |
T | GetMinY () const |
Get the min y of the rectangle. | |
T | GetMaxX () const |
Get the max x of the rectangle. | |
T | GetMaxY () const |
Get the max y of the rectangle. | |
Eigen::Matrix< T, 2, 1 > | GetLeftTopCorner () const |
Get the left top corner of the rectangle. | |
Eigen::Matrix< T, 2, 1 > | GetRightBottomCorner () const |
Get the right bottom corner of the rectangle. | |
apollo::localization::msf::Rect2D< T >::Rect2D | ( | ) |
apollo::localization::msf::Rect2D< T >::Rect2D | ( | T | min_x, |
T | min_y, | ||
T | max_x, | ||
T | max_y | ||
) |
apollo::localization::msf::Rect2D< T >::Rect2D | ( | const Rect2D< T > & | ref | ) |
Eigen::Matrix< T, 2, 1 > apollo::localization::msf::Rect2D< T >::GetLeftTopCorner | ( | ) | const |
T apollo::localization::msf::Rect2D< T >::GetMaxX | ( | ) | const |
T apollo::localization::msf::Rect2D< T >::GetMaxY | ( | ) | const |
T apollo::localization::msf::Rect2D< T >::GetMinX | ( | ) | const |
T apollo::localization::msf::Rect2D< T >::GetMinY | ( | ) | const |
Eigen::Matrix< T, 2, 1 > apollo::localization::msf::Rect2D< T >::GetRightBottomCorner | ( | ) | const |
Rect2D< T > & apollo::localization::msf::Rect2D< T >::operator= | ( | const Rect2D< T > & | ref | ) |