pub fn get_float3(
    member: &DnaStrMember,
    bytes_read: &[u8],
    byte_index: usize
) -> [f32; 3]
Expand description

Try to extract an array of 3 floats.

Print a WARNING in case the member type is not a “float” (and return array of three 0.0_f32).