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:
committed by
Sven Neumann
parent
f27b2dae28
commit
615ad68d78
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user