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