CommonLibSSE (powerof3)
hkQuaternion.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkVector4.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  hkVector4 vec; // 00
11  };
12  static_assert(sizeof(hkQuaternion) == 0x10);
13 }
Definition: hkQuaternion.h:8
hkVector4 vec
Definition: hkQuaternion.h:10
Definition: hkVector4.h:8
Definition: AbsorbEffect.h:6