CommonLibSSE NG
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
d
g
k
s
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
b
d
f
g
h
i
k
m
n
p
r
t
v
w
Related Functions
b
c
g
h
i
m
n
o
s
Files
File List
File Members
All
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
Functions
Macros
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
GRect.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
template
<
class
T>
6
class
GRect
7
{
8
public
:
9
// members
10
T
left
;
// 00
11
T
top
;
// ??
12
T
right
;
// ??
13
T
bottom
;
// ??
14
};
15
16
using
GRectF
=
GRect<float>
;
17
static_assert
(
sizeof
(
GRectF
) == 0x10);
18
19
using
GRectD
=
GRect<double>
;
20
static_assert
(
sizeof
(
GRectD
) == 0x20);
21
}
RE::GRect
Definition
GRect.h:7
RE::GRect::top
T top
Definition
GRect.h:11
RE::GRect::right
T right
Definition
GRect.h:12
RE::GRect::left
T left
Definition
GRect.h:10
RE::GRect::bottom
T bottom
Definition
GRect.h:13
RE
Definition
AbsorbEffect.h:6
RE::GRectD
GRect< double > GRectD
Definition
GRect.h:19
RE::GRectF
GRect< float > GRectF
Definition
GRect.h:16
CommonLibSSE-NG
include
RE
G
GRect.h
Generated by
1.9.7