VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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::Matrixd& matrix);
26  };
27 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)