OpenSceneGraph
3.5.1
|
General purpose integer triple. More...
Public Types | |
enum | { num_components = 3 } |
Number of vector components. More... | |
typedef unsigned int | value_type |
Type of Vec class. More... | |
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 |
Multiply by scalar. More... | |
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] |
Vec member varaible. More... | |
General purpose integer triple.
typedef unsigned int osg::Vec3ui::value_type |
Type of Vec class.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Multiply by scalar.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
value_type osg::Vec3ui::_v[3] |
Vec member varaible.
Generated at Wed Nov 11 2015 22:14:47 for the OpenSceneGraph by doxygen 1.8.10. |