gf_quat_from_axis_cos  647 include/gpac/maths.h GF_Vec4 gf_quat_from_axis_cos(GF_Vec axis, Fixed cos_a);
gf_quat_from_axis_cos  146 src/compositor/camera.c 		norm = gf_quat_from_axis_cos(axis, -dir.z);
gf_quat_from_axis_cos  180 src/compositor/camera.c 	rot_y = gf_quat_from_axis_cos(tmp, gf_vec_dot(new_y, v));