(vector, result)
| 72350 | return out; |
| 72351 | } |
| 72352 | transformPoint(vector, result) { |
| 72353 | return this.transformAsPoint(vector, result); |
| 72354 | } |
| 72355 | transformVector(vector, result) { |
| 72356 | return this.transformAsPoint(vector, result); |
| 72357 | } |
nothing calls this directly
no test coverage detected