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