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