Defines the mode of the transformation process.
Parameters:
CATTransfoManager:uplicate
Duplicates and transforms the objects that are Added to the CATTransfoManager.
Does not duplicate a forward linked object if it is geometrically invariant by the transformation, except if this forward linked object is specifically Added to the CATTransfoManager. Duplicates a forward linked object if it is not geometrically invariant by the transformation.
CATTransfoManager::FullDuplicate
Duplicates and transforms the objects that are Added to the CATTransfoManager.
Duplicates a forward linked object even if it is geometrically invariant by the transformation,
CATTransfoManager::Replace
Only transforms the objects that are Added to the CATTransfoManager.
Does not replace a forward linked object if it is geometrically invariant by the transformation, except if this forward linked object is specifically Added to the CATTransfoManager. Replaces a forward linked object if it is not geometrically invariant by the transformation.
Invariant means that it is invariant within its maximum limits. An line is invariant by a transformation along its direction, a circle is invariant by a rotation of center the center of the circle, as examples.作者: 珊瑚草 时间: 2012-11-21 17:28
求教怎么使用CATTransfoManager!!