d2dgame v3.0.0-beta.3 (2021-12-03T16:28:11Z)
Dub
Repo
Rectangle.dim
d2d
core
utils
Rectangle
Undocumented in source. Be warned that the author may not have intended to support it.
Rectangle
!
T
dim
(T width, T height)
Rectangle
!
T
dim
(vec2t size)
Rectangle
!
T
dim
(T x, T y, T width, T height)
Rectangle
!
T
dim
(vec2t pos, T width, T height)
Rectangle
!
T
dim
(T x, T y, vec2t size)
Rectangle
!
T
dim
(vec2t pos, vec2t size)
struct
Rectangle
(T)
static nothrow @
nogc
pure @
safe
Rectangle
!
T
dim
(
vec2t
pos
,
vec2t
size
)
Meta
Source
See Implementation
d2d
core
utils
Rectangle
aliases
vec2t
functions
center
intersects
normalized
pos00
pos01
pos10
pos11
scale
size
translate
static functions
abs
dim
variables
height
width
x
y