osg Namespace Reference
OSG missing operators, added by PVLE.
More...
|
Functions |
| Vec3f | operator* (const Vec3f &v, const Quat &q) |
| | Missing operator in OSG.
|
| Vec3d | operator* (const Vec3d &v, const Quat &q) |
| | Missing operator in OSG.
|
| Vec4f | operator* (const Vec4f &v, const Quat &q) |
| | Missing operator in OSG.
|
| Vec4d | operator* (const Vec4d &v, const Quat &q) |
| | Missing operator in OSG.
|
Detailed Description
OSG missing operators, added by PVLE.
Function Documentation
| Vec4d osg::operator* |
( |
const Vec4d & |
v, |
|
|
const Quat & |
q | |
|
) |
| | [inline] |
Missing operator in OSG.
Definition at line 56 of file Utility3D.h.
| Vec4f osg::operator* |
( |
const Vec4f & |
v, |
|
|
const Quat & |
q | |
|
) |
| | [inline] |
Missing operator in OSG.
Definition at line 54 of file Utility3D.h.
| Vec3d osg::operator* |
( |
const Vec3d & |
v, |
|
|
const Quat & |
q | |
|
) |
| | [inline] |
Missing operator in OSG.
Definition at line 52 of file Utility3D.h.
| Vec3f osg::operator* |
( |
const Vec3f & |
v, |
|
|
const Quat & |
q | |
|
) |
| | [inline] |
Missing operator in OSG.
Definition at line 50 of file Utility3D.h.