2.9.0 • Published 4 years ago

@chemistry/math v2.9.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@chemistry/math

npm version Build Status codecov License: MIT

Simple linear algebra Math library to support chemistry js project

Install

npm install @chemistry/math

Include following clases:

  • Vec3
  • Matrix3x3
  • Matrix3x4
  • Transform3d
  • Quaternion

Getting started:

import { V, ChemElementData } from '@chemistry/math';
const matrix = new Matrix3x3([1, 0, 0,  0, 2, 0,  0, 0, 3]);
const vector = new Vec3(2, 3, 1);

const res = matrix.project(vector);
// (2.00, 6.00, 3.00)
console.log(res);

Commands:

  • Build project: npm run build
2.9.0

4 years ago

2.8.6

4 years ago

2.8.5

4 years ago

2.8.3

4 years ago

2.8.1

4 years ago

2.7.28

4 years ago

2.8.0

4 years ago

2.7.25

4 years ago

2.7.12

4 years ago

2.7.10

4 years ago

2.7.0

4 years ago

2.5.1

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago