------------------------------------------------------------------------------
| 571 | |
| 572 | //------------------------------------------------------------------------------ |
| 573 | void vtkRenderWindowInteractor::SetRotation(double rotation) |
| 574 | { |
| 575 | this->LastRotation = this->Rotation; |
| 576 | if (this->Rotation != rotation) |
| 577 | { |
| 578 | this->Rotation = rotation; |
| 579 | this->Modified(); |
| 580 | } |
| 581 | } |
| 582 | |
| 583 | //------------------------------------------------------------------------------ |
| 584 | void vtkRenderWindowInteractor::SetTranslation(double val[2]) |