CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
carla::road::element::GeometrySpiral类 参考final

#include <Geometry.h>

+ 类 carla::road::element::GeometrySpiral 继承关系图:
+ carla::road::element::GeometrySpiral 的协作图:

Public 成员函数

std::pair< float, float > DistanceTo (const geom::Location &) const override
 
 GeometrySpiral (double start_offset, double length, double heading, const geom::Location &start_pos, double curv_s, double curv_e)
 
double GetCurveEnd ()
 
double GetCurveStart ()
 
DirectedPoint PosFromDist (double dist) const override
 
- Public 成员函数 继承自 carla::road::element::Geometry
double GetHeading () const
 
double GetLength () const
 
double GetStartOffset () const
 
const geom::LocationGetStartPosition ()
 
GeometryType GetType () const
 
virtual ~Geometry ()=default
 

Private 属性

double _curve_end
 
double _curve_start
 

额外继承的成员函数

- Protected 成员函数 继承自 carla::road::element::Geometry
 Geometry (GeometryType type, double start_offset, double length, double heading, const geom::Location &start_pos)
 
- Protected 属性 继承自 carla::road::element::Geometry
double _heading
 
double _length
 
geom::Location _start_position
 
double _start_position_offset
 
GeometryType _type
 

详细描述

在文件 Geometry.h164 行定义.

构造及析构函数说明

◆ GeometrySpiral()

carla::road::element::GeometrySpiral::GeometrySpiral ( double start_offset,
double length,
double heading,
const geom::Location & start_pos,
double curv_s,
double curv_e )
inline

在文件 Geometry.h167 行定义.

成员函数说明

◆ DistanceTo()

std::pair< float, float > carla::road::element::GeometrySpiral::DistanceTo ( const geom::Location & location) const
overridevirtual

◆ GetCurveEnd()

double carla::road::element::GeometrySpiral::GetCurveEnd ( )
inline

在文件 Geometry.h182 行定义.

引用了 _curve_end.

◆ GetCurveStart()

double carla::road::element::GeometrySpiral::GetCurveStart ( )
inline

在文件 Geometry.h178 行定义.

引用了 _curve_start.

◆ PosFromDist()

DirectedPoint carla::road::element::GeometrySpiral::PosFromDist ( double dist) const
overridevirtual

类成员变量说明

◆ _curve_end

double carla::road::element::GeometrySpiral::_curve_end
private

在文件 Geometry.h193 行定义.

被这些函数引用 GetCurveEnd() , 以及 PosFromDist().

◆ _curve_start

double carla::road::element::GeometrySpiral::_curve_start
private

在文件 Geometry.h192 行定义.

被这些函数引用 GetCurveStart() , 以及 PosFromDist().


该类的文档由以下文件生成: