3#include "software/geom/angle.h"
Definition angle_segment.h:11
void setAngleBottom(const Angle &angle_bottom)
Definition angle_segment.cpp:29
bool operator>(const AngleSegment &other) const
Definition angle_segment.cpp:49
const Angle & getAngleBottom() const
Definition angle_segment.cpp:24
bool operator!=(const AngleSegment &other) const
Definition angle_segment.cpp:54
bool operator<(const AngleSegment &other) const
Definition angle_segment.cpp:44
double getDeltaInDegrees() const
Definition angle_segment.cpp:34
const Angle & getAngleTop() const
Definition angle_segment.cpp:14
void setAngleTop(const Angle &angle_top)
Definition angle_segment.cpp:19
bool operator==(const AngleSegment &other) const
Definition angle_segment.cpp:39