Class Dubins_State_Space::Dubins_Path

Nested Relationships

This class is a nested type of Class Dubins_State_Space.

Class Documentation

class Dubins_Path

Complete description of a Dubins path.

Public Functions

inline Dubins_Path(const Dubins_Path_Segment_Type *type = dubins_path_type[0], double t = 0., double p = std::numeric_limits<double>::max(), double q = 0.)

Constructor of the Dubins_Path.

inline double length() const