OpenSceneGraph
3.5.1
|
#include <osg/Vec3f>
Classes | |
class | osg::Vec4f |
General purpose float quad. More... | |
Namespaces | |
osg | |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Macros | |
#define | OSG_VEC4F 1 |
Functions | |
Vec4f::value_type | osg::operator* (const Vec3f &lhs, const Vec4f &rhs) |
Compute the dot product of a (Vec3,1.0) and a Vec4f. More... | |
Vec4f::value_type | osg::operator* (const Vec4f &lhs, const Vec3f &rhs) |
Compute the dot product of a Vec4f and a (Vec3,1.0). More... | |
Vec4f | osg::componentMultiply (const Vec4f &lhs, const Vec4f &rhs) |
multiply by vector components. More... | |
Vec4f | osg::componentDivide (const Vec4f &lhs, const Vec4f &rhs) |
divide rhs components by rhs vector components. More... | |
#define OSG_VEC4F 1 |
Generated at Wed Nov 11 2015 22:14:23 for the OpenSceneGraph by doxygen 1.8.10. |