Apollo 10.0
自动驾驶开放平台
apollo::common::PointENU结构体 参考
apollo::common::PointENU 的协作图:

Public 属性

optional double x = 1 [default = nan]
 
optional double y = 2 [default = nan]
 
optional double z = 3 [default = 0.0]
 

详细描述

在文件 geometry.proto14 行定义.

类成员变量说明

◆ x

optional double apollo::common::PointENU::x = 1 [default = nan]

在文件 geometry.proto15 行定义.

◆ y

optional double apollo::common::PointENU::y = 2 [default = nan]

在文件 geometry.proto16 行定义.

◆ z

optional double apollo::common::PointENU::z = 3 [default = 0.0]

在文件 geometry.proto17 行定义.


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