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