Function hexasphere::interpolation::normalized_lerp_multiple
source · pub fn normalized_lerp_multiple(
a: Vec3A,
b: Vec3A,
indices: &[u32],
points: &mut [Vec3A]
)
Expand description
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.