gf_sg_sfrotation_interpolate  361 include/gpac/scenegraph_vrml.h SFRotation gf_sg_sfrotation_interpolate(SFRotation kv1, SFRotation kv2, Fixed fraction);
gf_sg_sfrotation_interpolate  569 src/compositor/camera.c 		rot = gf_sg_sfrotation_interpolate(cam->start_ori, cam->end_ori, frac);
gf_sg_sfrotation_interpolate  332 src/compositor/hardcoded_protos.c 							ori.vals[j] = gf_sg_sfrotation_interpolate(plane_ext.orientation->vals[k-1], plane_ext.orientation->vals[k], frac);
gf_sg_sfrotation_interpolate  391 src/scenegraph/vrml_interpolators.c 			_this->value_changed = gf_sg_sfrotation_interpolate(_this->keyValue.vals[i-1], _this->keyValue.vals[i], frac);