[][src]Function hexasphere::normalized_lerp_multiple

pub fn normalized_lerp_multiple(
    a: Vec3A,
    b: Vec3A,
    indices: &[u32],
    points: &mut [Vec3A]
)

This is provided as a plug in for people who need it, but this implements essentially the same algorithm as BaseShape would without ever being reimplemented.