MCPcopy
hub / github.com/clientIO/joint / round

Function round

packages/joint-core/src/routers/manhattan.mjs:407–410  ·  view source on GitHub ↗
(point, precision)

Source from the content-addressed store, hash-verified

405
406// round the point to opt.precision
407function round(point, precision) {
408
409 return point.round(precision);
410}
411
412// snap to grid and then round the point
413function align(point, grid, precision) {

Callers 9

outsideLayoutFunction · 0.85
insideLayoutFunction · 0.85
radialLayoutFunction · 0.85
point.mjsFile · 0.85
rect.mjsFile · 0.85
snapToGridFunction · 0.85
ellipse.mjsFile · 0.85
alignFunction · 0.85
findRouteFunction · 0.85

Calls 1

roundMethod · 0.80

Tested by

no test coverage detected