Skip to content

Commit 470e2b2

Browse files
committed
[css-color-4] Clarify column-major, link matrix library. Fix #6769
1 parent 50585d7 commit 470e2b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-color-4/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -5199,7 +5199,9 @@ Default Style Rules</h2>
51995199

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

5202-
For clarity, a library is used for matrix multiplication.
5202+
For clarity, <a href="multiply-matrices.js">a library</a> is used for matrix multiplication.
5203+
(This is more readable than inlining all the multiplies and adds).
5204+
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>.
52035205

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

0 commit comments

Comments
 (0)