(matrix4)
| 70270 | return this.check(); |
| 70271 | } |
| 70272 | transform(matrix4) { |
| 70273 | return this.transformAsPoint(matrix4); |
| 70274 | } |
| 70275 | transformAsPoint(matrix4) { |
| 70276 | _vec3.transformMat4(this, this, matrix4); |
| 70277 | return this.check(); |
nothing calls this directly
no test coverage detected