documentation based on a patch from Tom Lechner (bug #346959).

2006-07-10  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpdrawtool.c: documentation based on a patch from
	Tom Lechner (bug #346959).
This commit is contained in:
Sven Neumann
2006-07-10 07:21:09 +00:00
committed by Sven Neumann
parent f27b2dae28
commit 615ad68d78
3 changed files with 79 additions and 6 deletions

View File

@ -12,6 +12,10 @@ arbitrary perspective transformations using a 3x3 matrix. Here you'll
find a set of utility functions to set up those matrices and to perform
basic matrix manipulations and tests.
</para>
<para>
Each matrix class has a 2 dimensional gdouble coeff member. The
element for row r and column c of the matrix is coeff[r][c].
</para>
<!-- ##### SECTION See_Also ##### -->
<para>