Skip to content

Commit

Permalink
Update mat2d.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnotch committed Nov 5, 2019
1 parent 0243409 commit 120fe10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mat2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import * as glMatrix from "./common.js";
* @description
* A mat2d contains six elements defined as:
* <pre>
* [a, b, c,
* d, tx, ty]
* [a, b,
* c, d,
* tx, ty]
* </pre>
* This is a short form for the 3x3 matrix:
* <pre>
Expand Down

0 comments on commit 120fe10

Please sign in to comment.