delaunay v0.1.0 Delaunay.Utils
Documentation for Delaunay.Utils
Link to this section Summary
Functions
pseudoAngle: Monotonically increases with real angle, but doesn't need expensive trigonometry
Link to this section Functions
Link to this function
circumcenter(ax, ay, bx, by, cx, cy)
Link to this function
circumradius(ax, ay, bx, by, cx, cy)
Link to this function
defaultGetX(arg)
Link to this function
defaultGetY(arg)
Link to this function
dist(ax, ay, bx, by)
Link to this function
dist_x(ids, dists, x)
Link to this function
inCircle(ax, ay, bx, by, cx, cy, px, py)
Link to this function
orient(px, py, qx, qy, rx, ry)
Link to this function
pseudoAngle(dx, dy)
pseudoAngle: Monotonically increases with real angle, but doesn't need expensive trigonometry
Link to this function
quicksort(ids, dists, left, right)
Link to this function
swap(list, i, j)
Link to this function
swapIds(ids, dists, tmp_dist, i, j)
Link to this function