VR-Forces 4.5 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 
9 
10 #include <osg/Vec3>
11 #include <osg/Vec4>
12 #include <osg/Matrix>
13 
14 namespace makVrv
15 {
17  {
18  public:
19  static DtColorValue OsgVec4ToColorValue(const osg::Vec4& vOsgVec4);
20 
21  static Vector4_64 OsgVec4ToVec4(const osg::Vec4d& vOsgVec4);
22  static Vector3_64 OsgVec4ToVec3(const osg::Vec4d& vOsgVec4);
23  static Vector3_64 OsgVec3ToVec3(const osg::Vec3d& vOsgVec3);
24 
25  static Matrix4_64 OsgMatrixToMatrix(const osg::Matrix& matrix);
26  };
27 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)