()
| 70192 | let ZERO; |
| 70193 | class Vector3 extends (0, _vectorDefault.default) { |
| 70194 | static get ZERO() { |
| 70195 | if (!ZERO) { |
| 70196 | ZERO = new Vector3(0, 0, 0); |
| 70197 | Object.freeze(ZERO); |
| 70198 | } |
| 70199 | return ZERO; |
| 70200 | } |
| 70201 | constructor(x = 0, y = 0, z = 0){ |
| 70202 | super(-0, -0, -0); |
| 70203 | if (arguments.length === 1 && (0, _common.isArray)(x)) this.copy(x); |
nothing calls this directly
no outgoing calls
no test coverage detected