|
OpenSceneGraph
3.0.1
|
Public Types | |
| typedef unsigned int | uint32_t |
Public Member Functions | |
| Vec3Packed (uint32_t val) | |
| Vec3Packed () | |
| void | uncompress (const osg::Vec3 &scale, const osg::Vec3 &min, osg::Vec3 &result) const |
| void | compress (const osg::Vec3f &src, const osg::Vec3f &min, const osg::Vec3f &scaleInv) |
Public Attributes | |
| uint32_t | m32bits |
| typedef unsigned int osgAnimation::Vec3Packed::uint32_t |
| osgAnimation::Vec3Packed::Vec3Packed | ( | uint32_t | val | ) | [inline] |
| osgAnimation::Vec3Packed::Vec3Packed | ( | ) | [inline] |
| void osgAnimation::Vec3Packed::compress | ( | const osg::Vec3f & | src, |
| const osg::Vec3f & | min, | ||
| const osg::Vec3f & | scaleInv | ||
| ) | [inline] |
References m32bits, and osg::minimum().
| void osgAnimation::Vec3Packed::uncompress | ( | const osg::Vec3 & | scale, |
| const osg::Vec3 & | min, | ||
| osg::Vec3 & | result | ||
| ) | const [inline] |
References m32bits.
Referenced by compress(), and uncompress().
| Generated at Thu Sep 27 2012 17:03:10 for the OpenSceneGraph by doxygen 1.7.6.1. |