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
Update transform.js
  • Loading branch information
Gaweph authored Feb 8, 2022
commit b438a6977413cff0e6e821adf9a567bd277e1cf2
2 changes: 1 addition & 1 deletion src/core/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import p5 from './main';
* > <img style="max-width: 150px" src="assets/transformation-matrix.png"
* alt="The transformation matrix used when applyMatrix is called"/>
*
* <img style="max-width: 150px" src="assets/transformation-matrix-4-4.png"
* <img style="max-width: 300px" src="assets/transformation-matrix-4-4.png"
* alt="The transformation matrix used when applyMatrix is called with 4x4 matrix"/>
*
* @method applyMatrix
Expand Down