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
10
class
Vec3
;
11
struct
AABBContactPoint
;
12
// clang-format on
13
14
struct
RopeAABB
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 24, ::AABB> mBB;
19
::ll::TypedStorage<1, 1, bool> mDenyListed;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCNAPI
bool
getContactPoint
(
::Vec3
const
& nodePos,
float
nodeSize,
::AABBContactPoint
& result)
const
;
26
// NOLINTEND
27
};
Vec3
Definition
Vec3.h:10
AABBContactPoint
Definition
AABBContactPoint.h:5
RopeAABB
Definition
RopeAABB.h:14
RopeAABB::getContactPoint
MCAPI bool getContactPoint(::Vec3 const &nodePos, float nodeSize, ::AABBContactPoint &result) const
src
mc
world
phys
rope
RopeAABB.h
Generated on Fri Jun 13 2025 05:05:25 for LeviLamina by
1.12.0