Flow Visualisation
|
#include <type_half.hpp>
Public Member Functions | |
GLM_FUNC_DECL | half () |
GLM_FUNC_DECL | half (half const &s) |
template<typename U > | |
GLM_FUNC_DECL | half (U const &s) |
GLM_FUNC_DECL | operator float () 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) |
GLM_FUNC_QUALIFIER glm::detail::half::half | ( | ) |
GLM_FUNC_QUALIFIER glm::detail::half::half | ( | half const & | s | ) |
|
explicit |
GLM_FUNC_QUALIFIER glm::detail::half::half | ( | U const & | s | ) |
|
inline |
GLM_FUNC_QUALIFIER glm::detail::half::operator float | ( | ) | const |
GLM_FUNC_QUALIFIER half & glm::detail::half::operator*= | ( | half const & | s | ) |
GLM_FUNC_QUALIFIER half & glm::detail::half::operator++ | ( | ) |
GLM_FUNC_QUALIFIER half & glm::detail::half::operator+= | ( | half const & | s | ) |
GLM_FUNC_QUALIFIER half & glm::detail::half::operator-- | ( | ) |
GLM_FUNC_QUALIFIER half & glm::detail::half::operator-= | ( | half const & | s | ) |
GLM_FUNC_QUALIFIER half & glm::detail::half::operator/= | ( | half const & | s | ) |
GLM_FUNC_QUALIFIER half & glm::detail::half::operator= | ( | half const & | s | ) |
|
inline |