Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.14 KB

Math-DS

Build status npm version Dependencies

⚠️ No longer maintained: Please use three's math classes instead. ⚠️

A collection of mathematical data structures.

API Reference

Installation

npm install math-ds

Contributing

Maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

License

This library is licensed under the Zlib license.

The original code that this library is based on, was written by mrdoob and the three.js contributors and is licensed under the MIT license.