Skip to content

Commit a335828

Browse files
dirkschulzesvgeesus
authored andcommitted
Add issue to matrix about duplicated code
1 parent 8b91218 commit a335828

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

matrix/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)