CommonLibSSE NG
Loading...
Searching...
No Matches
hkMatrix3.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/H/hkVector4.h
"
4
5
namespace
RE
6
{
7
class
hkMatrix3
8
{
9
public
:
10
hkVector4
col0
;
// 00
11
hkVector4
col1
;
// 10
12
hkVector4
col2
;
// 20
13
};
14
static_assert
(
sizeof
(
hkMatrix3
) == 0x30);
15
}
RE::hkMatrix3
Definition
hkMatrix3.h:8
RE::hkMatrix3::col0
hkVector4 col0
Definition
hkMatrix3.h:10
RE::hkMatrix3::col2
hkVector4 col2
Definition
hkMatrix3.h:12
RE::hkMatrix3::col1
hkVector4 col1
Definition
hkMatrix3.h:11
RE::hkVector4
Definition
hkVector4.h:9
hkVector4.h
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
H
hkMatrix3.h
Generated by
1.9.7