#include "../api_core.h"
#include "cl_math.h"
#include "vec2.h"
#include "vec3.h"
#include "vec4.h"
Go to the source code of this file.
Classes | |
class | CL_Vec1< Type > |
1D vector More... | |
Typedefs | |
typedef CL_Vec1< char > | CL_Vec1b |
typedef CL_Vec1< double > | CL_Vec1d |
typedef CL_Vec1< float > | CL_Vec1f |
typedef CL_Vec1< int > | CL_Vec1i |
typedef CL_Vec1< short > | CL_Vec1s |
typedef CL_Vec1< unsigned char > | CL_Vec1ub |
typedef CL_Vec1< unsigned int > | CL_Vec1ui |
typedef CL_Vec1< unsigned short > | CL_Vec1us |