(vector, result)
| 72353 | return this.transformAsPoint(vector, result); |
| 72354 | } |
| 72355 | transformVector(vector, result) { |
| 72356 | return this.transformAsPoint(vector, result); |
| 72357 | } |
| 72358 | transformDirection(vector, result) { |
| 72359 | return this.transformAsVector(vector, result); |
| 72360 | } |
nothing calls this directly
no test coverage detected