CommonLibSSE (Parapets fork)
hkMatrix3.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 hkMatrix3
8  {
9  public:
10  hkVector4 col0; // 00
11  hkVector4 col1; // 10
12  hkVector4 col2; // 20
13  };
14  static_assert(sizeof(hkMatrix3) == 0x30);
15 }
Definition: hkMatrix3.h:8
hkVector4 col0
Definition: hkMatrix3.h:10
hkVector4 col2
Definition: hkMatrix3.h:12
hkVector4 col1
Definition: hkMatrix3.h:11
Definition: hkVector4.h:8
Definition: AbsorbEffect.h:6