linear ~master (2022-04-21T06:58:13.5405419)
Dub
Repo
opOpAssignImpl
math
linear
point
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opOpAssignImpl
(
string
op
T
U
)
(
ref
P
!
T
a
,
const
U
b
)
if
(
__traits(
compiles
, mixin ("a.vector" ~
op
~ "=b")) &&
(
op
== "-" ||
op
== "+"
)
)
Meta
Source
See Implementation
math
linear
point
aliases
P
PVec
PVec2
PVec3
PVec4
functions
distance
opBinaryImpl
opOpAssignImpl
point
pvec
structs
Point