function measureCenterAndRadius(obj) % By fitting a sphere on humeral head landmarks [center,radius,~,~] = fitSphere(obj.landmarks); obj.center = center'; obj.radius = radius; end