linear ~master (2022-04-21T06:58:13.5405419)
Dub
Repo
opBinaryImpl
math
linear
point
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinaryImpl
(P!T a, P!U b)
auto
opBinaryImpl
(P!T a, U b)
auto
opBinaryImpl
(
string
op
T
U
)
(
const
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