List of all members.
Member Typedef Documentation
Data type of vector components.
Member Enumeration Documentation
Number of vector components.
- Enumerator:
-
Constructor & Destructor Documentation
| osg::Vec3s::Vec3s |
( |
| ) |
[inline] |
Member Function Documentation
| bool osg::Vec3s::operator!= |
( |
const Vec3s & |
v | ) |
const [inline] |
Multiply by scalar.
References Vec3s(), and _v.
| Vec3s osg::Vec3s::operator* |
( |
const Vec3s & |
rhs | ) |
const [inline] |
Binary vector multiply.
References Vec3s(), and _v.
Unary multiply by scalar.
References _v.
| Vec3s osg::Vec3s::operator+ |
( |
const Vec3s & |
rhs | ) |
const [inline] |
Binary vector add.
References Vec3s(), and _v.
| Vec3s& osg::Vec3s::operator+= |
( |
const Vec3s & |
rhs | ) |
[inline] |
Unary vector add.
Slightly more efficient because no temporary intermediate object.
References _v.
| Vec3s osg::Vec3s::operator- |
( |
const Vec3s & |
rhs | ) |
const [inline] |
Binary vector subtract.
References Vec3s(), and _v.
| Vec3s osg::Vec3s::operator- |
( |
| ) |
const [inline] |
Negation operator.
Returns the negative of the Vec3s.
References Vec3s(), and _v.
| Vec3s& osg::Vec3s::operator-= |
( |
const Vec3s & |
rhs | ) |
[inline] |
Unary vector subtract.
References _v.
Divide by scalar.
References Vec3s(), and _v.
Unary divide by scalar.
References _v.
| 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] |
| const value_type* osg::Vec3s::ptr |
( |
| ) |
const [inline] |
| void osg::Vec3s::set |
( |
const Vec3s & |
rhs | ) |
[inline] |
Member Data Documentation
Referenced by osg::operator<<(), osg::operator>>(), Vec3s(), operator==(), operator!=(), operator<(), ptr(), set(), operator[](), x(), y(), z(), r(), g(), b(), operator*(), operator*=(), operator/(), operator/=(), operator+(), operator+=(), operator-(), and operator-=().
The documentation for this class was generated from the following file: