pub fn get_vector_angle( p1: [f32; 2], p2: [f32; 2], psinf: &mut f32, pcosf: &mut f32, ) -> Result<(), &'static str>