Definitions of the basic short vector data structures. More...
Go to the source code of this file.
Classes | |
struct | MMC_float4 |
floating-point quadraplet {x,y,z,w} More... | |
struct | MMC_float3 |
floating-point triplet {x,y,z} More... | |
struct | MMC_int2 |
integer pair {ix,iy} More... | |
struct | MMC_int3 |
integer triplet {ix,iy,iz} More... | |
struct | MMC_int4 |
unsigned integer quadraplet {ix,iy,iz,iw} More... | |
struct | MMC_uint3 |
unsigned integer triplet {ix,iy,iz} More... | |
struct | MMC_uint2 |
unsigned integer pair {ix,iy} More... | |
Typedefs | |
typedef struct MMC_float4 | aligned |
typedef struct MMC_float3 | float3 |
typedef struct MMC_int2 | int2 |
typedef struct MMC_int3 | int3 |
typedef struct MMC_int4 | int4 |
typedef struct MMC_uint3 | uint3 |
typedef struct MMC_uint2 | uint2 |
Definitions of the basic short vector data structures.