|
PSMoveService
|
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 half & | operator= (half const &s) |
| GLM_FUNC_DECL half & | operator+= (half const &s) |
| GLM_FUNC_DECL half & | operator-= (half const &s) |
| GLM_FUNC_DECL half & | operator*= (half const &s) |
| GLM_FUNC_DECL half & | operator/= (half const &s) |
| GLM_FUNC_DECL half & | operator++ () |
| GLM_FUNC_DECL half & | operator-- () |
| 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 |
16-bit floating point type.
1.8.12