scenario_simulator_v2 C++ API
Classes | Namespaces | Functions
line_segment.hpp File Reference
#include <geometry/polygon/polygon.hpp>
#include <geometry_msgs/msg/point.hpp>
#include <geometry_msgs/msg/pose.hpp>
#include <geometry_msgs/msg/quaternion.hpp>
#include <geometry_msgs/msg/vector3.hpp>
#include <optional>
Include dependency graph for line_segment.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  math::geometry::LineSegment
 

Namespaces

 math
 
 math::geometry
 

Functions

auto math::geometry::getLineSegments (const std::vector< geometry_msgs::msg::Point > &points, const bool close_start_end) -> std::vector< LineSegment >
 Get the line segments from points. More...