(result = [
-0,
-0,
-0
])
| 75649 | return array; |
| 75650 | } |
| 75651 | toVector3(result = [ |
| 75652 | -0, |
| 75653 | -0, |
| 75654 | -0 |
| 75655 | ]) { |
| 75656 | result[0] = this[0]; |
| 75657 | result[1] = this[1]; |
| 75658 | result[2] = this[2]; |
| 75659 | return result; |
| 75660 | } |
| 75661 | get x() { |
| 75662 | return this[0]; |
| 75663 | } |
no outgoing calls
no test coverage detected