Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [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 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:41:15.
Permission is granted to use this page to write and publish articles regarding Visualization Library.