gl-matrix-invert
Inverts a matrix in gl-matrix format of any dimension
Last updated 11 years ago by mikolalysenko .
MIT · Repository · Bugs · Original npm
$ cnpm install gl-matrix-invert 
SYNC missed versions from official npm registry.

gl-matrix-invert

Dimension independent matrix inverse

Example

var invert = require('gl-matrix-invert')


console.log(invert(new Array(9), [1, 0, 0,
                                  0, 1, 0,
                                  -1, 10, 1]))

API

require('gl-matrix-invert')(dest, src)

Computes the inverse of an array matrix in column-major order (as is the convention in WebGL/gl-matrix).

  • src is the input matrix
  • dest is an array which receives the result of the matrix inverse

Returns dst

Notes Currently only works with matrices up to 4x4

Credits

(c) 2014 Mikola Lysenko. MIT License

Current Tags

  • 1.0.0                                ...           latest (11 years ago)

1 Versions

  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org