(radians)
| 71169 | return this.check(); |
| 71170 | } |
| 71171 | rotate(radians) { |
| 71172 | _mat3.rotate(this, this, radians); |
| 71173 | return this.check(); |
| 71174 | } |
| 71175 | scale(factor) { |
| 71176 | if (Array.isArray(factor)) _mat3.scale(this, this, factor); |
| 71177 | else _mat3.scale(this, this, [ |
no test coverage detected