LeviLamina
Loading...
Searching...
No Matches
RotationUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/Rotation.h"
7
8// auto generated forward declare list
9// clang-format off
10class Random;
11// clang-format on
12
13namespace RotationUtil {
14// functions
15// NOLINTBEGIN
16MCAPI ::Rotation getRotated(::Rotation original, ::Rotation rotation);
17
18MCAPI ::std::vector<::Rotation> getShuffledRotations(::Random& random);
19
20MCAPI uchar rotate(::Rotation source, uchar direction);
21// NOLINTEND
22
23} // namespace RotationUtil
Definition Random.h:16