#include <Vec3us.h>
Definition at line 19 of file Vec3us.h.
Data type of vector components.
Definition at line 24 of file Vec3us.h.
Number of vector components.
Definition at line 27 of file Vec3us.h.
Constructor that sets all components of the vector to zero
Definition at line 32 of file Vec3us.h.
bool osg::Vec3us::operator!= |
( |
const Vec3us & |
v | ) |
const |
|
inline |
Multiply by scalar.
Definition at line 80 of file Vec3us.h.
Binary vector multiply.
Definition at line 110 of file Vec3us.h.
Unary multiply by scalar.
Definition at line 86 of file Vec3us.h.
Binary vector add.
Definition at line 116 of file Vec3us.h.
Unary vector add. Slightly more efficient because no temporary intermediate object.
Definition at line 124 of file Vec3us.h.
Binary vector subtract.
Definition at line 133 of file Vec3us.h.
Unary vector subtract.
Definition at line 139 of file Vec3us.h.
Divide by scalar.
Definition at line 95 of file Vec3us.h.
Unary divide by scalar.
Definition at line 101 of file Vec3us.h.
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 |
The documentation for this class was generated from the following file: