![]() |
Prusa Slicer 2.6.0
|
Data type representing degrees. It supports conversion to radians. More...
#include <src/libnest2d/include/libnest2d/common.hpp>
Inheritance diagram for libnest2d::Degrees:
Collaboration diagram for libnest2d::Degrees:Public Member Functions | |
| Degrees (double deg=Double()) | |
| Degrees (const Radians &rads) | |
| double | toRadians () |
| operator double () const BP2D_NOEXCEPT | |
| operator double & () BP2D_NOEXCEPT | |
Protected Attributes | |
| double | val_ |
Data type representing degrees. It supports conversion to radians.
|
inlineinherited |
References libnest2d::Double::val_.
|
inlineinherited |
References libnest2d::Double::val_.
|
inline |
|
protectedinherited |