#include "../api_core.h"
#include "cl_math.h"
#include "vec1.h"
#include "vec2.h"
#include "vec4.h"
Go to the source code of this file.
Classes | |
class | CL_Vec3< Type > |
3D vector More... | |
Typedefs | |
typedef CL_Vec3< char > | CL_Vec3b |
typedef CL_Vec3< double > | CL_Vec3d |
typedef CL_Vec3< float > | CL_Vec3f |
typedef CL_Vec3< int > | CL_Vec3i |
typedef CL_Vec3< short > | CL_Vec3s |
typedef CL_Vec3< unsigned char > | CL_Vec3ub |
typedef CL_Vec3< unsigned int > | CL_Vec3ui |
typedef CL_Vec3< unsigned short > | CL_Vec3us |
Functions | |
template<typename Type > | |
CL_Vec3< Type > | operator* (const CL_Vec3< Type > &v, const CL_Mat3< Type > &matrix) |
template<typename Type > | |
CL_Vec3< Type > | operator* (const CL_Mat3< Type > &matrix, const CL_Vec3< Type > &v) |