LeviLamina
Loading...
Searching...
No Matches
Matrix.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
Matrix
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<4, 64>
mUnk4b6c4f;
10
// NOLINTEND
11
12
public
:
13
// prevent constructor by default
14
Matrix
& operator=(
Matrix
const
&);
15
Matrix
(
Matrix
const
&);
16
Matrix
();
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
explicit
Matrix
(::glm::qua<float>
const
& q);
22
23
MCAPI
void
transform3(::glm::vec3& outVec,
float
& outW)
const
;
24
25
MCAPI
void
translate(::glm::vec3
const
& t);
26
// NOLINTEND
27
28
public
:
29
// static variables
30
// NOLINTBEGIN
31
MCAPI static ::Matrix
const
& IDENTITY();
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(::glm::qua<float>
const
& q);
38
// NOLINTEND
39
};
Matrix
Definition
Matrix.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
math
Matrix.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0