UAV Simulator
|
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>
Go to the source code of this file.
Classes | |
class | Path |
Represents a sequence of connected path segments (e.g., straight lines, arcs). More... | |
Defines the Path class for managing and visualizing sequences of path segments in 3D space.