openscenegraph
|
#include <Vec4ub>
Public Types | |
enum | { num_components = 4 } |
typedef unsigned char | value_type |
Public Attributes | |
value_type | _v [4] |
General purpose float quad. Uses include representation of color coordinates. No support yet added for float * Vec4ub - is it necessary? Need to define a non-member non-friend operator* etc. Vec4ub * float is okay
Data type of vector components.
|
inline |
Constructor that sets all components of the vector to zero
References _v.
Referenced by operator+(), and operator-().
|
inline |
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
|
inline |
Multiply by scalar.
References set().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Divide by scalar.
References set().
|
inline |
Unary divide by scalar.
References set().
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
|
inline |
References _v.
|
inline |
References _v, a(), b(), g(), and r().
Referenced by operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), and operator/=().
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
value_type osg::Vec4ub::_v[4] |
Vec member variable.
Referenced by a(), a(), b(), b(), g(), g(), operator!=(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator<(), osg::operator<<(), operator==(), osg::operator>>(), operator[](), operator[](), ptr(), ptr(), r(), r(), set(), Vec4ub(), Vec4ub(), w(), w(), x(), x(), y(), y(), z(), and z().