PSMoveService
Public Member Functions | List of all members

16-bit floating point type. More...

#include <type_half.hpp>

Public Member Functions

GLM_FUNC_DECL half (half const &s)
 
template<typename U >
GLM_FUNC_DECL half (U const &s)
 
template<typename U >
GLM_FUNC_DECL operator U () const
 
GLM_FUNC_DECL halfoperator= (half const &s)
 
GLM_FUNC_DECL halfoperator+= (half const &s)
 
GLM_FUNC_DECL halfoperator-= (half const &s)
 
GLM_FUNC_DECL halfoperator*= (half const &s)
 
GLM_FUNC_DECL halfoperator/= (half const &s)
 
GLM_FUNC_DECL halfoperator++ ()
 
GLM_FUNC_DECL halfoperator-- ()
 
GLM_FUNC_DECL float toFloat () const
 
GLM_FUNC_DECL hdata _data () const
 
template<typename U >
GLM_FUNC_QUALIFIER half (U const &s)
 
template<typename U >
GLM_FUNC_QUALIFIER operator U () const
 

Detailed Description

16-bit floating point type.


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