fn parse_axis_end_rel( iter: &mut Peekable<Cloned<Iter<'_, u8>>>, ) -> Result<AxisEndPoint<f32>, ()>
Parse a number that describes the relatively positioned axis end point.