emerald-extension / cn.berberman.emerald.extension / org.bukkit.util.Vector / times

times

operator fun Vector.times(vector: Vector): Vector

Multiplies the vector by another.

Parameters

vector - The other vector

Return the same vector

operator fun Vector.times(double: Double): Vector

Performs scalar multiplication, multiplying all components with a scalar.

Parameters

double - The factor

Return the same vector