文件名称:rescale-vertices:将顶点重新缩放到目标边界框的尺寸
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-11 13:51:53
JavaScript
重新缩放顶点 将顶点重新缩放到目标边界框的尺寸 接受任意尺寸的边界框和位置。 安装 $ npm install rescale-vertices 用法 var rescaleVertices = require ( 'rescale-vertices' ) ; var positions = [ [ - 1 , 0 , 0 ] , [ 1 , 0 , - 1 ] , [ 0 , - 1 , 0 ] , [ 0 , 1 , 1 ] ] ; var targetBounds = [ [ - 1 , - 2 , - 3 ] , [ 1 , 2 , 3 ] ] ; // Takes the source bounding-box as an optional 3rd parameter. // If not provided the bounding
【文件预览】:
rescale-vertices-master
----LICENSE(1KB)
----README.md(763B)
----.gitignore(19B)
----index.js(774B)
----package.json(555B)