(v, length, callerName = "")
| 69556 | return value; |
| 69557 | } |
| 69558 | function checkVector(v, length, callerName = "") { |
| 69559 | if ((0, _common.config).debug && !validateVector(v, length)) throw new Error("math.gl: ".concat(callerName, " some fields set to invalid numbers'")); |
| 69560 | return v; |
| 69561 | } |
| 69562 | const map = {}; |
| 69563 | function deprecated(method, version) { |
| 69564 | if (!map[method]) { |
nothing calls this directly
no test coverage detected