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

Method GetInverse

Common/Transforms/vtkTransform2D.cxx:152–155  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return the inverse of the current transformation matrix.

Source from the content-addressed store, hash-verified

150//------------------------------------------------------------------------------
151// Return the inverse of the current transformation matrix.
152void vtkTransform2D::GetInverse(vtkMatrix3x3* inverse)
153{
154 vtkMatrix3x3::Invert(this->GetMatrix(), inverse);
155}
156
157//------------------------------------------------------------------------------
158// Obtain the transpose of the current transformation matrix.

Callers

nothing calls this directly

Calls 2

GetMatrixMethod · 0.95
InvertFunction · 0.50

Tested by

no test coverage detected