Skip to content
Snippets Groups Projects
Commit 159ea38c authored by Laurent Knoll's avatar Laurent Knoll
Browse files

#14 Correction

parent e9426897
No related branches found
No related tags found
No related merge requests found
/**
* Merge des point alignés horizontalement ou verticalement (4-connected)
*/
class PointMerger {
export class PointMerger {
private startPoint: paper.Point | null;
private endPoint: paper.Point | null;
......
......@@ -5,6 +5,7 @@ import {LabData} from "../lab";
import {Coords} from "./coords/coords";
import {MeasurementExport} from "./measurement/process/measurementExport";
import {CoordsMeasurement} from "./coords/process/coordsMeasurement";
import {PointMerger} from "./coords/process/pointMerger";
export class DataExporter {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment