#include "../api_core.h"
#include "cl_math.h"
#include "vec1.h"
#include "vec2.h"
#include "vec3.h"
Go to the source code of this file.
Classes | |
class | CL_Vec4< Type > |
4D vector More... | |
Typedefs | |
typedef CL_Vec4< char > | CL_Vec4b |
typedef CL_Vec4< double > | CL_Vec4d |
typedef CL_Vec4< float > | CL_Vec4f |
typedef CL_Vec4< int > | CL_Vec4i |
typedef CL_Vec4< short > | CL_Vec4s |
typedef CL_Vec4< unsigned char > | CL_Vec4ub |
typedef CL_Vec4< unsigned int > | CL_Vec4ui |
typedef CL_Vec4< unsigned short > | CL_Vec4us |
Functions | |
template<typename Type > | |
CL_Vec4< Type > | operator* (const CL_Vec4< Type > &v, const CL_Mat4< Type > &matrix) |
template<typename Type > | |
CL_Vec4< Type > | operator* (const CL_Mat4< Type > &matrix, const CL_Vec4< Type > &v) |