VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
DtNet64Vector
worldLocation
;
16
DtNetBoolean
frozen
;
17
DtNetU8
padding
[3];
18
DtNetEulerAngles
orientation
;
19
};
20
21
struct
DtNetSpatialFPStruct
22
{
23
DtNet64Vector
worldLocation
;
24
DtNetBoolean
frozen
;
25
DtNetU8
padding
[3];
26
DtNetEulerAngles
orientation
;
27
DtNetVector32
velocity
;
28
};
29
30
struct
DtNetSpatialRPStruct
31
{
32
DtNet64Vector
worldLocation
;
33
DtNetBoolean
frozen
;
34
DtNetU8
padding
[3];
35
DtNetEulerAngles
orientation
;
36
DtNetVector32
velocity
;
37
DtNetVector32
angularVelocity
;
38
};
39
40
struct
DtNetSpatialRVStruct
41
{
42
DtNet64Vector
worldLocation
;
43
DtNetBoolean
frozen
;
44
DtNetU8
padding
[3];
45
DtNetEulerAngles
orientation
;
46
DtNetVector32
velocity
;
47
DtNetVector32
acceleration
;
48
DtNetVector32
angularVelocity
;
49
};
50
51
struct
DtNetSpatialFVStruct
52
{
53
DtNet64Vector
worldLocation
;
54
DtNetBoolean
frozen
;
55
DtU8
padding
[3];
56
DtNetEulerAngles
orientation
;
57
DtNetVector32
velocity
;
58
DtNetVector32
acceleration
;
59
};
60
61
#endif
62
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)