|
@@ -15,7 +15,7 @@ const Erro = 0.00001; //TODO a definir...
|
|
export class LineModel extends LineSegmentModel {
|
|
export class LineModel extends LineSegmentModel {
|
|
|
|
|
|
constructor(pointA, pointB, label, id) {
|
|
constructor(pointA, pointB, label, id) {
|
|
- super(pointA, pointB, undefined, label, id);
|
|
|
|
|
|
+ super(pointA, pointB, label, id);
|
|
this.setClass(ELEMENTS_CLASS.LINE);
|
|
this.setClass(ELEMENTS_CLASS.LINE);
|
|
}
|
|
}
|
|
|
|
|