OpenSceneGraph
3.5.1
|
Classes | |
class | osg::Vec3f |
General purpose float triple for use as vertices, vectors and normals. 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_VEC3F 1 |
Functions | |
Vec3f | osg::componentMultiply (const Vec3f &lhs, const Vec3f &rhs) |
multiply by vector components. More... | |
Vec3f | osg::componentDivide (const Vec3f &lhs, const Vec3f &rhs) |
divide rhs components by rhs vector components. More... | |
Variables | |
const Vec3f | osg::X_AXIS (1.0, 0.0, 0.0) |
const Vec3f | osg::Y_AXIS (0.0, 1.0, 0.0) |
const Vec3f | osg::Z_AXIS (0.0, 0.0, 1.0) |
#define OSG_VEC3F 1 |
Generated at Wed Nov 11 2015 22:14:23 for the OpenSceneGraph by doxygen 1.8.10. |