2.9.0 • Published 6 years ago

@chemistry/math v2.9.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

2.8.6

6 years ago

2.8.5

6 years ago

2.8.3

6 years ago

2.8.1

6 years ago

2.7.28

6 years ago

2.8.0

6 years ago

2.7.25

6 years ago

2.7.12

6 years ago

2.7.10

6 years ago

2.7.0

6 years ago

2.5.1

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.6

7 years ago

2.1.5

7 years ago

2.1.4

7 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago