diff options
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/doc/api/html/ch02.html')
-rw-r--r-- | src/others/mimesh/libg3d-0.0.8/doc/api/html/ch02.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/doc/api/html/ch02.html b/src/others/mimesh/libg3d-0.0.8/doc/api/html/ch02.html new file mode 100644 index 0000000..2a8bc7d --- /dev/null +++ b/src/others/mimesh/libg3d-0.0.8/doc/api/html/ch02.html | |||
@@ -0,0 +1,58 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
5 | <title>Plugin interface</title> | ||
6 | <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> | ||
7 | <link rel="start" href="index.html" title="libg3d Reference Manual"> | ||
8 | <link rel="up" href="index.html" title="libg3d Reference Manual"> | ||
9 | <link rel="prev" href="libg3d-texture.html" title="texture"> | ||
10 | <link rel="next" href="libg3d-plugins.html" title="plugins"> | ||
11 | <meta name="generator" content="GTK-Doc V1.10 (XML mode)"> | ||
12 | <link rel="stylesheet" href="style.css" type="text/css"> | ||
13 | <link rel="chapter" href="ch01.html" title="Application interface"> | ||
14 | <link rel="chapter" href="ch02.html" title="Plugin interface"> | ||
15 | </head> | ||
16 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> | ||
17 | <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> | ||
18 | <td><a accesskey="p" href="libg3d-texture.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> | ||
19 | <td> </td> | ||
20 | <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> | ||
21 | <th width="100%" align="center">libg3d Reference Manual</th> | ||
22 | <td><a accesskey="n" href="libg3d-plugins.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> | ||
23 | </tr></table> | ||
24 | <div class="chapter" lang="en"> | ||
25 | <div class="titlepage"><div><div><h2 class="title"> | ||
26 | <a name="id2501204"></a>Plugin interface</h2></div></div></div> | ||
27 | <div class="toc"><dl> | ||
28 | <dt> | ||
29 | <span class="refentrytitle"><a href="libg3d-plugins.html">plugins</a></span><span class="refpurpose"> — G3DPlugin interface</span> | ||
30 | </dt> | ||
31 | <dt> | ||
32 | <span class="refentrytitle"><a href="libg3d-stream.html">stream</a></span><span class="refpurpose"> — I/O abstraction layer for plugins</span> | ||
33 | </dt> | ||
34 | <dt> | ||
35 | <span class="refentrytitle"><a href="libg3d-iff.html">iff</a></span><span class="refpurpose"> — IFF file helper functions</span> | ||
36 | </dt> | ||
37 | <dt> | ||
38 | <span class="refentrytitle"><a href="libg3d-read.html">read</a></span><span class="refpurpose"> — file reading abstraction (deprecated)</span> | ||
39 | </dt> | ||
40 | <dt> | ||
41 | <span class="refentrytitle"><a href="libg3d-primitive.html">primitive</a></span><span class="refpurpose"> — 3D primitive generation functions</span> | ||
42 | </dt> | ||
43 | <dt> | ||
44 | <span class="refentrytitle"><a href="libg3d-matrix.html">matrix</a></span><span class="refpurpose"> — Matrix manipulation and calculation</span> | ||
45 | </dt> | ||
46 | <dt> | ||
47 | <span class="refentrytitle"><a href="libg3d-vector.html">vector</a></span><span class="refpurpose"> — Vector manipulation and calculation</span> | ||
48 | </dt> | ||
49 | <dt> | ||
50 | <span class="refentrytitle"><a href="libg3d-quat.html">quat</a></span><span class="refpurpose"> — quaternion helpers</span> | ||
51 | </dt> | ||
52 | </dl></div> | ||
53 | </div> | ||
54 | <div class="footer"> | ||
55 | <hr> | ||
56 | Generated by GTK-Doc V1.10</div> | ||
57 | </body> | ||
58 | </html> | ||