LeviLamina
Loading...
Searching...
No Matches
RopeAABB.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/phys/AABB.h"
7
8// auto generated forward declare list
9// clang-format off
10class Vec3;
11struct AABBContactPoint;
12// clang-format on
13
14struct RopeAABB {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 24, ::AABB> mBB;
19 ::ll::TypedStorage<1, 1, bool> mDenyListed;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI bool getContactPoint(::Vec3 const& nodePos, float nodeSize, ::AABBContactPoint& result) const;
26 // NOLINTEND
27};
Definition Vec3.h:10
Definition AABBContactPoint.h:5
Definition RopeAABB.h:14
MCAPI bool getContactPoint(::Vec3 const &nodePos, float nodeSize, ::AABBContactPoint &result) const