[Insight-developers] ScaleTransform doxygen problems.

Luis Ibanez luis . ibanez at kitware . com
Mon, 10 Nov 2003 16:54:45 -0500


Hi Mark,

Thanks for pointing this out.
You are right the doc was basically copied from the Affine transform.
I'm fixing this and will commit a new version soon.

Thanks


    Luis



----------------------
Mark Foskey wrote:
> The doxygen docs for ScaleTransform seem to have been mostly carried 
> over from AffineTransform with with a global search and replace of 
> Affine-->Scale.  The SetParameters() comment says that it sets the 
> parameters without saying what the parameters are.  Several methods 
> (e.g., TransformCovariantVector) have comments that say that they 
> transform the vector by an affine transformation.  And the comment for 
> the Scale() method says that it composes the affine transformation with 
> a translation, which is probably incorrect.
>