Data type of vector components.
Number of vector components.
Constructor that sets all components of the vector to zero
bool osg::Vec3s::operator!= |
( |
const Vec3s & |
v | ) |
const |
|
inline |
Vec3s osg::Vec3s::operator* |
( |
const Vec3s & |
rhs | ) |
const |
|
inline |
Unary multiply by scalar.
Vec3s osg::Vec3s::operator+ |
( |
const Vec3s & |
rhs | ) |
const |
|
inline |
Vec3s& osg::Vec3s::operator+= |
( |
const Vec3s & |
rhs | ) |
|
|
inline |
Unary vector add. Slightly more efficient because no temporary intermediate object.
Vec3s osg::Vec3s::operator- |
( |
const Vec3s & |
rhs | ) |
const |
|
inline |
Vec3s osg::Vec3s::operator- |
( |
| ) |
const |
|
inline |
Negation operator. Returns the negative of the Vec3s.
Vec3s& osg::Vec3s::operator-= |
( |
const Vec3s & |
rhs | ) |
|
|
inline |
bool osg::Vec3s::operator< |
( |
const Vec3s & |
v | ) |
const |
|
inline |
bool osg::Vec3s::operator== |
( |
const Vec3s & |
v | ) |
const |
|
inline |
value_type& osg::Vec3s::operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
value_type osg::Vec3s::operator[] |
( |
unsigned int |
i | ) |
const |
|
inline |
The documentation for this class was generated from the following file: