std:std.geom.Vec3<T>.Blend
Blends the vec3 with another vec3.
Components are linearly blended using alpha as a weighting factor.
alpha
If alpha is 0, self is returned.
If alpha is 1, v is returned.
v