(type)
| 70106 | var ARRAY_TYPE = typeof Float32Array !== "undefined" ? Float32Array : Array; |
| 70107 | var RANDOM = Math.random; |
| 70108 | function setMatrixArrayType(type) { |
| 70109 | ARRAY_TYPE = type; |
| 70110 | } |
| 70111 | var degree = Math.PI / 180; |
| 70112 | function toRadian(a) { |
| 70113 | return a * degree; |
nothing calls this directly
no outgoing calls
no test coverage detected