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 mauriciopoppe/point-line-distance

Account's avatar
stackgl/gl-vec3
gl-matrix's vec3, split into smaller pieces
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
paulrayes/gaze-cli
Command line interface for the gaze watcher
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

mauriciopoppe's profile
mauriciopoppe
6 contributions

Recent events

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

No events yet
mauriciopoppe

mauriciopoppe/point-line-distance

Computes the distance between a point and a line defined with any two points lying on it

JavaScript
2
0
No license

The **point‑line‑distance** package provides a tiny JavaScript utility that calculates the Euclidean distance (or squared distance) from an arbitrary point to the infinite line defined by two other points in any dimension. It is intended for developers needing a simple, zero‑dependency function for geometric calculations in Node.js or browser‑based projects.