* 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. */
| 37 | * reset so that it is the same as the Input. |
| 38 | */ |
| 39 | void Identity() |
| 40 | { |
| 41 | this->Concatenation->Identity(); |
| 42 | this->Modified(); |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Invert the transformation. This will also set a flag so that |