Skip to content

Commit

Permalink
DOC: Add more explicit documentation for transform parameters
Browse files Browse the repository at this point in the history
Add descriptions of the transform parameterizations.
  • Loading branch information
hjmjohnson committed Apr 7, 2024
1 parent de3974c commit ee160a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Modules/Core/Transform/include/itkEuler3DTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ namespace itk
* the X, Y and Z axis. The last 3 parameters defines the translation in each
* dimension.
*
* The serialization of the fixed parameters is an array of 3 elements defining
* the center of rotation.
* The serialization of the fixed parameters is an array of 4 elements.
* The first 3 elements define the center of rotation. The final
* element indicates the status of ComputeZYX (i.e. 1.0 if true, 0.0 if false).
*
* \ingroup ITKTransform
*/
Expand Down
4 changes: 4 additions & 0 deletions Modules/Core/Transform/include/itkScaleTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ namespace itk
* but with a large difference in performance since the affine transform will
* use a matrix multiplication using a diagonal matrix.
*
* The ND Parameters represent the scale in each dimension.
* The ND FixedParameters represent the fixed point (i.e. center point) from
* which scaling originates.
*
* \ingroup ITKTransform
*
* \sphinx
Expand Down

0 comments on commit ee160a9

Please sign in to comment.