phobos-next ~master (2024-03-19T05:49:32Z)
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
toString
manifest constants
dimension
properties
area
toMathML
variables
_point
Points +/- Vector => Point