geometry-interfaces
geometry-interfaces copied to clipboard
Fix incorrect labels?
https://github.com/trusktr/geometry-interfaces/blob/186fbcdb5d154ef2cbe650df95af6d7acb5bca9c/src/DOMMatrixReadOnly.js#L7-L12
Are the labels there (m11, m12, etc) correct? According to what I put there, the labels are not the same as for (for example) CSS matrix3d() args. So either DOMMatrix is different than CSS matrix3d(), or I mislabeled these here.
(After I got it working for the 3D rendering in Infamous I moved along too quickly to remember what I was doing here. 😄)