diff options
author | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
commit | cb3716ffb584fe0f593b6f1669a8efdba1305104 (patch) | |
tree | 5d1ebc4b6fc17b30f4b34e7e64a2d9514893459b /src/others/mimesh/libg3d-0.0.8/doc/api/html/libg3d.devhelp | |
parent | Add Prosody build script. (diff) | |
download | SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.zip SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.gz SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.bz2 SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.xz |
Added my version of libg3d and friends.
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/doc/api/html/libg3d.devhelp')
-rw-r--r-- | src/others/mimesh/libg3d-0.0.8/doc/api/html/libg3d.devhelp | 204 |
1 files changed, 204 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/doc/api/html/libg3d.devhelp b/src/others/mimesh/libg3d-0.0.8/doc/api/html/libg3d.devhelp new file mode 100644 index 0000000..4d1df55 --- /dev/null +++ b/src/others/mimesh/libg3d-0.0.8/doc/api/html/libg3d.devhelp | |||
@@ -0,0 +1,204 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
2 | <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""> | ||
3 | <book xmlns="http://www.devhelp.net/book" title="libg3d Reference Manual" link="index.html" author="" name="libg3d"> | ||
4 | <chapters> | ||
5 | <sub name="Application interface" link="ch01.html"> | ||
6 | <sub name="types" link="libg3d-types.html"/> | ||
7 | <sub name="context" link="libg3d-context.html"/> | ||
8 | <sub name="model" link="libg3d-model.html"/> | ||
9 | <sub name="object" link="libg3d-object.html"/> | ||
10 | <sub name="face" link="libg3d-face.html"/> | ||
11 | <sub name="material" link="libg3d-material.html"/> | ||
12 | <sub name="texture" link="libg3d-texture.html"/> | ||
13 | </sub> | ||
14 | <sub name="Plugin interface" link="ch02.html"> | ||
15 | <sub name="plugins" link="libg3d-plugins.html"/> | ||
16 | <sub name="stream" link="libg3d-stream.html"/> | ||
17 | <sub name="iff" link="libg3d-iff.html"/> | ||
18 | <sub name="read" link="libg3d-read.html"/> | ||
19 | <sub name="primitive" link="libg3d-primitive.html"/> | ||
20 | <sub name="matrix" link="libg3d-matrix.html"/> | ||
21 | <sub name="vector" link="libg3d-vector.html"/> | ||
22 | <sub name="quat" link="libg3d-quat.html"/> | ||
23 | </sub> | ||
24 | </chapters> | ||
25 | <functions> | ||
26 | <function name="G3DSingle" link="libg3d-types.html#G3DSingle"/> | ||
27 | <function name="G3DDouble" link="libg3d-types.html#G3DDouble"/> | ||
28 | <function name="G3DFloat" link="libg3d-types.html#G3DFloat"/> | ||
29 | <function name="G3D_FLOAT_IS_DOUBLE" link="libg3d-types.html#G3D-FLOAT-IS-DOUBLE:CAPS"/> | ||
30 | <function name="G3DContext" link="libg3d-context.html#G3DContext"/> | ||
31 | <function name="g3d_context_new ()" link="libg3d-context.html#g3d-context-new"/> | ||
32 | <function name="g3d_context_free ()" link="libg3d-context.html#g3d-context-free"/> | ||
33 | <function name="G3DSetBgColorFunc ()" link="libg3d-context.html#G3DSetBgColorFunc"/> | ||
34 | <function name="G3DUpdateInterfaceFunc ()" link="libg3d-context.html#G3DUpdateInterfaceFunc"/> | ||
35 | <function name="G3DUpdateProgressBarFunc ()" link="libg3d-context.html#G3DUpdateProgressBarFunc"/> | ||
36 | <function name="g3d_context_update_interface ()" link="libg3d-context.html#g3d-context-update-interface"/> | ||
37 | <function name="g3d_context_set_update_interface_func ()" link="libg3d-context.html#g3d-context-set-update-interface-func"/> | ||
38 | <function name="g3d_context_update_progress_bar ()" link="libg3d-context.html#g3d-context-update-progress-bar"/> | ||
39 | <function name="g3d_context_set_update_progress_bar_func ()" link="libg3d-context.html#g3d-context-set-update-progress-bar-func"/> | ||
40 | <function name="g3d_context_set_bgcolor ()" link="libg3d-context.html#g3d-context-set-bgcolor"/> | ||
41 | <function name="g3d_context_set_set_bgcolor_func ()" link="libg3d-context.html#g3d-context-set-set-bgcolor-func"/> | ||
42 | <function name="G3D_MODEL_CENTER" link="libg3d-model.html#G3D-MODEL-CENTER:CAPS"/> | ||
43 | <function name="G3D_MODEL_NOCHECK" link="libg3d-model.html#G3D-MODEL-NOCHECK:CAPS"/> | ||
44 | <function name="G3D_MODEL_OPTIMIZE" link="libg3d-model.html#G3D-MODEL-OPTIMIZE:CAPS"/> | ||
45 | <function name="G3D_MODEL_SCALE" link="libg3d-model.html#G3D-MODEL-SCALE:CAPS"/> | ||
46 | <function name="G3DModel" link="libg3d-model.html#G3DModel"/> | ||
47 | <function name="g3d_model_new ()" link="libg3d-model.html#g3d-model-new"/> | ||
48 | <function name="g3d_model_load ()" link="libg3d-model.html#g3d-model-load"/> | ||
49 | <function name="g3d_model_load_full ()" link="libg3d-model.html#g3d-model-load-full"/> | ||
50 | <function name="g3d_model_check ()" link="libg3d-model.html#g3d-model-check"/> | ||
51 | <function name="g3d_model_center ()" link="libg3d-model.html#g3d-model-center"/> | ||
52 | <function name="g3d_model_transform ()" link="libg3d-model.html#g3d-model-transform"/> | ||
53 | <function name="g3d_model_clear ()" link="libg3d-model.html#g3d-model-clear"/> | ||
54 | <function name="g3d_model_free ()" link="libg3d-model.html#g3d-model-free"/> | ||
55 | <function name="g3d_model_get_object_by_name ()" link="libg3d-model.html#g3d-model-get-object-by-name"/> | ||
56 | <function name="G3DObject" link="libg3d-object.html#G3DObject"/> | ||
57 | <function name="G3DTransformation" link="libg3d-object.html#G3DTransformation"/> | ||
58 | <function name="g3d_object_free ()" link="libg3d-object.html#g3d-object-free"/> | ||
59 | <function name="g3d_object_radius ()" link="libg3d-object.html#g3d-object-radius"/> | ||
60 | <function name="g3d_object_scale ()" link="libg3d-object.html#g3d-object-scale"/> | ||
61 | <function name="g3d_object_transform ()" link="libg3d-object.html#g3d-object-transform"/> | ||
62 | <function name="g3d_object_transform_normals ()" link="libg3d-object.html#g3d-object-transform-normals"/> | ||
63 | <function name="g3d_object_duplicate ()" link="libg3d-object.html#g3d-object-duplicate"/> | ||
64 | <function name="g3d_object_optimize ()" link="libg3d-object.html#g3d-object-optimize"/> | ||
65 | <function name="g3d_object_smooth ()" link="libg3d-object.html#g3d-object-smooth"/> | ||
66 | <function name="g3d_object_merge ()" link="libg3d-object.html#g3d-object-merge"/> | ||
67 | <function name="G3D_FLAG_MAT_TWOSIDE" link="libg3d-face.html#G3D-FLAG-MAT-TWOSIDE:CAPS"/> | ||
68 | <function name="G3D_FLAG_FAC_NORMALS" link="libg3d-face.html#G3D-FLAG-FAC-NORMALS:CAPS"/> | ||
69 | <function name="G3D_FLAG_FAC_TEXMAP" link="libg3d-face.html#G3D-FLAG-FAC-TEXMAP:CAPS"/> | ||
70 | <function name="G3DFace" link="libg3d-face.html#G3DFace"/> | ||
71 | <function name="g3d_face_get_normal ()" link="libg3d-face.html#g3d-face-get-normal"/> | ||
72 | <function name="g3d_face_free ()" link="libg3d-face.html#g3d-face-free"/> | ||
73 | <function name="G3DMaterial" link="libg3d-material.html#G3DMaterial"/> | ||
74 | <function name="g3d_material_new ()" link="libg3d-material.html#g3d-material-new"/> | ||
75 | <function name="g3d_material_free ()" link="libg3d-material.html#g3d-material-free"/> | ||
76 | <function name="G3D_FLAG_IMG_GREYSCALE" link="libg3d-texture.html#G3D-FLAG-IMG-GREYSCALE:CAPS"/> | ||
77 | <function name="enum G3DTexEnv" link="libg3d-texture.html#G3DTexEnv"/> | ||
78 | <function name="G3DImage" link="libg3d-texture.html#G3DImage"/> | ||
79 | <function name="g3d_texture_load_cached ()" link="libg3d-texture.html#g3d-texture-load-cached"/> | ||
80 | <function name="g3d_texture_load_from_stream ()" link="libg3d-texture.html#g3d-texture-load-from-stream"/> | ||
81 | <function name="g3d_texture_load ()" link="libg3d-texture.html#g3d-texture-load"/> | ||
82 | <function name="g3d_texture_free ()" link="libg3d-texture.html#g3d-texture-free"/> | ||
83 | <function name="g3d_texture_prepare ()" link="libg3d-texture.html#g3d-texture-prepare"/> | ||
84 | <function name="g3d_texture_flip_y ()" link="libg3d-texture.html#g3d-texture-flip-y"/> | ||
85 | <function name="g3d_texture_merge_alpha ()" link="libg3d-texture.html#g3d-texture-merge-alpha"/> | ||
86 | <function name="enum G3DPluginType" link="libg3d-plugins.html#G3DPluginType"/> | ||
87 | <function name="G3DPluginInitFunc ()" link="libg3d-plugins.html#G3DPluginInitFunc"/> | ||
88 | <function name="G3DPluginCleanupFunc ()" link="libg3d-plugins.html#G3DPluginCleanupFunc"/> | ||
89 | <function name="G3DPluginLoadModelFunc ()" link="libg3d-plugins.html#G3DPluginLoadModelFunc"/> | ||
90 | <function name="G3DPluginLoadModelFromStreamFunc ()" link="libg3d-plugins.html#G3DPluginLoadModelFromStreamFunc"/> | ||
91 | <function name="G3DPluginLoadImageFunc ()" link="libg3d-plugins.html#G3DPluginLoadImageFunc"/> | ||
92 | <function name="G3DPluginLoadImageStreamFunc ()" link="libg3d-plugins.html#G3DPluginLoadImageStreamFunc"/> | ||
93 | <function name="G3DPluginGetDescFunc ()" link="libg3d-plugins.html#G3DPluginGetDescFunc"/> | ||
94 | <function name="G3DPluginGetExtFunc ()" link="libg3d-plugins.html#G3DPluginGetExtFunc"/> | ||
95 | <function name="G3DPlugin" link="libg3d-plugins.html#G3DPlugin"/> | ||
96 | <function name="g3d_plugins_init ()" link="libg3d-plugins.html#g3d-plugins-init"/> | ||
97 | <function name="g3d_plugins_cleanup ()" link="libg3d-plugins.html#g3d-plugins-cleanup"/> | ||
98 | <function name="g3d_plugins_load_model ()" link="libg3d-plugins.html#g3d-plugins-load-model"/> | ||
99 | <function name="g3d_plugins_load_model_from_stream ()" link="libg3d-plugins.html#g3d-plugins-load-model-from-stream"/> | ||
100 | <function name="g3d_plugins_load_image ()" link="libg3d-plugins.html#g3d-plugins-load-image"/> | ||
101 | <function name="g3d_plugins_load_image_from_stream ()" link="libg3d-plugins.html#g3d-plugins-load-image-from-stream"/> | ||
102 | <function name="g3d_plugins_get_image_extensions ()" link="libg3d-plugins.html#g3d-plugins-get-image-extensions"/> | ||
103 | <function name="G3DStream" link="libg3d-stream.html#G3DStream"/> | ||
104 | <function name="g3d_stream_open_file ()" link="libg3d-stream.html#g3d-stream-open-file"/> | ||
105 | <function name="g3d_stream_open_structured_file ()" link="libg3d-stream.html#g3d-stream-open-structured-file"/> | ||
106 | <function name="g3d_stream_open_structured_file_from_stream ()" link="libg3d-stream.html#g3d-stream-open-structured-file-from-stream"/> | ||
107 | <function name="g3d_stream_open_zip ()" link="libg3d-stream.html#g3d-stream-open-zip"/> | ||
108 | <function name="g3d_stream_open_zip_from_stream ()" link="libg3d-stream.html#g3d-stream-open-zip-from-stream"/> | ||
109 | <function name="g3d_stream_open_gzip_from_stream ()" link="libg3d-stream.html#g3d-stream-open-gzip-from-stream"/> | ||
110 | <function name="g3d_stream_from_buffer ()" link="libg3d-stream.html#g3d-stream-from-buffer"/> | ||
111 | <function name="g3d_stream_zlib_inflate_stream ()" link="libg3d-stream.html#g3d-stream-zlib-inflate-stream"/> | ||
112 | <function name="g3d_stream_new_custom ()" link="libg3d-stream.html#g3d-stream-new-custom"/> | ||
113 | <function name="g3d_stream_close ()" link="libg3d-stream.html#g3d-stream-close"/> | ||
114 | <function name="g3d_stream_skip ()" link="libg3d-stream.html#g3d-stream-skip"/> | ||
115 | <function name="g3d_stream_seek ()" link="libg3d-stream.html#g3d-stream-seek"/> | ||
116 | <function name="g3d_stream_tell ()" link="libg3d-stream.html#g3d-stream-tell"/> | ||
117 | <function name="g3d_stream_size ()" link="libg3d-stream.html#g3d-stream-size"/> | ||
118 | <function name="g3d_stream_eof ()" link="libg3d-stream.html#g3d-stream-eof"/> | ||
119 | <function name="g3d_stream_is_seekable ()" link="libg3d-stream.html#g3d-stream-is-seekable"/> | ||
120 | <function name="g3d_stream_get_uri ()" link="libg3d-stream.html#g3d-stream-get-uri"/> | ||
121 | <function name="g3d_stream_line ()" link="libg3d-stream.html#g3d-stream-line"/> | ||
122 | <function name="g3d_stream_read ()" link="libg3d-stream.html#g3d-stream-read"/> | ||
123 | <function name="g3d_stream_read_line ()" link="libg3d-stream.html#g3d-stream-read-line"/> | ||
124 | <function name="g3d_stream_read_int8 ()" link="libg3d-stream.html#g3d-stream-read-int8"/> | ||
125 | <function name="g3d_stream_read_int16_be ()" link="libg3d-stream.html#g3d-stream-read-int16-be"/> | ||
126 | <function name="g3d_stream_read_int16_le ()" link="libg3d-stream.html#g3d-stream-read-int16-le"/> | ||
127 | <function name="g3d_stream_read_int32_be ()" link="libg3d-stream.html#g3d-stream-read-int32-be"/> | ||
128 | <function name="g3d_stream_read_int32_le ()" link="libg3d-stream.html#g3d-stream-read-int32-le"/> | ||
129 | <function name="g3d_stream_read_float_be ()" link="libg3d-stream.html#g3d-stream-read-float-be"/> | ||
130 | <function name="g3d_stream_read_float_le ()" link="libg3d-stream.html#g3d-stream-read-float-le"/> | ||
131 | <function name="g3d_stream_read_double_be ()" link="libg3d-stream.html#g3d-stream-read-double-be"/> | ||
132 | <function name="g3d_stream_read_double_le ()" link="libg3d-stream.html#g3d-stream-read-double-le"/> | ||
133 | <function name="g3d_stream_read_cstr ()" link="libg3d-stream.html#g3d-stream-read-cstr"/> | ||
134 | <function name="G3DStreamCloseFunc ()" link="libg3d-stream.html#G3DStreamCloseFunc"/> | ||
135 | <function name="G3DStreamEofFunc ()" link="libg3d-stream.html#G3DStreamEofFunc"/> | ||
136 | <function name="G3DStreamReadFunc ()" link="libg3d-stream.html#G3DStreamReadFunc"/> | ||
137 | <function name="G3DStreamReadLineFunc ()" link="libg3d-stream.html#G3DStreamReadLineFunc"/> | ||
138 | <function name="G3DStreamSeekFunc ()" link="libg3d-stream.html#G3DStreamSeekFunc"/> | ||
139 | <function name="G3DStreamSizeFunc ()" link="libg3d-stream.html#G3DStreamSizeFunc"/> | ||
140 | <function name="G3DStreamTellFunc ()" link="libg3d-stream.html#G3DStreamTellFunc"/> | ||
141 | <function name="G3D_IFF_PAD1" link="libg3d-iff.html#G3D-IFF-PAD1:CAPS"/> | ||
142 | <function name="G3D_IFF_PAD2" link="libg3d-iff.html#G3D-IFF-PAD2:CAPS"/> | ||
143 | <function name="G3D_IFF_PAD4" link="libg3d-iff.html#G3D-IFF-PAD4:CAPS"/> | ||
144 | <function name="G3D_IFF_PAD8" link="libg3d-iff.html#G3D-IFF-PAD8:CAPS"/> | ||
145 | <function name="G3D_IFF_LE" link="libg3d-iff.html#G3D-IFF-LE:CAPS"/> | ||
146 | <function name="G3D_IFF_LEN16" link="libg3d-iff.html#G3D-IFF-LEN16:CAPS"/> | ||
147 | <function name="G3D_IFF_SUBCHUNK_LEN16" link="libg3d-iff.html#G3D-IFF-SUBCHUNK-LEN16:CAPS"/> | ||
148 | <function name="G3D_IFF_MKID()" link="libg3d-iff.html#G3D-IFF-MKID:CAPS"/> | ||
149 | <function name="g3d_iff_check ()" link="libg3d-iff.html#g3d-iff-check"/> | ||
150 | <function name="g3d_iff_read_chunk ()" link="libg3d-iff.html#g3d-iff-read-chunk"/> | ||
151 | <function name="g3d_iff_handle_chunk ()" link="libg3d-iff.html#g3d-iff-handle-chunk"/> | ||
152 | <function name="g3d_iff_chunk_matches ()" link="libg3d-iff.html#g3d-iff-chunk-matches"/> | ||
153 | <function name="g3d_iff_read_ctnr ()" link="libg3d-iff.html#g3d-iff-read-ctnr"/> | ||
154 | <function name="g3d_iff_id_to_text ()" link="libg3d-iff.html#g3d-iff-id-to-text"/> | ||
155 | <function name="g3d_iff_open ()" link="libg3d-iff.html#g3d-iff-open"/> | ||
156 | <function name="g3d_iff_readchunk ()" link="libg3d-iff.html#g3d-iff-readchunk"/> | ||
157 | <function name="G3DIffChunkCallback ()" link="libg3d-iff.html#G3DIffChunkCallback"/> | ||
158 | <function name="g3d_iff_chunk_callback" link="libg3d-iff.html#g3d-iff-chunk-callback"/> | ||
159 | <function name="G3DIffChunkInfo" link="libg3d-iff.html#G3DIffChunkInfo"/> | ||
160 | <function name="g3d_iff_chunk_info" link="libg3d-iff.html#g3d-iff-chunk-info"/> | ||
161 | <function name="G3DIffGlobal" link="libg3d-iff.html#G3DIffGlobal"/> | ||
162 | <function name="g3d_iff_gdata" link="libg3d-iff.html#g3d-iff-gdata"/> | ||
163 | <function name="G3DIffLocal" link="libg3d-iff.html#G3DIffLocal"/> | ||
164 | <function name="g3d_iff_ldata" link="libg3d-iff.html#g3d-iff-ldata"/> | ||
165 | <function name="g3d_read_int8 ()" link="libg3d-read.html#g3d-read-int8"/> | ||
166 | <function name="g3d_read_int16_be ()" link="libg3d-read.html#g3d-read-int16-be"/> | ||
167 | <function name="g3d_read_int16_le ()" link="libg3d-read.html#g3d-read-int16-le"/> | ||
168 | <function name="g3d_read_int32_be ()" link="libg3d-read.html#g3d-read-int32-be"/> | ||
169 | <function name="g3d_read_int32_le ()" link="libg3d-read.html#g3d-read-int32-le"/> | ||
170 | <function name="g3d_read_float_be ()" link="libg3d-read.html#g3d-read-float-be"/> | ||
171 | <function name="g3d_read_float_le ()" link="libg3d-read.html#g3d-read-float-le"/> | ||
172 | <function name="g3d_read_double_be ()" link="libg3d-read.html#g3d-read-double-be"/> | ||
173 | <function name="g3d_read_double_le ()" link="libg3d-read.html#g3d-read-double-le"/> | ||
174 | <function name="g3d_read_cstr ()" link="libg3d-read.html#g3d-read-cstr"/> | ||
175 | <function name="g3d_primitive_cube ()" link="libg3d-primitive.html#g3d-primitive-cube"/> | ||
176 | <function name="g3d_primitive_box ()" link="libg3d-primitive.html#g3d-primitive-box"/> | ||
177 | <function name="g3d_primitive_box_strip_2d ()" link="libg3d-primitive.html#g3d-primitive-box-strip-2d"/> | ||
178 | <function name="g3d_primitive_mesh ()" link="libg3d-primitive.html#g3d-primitive-mesh"/> | ||
179 | <function name="g3d_primitive_cylinder ()" link="libg3d-primitive.html#g3d-primitive-cylinder"/> | ||
180 | <function name="g3d_primitive_tube ()" link="libg3d-primitive.html#g3d-primitive-tube"/> | ||
181 | <function name="g3d_primitive_sphere ()" link="libg3d-primitive.html#g3d-primitive-sphere"/> | ||
182 | <function name="G3DMatrix" link="libg3d-matrix.html#G3DMatrix"/> | ||
183 | <function name="g3d_matrix_identity ()" link="libg3d-matrix.html#g3d-matrix-identity"/> | ||
184 | <function name="g3d_matrix_multiply ()" link="libg3d-matrix.html#g3d-matrix-multiply"/> | ||
185 | <function name="g3d_matrix_translate ()" link="libg3d-matrix.html#g3d-matrix-translate"/> | ||
186 | <function name="g3d_matrix_rotate ()" link="libg3d-matrix.html#g3d-matrix-rotate"/> | ||
187 | <function name="g3d_matrix_rotate_xyz ()" link="libg3d-matrix.html#g3d-matrix-rotate-xyz"/> | ||
188 | <function name="g3d_matrix_scale ()" link="libg3d-matrix.html#g3d-matrix-scale"/> | ||
189 | <function name="g3d_matrix_transpose ()" link="libg3d-matrix.html#g3d-matrix-transpose"/> | ||
190 | <function name="g3d_matrix_determinant ()" link="libg3d-matrix.html#g3d-matrix-determinant"/> | ||
191 | <function name="g3d_matrix_dump ()" link="libg3d-matrix.html#g3d-matrix-dump"/> | ||
192 | <function name="G3DVector" link="libg3d-vector.html#G3DVector"/> | ||
193 | <function name="g3d_vector_normal ()" link="libg3d-vector.html#g3d-vector-normal"/> | ||
194 | <function name="g3d_vector_unify ()" link="libg3d-vector.html#g3d-vector-unify"/> | ||
195 | <function name="g3d_vector_transform ()" link="libg3d-vector.html#g3d-vector-transform"/> | ||
196 | <function name="G3DQuat" link="libg3d-quat.html#G3DQuat"/> | ||
197 | <function name="g3d_quat_add ()" link="libg3d-quat.html#g3d-quat-add"/> | ||
198 | <function name="g3d_quat_normalize ()" link="libg3d-quat.html#g3d-quat-normalize"/> | ||
199 | <function name="g3d_quat_rotate ()" link="libg3d-quat.html#g3d-quat-rotate"/> | ||
200 | <function name="g3d_quat_to_matrix ()" link="libg3d-quat.html#g3d-quat-to-matrix"/> | ||
201 | <function name="g3d_quat_to_rotation_xyz ()" link="libg3d-quat.html#g3d-quat-to-rotation-xyz"/> | ||
202 | <function name="g3d_quat_trackball ()" link="libg3d-quat.html#g3d-quat-trackball"/> | ||
203 | </functions> | ||
204 | </book> | ||