CommonLibSSE (powerof3)
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  };
14  static_assert(sizeof(hkAabb) == 0x20);
15 }
Definition: hkAabb.h:8
hkVector4 max
Definition: hkAabb.h:12
hkVector4 min
Definition: hkAabb.h:11
Definition: hkVector4.h:9
Definition: AbsorbEffect.h:6