LeviLamina
Loading...
Searching...
No Matches
SweptMovement.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
namespace
SweptMovement {
struct
MoveResult; }
10
// clang-format on
11
12
namespace
SweptMovement {
13
// functions
14
// NOLINTBEGIN
15
MCAPI ::SweptMovement::MoveResult computeMoveWithDepenetration(
16
::gsl::span<::Vec3 const> steps,
17
::AABB
const
& mover,
18
::std::vector<::AABB>
const
& collisionShapes,
19
::Vec3
const
& maxDepenetration
20
);
21
// NOLINTEND
22
23
}
// namespace SweptMovement
AABB
Definition
AABB.h:16
Vec3
Definition
Vec3.h:10
src
mc
entity
systems
movement
collision
swept_movement
SweptMovement.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0