CommonLibVR
hkTransform.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkRotation.h"
4 #include "RE/H/hkVector4.h"
5 
6 namespace RE
7 {
8  class hkTransform
9  {
10  public:
13  private:
14  KEEP_FOR_RE()
15  };
16  static_assert(sizeof(hkTransform) == 0x40);
17 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: hkRotation.h:8
Definition: hkTransform.h:9
hkRotation rotation
Definition: hkTransform.h:11
hkVector4 translation
Definition: hkTransform.h:12
Definition: hkVector4.h:9
Definition: AbsorbEffect.h:6