div

open operator fun div(value: Int): Vector3D
open operator fun div(value: Float): Vector3D
open operator fun div(value: Double): Vector3D

Calculates the scalar product of this vector and the inverse of a value.

Return

the resulting point

Parameters

value

to scale by