pub fn parse_vec3f<'a, E>(input: &'a [u8]) -> IResult<&'a [u8], Vector3f, E>
where E: ParseError<&'a [u8]>,
Expand description

Parse a Vector3f