VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOsgConvertUtils.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vrvOsg/vrvOsg.h>
4 
10 
11 #include <osg/Vec3>
12 #include <osg/Vec4>
13 #include <osg/Matrix>
14 
15 namespace makVrv
16 {
18  {
19  public:
20  static DtColorValue OsgVec4ToColorValue(const osg::Vec4& vOsgVec4);
21 
22  static Vector4_64 OsgVec4ToVec4(const osg::Vec4d& vOsgVec4);
23  static Vector3_64 OsgVec4ToVec3(const osg::Vec4d& vOsgVec4);
24  static Vector3_64 OsgVec3ToVec3(const osg::Vec3d& vOsgVec3);
25 
26  static Matrix4_64 OsgMatrixToMatrix(const osg::Matrix& matrix);
27  };
28 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)