Apollo 10.0
自动驾驶开放平台
apollo::perception::base::Point3D< T > 模板结构体 参考

#include <point.h>

apollo::perception::base::Point3D< T > 的协作图:

Public 属性

x = 0
 
y = 0
 
z = 0
 

详细描述

template<typename T>
struct apollo::perception::base::Point3D< T >

在文件 point.h92 行定义.

类成员变量说明

◆ x

template<typename T >
T apollo::perception::base::Point3D< T >::x = 0

在文件 point.h93 行定义.

◆ y

template<typename T >
T apollo::perception::base::Point3D< T >::y = 0

在文件 point.h94 行定义.

◆ z

template<typename T >
T apollo::perception::base::Point3D< T >::z = 0

在文件 point.h95 行定义.


该结构体的文档由以下文件生成: