(type)
| 15911 | exports.RANDOM = RANDOM; |
| 15912 | |
| 15913 | function setMatrixArrayType(type) { |
| 15914 | exports.ARRAY_TYPE = ARRAY_TYPE = type; |
| 15915 | } |
| 15916 | |
| 15917 | var degree = Math.PI / 180; |
| 15918 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected