std:std.geom.Vec3<T>.Blend

Method Blend:Vec3<T>( v:Vec3<T>,alpha:Double )

Blends the vec3 with another vec3.

Components are linearly blended using alpha as a weighting factor.

If alpha is 0, self is returned.

If alpha is 1, v is returned.