(array = [], offset = 0)
| 75642 | return array; |
| 75643 | } |
| 75644 | toArray4(array = [], offset = 0) { |
| 75645 | array[offset] = this[0]; |
| 75646 | array[offset + 1] = this[1]; |
| 75647 | array[offset + 2] = this[2]; |
| 75648 | array[offset + 3] = this[3]; |
| 75649 | return array; |
| 75650 | } |
| 75651 | toVector3(result = [ |
| 75652 | -0, |
| 75653 | -0, |
nothing calls this directly
no outgoing calls
no test coverage detected