#include <path_matcher.h>
|
static PathPoint | MatchToPath (const std::vector< PathPoint > &reference_line, const double x, const double y) |
|
static std::pair< double, double > | GetPathFrenetCoordinate (const std::vector< PathPoint > &reference_line, const double x, const double y) |
|
static PathPoint | MatchToPath (const std::vector< PathPoint > &reference_line, const double s) |
|
◆ PathMatcher()
apollo::common::math::PathMatcher::PathMatcher |
( |
| ) |
|
|
delete |
◆ GetPathFrenetCoordinate()
static std::pair<double, double> apollo::common::math::PathMatcher::GetPathFrenetCoordinate |
( |
const std::vector< PathPoint > & |
reference_line, |
|
|
const double |
x, |
|
|
const double |
y |
|
) |
| |
|
static |
◆ MatchToPath() [1/2]
static PathPoint apollo::common::math::PathMatcher::MatchToPath |
( |
const std::vector< PathPoint > & |
reference_line, |
|
|
const double |
x, |
|
|
const double |
y |
|
) |
| |
|
static |
◆ MatchToPath() [2/2]
static PathPoint apollo::common::math::PathMatcher::MatchToPath |
( |
const std::vector< PathPoint > & |
reference_line, |
|
|
const double |
s |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: