Add space

This commit is contained in:
Pitchaya Boonsarngsuk
2018-03-21 16:22:08 +00:00
parent 757b315309
commit a253fc54e1

View File

@@ -66,7 +66,7 @@ export function placeNearToNearestNeighbour(node, nearNeighbour, radius, sampleS
}
// Determine the angle
let angle = binarySearchMin(lowBound, highBound,sumDistErrorByAngle);
let angle = binarySearchMin(lowBound, highBound, sumDistErrorByAngle);
let newPoint = pointOnCircle(nearNeighbour.x, nearNeighbour.y, angle, radius);
node.x = newPoint.x;
node.y = newPoint.y;