* Set this transformation to the identity transformation. If * the transform has an Input, then the transformation will be * reset so that it is the same as the Input. */
| 52 | * reset so that it is the same as the Input. |
| 53 | */ |
| 54 | void Identity() |
| 55 | { |
| 56 | this->Concatenation->Identity(); |
| 57 | this->Modified(); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Invert the transformation. This will also set a flag so that |