CommonLibVR
hkAabb.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
hkAabb
8
{
9
public
:
10
// members
11
hkVector4
min
;
// 00
12
hkVector4
max
;
// 10
13
private
:
14
KEEP_FOR_RE
()
15
};
16
static_assert(
sizeof
(
hkAabb
) == 0x20);
17
}
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::hkAabb
Definition:
hkAabb.h:8
RE::hkAabb::max
hkVector4 max
Definition:
hkAabb.h:12
RE::hkAabb::min
hkVector4 min
Definition:
hkAabb.h:11
RE::hkVector4
Definition:
hkVector4.h:9
hkVector4.h
RE
Definition:
AbsorbEffect.h:6
CommonLibVR
include
RE
H
hkAabb.h
Generated by
1.9.1