VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
spatialStructs.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef spatialStructs_h_
11
#define spatialStructs_h_
12
13
struct
DtNetSpatialStaticStruct
14
{
15
16
DtNet64Vector
worldLocation
;
17
18
DtNetBoolean
frozen
;
19
20
DtNetU8
padding
[3];
21
22
DtNetEulerAngles
orientation
;
23
24
};
25
26
struct
DtNetSpatialFPStruct
27
{
28
29
DtNet64Vector
worldLocation
;
30
31
DtNetBoolean
frozen
;
32
33
DtNetU8
padding
[3];
34
35
DtNetEulerAngles
orientation
;
36
37
DtNet32Vector
velocity
;
38
39
};
40
41
struct
DtNetSpatialRPStruct
42
{
43
44
DtNet64Vector
worldLocation
;
45
46
DtNetBoolean
frozen
;
47
48
DtNetU8
padding
[3];
49
50
DtNetEulerAngles
orientation
;
51
52
DtNet32Vector
velocity
;
53
54
DtNet32Vector
angularVelocity
;
55
56
};
57
58
struct
DtNetSpatialRVStruct
59
{
60
61
DtNet64Vector
worldLocation
;
62
63
DtNetBoolean
frozen
;
64
65
DtNetU8
padding
[3];
66
67
DtNetEulerAngles
orientation
;
68
69
DtNet32Vector
velocity
;
70
71
DtNet32Vector
acceleration
;
72
73
DtNet32Vector
angularVelocity
;
74
75
};
76
77
struct
DtNetSpatialFVStruct
78
{
79
80
DtNet64Vector
worldLocation
;
81
82
DtNetBoolean
frozen
;
83
84
DtU8
padding
[3];
85
86
DtNetEulerAngles
orientation
;
87
88
DtNet32Vector
velocity
;
89
90
DtNet32Vector
acceleration
;
91
92
};
93
94
#endif
95
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)