CommonLibSSE (powerof3)
hkSweptTransform.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:
16  };
17  static_assert(sizeof(hkSweptTransform) == 0x50);
18 }
Definition: hkQuaternion.h:8
Definition: hkSweptTransform.h:9
hkQuaternion rotation1
Definition: hkSweptTransform.h:14
hkVector4 centerOfMassLocal
Definition: hkSweptTransform.h:15
hkVector4 centerOfMass1
Definition: hkSweptTransform.h:12
hkVector4 centerOfMass0
Definition: hkSweptTransform.h:11
hkQuaternion rotation0
Definition: hkSweptTransform.h:13
Definition: hkVector4.h:9
Definition: AbsorbEffect.h:6