util-math / io.github.sof3.graphmine.util.math / IntVector3 / times
operator fun times(scalar:
Int
):
IntVector3
Multiplies the components of this
by scalar
Use this.toDouble() * scalar
if scalar is a double.
Use this.toDouble() / scalar
if division is intended.