Visualization Library 2.0.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
This is the complete list of members for vl::half, including all inherited members.
bits | vl::half | |
convertDoubleToHalf(const double *d, half *h, int count) | vl::half | inlinestatic |
convertFloatToHalf(float f) | vl::half | inlinestatic |
convertFloatToHalf(const float *f, half *h, int count) | vl::half | inlinestatic |
convertHalfToDouble(const half *h, double *d, int count) | vl::half | inlinestatic |
convertHalfToFloat(const half &h) | vl::half | inlinestatic |
convertHalfToFloat(const half *h, float *f, int count) | vl::half | inlinestatic |
half() | vl::half | inline |
half(const half &hf) | vl::half | inline |
half(int i) | vl::half | inline |
half(long long i) | vl::half | inline |
half(float f) | vl::half | inline |
half(double d) | vl::half | inline |
infinity() | vl::half | inlinestatic |
isdenorm() const | vl::half | inline |
isinf() const | vl::half | inline |
isinf_neg() const | vl::half | inline |
isinf_pos() const | vl::half | inline |
isNaN() const | vl::half | inline |
isZero() const | vl::half | inline |
NaN() | vl::half | inlinestatic |
operator bool() const | vl::half | inline |
operator double() const | vl::half | inline |
operator float() const | vl::half | inline |
operator int() const | vl::half | inline |
operator long long() const | vl::half | inline |
operator!=(const half &other) const | vl::half | inline |
operator!=(const float &other) const | vl::half | inline |
operator!=(const double &other) const | vl::half | inline |
operator!=(const int &other) const | vl::half | inline |
operator!=(const long long &other) const | vl::half | inline |
operator*(const half &other) const | vl::half | inline |
operator*=(const half &other) | vl::half | inline |
operator+(const half &other) const | vl::half | inline |
operator+=(const half &other) | vl::half | inline |
operator-(const half &other) const | vl::half | inline |
operator-() const | vl::half | inline |
operator-=(const half &other) | vl::half | inline |
operator/(const half &other) const | vl::half | inline |
operator/=(const half &other) | vl::half | inline |
operator<(const half &other) const | vl::half | inline |
operator=(const half &other) | vl::half | inline |
operator==(const half &other) const | vl::half | inline |
operator==(const float &other) const | vl::half | inline |
operator==(const double &other) const | vl::half | inline |
operator==(const int &other) const | vl::half | inline |
operator==(const long long &other) const | vl::half | inline |
operator>(const half &other) const | vl::half | inline |
Visualization Library 2.0.0 Reference Documentation
Updated on Wed Dec 23 2020 12:44:08.
© Copyright Michele Bosi. All rights reserved.