Apollo 10.0
自动驾驶开放平台
|
Contains parameters of axis-aligned bounding box. 更多...
#include <aaboxkdtree2d.h>
Public 属性 | |
int | max_depth = -1 |
The maximum depth of the kdtree. | |
int | max_leaf_size = -1 |
The maximum number of items in one leaf node. | |
double | max_leaf_dimension = -1.0 |
The maximum dimension size of leaf node. | |
Contains parameters of axis-aligned bounding box.
在文件 aaboxkdtree2d.h 第 46 行定义.
int apollo::common::math::AABoxKDTreeParams::max_depth = -1 |
The maximum depth of the kdtree.
在文件 aaboxkdtree2d.h 第 48 行定义.
double apollo::common::math::AABoxKDTreeParams::max_leaf_dimension = -1.0 |
The maximum dimension size of leaf node.
在文件 aaboxkdtree2d.h 第 52 行定义.
int apollo::common::math::AABoxKDTreeParams::max_leaf_size = -1 |
The maximum number of items in one leaf node.
在文件 aaboxkdtree2d.h 第 50 行定义.