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

Function FlyTo

Rendering/Core/vtkRenderWindowInteractor.h:410–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 */
409 void FlyTo(vtkRenderer* ren, double x, double y, double z);
410 void FlyTo(vtkRenderer* ren, double* x) { this->FlyTo(ren, x[0], x[1], x[2]); }
411 void FlyToImage(vtkRenderer* ren, double x, double y);
412 void FlyToImage(vtkRenderer* ren, double* x) { this->FlyToImage(ren, x[0], x[1]); }
413 ///@}

Callers

nothing calls this directly

Calls 1

FlyToMethod · 0.80

Tested by

no test coverage detected