CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 友元 | 所有成员列表
carla::road::element::DirectedPoint结构体 参考

#include <Geometry.h>

+ carla::road::element::DirectedPoint 的协作图:

Public 成员函数

void ApplyLateralOffset (float lateral_offset)
 
 DirectedPoint ()
 
 DirectedPoint (const geom::Location &l, double t)
 
 DirectedPoint (float x, float y, float z, double t)
 

Public 属性

geom::Location location = {0.0f, 0.0f, 0.0f}
 
double pitch = 0.0
 
double tangent = 0.0
 

友元

bool operator== (const DirectedPoint &lhs, const DirectedPoint &rhs)
 

详细描述

在文件 Geometry.h26 行定义.

构造及析构函数说明

◆ DirectedPoint() [1/3]

carla::road::element::DirectedPoint::DirectedPoint ( )
inline

在文件 Geometry.h28 行定义.

◆ DirectedPoint() [2/3]

carla::road::element::DirectedPoint::DirectedPoint ( const geom::Location & l,
double t )
inline

在文件 Geometry.h31 行定义.

◆ DirectedPoint() [3/3]

carla::road::element::DirectedPoint::DirectedPoint ( float x,
float y,
float z,
double t )
inline

在文件 Geometry.h34 行定义.

成员函数说明

◆ ApplyLateralOffset()

void carla::road::element::DirectedPoint::ApplyLateralOffset ( float lateral_offset)
待办事项
Z axis??

在文件 Geometry.cpp28 行定义.

引用了 location, tangent, carla::geom::Vector3D::x , 以及 carla::geom::Vector3D::y.

被这些函数引用 carla::road::MapBuilder::ComputeSignalTransform(), carla::road::Lane::ComputeTransform(), carla::geom::MeshFactory::GenerateLaneMarksForCenterLine(), carla::road::Lane::GetCornerPositions(), carla::road::Road::GetDirectedPointIn() , 以及 carla::road::Road::GetNearestLane().

+ 这是这个函数的调用关系图:

友元及相关函数文档

◆ operator==

bool operator== ( const DirectedPoint & lhs,
const DirectedPoint & rhs )
friend

在文件 Geometry.h44 行定义.

类成员变量说明

◆ location

geom::Location carla::road::element::DirectedPoint::location = {0.0f, 0.0f, 0.0f}

◆ pitch

double carla::road::element::DirectedPoint::pitch = 0.0

在文件 Geometry.h40 行定义.

被这些函数引用 carla::road::Lane::ComputeTransform() , 以及 carla::road::Road::GetDirectedPointIn().

◆ tangent

double carla::road::element::DirectedPoint::tangent = 0.0

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