CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
NiMatrix3.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
class
NiPoint3;
6
7
class
NiMatrix3
8
{
9
public
:
10
bool
ToEulerAnglesXYZ
(
NiPoint3
& a_angle)
const
;
11
bool
ToEulerAnglesXYZ
(
float
& a_xAngle,
float
& a_yAngle,
float
& a_zAngle)
const
;
12
13
// members
14
float
entry
[3][3];
// 00
15
};
16
static_assert
(
sizeof
(
NiMatrix3
) == 0x24);
17
}
RE::NiMatrix3
Definition:
NiMatrix3.h:8
RE::NiMatrix3::entry
float entry[3][3]
Definition:
NiMatrix3.h:14
RE::NiMatrix3::ToEulerAnglesXYZ
bool ToEulerAnglesXYZ(float &a_xAngle, float &a_yAngle, float &a_zAngle) const
RE::NiMatrix3::ToEulerAnglesXYZ
bool ToEulerAnglesXYZ(NiPoint3 &a_angle) const
RE::NiPoint3
Definition:
NiPoint3.h:6
RE
Definition:
AbsorbEffect.h:6
CommonLibSSE
include
RE
N
NiMatrix3.h
Generated by
1.9.6