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