geometry ~master (2021-12-18T03:14:56.0754681)
Dub
Repo
MinPointMaxPointRect
math
geometry
rectangle
Undocumented in source.
struct
MinPointMaxPointRect (
T
) {
PVec2
!
T
minPoint
;
alias
pointA
=
minPoint
;
alias
a
=
minPoint
;
alias
min
=
minPoint
;
PVec2
!
T
maxPoint
;
alias
pointB
=
maxPoint
;
alias
b
=
maxPoint
;
alias
max
=
maxPoint
;
PointPointRect
pointPointRect
();
}
Alias This
pointPointRect
Members
Aliases
a
alias
a
=
minPoint
Undocumented in source.
b
alias
b
=
maxPoint
Undocumented in source.
max
alias
max
=
maxPoint
Undocumented in source.
min
alias
min
=
minPoint
Undocumented in source.
pointA
alias
pointA
=
minPoint
Undocumented in source.
pointB
alias
pointB
=
maxPoint
Undocumented in source.
Functions
pointPointRect
PointPointRect
pointPointRect
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
maxPoint
PVec2
!
T
maxPoint
;
Undocumented in source.
minPoint
PVec2
!
T
minPoint
;
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