#include <Vec3s>
◆ value_type
Data type of vector components.
◆ anonymous enum
Number of vector components.
◆ Vec3s() [1/2]
◆ Vec3s() [2/2]
◆ b() [1/2]
◆ b() [2/2]
◆ g() [1/2]
◆ g() [2/2]
◆ operator!=()
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator*=()
Unary multiply by scalar.
References _v, and set().
◆ operator+()
◆ operator+=()
Unary vector add. Slightly more efficient because no temporary intermediate object.
References _v, and set().
◆ operator-() [1/2]
Negation operator. Returns the negative of the Vec3s.
References _v, and Vec3s().
◆ operator-() [2/2]
◆ operator-=()
Unary vector subtract.
References _v, and set().
◆ operator/()
◆ operator/=()
Unary divide by scalar.
References _v, and set().
◆ operator<()
◆ operator==()
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ ptr() [1/2]
◆ ptr() [2/2]
◆ r() [1/2]
◆ r() [2/2]
◆ set() [1/2]
void osg::Vec3s::set |
( |
const Vec3s & |
rhs | ) |
|
|
inline |
◆ set() [2/2]
References _v, b(), g(), and r().
Referenced by operator*(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), and set().
◆ x() [1/2]
◆ x() [2/2]
◆ y() [1/2]
◆ y() [2/2]
◆ z() [1/2]
◆ z() [2/2]
◆ _v
Referenced by b(), b(), g(), g(), operator!=(), operator*(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-(), operator-=(), operator/(), operator/=(), operator<(), osg::operator<<(), operator==(), osg::operator>>(), operator[](), operator[](), ptr(), ptr(), r(), r(), set(), set(), Vec3s(), Vec3s(), x(), x(), y(), y(), z(), and z().
The documentation for this class was generated from the following file: