You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color-4/Overview.bs
+3-1
Original file line number
Diff line number
Diff line change
@@ -5199,7 +5199,9 @@ Default Style Rules</h2>
5199
5199
5200
5200
<em>This section is not normative.</em>
5201
5201
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>.
0 commit comments