Visualization Library 2.0.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | List of all members
vl::radian Class Reference

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 ()
 

Detailed Description

Simple class representing quantities in radians, converts automatically to vl::degree and real.

Definition at line 80 of file std_types.hpp.

Constructor & Destructor Documentation

◆ radian()

vl::radian::radian ( real  val)
inline

Definition at line 83 of file std_types.hpp.

Referenced by vl::degree::operator real().

Member Function Documentation

◆ operator degree()

vl::radian::operator degree ( )
inline

Definition at line 103 of file std_types.hpp.

◆ operator real()

vl::radian::operator real ( )
inline

Definition at line 84 of file std_types.hpp.


The documentation for this class was generated from the following file: