#include <Primitives.h>
|
static std::vector< Point > | fromPath (const ompl::geometric::PathGeometric &p, bool interpolate=false) |
|
static std::vector< Point > | fromPath (const ompl::control::PathControl &p, bool interpolate=false) |
|
static Point | centroid (const std::vector< Point > &points) |
|
|
double | x {0} |
|
double | y {0} |
|
◆ Point() [1/3]
◆ Point() [2/3]
Point::Point |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
◆ Point() [3/3]
◆ centroid()
static Point Point::centroid |
( |
const std::vector< Point > & |
points | ) |
|
|
inlinestatic |
◆ distance() [1/2]
double Point::distance |
( |
const Point & |
p | ) |
const |
|
inline |
◆ distance() [2/2]
double Point::distance |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
|
inline |
◆ distanceSquared() [1/2]
double Point::distanceSquared |
( |
const Point & |
p | ) |
const |
|
inline |
◆ distanceSquared() [2/2]
double Point::distanceSquared |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
|
inline |
◆ fromPath() [1/2]
std::vector< Point > Point::fromPath |
( |
const ompl::control::PathControl & |
p, |
|
|
bool |
interpolate = false |
|
) |
| |
|
static |
◆ fromPath() [2/2]
std::vector< Point > Point::fromPath |
( |
const ompl::geometric::PathGeometric & |
p, |
|
|
bool |
interpolate = false |
|
) |
| |
|
static |
◆ operator Eigen::Matrix< double, 2, 1 >()
Point::operator Eigen::Matrix< double, 2, 1 > |
( |
| ) |
const |
|
inline |
◆ operator*()
Point Point::operator* |
( |
double |
d | ) |
const |
|
inline |
◆ operator*=()
Point & Point::operator*= |
( |
double |
d | ) |
|
|
inline |
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator/()
Point Point::operator/ |
( |
double |
d | ) |
const |
|
inline |
◆ operator/=()
Point & Point::operator/= |
( |
double |
d | ) |
|
|
inline |
◆ operator=()
Point & Point::operator= |
( |
const Eigen::Matrix< double, 2, 1 > & |
p | ) |
|
|
inline |
◆ toState()
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
stream, |
|
|
const Point & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following files: