added GimpMD5 section, removed GimpMathTypes.

2002-05-13  Sven Neumann  <sven@gimp.org>

	* libgimpmath/libgimpmath-docs.sgml: added GimpMD5 section, removed
	GimpMathTypes.

	* libgimpmath/libgimpmath-sections.txt: updated.

	* libgimpmath/tmpl/gimpmathtypes.sgml: removed.

	* libgimpmath/tmpl/gimpmd5.sgml: added GimpMD5 template.

	* libgimpmath/tmpl/gimpmatrix.sgml
	* libgimpmath/tmpl/gimpvector.sgml: updated.
This commit is contained in:
Sven Neumann 2002-05-13 10:47:29 +00:00 committed by Sven Neumann
parent 1be6408590
commit 6564db3c2a
7 changed files with 96 additions and 75 deletions

View File

@ -1,3 +1,17 @@
2002-05-13 Sven Neumann <sven@gimp.org>
* libgimpmath/libgimpmath-docs.sgml: added GimpMD5 section, removed
GimpMathTypes.
* libgimpmath/libgimpmath-sections.txt: updated.
* libgimpmath/tmpl/gimpmathtypes.sgml: removed.
* libgimpmath/tmpl/gimpmd5.sgml: added GimpMD5 template.
* libgimpmath/tmpl/gimpmatrix.sgml
* libgimpmath/tmpl/gimpvector.sgml: updated.
2002-05-13 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-docs.sgml: added GimpStock section,
@ -5,7 +19,7 @@
* libgimpwidgets/libgimpwidgets-sections.txt: updated.
* libgimpwidgets/tmpl/gimpstock.sgml: added GimpStock templates.
* libgimpwidgets/tmpl/gimpstock.sgml: added GimpStock template.
* libgimpwidgets/tmpl/gimpwidgetstypes.sgml: removed.

View File

@ -1,8 +1,8 @@
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity libgimpmath-gimpmath SYSTEM "sgml/gimpmath.sgml">
<!entity libgimpmath-gimpmathtypes SYSTEM "sgml/gimpmathtypes.sgml">
<!entity libgimpmath-gimpmatrix SYSTEM "sgml/gimpmatrix.sgml">
<!entity libgimpmath-gimpvector SYSTEM "sgml/gimpvector.sgml">
<!entity GimpMath SYSTEM "sgml/gimpmath.sgml">
<!entity GimpMatrix SYSTEM "sgml/gimpmatrix.sgml">
<!entity GimpVector SYSTEM "sgml/gimpvector.sgml">
<!entity GimpMD5 SYSTEM "sgml/gimpmd5.sgml">
]>
<book id="index">
<bookinfo>
@ -11,9 +11,9 @@
<chapter id="libgimpmath">
<title>GIMP Math Library</title>
&libgimpmath-gimpmath;
&libgimpmath-gimpmathtypes;
&libgimpmath-gimpmatrix;
&libgimpmath-gimpvector;
&GimpMath;
&GimpMatrix;
&GimpVector;
&GimpMD5;
</chapter>
</book>

View File

@ -1,9 +1,5 @@
<SECTION>
<FILE>gimpmath</FILE>
G_PI
G_PI_2
G_PI_4
G_SQRT2
G_MAXRAND
RINT
ROUND
@ -16,16 +12,15 @@ FINITE
</SECTION>
<SECTION>
<FILE>gimpmathtypes</FILE>
GimpMatrix3[3][3]
GimpMatrix4[4][4]
GimpVector2
GimpVector3
GimpVector4
<FILE>gimpmd5</FILE>
<TITLE>GimpMD5</TITLE>
gimp_md5_get_digest
</SECTION>
<SECTION>
<FILE>gimpmatrix</FILE>
GimpMatrix3[3][3]
GimpMatrix4[4][4]
gimp_matrix3_transform_point
gimp_matrix3_mult
gimp_matrix3_identity
@ -45,6 +40,9 @@ gimp_matrix4_to_deg
<SECTION>
<FILE>gimpvector</FILE>
GimpVector2
GimpVector3
GimpVector4
gimp_vector2_inner_product
gimp_vector2_inner_product_val
gimp_vector2_cross_product
@ -89,4 +87,3 @@ gimp_vector_2d_to_3d
gimp_vector_2d_to_3d_val
gimp_vector_3d_to_2d
</SECTION>

View File

@ -1,55 +0,0 @@
<!-- ##### SECTION Title ##### -->
gimpmathtypes
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### TYPEDEF GimpMatrix3[3][3] ##### -->
<para>
</para>
<!-- ##### TYPEDEF GimpMatrix4[4][4] ##### -->
<para>
</para>
<!-- ##### STRUCT GimpVector2 ##### -->
<para>
</para>
@x:
@y:
<!-- ##### STRUCT GimpVector3 ##### -->
<para>
</para>
@x:
@y:
@z:
<!-- ##### STRUCT GimpVector4 ##### -->
<para>
</para>
@x:
@y:
@z:
@w:

View File

@ -24,6 +24,18 @@ basic matrix manipulations and tests.
#GimpVector4
</para>
<!-- ##### TYPEDEF GimpMatrix3[3][3] ##### -->
<para>
</para>
<!-- ##### TYPEDEF GimpMatrix4[4][4] ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_matrix3_transform_point ##### -->
<para>

View File

@ -0,0 +1,26 @@
<!-- ##### SECTION Title ##### -->
GimpMD5
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_md5_get_digest ##### -->
<para>
</para>
@buffer:
@buffer_size:
@digest:

View File

@ -18,6 +18,33 @@ Utilities to set up and manipulate vectors.
#GimpMatrix4
</para>
<!-- ##### STRUCT GimpVector2 ##### -->
<para>
</para>
@x:
@y:
<!-- ##### STRUCT GimpVector3 ##### -->
<para>
</para>
@x:
@y:
@z:
<!-- ##### STRUCT GimpVector4 ##### -->
<para>
</para>
@x:
@y:
@z:
@w:
<!-- ##### FUNCTION gimp_vector2_inner_product ##### -->
<para>