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

Method GetInverse

Common/Transforms/vtkTransform.cxx:518–521  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

516//------------------------------------------------------------------------------
517// Return the inverse of the current transformation matrix.
518void vtkTransform::GetInverse(vtkMatrix4x4* inverse)
519{
520 vtkMatrix4x4::Invert(this->GetMatrix(), inverse);
521}
522
523//------------------------------------------------------------------------------
524// Obtain the transpose of the current transformation matrix.

Callers 15

WriteDataMethod · 0.45
WriteCameraFunction · 0.45
ReadMultiSurfaceMethod · 0.45
DrawTickMarksMethod · 0.45
MouseMoveEventMethod · 0.45
MouseDoubleClickEventMethod · 0.45
MouseDoubleClickEventMethod · 0.45

Calls 2

InvertFunction · 0.50
GetMatrixMethod · 0.45

Tested by 1

GetConcatenatedTransformFunction · 0.36