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
/
times
times
operator
fun
times
(
z
:
Double
)
:
Vector2d
<
U
>
(
source
)
Multiplies the vector by a scalar.
Return
the scaled vector \(z \cdot \mathbf{v}\)
Parameters
z
the scalar multiplier