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