times

operator fun Vec3.times(n: Number): Vec3(source)
operator fun Vec3.times(vec: Vec3): Vec3(source)
operator fun Vec3i.times(n: Number): Vec3i(source)
operator fun Vec3i.times(vec: Vec3i): Vec3i(source)