(m, order = Euler.DefaultOrder)
| 75750 | return this.set(roll, pitch, yaw, RotationOrder.ZYX); |
| 75751 | } |
| 75752 | fromRotationMatrix(m, order = Euler.DefaultOrder) { |
| 75753 | this._fromRotationMatrix(m, order); |
| 75754 | return this.check(); |
| 75755 | } |
| 75756 | getRotationMatrix(m) { |
| 75757 | return this._getRotationMatrix(m); |
| 75758 | } |
nothing calls this directly
no test coverage detected