SampleApp.MainForm.bestPoseButton_Click C# (CSharp) Méthode

bestPoseButton_Click() private méthode

private bestPoseButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        private void bestPoseButton_Click(object sender, EventArgs e)
        {
            rotationMatrix = bestRotationMatrix;
            translationVector = bestTranslationVector;

            UpdateEstimationInformation();
            pictureBox.Invalidate();
        }
MainForm