Skip to content

Commit

Permalink
[css-color-4] Clarify column-major, link matrix library. Fix #6769
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Oct 27, 2021
1 parent 50585d7 commit 470e2b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5199,7 +5199,9 @@ Default Style Rules</h2>

<em>This section is not normative.</em>

For clarity, a library is used for matrix multiplication.
For clarity, <a href="multiply-matrices.js">a library</a> is used for matrix multiplication.
(This is more readable than inlining all the multiplies and adds).
The matrices are in <a href="https://www.scratchapixel.com/lessons/mathematics-physics-for-computer-graphics/geometry/row-major-vs-column-major-vector">column-major order</a>.

<pre class="include-code lang-javascript">
path: conversions.js
Expand Down

0 comments on commit 470e2b2

Please sign in to comment.