|
OSG
3.4.0
|
#include <Vec3ui.h>
Public Types | |
| enum | { num_components = 3 } |
| typedef unsigned int | value_type |
Public Member Functions | |
| Vec3ui () | |
| Vec3ui (value_type r, value_type g, value_type b) | |
| bool | operator== (const Vec3ui &v) const |
| bool | operator!= (const Vec3ui &v) const |
| bool | operator< (const Vec3ui &v) const |
| value_type * | ptr () |
| const value_type * | ptr () const |
| void | set (value_type r, value_type g, value_type b) |
| void | set (const Vec3ui &rhs) |
| value_type & | operator[] (unsigned int i) |
| value_type | operator[] (unsigned int i) const |
| value_type & | x () |
| value_type & | y () |
| value_type & | z () |
| value_type | x () const |
| value_type | y () const |
| value_type | z () const |
| value_type & | r () |
| value_type & | g () |
| value_type & | b () |
| value_type | r () const |
| value_type | g () const |
| value_type | b () const |
| Vec3ui | operator* (value_type rhs) const |
| Vec3ui | operator/ (value_type rhs) const |
| Vec3ui | operator+ (value_type rhs) const |
| Vec3ui | operator- (value_type rhs) const |
| Vec3ui | operator+ (const Vec3ui &rhs) const |
| Vec3ui | operator- (const Vec3ui &rhs) const |
| Vec3ui | operator* (const Vec3ui &rhs) const |
Public Attributes | |
| value_type | _v [3] |
| typedef unsigned int osg::Vec3ui::value_type |
| anonymous enum |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| value_type osg::Vec3ui::_v[3] |
1.8.8