CommonLibSSE NG
Loading...
Searching...
No Matches
hkpCdPoint.h
Go to the documentation of this file.
1#pragma once
2
4#include "RE/H/hkpCdBody.h"
5
6namespace RE
7{
8 struct hkpCdPoint
9 {
12 const hkpCdBody* cdBodyA; // 20
13 const hkpCdBody* cdBodyB; // 38
14 };
15 static_assert(sizeof(hkpCdPoint) == 0x40);
16}
Definition hkContactPoint.h:8
Definition hkVector4.h:9
Definition hkpCdBody.h:8
Definition AbsorbEffect.h:6
Definition hkpCdPoint.h:9
hkVector4 unweldedNormal
Definition hkpCdPoint.h:11
hkContactPoint contact
Definition hkpCdPoint.h:10
const hkpCdBody * cdBodyA
Definition hkpCdPoint.h:12
const hkpCdBody * cdBodyB
Definition hkpCdPoint.h:13