typedef short osg::Vec4s::value_type |
Type of Vec class.
osg::Vec4s::Vec4s | ( | ) | [inline] |
osg::Vec4s::Vec4s | ( | value_type | x, | |
value_type | y, | |||
value_type | z, | |||
value_type | w | |||
) | [inline] |
value_type osg::Vec4s::a | ( | ) | const [inline] |
value_type& osg::Vec4s::a | ( | ) | [inline] |
value_type osg::Vec4s::b | ( | ) | const [inline] |
value_type& osg::Vec4s::b | ( | ) | [inline] |
value_type osg::Vec4s::g | ( | ) | const [inline] |
value_type& osg::Vec4s::g | ( | ) | [inline] |
Vec4s osg::Vec4s::operator * | ( | value_type | rhs | ) | const [inline] |
bool osg::Vec4s::operator!= | ( | const Vec4s & | v | ) | const [inline] |
Vec4s osg::Vec4s::operator+ | ( | value_type | rhs | ) | const [inline] |
Vec4s osg::Vec4s::operator- | ( | value_type | rhs | ) | const [inline] |
Vec4s osg::Vec4s::operator/ | ( | value_type | rhs | ) | const [inline] |
bool osg::Vec4s::operator< | ( | const Vec4s & | v | ) | const [inline] |
bool osg::Vec4s::operator== | ( | const Vec4s & | v | ) | const [inline] |
value_type osg::Vec4s::operator[] | ( | unsigned int | i | ) | const [inline] |
value_type& osg::Vec4s::operator[] | ( | unsigned int | i | ) | [inline] |
const value_type* osg::Vec4s::ptr | ( | ) | const [inline] |
value_type* osg::Vec4s::ptr | ( | ) | [inline] |
value_type osg::Vec4s::r | ( | ) | const [inline] |
value_type& osg::Vec4s::r | ( | ) | [inline] |
void osg::Vec4s::set | ( | value_type | x, | |
value_type | y, | |||
value_type | z, | |||
value_type | w | |||
) | [inline] |
value_type osg::Vec4s::w | ( | ) | const [inline] |
value_type& osg::Vec4s::w | ( | ) | [inline] |
value_type osg::Vec4s::x | ( | ) | const [inline] |
value_type& osg::Vec4s::x | ( | ) | [inline] |
value_type osg::Vec4s::y | ( | ) | const [inline] |
value_type& osg::Vec4s::y | ( | ) | [inline] |
value_type osg::Vec4s::z | ( | ) | const [inline] |
value_type& osg::Vec4s::z | ( | ) | [inline] |
Vec member varaible.