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

Method GetTranspose

Common/Transforms/vtkTransform2D.cxx:159–162  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Obtain the transpose of the current transformation matrix.

Source from the content-addressed store, hash-verified

157//------------------------------------------------------------------------------
158// Obtain the transpose of the current transformation matrix.
159void vtkTransform2D::GetTranspose(vtkMatrix3x3* transpose)
160{
161 vtkMatrix3x3::Transpose(this->GetMatrix(), transpose);
162}
163
164//------------------------------------------------------------------------------
165namespace

Callers

nothing calls this directly

Calls 2

GetMatrixMethod · 0.95
TransposeFunction · 0.50

Tested by

no test coverage detected