#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.h 第 40 行定义.
|
inline |
在文件 Geometry.h 第 42 行定义.
|
inline |
在文件 Geometry.h 第 46 行定义.
|
inline |
在文件 Geometry.h 第 50 行定义.
| void carla::road::element::DirectedPoint::ApplyLateralOffset | ( | float | lateral_offset | ) |
在文件 Geometry.cpp 第 45 行定义.
引用了 location, tangent, carla::geom::Vector3D::x , 以及 carla::geom::Vector3D::y.
被这些函数引用 carla::geom::MeshFactory::GenerateLaneMarksForCenterLine().
这是这个函数的调用关系图:
|
friend |
在文件 Geometry.h 第 65 行定义.
| geom::Location carla::road::element::DirectedPoint::location = {0.0f, 0.0f, 0.0f} |
在文件 Geometry.h 第 55 行定义.
被这些函数引用 ApplyLateralOffset(), carla::geom::MeshFactory::GenerateLaneMarksForCenterLine(), carla::road::element::GeometryLine::PosFromDist(), carla::road::element::GeometryArc::PosFromDist(), carla::road::element::GeometrySpiral::PosFromDist(), carla::road::element::GeometryPoly3::PosFromDist() , 以及 carla::road::element::GeometryParamPoly3::PosFromDist().
| double carla::road::element::DirectedPoint::pitch = 0.0 |
在文件 Geometry.h 第 59 行定义.
| double carla::road::element::DirectedPoint::tangent = 0.0 |