(m)
| 75754 | return this.check(); |
| 75755 | } |
| 75756 | getRotationMatrix(m) { |
| 75757 | return this._getRotationMatrix(m); |
| 75758 | } |
| 75759 | getQuaternion() { |
| 75760 | const q = new (0, _quaternionDefault.default)(); |
| 75761 | switch(this[4]){ |
nothing calls this directly
no test coverage detected