Add space
This commit is contained in:
@@ -66,7 +66,7 @@ export function placeNearToNearestNeighbour(node, nearNeighbour, radius, sampleS
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Determine the angle
|
// Determine the angle
|
||||||
let angle = binarySearchMin(lowBound, highBound,sumDistErrorByAngle);
|
let angle = binarySearchMin(lowBound, highBound, sumDistErrorByAngle);
|
||||||
let newPoint = pointOnCircle(nearNeighbour.x, nearNeighbour.y, angle, radius);
|
let newPoint = pointOnCircle(nearNeighbour.x, nearNeighbour.y, angle, radius);
|
||||||
node.x = newPoint.x;
|
node.x = newPoint.x;
|
||||||
node.y = newPoint.y;
|
node.y = newPoint.y;
|
||||||
|
|||||||
Reference in New Issue
Block a user