Beispiel #1
0
 public CalibrationPoint()
 {
     Coordinates         = new Point2D();
     MeanEstimatedCoords = new Point2D();
     Accuracy            = new Accuracy();
     MeanError           = new MeanError();
     StandardDeviation   = new StandardDeviation();
 }
 public CalibrationPoint()
 {
     Coordinates = new Point2D();
     MeanEstimatedCoords = new Point2D();
     Accuracy = new Accuracy();
     MeanError = new MeanError();
     StandardDeviation = new StandardDeviation();
 }