m4_invert
m4_invert(out, input) ⇒ boolean
Inverts a 4x4 matrix
Kind: global function
Returns: boolean - true iff determinant is not 0, otherwise matrix is non-invertible and false is returned
See: Adapted from glMatrix
| Param | Type |
|---|---|
| out | Float64Array | Float32Array | Array.<number> | mat4 |
| input | Float64Array | Float32Array | Array.<number> | mat4 |