|
enum | { num_components = 3
} |
| Number of vector components. More...
|
|
typedef short | value_type |
| Data type of vector components. More...
|
|
◆ value_type
Data type of vector components.
◆ anonymous enum
Number of vector components.
◆ operator*() [1/2]
◆ operator*() [2/2]
Vec3s osg::Vec3s::operator* |
( |
const Vec3s & |
rhs | ) |
const |
|
inline |
◆ operator*=()
Unary multiply by scalar.
◆ operator+()
Vec3s osg::Vec3s::operator+ |
( |
const Vec3s & |
rhs | ) |
const |
|
inline |
◆ operator+=()
Vec3s& osg::Vec3s::operator+= |
( |
const Vec3s & |
rhs | ) |
|
|
inline |
Unary vector add.
Slightly more efficient because no temporary intermediate object.
◆ operator-() [1/2]
Vec3s osg::Vec3s::operator- |
( |
const Vec3s & |
rhs | ) |
const |
|
inline |
◆ operator-() [2/2]
Vec3s osg::Vec3s::operator- |
( |
| ) |
const |
|
inline |
Negation operator.
Returns the negative of the Vec3s.
◆ operator-=()
Vec3s& osg::Vec3s::operator-= |
( |
const Vec3s & |
rhs | ) |
|
|
inline |
◆ operator/()
◆ operator/=()
The documentation for this class was generated from the following file:
- /home/karlu20/private/installs/OpenSceneGraph/include/osg/Vec3s