osg::PositionAttitudeTransform //位置变换类数组
osg::MatrixTransform //矩阵变换类函数
osg::Vec2 osg::Vec3 osg::Vec43d
//二维向量,能够用来保存2d纹理坐标orm
osg::Vec2b osg::Vec2d osg::Vec2f osg::Vec2sit
//三维向量,能够用来保存顶点和法线数据io
osg::Vec3b osg::Vec3d osg::Vec3f osg::Vec3sform
//四维向量,能够用来保存颜色数据模板
osg::Vec4b osg::Vec4d osg::Vec4f osg::Vec4s数据
//模板数组类,用来保存向量数据block
osg::Vec2Array
osg::Vec3Array
osg::Vec4Array
osg::Vec2()
osg::Vec3()
osg::Vec4()
osg::Matrix2
osg::Matrix3
osg::Matrixd
osg::Matrixf
矩阵能够进行基本的运算 矩阵与向量的乘法 矩阵的平移 旋转与缩放