//@{
/**
- Check that this matrix is identical with @t.
+ Check that this matrix is identical with @a t.
@param t
The matrix compared with this.
//@}
/**
- Check that this matrix differs from @t.
+ Check that this matrix differs from @a t.
@param t
The matrix compared with this.
void TransformPoint(wxDouble* x, wxDouble* y) const;
/**
- Applies the linear part of this matrix, i.e. without translation.
+ Applies the linear part of this matrix, i.e.\ without translation.
@param p
The source receiving the transformations.