(object)
| 70236 | return this.check(); |
| 70237 | } |
| 70238 | toObject(object) { |
| 70239 | object.x = this[0]; |
| 70240 | object.y = this[1]; |
| 70241 | object.z = this[2]; |
| 70242 | return object; |
| 70243 | } |
| 70244 | get ELEMENTS() { |
| 70245 | return 3; |
| 70246 | } |
nothing calls this directly
no outgoing calls
no test coverage detected