geometry ~master (2021-12-18T03:14:56.0754681)
Dub
Repo
PointSizeRect
math
geometry
rectangle
Undocumented in source.
struct
PointSizeRect (
T
) {
PVec2
!
T
pos
;
alias
point
=
pos
;
alias
p
=
pos
;
Vec2
!
T
size
;
alias
vector
=
size
;
alias
vec
=
size
;
alias
v
=
size
;
PointVecRect
pointVecRect
();
}
Alias This
pointVecRect
Members
Aliases
p
alias
p
=
pos
Undocumented in source.
point
alias
point
=
pos
Undocumented in source.
v
alias
v
=
size
Undocumented in source.
vec
alias
vec
=
size
Undocumented in source.
vector
alias
vector
=
size
Undocumented in source.
Functions
pointVecRect
PointVecRect
pointVecRect
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
pos
PVec2
!
T
pos
;
Undocumented in source.
size
Vec2
!
T
size
;
Undocumented in source.
Meta
Source
See Implementation
math
geometry
rectangle
aliases
MinPMaxPRect
OrdPPRect
OrdPointPointRect
OrdPointRect
PPRect
PVRect
PointRect
Rect
SRect
SizeRect
VRect
VecRect
structs
MinPointMaxPointRect
PointPointRect
PointSizeRect
PointVecRect