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)
this
(T left, T bottom, Size!S size)
this
(Vector!(T, 2) position, Size!S size)
struct
Rectangle
(T = float, S = int)
this
()
(
in
auto
ref
Vector
!(
T
, 2)
position
,
in
auto
ref
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