CommonLibSSE NG
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
d
g
k
s
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
b
d
f
g
h
i
k
m
n
p
r
t
v
w
Related Functions
b
c
g
h
i
m
n
o
s
Files
File List
File Members
All
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
Functions
Macros
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
hkQsTransform.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/H/hkQuaternion.h
"
4
#include "
RE/H/hkVector4.h
"
5
6
namespace
RE
7
{
8
class
hkQsTransform
9
{
10
public
:
11
// members
12
hkVector4
translation
;
// 00
13
hkQuaternion
rotation
;
// 10
14
hkVector4
scale
;
// 20
15
};
16
static_assert
(
sizeof
(
hkQsTransform
) == 0x30);
17
}
RE::hkQsTransform
Definition
hkQsTransform.h:9
RE::hkQsTransform::translation
hkVector4 translation
Definition
hkQsTransform.h:12
RE::hkQsTransform::scale
hkVector4 scale
Definition
hkQsTransform.h:14
RE::hkQsTransform::rotation
hkQuaternion rotation
Definition
hkQsTransform.h:13
RE::hkQuaternion
Definition
hkQuaternion.h:8
RE::hkVector4
Definition
hkVector4.h:9
hkQuaternion.h
hkVector4.h
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
H
hkQsTransform.h
Generated by
1.9.7