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