NextFTC Suite
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextControl
/
dev.nextftc.control.geometry
/
Vector2d
/
plus
plus
operator
fun
plus
(
v
:
Vector2d
<
U
>
)
:
Vector2d
<
U
>
(
source
)
Adds two vectors component-wise.
Return
the sum \(\mathbf{v}_1 + \mathbf{v}_2\)
Parameters
v
the vector to add