Ejemplo n.º 1
0
 public virtual TC Rotate(double angle)
 {
     Transformations.Add(TransformationFactory.Rotation(angle));
     return((TC)this);
 }