------------------------------------------------------------------------------
| 64 | |
| 65 | //------------------------------------------------------------------------------ |
| 66 | void vtkContextTransform::Scale(float dx, float dy) |
| 67 | { |
| 68 | float d[] = { dx, dy }; |
| 69 | this->Transform->Scale(d); |
| 70 | } |
| 71 | |
| 72 | //------------------------------------------------------------------------------ |
| 73 | void vtkContextTransform::Rotate(float angle) |
no outgoing calls