CommonLibSSE NG
Loading...
Searching...
No Matches
hkpAllCdPointCollector.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkArray.h"
6
7namespace RE
8{
10 {
11 public:
12 inline static constexpr auto RTTI = RTTI_hkpAllCdPointCollector;
13 inline static constexpr auto VTABLE = VTABLE_hkpAllCdPointCollector;
14
15 ~hkpAllCdPointCollector() override; // 00
16
17 // override (hkpCdPointCollector)
18 void AddCdPoint(const hkpCdPoint& a_point) override; // 01
19 void Reset() override; // 02 - { hits.size = 0; earlyOutDistance = 0x7F7FFFEE; }
20
21 // members
23 };
24 static_assert(sizeof(hkpAllCdPointCollector) == 0x220);
25}
Definition hkArray.h:196
Definition hkpAllCdPointCollector.h:10
void AddCdPoint(const hkpCdPoint &a_point) override
static constexpr auto VTABLE
Definition hkpAllCdPointCollector.h:13
~hkpAllCdPointCollector() override
static constexpr auto RTTI
Definition hkpAllCdPointCollector.h:12
hkInplaceArray< hkpRootCdPoint, 8 > hits
Definition hkpAllCdPointCollector.h:22
Definition hkpCdPointCollector.h:8
Definition AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpAllCdPointCollector
Definition Offsets_VTABLE.h:998
constexpr REL::VariantID RTTI_hkpAllCdPointCollector(685507, 393292, 0x1ee7038)
Definition hkpCdPoint.h:9