OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osgAnimation::Vec3ArrayPacked Struct Reference

#include <Vec3Packed.h>

Public Member Functions

void analyze (const std::vector< osg::Vec3 > &src)
 
void compress (const std::vector< osg::Vec3 > &src)
 

Public Attributes

std::vector< Vec3PackedmVecCompressed
 
osg::Vec3 mMin
 
osg::Vec3 mScale
 
osg::Vec3 mScaleInv
 

Detailed Description

Definition at line 69 of file Vec3Packed.h.

Member Function Documentation

void osgAnimation::Vec3ArrayPacked::analyze ( const std::vector< osg::Vec3 > &  src)
inline

Definition at line 76 of file Vec3Packed.h.

Here is the call graph for this function:

void osgAnimation::Vec3ArrayPacked::compress ( const std::vector< osg::Vec3 > &  src)
inline

Definition at line 108 of file Vec3Packed.h.

Member Data Documentation

osg::Vec3 osgAnimation::Vec3ArrayPacked::mMin

Definition at line 72 of file Vec3Packed.h.

osg::Vec3 osgAnimation::Vec3ArrayPacked::mScale

Definition at line 73 of file Vec3Packed.h.

osg::Vec3 osgAnimation::Vec3ArrayPacked::mScaleInv

Definition at line 74 of file Vec3Packed.h.

std::vector<Vec3Packed> osgAnimation::Vec3ArrayPacked::mVecCompressed

Definition at line 71 of file Vec3Packed.h.


The documentation for this struct was generated from the following file: