------------------------------------------------------------------------------
| 123 | |
| 124 | //------------------------------------------------------------------------------ |
| 125 | void vtkTransform2D::SetMatrix(const double elements[9]) |
| 126 | { |
| 127 | this->Matrix->DeepCopy(elements); |
| 128 | } |
| 129 | |
| 130 | //------------------------------------------------------------------------------ |
| 131 | void vtkTransform2D::GetMatrix(vtkMatrix3x3* matrix) |