pub fn pack_float3_array(data: &[[f64; 3]]) -> Vec<u8> ⓘ
Pack a slice of [f64; 3] vectors into an interleaved f32 little-endian byte buffer.