scalar Multiply Vector
This multiplies a Vector by a scalar and returns the result as a Vector.
Return
returns the scaled Vector.
Parameters
vector
the Vector being multiplied.
scalar
the scalar multiplying into the Vector.
This multiplies a Vector by a scalar and returns the result as a Vector.
returns the scaled Vector.
the Vector being multiplied.
the scalar multiplying into the Vector.