File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -713,6 +713,9 @@ <h3>Helper methods</h3>
713713 < section >
714714 < h2 > Decomposing the Matrix</ h2 >
715715
716+ < p class ='issue '> It is unsure if Transformation Matrix should reference the code of CSS3 Transforms
717+ or the other way around. Clearly we do not need the code twice.
718+ </ p >
716719 < p >
717720 The pseudocode below is based upon the "unmatrix" method in "Graphics Gems II,
718721 edited by Jim Arvo", but modified to use Quaternions instead of Euler angles to
@@ -853,6 +856,10 @@ <h2>Decomposing the Matrix</h2>
853856 < section >
854857 < h2 > Recomposing the Matrix</ h2 >
855858
859+ < p class ='issue '>
860+ Same as for decompose matrix
861+ </ p >
862+
856863 < p >
857864 After interpolation the resulting values are used to transform the elements user
858865 space. One way to use these values is to recompose them into a 4x4 matrix. This can
You can’t perform that action at this time.
0 commit comments