VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsg
DtOsgConvertUtils.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
vrvOsg/vrvOsg.h
>
4
5
#include "
vrvGraphicsUtils/DtColorValue.h
"
6
#include "
vrvGraphicsUtils/DtVector3.h
"
7
#include "
vrvGraphicsUtils/DtVector4.h
"
8
#include "
vrvGraphicsUtils/DtMatrix4.h
"
9
10
#include <osg/Vec3>
11
#include <osg/Vec4>
12
#include <osg/Matrix>
13
14
namespace
makVrv
15
{
16
class
DT_DLL_VRVOSG
DtOsgConvertUtils
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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)