Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanruesc/math-ds
Mathematical data structures.
https://github.com/vanruesc/math-ds
2d 3d cylindrical-coordinates data-structures math matrix quaternion spherical-coordinates vector
Last synced: 3 months ago
JSON representation
Mathematical data structures.
- Host: GitHub
- URL: https://github.com/vanruesc/math-ds
- Owner: vanruesc
- License: zlib
- Archived: true
- Created: 2017-05-28T15:13:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T21:57:56.000Z (almost 4 years ago)
- Last Synced: 2024-09-18T11:30:31.831Z (3 months ago)
- Topics: 2d, 3d, cylindrical-coordinates, data-structures, math, matrix, quaternion, spherical-coordinates, vector
- Language: JavaScript
- Homepage:
- Size: 5.57 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Math-DS
[![Build status](https://travis-ci.org/vanruesc/math-ds.svg?branch=master)](https://travis-ci.org/vanruesc/math-ds)
[![npm version](https://badge.fury.io/js/math-ds.svg)](http://badge.fury.io/js/math-ds)
[![Dependencies](https://david-dm.org/vanruesc/math-ds.svg?branch=master)](https://david-dm.org/vanruesc/math-ds):warning: __No longer maintained: Please use [three's math classes](https://github.com/mrdoob/three.js/tree/dev/src/math) instead.__ :warning:
A collection of mathematical data structures.
*[API Reference](http://vanruesc.github.io/math-ds/docs)*
## Installation
```sh
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](https://github.com/vanruesc/math-ds/blob/master/LICENSE.md).
The original code that this library is based on, was written by [mrdoob](http://mrdoob.com) and the
[three.js contributors](https://github.com/mrdoob/three.js/graphs/contributors)
and is licensed under the [MIT license](https://github.com/mrdoob/three.js/blob/master/LICENSE).