------------------------------------------------------------------------------
| 129 | |
| 130 | //------------------------------------------------------------------------------ |
| 131 | void vtkTransform2D::GetMatrix(vtkMatrix3x3* matrix) |
| 132 | { |
| 133 | matrix->DeepCopy(this->Matrix); |
| 134 | } |
| 135 | |
| 136 | //------------------------------------------------------------------------------ |
| 137 | void vtkTransform2D::GetPosition(double position[2]) |