geometry-interfaces icon indicating copy to clipboard operation
geometry-interfaces copied to clipboard

Fix incorrect labels?

Open trusktr opened this issue 8 years ago • 0 comments

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. 😄)

trusktr avatar Nov 27 '17 21:11 trusktr