Skip to content

Commit

Permalink
chore(release): v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bplok20010 committed Sep 27, 2023
1 parent 7340077 commit 5e186e5
Show file tree
Hide file tree
Showing 5 changed files with 5,488 additions and 429 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,16 @@ export declare class Matrix2D {
* @returns {MatrixArray}
*/
toArray(out?: MatrixArray): MatrixArray;
/**
* Returns a matrix array as [a,b,c,d,tx,ty]
* @method toArray
* @returns {Float32Array}
*/
toFloat32Array(out?: Float32Array): Float32Array;
/**
* convert matrix values to float32
*/
convertToFloat32(): this;
/**
* Returns a matrix string as matrix(a,b,c,d,tx,ty)
* @method toString
Expand Down

0 comments on commit 5e186e5

Please sign in to comment.