Visualization Library v1.0.3

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

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions

vl::degree Class Reference

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

#include <std_types.hpp>

List of all members.

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

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

Definition at line 95 of file std_types.hpp.


Member Function Documentation

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.


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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:07.
Permission is granted to use this page to write and publish articles regarding Visualization Library.