scalar_multiply


Description:

public void scalar_multiply (double value, Vec3 dest)

Multiplies a vector with a scalar.

The arguments this and dest can be the same value.

Parameters:

this

the source

value

the scalar multiplier

dest

the destination