evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Rectangle.this
evael
utils
Rectangle
Rectangle
Undocumented in source.
this
(T left, T bottom, S width, S height)
struct
Rectangle
(T = float, S = int)
this
(
in
T
left
,
in
T
bottom
,
in
S
width
,
in
S
height
)
this
(T left, T bottom, Size!S size)
this
(Vector!(T, 2) position, Size!S size)
T
left
;
T
right
;
T
bottom
;
T
top
;
Meta
Source
See Implementation
evael
utils
Rectangle
Rectangle
constructors
this
functions
isIn
properties
size
variables
bottom
left
right
top