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