Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mikolalysenko/polytope-closest-point

Account's avatar
sloisel/numeric
Numerical analysis in javascript

Support the repos that depend on this repository

Top contributors

mikolalysenko's profile
mikolalysenko
10 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mikolalysenko

mikolalysenko/polytope-closest-poin...

Computes the closest point on a convex polytope to a given point.

JavaScript
9
3
Boost Software License 1.0

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.