|
OpenSceneGraph
3.4.0
|
General purpose unsigned byte pair. More...
Public Types | |
| enum | { num_components = 2 } |
| Number of vector components. More... | |
| typedef unsigned char | value_type |
| Data type of vector components. | |
Public Member Functions | |
| Vec2ub () | |
| Constructor that sets all components of the vector to zero. | |
| Vec2ub (value_type r, value_type g) | |
| bool | operator== (const Vec2ub &v) const |
| bool | operator!= (const Vec2ub &v) const |
| bool | operator< (const Vec2ub &v) const |
| value_type * | ptr () |
| const value_type * | ptr () const |
| void | set (value_type x, value_type y) |
| void | set (const Vec2ub &rhs) |
| value_type & | operator[] (int i) |
| value_type | operator[] (int i) const |
| value_type & | x () |
| value_type & | y () |
| value_type | x () const |
| value_type | y () const |
| value_type & | r () |
| value_type & | g () |
| value_type | r () const |
| value_type | g () const |
| Vec2ub | operator* (float rhs) const |
| Multiply by scalar. | |
| Vec2ub & | operator*= (float rhs) |
| Unary multiply by scalar. | |
| Vec2ub | operator/ (float rhs) const |
| Divide by scalar. | |
| Vec2ub & | operator/= (float rhs) |
| Unary divide by scalar. | |
| Vec2ub | operator+ (const Vec2ub &rhs) const |
| Binary vector add. | |
| Vec2ub & | operator+= (const Vec2ub &rhs) |
| Unary vector add. | |
| Vec2ub | operator- (const Vec2ub &rhs) const |
| Binary vector subtract. | |
| Vec2ub & | operator-= (const Vec2ub &rhs) |
| Unary vector subtract. | |
Public Attributes | |
| value_type | _v [2] |
| Vec member variable. | |
General purpose unsigned byte pair.
| typedef unsigned char osg::Vec2ub::value_type |
Data type of vector components.
| osg::Vec2ub::Vec2ub | ( | ) | [inline] |
Constructor that sets all components of the vector to zero.
References _v.
Referenced by operator+(), and operator-().
| osg::Vec2ub::Vec2ub | ( | value_type | r, |
| value_type | g | ||
| ) | [inline] |
| value_type& osg::Vec2ub::g | ( | ) | [inline] |
| value_type osg::Vec2ub::g | ( | ) | const [inline] |
References _v.
| Vec2ub osg::Vec2ub::operator* | ( | float | rhs | ) | const [inline] |
Multiply by scalar.
Unary vector subtract.
References _v.
| Vec2ub osg::Vec2ub::operator/ | ( | float | rhs | ) | const [inline] |
Divide by scalar.
| Vec2ub& osg::Vec2ub::operator/= | ( | float | rhs | ) | [inline] |
Unary divide by scalar.
| value_type& osg::Vec2ub::operator[] | ( | int | i | ) | [inline] |
References _v.
| value_type osg::Vec2ub::operator[] | ( | int | i | ) | const [inline] |
References _v.
| value_type* osg::Vec2ub::ptr | ( | ) | [inline] |
References _v.
| const value_type* osg::Vec2ub::ptr | ( | ) | const [inline] |
References _v.
| value_type& osg::Vec2ub::r | ( | ) | [inline] |
| value_type osg::Vec2ub::r | ( | ) | const [inline] |
References _v.
| void osg::Vec2ub::set | ( | value_type | x, |
| value_type | y | ||
| ) | [inline] |
| void osg::Vec2ub::set | ( | const Vec2ub & | rhs | ) | [inline] |
References _v.
| value_type& osg::Vec2ub::x | ( | ) | [inline] |
| value_type osg::Vec2ub::x | ( | ) | const [inline] |
References _v.
| value_type& osg::Vec2ub::y | ( | ) | [inline] |
| value_type osg::Vec2ub::y | ( | ) | const [inline] |
References _v.
Vec member variable.
Referenced by g(), operator!=(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator<(), operator==(), operator[](), ptr(), r(), set(), Vec2ub(), x(), and y().
| Generated at Tue Dec 8 2015 00:16:45 for the OpenSceneGraph by doxygen 1.7.6.1. |