|
@@ -110,7 +110,7 @@ export class MiddlePointModel extends GeometricObject {
|
|
const pointA = this.pointA;
|
|
const pointA = this.pointA;
|
|
const pointB = this.pointB;
|
|
const pointB = this.pointB;
|
|
const center = circumference.center;
|
|
const center = circumference.center;
|
|
- const radius = circumference.getRadius();
|
|
|
|
|
|
+ const radius = circumference.getRadiusValue();
|
|
|
|
|
|
const dx = pointB.posX - pointA.posX;
|
|
const dx = pointB.posX - pointA.posX;
|
|
const dy = pointB.posY - pointA.posY;
|
|
const dy = pointB.posY - pointA.posY;
|