LeviLamina
Loading...
Searching...
No Matches
BlockMatrixHelpers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/BlockTransformationComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class Matrix;
11class Vec3;
12// clang-format on
13
14namespace BlockMatrixHelpers {
15// functions
16// NOLINTBEGIN
17MCAPI ::Matrix const bakeRotationMatrix(int x, int y, int z);
18
19MCAPI ::Matrix calculateTransformMatrix(
20 ::Vec3 const& translation,
23);
24// NOLINTEND
25
26} // namespace BlockMatrixHelpers
Definition Matrix.h:5
Definition Vec3.h:10
Definition BlockTransformationComponent.h:20
Definition BlockTransformationComponent.h:37