# Debugging print-out print join("\n\t", 'Orientation:', @cam_ori[0..3]), "\n\n"; # The orientation values are stored as radians, so # calc_quatcam returns the degree equivalent, or should... my @cam_quats = calc_quatcam(@cam_ori[0,3]);