Skip to content

Commit 291d93b

Browse files
chrishtrsvgeesus
authored andcommitted
Merge pull request #419 from jdashg/transform-point
Column vectors are pre-multiplied by matrices.
1 parent e061e40 commit 291d93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ To <dfn export>transform a <a>point</a> with a <a>matrix</a></dfn>, given <var>p
213213
<var>y</var>, <var>z</var>, and <var>w</var>, respectively.
214214

215215
<math display=inline><mrow><mfenced open=[ close=]><mrow><mtable><mtr><mtd><mi>x</mi></mtd></mtr><mtr><mtd><mi>y</mi></mtd></mtr><mtr><mtd><mi>z</mi></mtd></mtr><mtr><mtd><mi>w</mi></mtd></mtr></mtable></mrow></mfenced></mrow></math>
216-
6. Set <var>pointVector</var> to <var>pointVector</var> <a>post-multiplied</a> by
216+
6. Set <var>pointVector</var> to <var>pointVector</var> <a>pre-multiplied</a> by
217217
<var>matrix</var>.
218218
7. Let <var>transformedPoint</var> be a new {{DOMPoint}} object.
219219
8. Set <var>transformedPoint</var>'s <a for=point>x coordinate</a> to <var>pointVector</var>'s

0 commit comments

Comments
 (0)