util-math / io.github.sof3.graphmine.util.math / Vector3 / div
operator fun div(scalar: Double): Vector3
operator fun div(scalar:
Double
):
Vector3
Divides the components of this by scalar
this
ArithmeticException - if scalar is zero
ArithmeticException