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::degree Class Reference

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

Detailed Description

Simple class representing quantities in degrees, converts automatically to vl::radian and real.

Definition at line 92 of file std_types.hpp.

Constructor & Destructor Documentation

◆ degree()

vl::degree::degree ( real  val)
inline

Definition at line 95 of file std_types.hpp.

Member Function Documentation

◆ operator radian()

vl::degree::operator radian ( )
inline

Definition at line 104 of file std_types.hpp.

◆ operator real()

vl::degree::operator real ( )
inline

Definition at line 96 of file std_types.hpp.

References vl::radian::radian().


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