GEL  2
GEL is a library for Geometry and Linear Algebra
Public Member Functions
CGLA::Vec4uc Class Reference

4D unsigned char vector. More...

#include <Vec4uc.h>

Inherits CGLA::ArithVec< UChar, Vec4uc, 4 >.

List of all members.

Public Member Functions

 Vec4uc ()
 Construct 0 vector.
 Vec4uc (unsigned char a)
 Construct 0 vector.
 Vec4uc (UChar _a, UChar _b, UChar _c, UChar _d)
 Construct 4D uchar vector.
 Vec4uc (const Vec4f &v)
 Convert from float vector.
 operator Vec4f () const

Detailed Description

4D unsigned char vector.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations