phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
Point.opBinary
nxt
geometry
Point
Points +/- Vector => Point
struct
Point
(E, uint D)
const
auto
opBinary
(
string
op
F
)
(
Vector
!(
F
,
D
)
r
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
)
if
(
D
>= 1
)
Meta
Source
See Implementation
nxt
geometry
Point
aliases
ElementType
constructors
this
functions
opBinary
opSlice
manifest constants
dimension
properties
area
toMathML
toString
variables
_point
Points +/- Vector => Point