|
Vec4d::value_type | osg::operator* (const Vec3d &lhs, const Vec4d &rhs) |
| Compute the dot product of a (Vec3,1.0) and a Vec4d. More...
|
|
Vec4d::value_type | osg::operator* (const Vec3f &lhs, const Vec4d &rhs) |
| Compute the dot product of a (Vec3,1.0) and a Vec4d. More...
|
|
Vec4d::value_type | osg::operator* (const Vec3d &lhs, const Vec4f &rhs) |
| Compute the dot product of a (Vec3,1.0) and a Vec4d. More...
|
|
Vec4d::value_type | osg::operator* (const Vec4d &lhs, const Vec3d &rhs) |
| Compute the dot product of a Vec4d and a (Vec3,1.0). More...
|
|
Vec4d::value_type | osg::operator* (const Vec4d &lhs, const Vec3f &rhs) |
| Compute the dot product of a Vec4d and a (Vec3,1.0). More...
|
|
Vec4d::value_type | osg::operator* (const Vec4f &lhs, const Vec3d &rhs) |
| Compute the dot product of a Vec4d and a (Vec3,1.0). More...
|
|
Vec4d | osg::componentMultiply (const Vec4d &lhs, const Vec4d &rhs) |
| multiply by vector components. More...
|
|
Vec4d | osg::componentDivide (const Vec4d &lhs, const Vec4d &rhs) |
| divide rhs components by rhs vector components. More...
|
|