CommonLibSSE NG
Loading...
Searching...
No Matches
GPoint.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
template
<
class
T>
6
class
GPoint
7
{
8
public
:
9
enum class
BoundsType
10
{
11
kMin
,
12
kMax
13
};
14
15
// members
16
T
x
;
// 00
17
T
y
;
// ??
18
};
19
20
using
GPointF
=
GPoint<float>
;
21
static_assert
(
sizeof
(
GPointF
) == 0x8);
22
23
using
GPointD
=
GPoint<double>
;
24
static_assert
(
sizeof
(
GPointD
) == 0x10);
25
}
RE::GPoint
Definition
GPoint.h:7
RE::GPoint::x
T x
Definition
GPoint.h:16
RE::GPoint::y
T y
Definition
GPoint.h:17
RE::GPoint::BoundsType
BoundsType
Definition
GPoint.h:10
RE::GPoint::BoundsType::kMin
@ kMin
RE::GPoint::BoundsType::kMax
@ kMax
RE
Definition
AbsorbEffect.h:6
RE::GPointF
GPoint< float > GPointF
Definition
GPoint.h:20
RE::GPointD
GPoint< double > GPointD
Definition
GPoint.h:23
CommonLibSSE-NG
include
RE
G
GPoint.h
Generated by
1.9.7