scenario_simulator_v2 C++ API
|
functions for calculating distance More...
#include <boost/assign/list_of.hpp>
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <cmath>
#include <geometry/distance.hpp>
Namespaces | |
math | |
math::geometry | |
Functions | |
double | math::geometry::getDistance (const geometry_msgs::msg::Point &p0, const geometry_msgs::msg::Point &p1) |
double | math::geometry::getDistance (const geometry_msgs::msg::Pose &p0, const geometry_msgs::msg::Point &p1) |
double | math::geometry::getDistance (const geometry_msgs::msg::Point &p0, const geometry_msgs::msg::Pose &p1) |
double | math::geometry::getDistance (const geometry_msgs::msg::Pose &p0, const geometry_msgs::msg::Pose &p1) |
double | math::geometry::getDistance2D (const std::vector< geometry_msgs::msg::Point > &polygon0, const std::vector< geometry_msgs::msg::Point > &polygon1) |
functions for calculating distance