How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Computes the closest point on a convex polytope to a given point.
polytope‑closest‑point is a small JavaScript library that computes the nearest point on a convex polytope (e.g., a triangle, tetrahedron, or higher‑dimensional convex hull) to an arbitrary query point, returning both the closest coordinates and the squared Euclidean distance. It is aimed at developers working with geometric processing or mesh‑based applications—such as 3D graphics, simulation, or collision detection—who need fast, reliable distance queries in Node.js or browser environments.