openscenegraph
|
Public Types | |
enum | { num_components = 4 } |
typedef signed char | value_type |
Public Attributes | |
value_type | _v [4] |
General purpose float triple. Uses include representation of color coordinates. No support yet added for float * Vec4b - is it necessary? Need to define a non-member non-friend operator* etc. Vec4b * float is okay
typedef signed char osg::Vec4b::value_type |
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 |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
Multiply by scalar.
Unary vector add. Slightly more efficient because no temporary intermediate object.
References _v.
|
inline |
Divide by scalar.
|
inline |
Unary divide by scalar.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
References _v.
|
inline |
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
|
inline |
|
inline |
References _v.
value_type osg::Vec4b::_v[4] |
Referenced by a(), b(), g(), operator!=(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator<(), osg::operator<<(), operator==(), osg::operator>>(), operator[](), ptr(), r(), set(), Vec4b(), w(), x(), y(), and z().