geometry ~master (2021-12-18T03:14:56.0754681)
Dub
Repo
PointPointLine
math
geometry
line
Undocumented in source.
struct
PointPointLine (
T
) {
PVec2
!
T
pointA
;
alias
a
=
pointA
;
PVec2
!
T
pointB
;
alias
b
=
pointB
;
PointVecLine
!
T
opCast
();
}
Members
Aliases
a
alias
a
=
pointA
Undocumented in source.
b
alias
b
=
pointB
Undocumented in source.
Functions
opCast
PointVecLine
!
T
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
pointA
PVec2
!
T
pointA
;
Undocumented in source.
pointB
PVec2
!
T
pointB
;
Undocumented in source.
Meta
Source
See Implementation
math
geometry
line
aliases
PPLine
PVLine
PointLine
VecLine
functions
distance
structs
PointPointLine
PointVecLine