CommonLibSSE NG
Loading...
Searching...
No Matches
hkMatrix3.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkVector4.h"
4
5namespace RE
6{
8 {
9 public:
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:9
Definition AbsorbEffect.h:6