#include <Geometry.h>
Definition at line 49 of file Geometry.h.
◆ ~Geometry()
virtual carla::road::element::Geometry::~Geometry |
( |
| ) |
|
|
virtualdefault |
◆ Geometry()
carla::road::element::Geometry::Geometry |
( |
GeometryType |
type, |
|
|
double |
start_offset, |
|
|
double |
length, |
|
|
double |
heading, |
|
|
const geom::Location & |
start_pos |
|
) |
| |
|
inlineprotected |
◆ DistanceTo()
virtual std::pair<float, float> carla::road::element::Geometry::DistanceTo |
( |
const geom::Location & |
p | ) |
const |
|
pure virtual |
◆ GetHeading()
double carla::road::element::Geometry::GetHeading |
( |
| ) |
const |
|
inline |
◆ GetLength()
double carla::road::element::Geometry::GetLength |
( |
| ) |
const |
|
inline |
◆ GetStartOffset()
double carla::road::element::Geometry::GetStartOffset |
( |
| ) |
const |
|
inline |
◆ GetStartPosition()
const geom::Location& carla::road::element::Geometry::GetStartPosition |
( |
| ) |
|
|
inline |
◆ GetType()
GeometryType carla::road::element::Geometry::GetType |
( |
| ) |
const |
|
inline |
◆ PosFromDist()
virtual DirectedPoint carla::road::element::Geometry::PosFromDist |
( |
double |
dist | ) |
const |
|
pure virtual |
◆ _heading
double carla::road::element::Geometry::_heading |
|
protected |
◆ _length
double carla::road::element::Geometry::_length |
|
protected |
◆ _start_position
◆ _start_position_offset
double carla::road::element::Geometry::_start_position_offset |
|
protected |
◆ _type
The documentation for this class was generated from the following file: