Data type of vector components.
Number of vector components.
bool osg::Vec3us::operator!= |
( |
const Vec3us & |
v) | |
const |
|
inline |
Binary vector multiply.
References _v, and Vec3us().
Unary multiply by scalar.
References _v.
Unary vector add. Slightly more efficient because no temporary intermediate object.
References _v.
Binary vector subtract.
References _v, and Vec3us().
Unary vector subtract.
References _v.
Unary divide by scalar.
References _v.
bool osg::Vec3us::operator< |
( |
const Vec3us & |
v) | |
const |
|
inline |
bool osg::Vec3us::operator== |
( |
const Vec3us & |
v) | |
const |
|
inline |
value_type& osg::Vec3us::operator[] |
( |
unsigned int |
i) | |
|
|
inline |
value_type osg::Vec3us::operator[] |
( |
unsigned int |
i) | |
const |
|
inline |
Referenced by b(), g(), operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator==(), operator[](), ptr(), r(), set(), Vec3us(), x(), y(), and z().
The documentation for this class was generated from the following file: