Re: [csswg-drafts] [css-transforms] Bunch of bugs in the interpolation algorithms

Added spec text that code uses column-major order with a matrix entries' first index being the column and the second being the row.

>From the list above, the multiplication order of `matrix = multiply(matrix, rotationMatrix)` still seems to be relevant. I need to check the multiplication order.

"The algorithm needs rotate axes to be normalized" as in "make all axis values relative to [0,1] range"? So mathematically speaking? Need to check that as well.

The other issues should be re-filed for CSS Transforms Level 2.

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/483#issuecomment-391484085 using your GitHub account

Received on Wednesday, 23 May 2018 20:23:53 UTC