CommonLibSSE (powerof3)
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 {
9  {
10  public:
11  // members
15  };
16  static_assert(sizeof(hkQsTransform) == 0x30);
17 }
Definition: hkQsTransform.h:9
hkVector4 translation
Definition: hkQsTransform.h:12
hkVector4 scale
Definition: hkQsTransform.h:14
hkQuaternion rotation
Definition: hkQsTransform.h:13
Definition: hkQuaternion.h:8
Definition: hkVector4.h:9
Definition: AbsorbEffect.h:6