Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
linting errors
  • Loading branch information
Gaweph authored Jan 28, 2022
commit 5918b1276e69cebe1417135a1be09c50c4fc1b51
6 changes: 2 additions & 4 deletions src/core/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ import p5 from './main';
* @method applyMatrix
* @param {Array} arr an array of numbers
* @chainable
*/

*/
/**
* @method applyMatrix
* @param {Number} a_2x3 numbers which define the 2×3 matrix to be multiplied
Expand All @@ -38,8 +37,7 @@ import p5 from './main';
* @param {Number} e_2x3 numbers which define the 2×3 matrix to be multiplied
* @param {Number} f_2x3 numbers which define the 2×3 matrix to be multiplied
* @chainable
*/

*/
/**
* @method applyMatrix
* @param {Number} a_4x4 numbers which define the 4x4 matrix to be multiplied
Expand Down