UAV Simulator
Loading...
Searching...
No Matches
path.h File Reference

Defines the Path class for managing and visualizing sequences of path segments in 3D space. More...

#include <vector>
#include "path_segment.h"
#include "line_segment.h"
#include <easy3d/core/vec.h>
#include <easy3d/viewer/viewer.h>
Include dependency graph for path.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Path
 Represents a sequence of connected path segments (e.g., straight lines, arcs). More...
 

Detailed Description

Defines the Path class for managing and visualizing sequences of path segments in 3D space.