Transform a Region into a new Frame using a given Mapping astMapRegion
"
frame"
. The supplied Mapping should define both
forward and inverse transformations, and these transformations should form a genuine
inverse pair. That is, transforming a position using the forward transformation and
then using the inverse transformation should produce the original input position. Some
Mapping classes (such as PermMap, MathMap, SphMap) can result in Mappings for which
this is not true. "
frame"
which corresponds to the supplied Region. The uncertainty associated with the supplied Region is modified using the supplied Mapping.
A null Object pointer (AST__NULL) will be returned if this function is invoked with the AST error status set, or if it should fail for any reason.