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 osg::minimum(), and m32bits.
void osgAnimation::Vec3Packed::uncompress | ( | const osg::Vec3 & | scale, |
const osg::Vec3 & | min, | ||
osg::Vec3 & | result | ||
) | const [inline] |
References m32bits.
Referenced by uncompress(), and compress().
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |