MCPcopy Create free account
hub / github.com/Kitware/VTK / SetRotation

Method SetRotation

Rendering/Core/vtkRenderWindowInteractor.cxx:573–581  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

571
572//------------------------------------------------------------------------------
573void 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//------------------------------------------------------------------------------
584void vtkRenderWindowInteractor::SetTranslation(double val[2])

Callers 8

RecognizeGestureMethod · 0.95
ProcessEventMethod · 0.80
RebuildBuffersMethod · 0.80
ProcessEventMethod · 0.80
BuildRepresentationMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 1