rot90:将矩阵旋转 90 度

时间:2024-06-18 17:50:12
【文件属性】:

文件名称:rot90:将矩阵旋转 90 度

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-18 17:50:12

JavaScript

腐烂90 将旋转 90 度。 安装 $ npm install compute-rot90 要在浏览器中使用,请使用 。 用法 var rot90 = require ( 'compute-rot90' ) ; rot90( x[, opts] ) 以逆时针方向将旋转90度。 var matrix = require ( 'dstructs-matrix' ) ; var data = new Float32Array ( 6 ) ; for ( var i = 0 ; i < data . length ; i ++ ) { data [ i ] = i ; } var mat = matrix ( data , [ 3 , 2 ] , 'float32' ) ; /* [ 0 1 2 3 4 5 ] */ var out = rot90 ( mat ) ;


【文件预览】:
rot90-master
----.travis.yml(156B)
----.jshintignore(118B)
----package.json(2KB)
----test()
--------test.js(5KB)
--------test.copy.js(1KB)
--------test.validate.js(2KB)
----LICENSE(1KB)
----TODO.md(58B)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----.gitignore(711B)
----lib()
--------index.js(2KB)
--------copy.js(676B)
--------validate.js(1KB)
----Makefile(2KB)
----README.md(5KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)

网友评论