|
Apollo
v5.5.0
Open source self driving car software
|
#include <point.h>


Public Types | |
| typedef T | Type |
Public Attributes | |
| T | x = 0 |
| T | y = 0 |
| T | z = 0 |
| T | intensity = 0 |
| typedef T apollo::perception::base::Point< T >::Type |
| T apollo::perception::base::Point< T >::intensity = 0 |
| T apollo::perception::base::Point< T >::x = 0 |
| T apollo::perception::base::Point< T >::y = 0 |
| T apollo::perception::base::Point< T >::z = 0 |
1.8.13