dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Rect
dath
rect
Rectangle definition, origin at upper left.
struct
Rect (
T
)
if
(
isNumeric
!
T
) {
T
x
;
T
y
;
T
w
;
T
h
;
}
Members
Variables
h
T
h
;
Undocumented in source.
w
T
w
;
Undocumented in source.
x
T
x
;
Undocumented in source.
y
T
y
;
Undocumented in source.
Meta
Source
See Implementation
dath
rect
aliases
Rectd
Rectf
Recti
Rectu
functions
intersects
structs
Rect
Rectangle definition, origin at upper left.