Function hexasphere::interpolation::normalized_lerp_half

source ·
pub fn normalized_lerp_half(a: Vec3A, b: Vec3A) -> Vec3A
Expand description

This is an optimization of normalized_lerp which avoids a multiplication.