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

Function Translate

Common/Transforms/vtkTransform2D.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 */
56 void Translate(double x, double y);
57 void Translate(const double x[2]) { this->Translate(x[0], x[1]); }
58 void Translate(const float x[2]) { this->Translate(x[0], x[1]); }
59
60 /**

Callers

nothing calls this directly

Calls 1

TranslateMethod · 0.45

Tested by

no test coverage detected