CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
hkpSphereShape.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_hkpSphereShape;
11
12 ~hkpSphereShape() override; // 00
13
14 // override (hkpConvexShape)
15 void CalcContentStatistics(hkStatisticsCollector* a_collector, const hkClass* a_class) const override; // 02
16 std::int32_t CalcSizeForSpu(const CalcSizeForSpuInput& a_input, std::int32_t a_spuBufferSizeLeft) const override; // 06 - { return 56; }
17 void GetAabbImpl(const hkTransform& a_localToWorld, float a_tolerance, hkAabb& a_out) const override; // 07
18 bool CastRayImpl(const hkpShapeRayCastInput& a_input, hkpShapeRayCastOutput& a_output) const override; // 08
19 std::int32_t GetNumCollisionSpheresImpl() override; // 0B - { return 8; }
20 const hkpSphere* GetCollisionSpheresImpl(hkSphere* a_sphereBuffer) override; // 0C
21 void GetCentreImpl(hkVector4& a_centreOut) override; // 0D
22 void Unk_0E(void) override; // 0E
23 void Unk_0F(void) override; // 0F
24 void Unk_11(void) override; // 11
25 };
26 static_assert(sizeof(hkpSphereShape) == 0x28);
27}
Definition: hkAabb.h:8
Definition: hkTransform.h:9
Definition: hkVector4.h:9
Definition: hkpConvexShape.h:8
Definition: hkpSphereShape.h:8
std::int32_t CalcSizeForSpu(const CalcSizeForSpuInput &a_input, std::int32_t a_spuBufferSizeLeft) const override
static constexpr auto RTTI
Definition: hkpSphereShape.h:10
void Unk_11(void) override
void GetAabbImpl(const hkTransform &a_localToWorld, float a_tolerance, hkAabb &a_out) const override
std::int32_t GetNumCollisionSpheresImpl() override
~hkpSphereShape() override
void Unk_0F(void) override
void Unk_0E(void) override
void CalcContentStatistics(hkStatisticsCollector *a_collector, const hkClass *a_class) const override
void GetCentreImpl(hkVector4 &a_centreOut) override
bool CastRayImpl(const hkpShapeRayCastInput &a_input, hkpShapeRayCastOutput &a_output) const override
const hkpSphere * GetCollisionSpheresImpl(hkSphere *a_sphereBuffer) override
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpSphereShape(static_cast< std::uint64_t >(689811))
Definition: hkpShape.h:50
Definition: hkpShapeRayCastOutput.h:9