OpenSceneGraph
3.2.0
|
General purpose integer pair. More...
Public Types | |
enum | { num_components = 2 } |
Number of vector components. More... | |
typedef unsigned int | value_type |
Type of Vec class. More... | |
Public Member Functions | |
Vec2ui () | |
Vec2ui (value_type x, value_type y) | |
bool | operator== (const Vec2ui &v) const |
bool | operator!= (const Vec2ui &v) const |
bool | operator< (const Vec2ui &v) const |
value_type * | ptr () |
const value_type * | ptr () const |
void | set (value_type x, value_type y) |
void | set (const Vec2ui &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 |
Vec2ui | operator* (value_type rhs) const |
Vec2ui | operator/ (value_type rhs) const |
Vec2ui | operator+ (value_type rhs) const |
Vec2ui | operator- (value_type rhs) const |
Vec2ui | operator+ (const Vec2ui &rhs) const |
Vec2ui | operator- (const Vec2ui &rhs) const |
Vec2ui | operator* (const Vec2ui &rhs) const |
Public Attributes | |
value_type | _v [2] |
Vec member varaible. More... | |
General purpose integer pair.
typedef unsigned int osg::Vec2ui::value_type |
Type of Vec class.
|
inline |
References _v.
Referenced by operator*(), operator+(), operator-(), and operator/().
|
inline |
|
inline |
References _v.
|
inline |
References _v.
|
inline |
|
inline |
|
inline |
|
inline |
|
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.
value_type osg::Vec2ui::_v[2] |
Vec member varaible.
Referenced by g(), operator!=(), operator*(), operator+(), operator-(), operator/(), operator<(), operator==(), operator[](), ptr(), r(), set(), Vec2ui(), x(), and y().
![]() | Generated at Mon Sep 9 2013 06:15:08 for the OpenSceneGraph by doxygen 1.8.4. |