Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Simple class representing quantities in degrees, converts automatically to vl::radian and real. More...
#include <std_types.hpp>
Public Member Functions | |
degree (real val) | |
operator real () | |
operator radian () |
Simple class representing quantities in degrees, converts automatically to vl::radian and real.
Definition at line 92 of file std_types.hpp.
vl::degree::degree | ( | real | val ) | [inline] |
Definition at line 95 of file std_types.hpp.
vl::degree::operator real | ( | ) | [inline] |
Definition at line 96 of file std_types.hpp.
vl::degree::operator radian | ( | ) | [inline] |
Definition at line 104 of file std_types.hpp.
References vl::dDEG_TO_RAD.