Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).