Skip to main content

blend2

Function blend2 

Source
pub fn blend2(s: f32, a: Vec3, t: f32, b: Vec3) -> Vec3
Expand description

Blend two vectors: s * a + t * b