geometry ~master (2021-12-18T03:14:56.0754681)
Dub
Repo
PointPointRect
math
geometry
rectangle
Undocumented in source.
struct
PointPointRect (
T
) {
PVec2
!
T
pointA
;
alias
a
=
pointA
;
PVec2
!
T
pointB
;
alias
b
=
pointB
;
}
Members
Aliases
a
alias
a
=
pointA
Undocumented in source.
b
alias
b
=
pointB
Undocumented in source.
Variables
pointA
PVec2
!
T
pointA
;
Undocumented in source.
pointB
PVec2
!
T
pointB
;
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