precision flotting-point types.
|
Typedefs |
|
typedef __halfGTX | half |
| | Type for half-precision floating-point numbers. (From GLM_GTX_half extension).
|
|
typedef __hmat2GTX | hmat2 |
| | 2 * 2 matrix of half-precision floating-point numbers. (From GLM_GTX_half extension)
|
|
typedef __hmat3GTX | hmat3 |
| | 3 * 3 matrix of half-precision floating-point numbers. (From GLM_GTX_half extension)
|
|
typedef __hmat4GTX | hmat4 |
| | 4 * 4 matrix of half-precision floating-point numbers. (From GLM_GTX_half extension)
|
|
typedef __hquatGTX | hquat |
| | Quaternion of half-precision floating-point numbers. (From GLM_GTX_half extension).
|
|
typedef __hvec2GTX | hvec2 |
| | Vector of 2 half-precision floating-point numbers. (From GLM_GTX_half extension).
|
|
typedef __hvec3GTX | hvec3 |
| | Vector of 3 half-precision floating-point numbers. (From GLM_GTX_half extension).
|
|
typedef __hvec4GTX | hvec4 |
| | Vector of 4 half-precision floating-point numbers. (From GLM_GTX_half extension).
|
Functions |
|
__hvec4GTX | cos (const __hvec4GTX &x) |
| | The standard trigonometric cosine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__hvec3GTX | cos (const __hvec3GTX &x) |
| | The standard trigonometric cosine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__hvec2GTX | cos (const __hvec2GTX &x) |
| | The standard trigonometric cosine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__halfGTX | cos (__halfGTX x) |
| | The standard trigonometric cosine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__hvec4GTX | sin (const __hvec4GTX &x) |
| | The standard trigonometric sine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__hvec3GTX | sin (const __hvec3GTX &x) |
| | The standard trigonometric sine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__hvec2GTX | sin (const __hvec2GTX &x) |
| | The standard trigonometric sine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__halfGTX | sin (__halfGTX x) |
| | The standard trigonometric sine function. The values returned by this function will range from [-1, 1]. (From GLM_GTX_half extension).
|
|
__hvec4GTX | tan (const __hvec4GTX &x) |
| | The standard trigonometric tangent function. (From GLM_GTX_half extension).
|
|
__hvec3GTX | tan (const __hvec3GTX &x) |
| | The standard trigonometric tangent function. (From GLM_GTX_half extension).
|
|
__hvec2GTX | tan (const __hvec2GTX &x) |
| | The standard trigonometric tangent function. (From GLM_GTX_half extension).
|
|
__halfGTX | tan (__halfGTX x) |
| | The standard trigonometric tangent function. (From GLM_GTX_half extension).
|
precision flotting-point types.