MCPcopy Index your code
hub / github.com/AlloyTeam/PhyTouch / _arrayWrap

Method _arrayWrap

transformjs/react/transform.react.js:89–91  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

87 }
88
89 _arrayWrap(arr) {
90 return window.Float32Array ? new Float32Array(arr) : arr;
91 }
92
93 appendTransform(x, y, z, scaleX, scaleY, scaleZ, rotateX, rotateY, rotateZ, skewX, skewY, originX, originY, originZ) {
94

Callers 4

appendTransformMethod · 0.95
transform.jsFile · 0.80
index.jsFile · 0.80
transform.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected