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
Trying to resolve lint errors
  • Loading branch information
Gaweph authored Jan 28, 2022
commit 72aaaaf5abacfbfd925f8363e05ecb480092ecc1
4 changes: 2 additions & 2 deletions src/core/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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 @@ -37,7 +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