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

Function Inverse

Common/Transforms/vtkPerspectiveTransform.h:65–69  ·  view source on GitHub ↗

* Invert the transformation. This will also set a flag so that * the transformation will use the inverse of its Input, if an Input * has been set. */

Source from the content-addressed store, hash-verified

63 * has been set.
64 */
65 void Inverse() override
66 {
67 this->Concatenation->Inverse();
68 this->Modified();
69 }
70
71 /**
72 * Perform an adjustment to the viewport coordinates. By default Ortho,

Callers

nothing calls this directly

Calls 2

InverseMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected