Skip to main content

blend3

Function blend3 

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

Blend three vectors: s * a + t * b + u * c. (math_internal.h: b3Blend3)