@aktz/geometry
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Some primitive geometry functions.

Examples

    let segment = new Segment(new Point(1, 1), new Point(2, 2));
    console.log(segment.distance(new Point(3, 3));

Readme

Keywords

Package Sidebar

Install

npm i @aktz/geometry

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

15.4 kB

Total Files

5

Last publish

Collaborators

  • aktz