Some parameters were misnamed in @param paragraphs, fix this.
Closes #13143.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67586
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
The parameter matrix is the multiplicand.
The parameter matrix is the multiplicand.
- @param wxAffineMatrix2DBase
/**
Check that this matrix is identical with @t.
/**
Check that this matrix is identical with @t.
- @param wxAffineMatrix2DBase
The matrix compared with this.
*/
void IsEqual(const wxAffineMatrix2DBase& t);
The matrix compared with this.
*/
void IsEqual(const wxAffineMatrix2DBase& t);
/**
Check that this matrix differs from @t.
/**
Check that this matrix differs from @t.
- @param wxAffineMatrix2DBase
The matrix compared with this.
*/
bool operator!=(const wxAffineMatrix2DBase& t) const;
The matrix compared with this.
*/
bool operator!=(const wxAffineMatrix2DBase& t) const;
/**
Applies this matrix to the point.
/**
Applies this matrix to the point.
The point receiving the transformations.
@return The point with the transformations applied.
The point receiving the transformations.
@return The point with the transformations applied.
/**
Applies the linear part of this matrix, i.e. without translation.
/**
Applies the linear part of this matrix, i.e. without translation.
The source receiving the transformations.
@return The source with the transformations applied.
The source receiving the transformations.
@return The source with the transformations applied.