pango 3.1.1-x64-mingw32 → 3.1.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (306) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +27 -5
  3. data/ext/pango/depend +2 -2
  4. data/ext/pango/extconf.rb +32 -28
  5. data/ext/pango/pango.def +0 -16
  6. data/ext/pango/rb-pango-attr-list.c +64 -0
  7. data/ext/pango/rb-pango-attribute.c +147 -0
  8. data/ext/pango/rb-pango-context.c +79 -0
  9. data/ext/pango/{rbpangoconversions.h → rb-pango-conversions.h} +4 -6
  10. data/ext/pango/rb-pango-private.h +27 -0
  11. data/ext/pango/rb-pango.c +32 -0
  12. data/ext/pango/rb-pango.h +29 -0
  13. data/extconf.rb +25 -9
  14. data/lib/2.2/pango.so +0 -0
  15. data/lib/2.3/pango.so +0 -0
  16. data/lib/2.4/pango.so +0 -0
  17. data/lib/pango.rb +24 -68
  18. data/lib/pango/cairo-loader.rb +63 -0
  19. data/lib/pango/color.rb +31 -0
  20. data/lib/pango/deprecated.rb +37 -0
  21. data/lib/pango/font-description.rb +29 -0
  22. data/lib/pango/language.rb +29 -0
  23. data/lib/pango/layout.rb +41 -0
  24. data/lib/pango/loader.rb +87 -0
  25. data/lib/pango/markup.rb +31 -0
  26. data/lib/pango/matrix.rb +64 -0
  27. data/lib/pango/rectangle.rb +28 -0
  28. data/lib/pango/version.rb +30 -0
  29. data/test/pango-test-utils.rb +7 -7
  30. data/test/run-test.rb +34 -8
  31. data/test/test-attr-list.rb +28 -0
  32. data/test/test-color.rb +1 -3
  33. data/test/test-context.rb +4 -4
  34. data/test/test-enum.rb +37 -0
  35. data/test/test-font-description.rb +31 -0
  36. data/test/test-language.rb +2 -1
  37. data/test/test-layout.rb +12 -0
  38. data/test/test-markup.rb +30 -0
  39. data/test/test-matrix.rb +131 -5
  40. data/test/test-rectangle.rb +16 -3
  41. data/vendor/local/bin/derb.exe +0 -0
  42. data/vendor/local/bin/genbrk.exe +0 -0
  43. data/vendor/local/bin/genccode.exe +0 -0
  44. data/vendor/local/bin/gencfu.exe +0 -0
  45. data/vendor/local/bin/gencmn.exe +0 -0
  46. data/vendor/local/bin/gencnval.exe +0 -0
  47. data/vendor/local/bin/gendict.exe +0 -0
  48. data/vendor/local/bin/gennorm2.exe +0 -0
  49. data/vendor/local/bin/genrb.exe +0 -0
  50. data/vendor/local/bin/gensprep.exe +0 -0
  51. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  52. data/vendor/local/bin/hb-shape.exe +0 -0
  53. data/vendor/local/bin/hb-view.exe +0 -0
  54. data/vendor/local/bin/icuinfo.exe +0 -0
  55. data/vendor/local/bin/icupkg.exe +0 -0
  56. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  57. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  58. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  59. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  60. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  61. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  62. data/vendor/local/bin/makeconv.exe +0 -0
  63. data/vendor/local/bin/pango-view.exe +0 -0
  64. data/vendor/local/bin/pkgdata.exe +0 -0
  65. data/vendor/local/bin/uconv.exe +0 -0
  66. data/vendor/local/include/graphene-1.0/graphene-box.h +148 -0
  67. data/vendor/local/include/graphene-1.0/graphene-euler.h +140 -0
  68. data/vendor/local/include/graphene-1.0/graphene-frustum.h +93 -0
  69. data/vendor/local/include/graphene-1.0/graphene-gobject.h +119 -0
  70. data/vendor/local/include/graphene-1.0/graphene-macros.h +105 -0
  71. data/vendor/local/include/graphene-1.0/graphene-matrix.h +288 -0
  72. data/vendor/local/include/graphene-1.0/graphene-plane.h +99 -0
  73. data/vendor/local/include/graphene-1.0/graphene-point.h +120 -0
  74. data/vendor/local/include/graphene-1.0/graphene-point3d.h +140 -0
  75. data/vendor/local/include/graphene-1.0/graphene-quad.h +80 -0
  76. data/vendor/local/include/graphene-1.0/graphene-quaternion.h +136 -0
  77. data/vendor/local/include/graphene-1.0/graphene-ray.h +98 -0
  78. data/vendor/local/include/graphene-1.0/graphene-rect.h +180 -0
  79. data/vendor/local/include/graphene-1.0/graphene-simd4f.h +1870 -0
  80. data/vendor/local/include/graphene-1.0/graphene-simd4x4f.h +1045 -0
  81. data/vendor/local/include/graphene-1.0/graphene-size.h +105 -0
  82. data/vendor/local/include/graphene-1.0/graphene-sphere.h +97 -0
  83. data/vendor/local/include/graphene-1.0/graphene-triangle.h +105 -0
  84. data/vendor/local/include/graphene-1.0/graphene-types.h +88 -0
  85. data/vendor/local/include/graphene-1.0/graphene-vec2.h +130 -0
  86. data/vendor/local/include/graphene-1.0/graphene-vec3.h +155 -0
  87. data/vendor/local/include/graphene-1.0/graphene-vec4.h +156 -0
  88. data/vendor/local/include/graphene-1.0/graphene-version-macros.h +185 -0
  89. data/vendor/local/include/graphene-1.0/graphene-version.h +70 -0
  90. data/vendor/local/include/graphene-1.0/graphene.h +61 -0
  91. data/vendor/local/include/harfbuzz/hb-common.h +36 -0
  92. data/vendor/local/include/harfbuzz/hb-font.h +18 -1
  93. data/vendor/local/include/harfbuzz/hb-ot-var.h +105 -0
  94. data/vendor/local/include/harfbuzz/hb-ot.h +1 -0
  95. data/vendor/local/include/harfbuzz/hb-shape.h +0 -16
  96. data/vendor/local/include/harfbuzz/hb-version.h +2 -2
  97. data/vendor/local/include/pango-1.0/pango/pango-engine.h +6 -6
  98. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  99. data/vendor/local/include/pango-1.0/pango/pango-layout.h +1 -1
  100. data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
  101. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  102. data/vendor/local/lib/graphene-1.0/include/graphene-config.h +89 -0
  103. data/vendor/local/lib/icudt.dll +0 -0
  104. data/vendor/local/lib/icudt58.dll +0 -0
  105. data/vendor/local/lib/icuin.dll +0 -0
  106. data/vendor/local/lib/icuin58.dll +0 -0
  107. data/vendor/local/lib/icuio.dll +0 -0
  108. data/vendor/local/lib/icuio58.dll +0 -0
  109. data/vendor/local/lib/icutest.dll +0 -0
  110. data/vendor/local/lib/icutest58.dll +0 -0
  111. data/vendor/local/lib/icutu.dll +0 -0
  112. data/vendor/local/lib/icutu58.dll +0 -0
  113. data/vendor/local/lib/icuuc.dll +0 -0
  114. data/vendor/local/lib/icuuc58.dll +0 -0
  115. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  116. data/vendor/local/lib/libgraphene-1.0.la +41 -0
  117. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  118. data/vendor/local/lib/libharfbuzz-icu.la +1 -1
  119. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  120. data/vendor/local/lib/libharfbuzz.la +1 -1
  121. data/vendor/local/lib/libicudt.dll.a +0 -0
  122. data/vendor/local/lib/libicuin.dll.a +0 -0
  123. data/vendor/local/lib/libicuio.dll.a +0 -0
  124. data/vendor/local/lib/libicutest.dll.a +0 -0
  125. data/vendor/local/lib/libicutu.dll.a +0 -0
  126. data/vendor/local/lib/libicuuc.dll.a +0 -0
  127. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  128. data/vendor/local/lib/libpango-1.0.la +1 -1
  129. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  130. data/vendor/local/lib/libpangocairo-1.0.la +1 -1
  131. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  132. data/vendor/local/lib/libpangoft2-1.0.la +1 -1
  133. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  134. data/vendor/local/lib/libpangowin32-1.0.la +1 -1
  135. data/vendor/local/lib/pkgconfig/graphene-1.0.pc +15 -0
  136. data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +15 -0
  137. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  143. data/vendor/local/share/gir-1.0/Graphene-1.0.gir +8180 -0
  144. data/vendor/local/share/gir-1.0/Pango-1.0.gir +12 -16
  145. data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +57 -0
  146. data/vendor/local/share/gtk-doc/html/graphene/api-index.html +1985 -0
  147. data/vendor/local/share/gtk-doc/html/graphene/ch01.html +97 -0
  148. data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +34 -0
  149. data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +1252 -0
  150. data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +886 -0
  151. data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +527 -0
  152. data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +147 -0
  153. data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +2959 -0
  154. data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +641 -0
  155. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +689 -0
  156. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +916 -0
  157. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +418 -0
  158. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +1056 -0
  159. data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +596 -0
  160. data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +1483 -0
  161. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +1475 -0
  162. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +3046 -0
  163. data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +489 -0
  164. data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +641 -0
  165. data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +705 -0
  166. data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +3715 -0
  167. data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +104 -0
  168. data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +534 -0
  169. data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
  170. data/vendor/local/share/gtk-doc/html/graphene/index.html +107 -0
  171. data/vendor/local/share/gtk-doc/html/graphene/ix03.html +1313 -0
  172. data/vendor/local/share/gtk-doc/html/graphene/ix04.html +582 -0
  173. data/vendor/local/share/gtk-doc/html/graphene/ix05.html +151 -0
  174. data/vendor/local/share/gtk-doc/html/graphene/ix06.html +34 -0
  175. data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
  176. data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
  177. data/vendor/local/share/gtk-doc/html/{pango/api-index-1-40.html → graphene/object-tree.html} +14 -11
  178. data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
  179. data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
  180. data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
  181. data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
  182. data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
  183. data/vendor/local/share/gtk-doc/html/graphene/style.css +479 -0
  184. data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
  185. data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
  186. data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/{api-index-1-4-0.html → api-index-1-3-3.html} +2 -2
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +104 -0
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +9 -2
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +1 -1
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +156 -40
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +73 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +1 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +49 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +174 -177
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +40 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +28 -10
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +1 -1
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +2 -2
  202. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +1 -1
  205. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +1 -1
  206. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +3 -3
  207. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +1 -1
  208. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +1 -1
  210. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +1 -1
  211. data/vendor/local/share/gtk-doc/html/pango/index.html +2 -23
  212. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +1 -1
  213. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +1 -1
  214. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +69 -69
  215. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +1 -1
  216. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +1 -1
  217. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +5 -1
  218. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +5 -4
  219. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +8 -4
  220. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +4 -4
  222. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +1 -1
  223. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +3 -1
  224. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1 -1
  225. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +3 -3
  226. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +1 -1
  227. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +1 -1
  228. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +3 -3
  229. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +3 -3
  230. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +1 -1
  231. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +1 -1
  233. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +1 -1
  234. data/vendor/local/share/gtk-doc/html/pango/pango.html +1 -1
  235. data/vendor/local/share/gtk-doc/html/pango/rendering.html +1 -1
  236. data/vendor/local/share/man/man1/pango-view.1 +2 -2
  237. metadata +119 -78
  238. data/README +0 -32
  239. data/ext/pango/rbpango.c +0 -356
  240. data/ext/pango/rbpango.h +0 -95
  241. data/ext/pango/rbpangoanalysis.c +0 -218
  242. data/ext/pango/rbpangoattribute.c +0 -506
  243. data/ext/pango/rbpangoattriterator.c +0 -141
  244. data/ext/pango/rbpangoattrlist.c +0 -101
  245. data/ext/pango/rbpangocairo.c +0 -122
  246. data/ext/pango/rbpangocairocontext.c +0 -131
  247. data/ext/pango/rbpangocolor.c +0 -120
  248. data/ext/pango/rbpangocontext.c +0 -344
  249. data/ext/pango/rbpangocoverage.c +0 -106
  250. data/ext/pango/rbpangoengine.c +0 -73
  251. data/ext/pango/rbpangofont.c +0 -110
  252. data/ext/pango/rbpangofontdescription.c +0 -282
  253. data/ext/pango/rbpangofontface.c +0 -73
  254. data/ext/pango/rbpangofontfamily.c +0 -79
  255. data/ext/pango/rbpangofontmap.c +0 -102
  256. data/ext/pango/rbpangofontmetrics.c +0 -85
  257. data/ext/pango/rbpangofontset.c +0 -69
  258. data/ext/pango/rbpangofontsetsimple.c +0 -60
  259. data/ext/pango/rbpangoglyphinfo.c +0 -123
  260. data/ext/pango/rbpangoglyphitem.c +0 -125
  261. data/ext/pango/rbpangoglyphstring.c +0 -151
  262. data/ext/pango/rbpangogravity.c +0 -54
  263. data/ext/pango/rbpangoitem.c +0 -95
  264. data/ext/pango/rbpangolanguage.c +0 -94
  265. data/ext/pango/rbpangolayout.c +0 -583
  266. data/ext/pango/rbpangolayoutiter.c +0 -189
  267. data/ext/pango/rbpangolayoutline.c +0 -243
  268. data/ext/pango/rbpangologattr.c +0 -109
  269. data/ext/pango/rbpangomatrix.c +0 -143
  270. data/ext/pango/rbpangoprivate.h +0 -49
  271. data/ext/pango/rbpangorectangle.c +0 -170
  272. data/ext/pango/rbpangorenderer.c +0 -193
  273. data/ext/pango/rbpangoscript.c +0 -84
  274. data/ext/pango/rbpangoscriptiter.c +0 -92
  275. data/ext/pango/rbpangotabarray.c +0 -128
  276. data/sample/attribute.rb +0 -82
  277. data/sample/break.rb +0 -28
  278. data/sample/gdk_layout.rb +0 -27
  279. data/sample/glyphstring.rb +0 -61
  280. data/sample/item.rb +0 -37
  281. data/sample/label.rb +0 -23
  282. data/sample/layout.rb +0 -102
  283. data/sample/pango_cairo.rb +0 -66
  284. data/sample/parse.rb +0 -33
  285. data/sample/sample.txt +0 -10
  286. data/sample/script.rb +0 -23
  287. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +0 -134
  288. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +0 -48
  289. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +0 -63
  290. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +0 -227
  291. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +0 -151
  292. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +0 -121
  293. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +0 -86
  294. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +0 -123
  295. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +0 -96
  296. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +0 -45
  297. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +0 -38
  298. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +0 -38
  299. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +0 -52
  300. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +0 -41
  301. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +0 -38
  302. data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +0 -79
  303. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +0 -200
  304. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +0 -164
  305. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +0 -170
  306. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +0 -441
@@ -0,0 +1,104 @@
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>Versioning information: Graphene Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
+ <link rel="home" href="index.html" title="Graphene Reference Manual">
8
+ <link rel="up" href="ch01.html" title="Graphene">
9
+ <link rel="prev" href="graphene-Ray.html" title="Ray">
10
+ <link rel="next" href="graphene-GObject-integration.html" title="GObject integration">
11
+ <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#graphene-Versioning-information.description" class="shortcut">Description</a></span>
19
+ </td>
20
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
+ <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="p" href="graphene-Ray.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="n" href="graphene-GObject-integration.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ </tr></table>
25
+ <div class="refentry">
26
+ <a name="graphene-Versioning-information"></a><div class="titlepage"></div>
27
+ <div class="refnamediv"><table width="100%"><tr>
28
+ <td valign="top">
29
+ <h2><span class="refentrytitle"><a name="graphene-Versioning-information.top_of_page"></a>Versioning information</span></h2>
30
+ <p>Versioning information — Detemining the version of Graphene in use</p>
31
+ </td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
33
+ </tr></table></div>
34
+ <div class="refsect1">
35
+ <a name="graphene-Versioning-information.other"></a><h2>Types and Values</h2>
36
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="name">
39
+ <col class="description">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="define_keyword">#define</td>
44
+ <td class="function_name"><a class="link" href="graphene-Versioning-information.html#GRAPHENE-MAJOR-VERSION:CAPS" title="GRAPHENE_MAJOR_VERSION">GRAPHENE_MAJOR_VERSION</a></td>
45
+ </tr>
46
+ <tr>
47
+ <td class="define_keyword">#define</td>
48
+ <td class="function_name"><a class="link" href="graphene-Versioning-information.html#GRAPHENE-MINOR-VERSION:CAPS" title="GRAPHENE_MINOR_VERSION">GRAPHENE_MINOR_VERSION</a></td>
49
+ </tr>
50
+ <tr>
51
+ <td class="define_keyword">#define</td>
52
+ <td class="function_name"><a class="link" href="graphene-Versioning-information.html#GRAPHENE-MICRO-VERSION:CAPS" title="GRAPHENE_MICRO_VERSION">GRAPHENE_MICRO_VERSION</a></td>
53
+ </tr>
54
+ </tbody>
55
+ </table></div>
56
+ </div>
57
+ <div class="refsect1">
58
+ <a name="graphene-Versioning-information.includes"></a><h2>Includes</h2>
59
+ <pre class="synopsis">#include &lt;graphene.h&gt;
60
+ </pre>
61
+ </div>
62
+ <div class="refsect1">
63
+ <a name="graphene-Versioning-information.description"></a><h2>Description</h2>
64
+ <p>Graphene provides symbols to know the version of the library at compile
65
+ time.</p>
66
+ </div>
67
+ <div class="refsect1">
68
+ <a name="graphene-Versioning-information.functions_details"></a><h2>Functions</h2>
69
+ <p></p>
70
+ </div>
71
+ <div class="refsect1">
72
+ <a name="graphene-Versioning-information.other_details"></a><h2>Types and Values</h2>
73
+ <div class="refsect2">
74
+ <a name="GRAPHENE-MAJOR-VERSION:CAPS"></a><h3>GRAPHENE_MAJOR_VERSION</h3>
75
+ <pre class="programlisting">#define GRAPHENE_MAJOR_VERSION
76
+ </pre>
77
+ <p>Evaluates to the major version number of the library version,
78
+ e.g. 1 in 1.2.3.</p>
79
+ <p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
80
+ </div>
81
+ <hr>
82
+ <div class="refsect2">
83
+ <a name="GRAPHENE-MINOR-VERSION:CAPS"></a><h3>GRAPHENE_MINOR_VERSION</h3>
84
+ <pre class="programlisting">#define GRAPHENE_MINOR_VERSION
85
+ </pre>
86
+ <p>Evaluates to the minor version number of the library version,
87
+ e.g. 2 in 1.2.3.</p>
88
+ <p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
89
+ </div>
90
+ <hr>
91
+ <div class="refsect2">
92
+ <a name="GRAPHENE-MICRO-VERSION:CAPS"></a><h3>GRAPHENE_MICRO_VERSION</h3>
93
+ <pre class="programlisting">#define GRAPHENE_MICRO_VERSION
94
+ </pre>
95
+ <p>Evaluates to the micro version number of the library version,
96
+ e.g. 3 in 1.2.3.</p>
97
+ <p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ <div class="footer">
102
+ <hr>Generated by GTK-Doc V1.25</div>
103
+ </body>
104
+ </html>
@@ -0,0 +1,534 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <book xmlns="http://www.devhelp.net/book" title="Graphene Reference Manual" link="index.html" author="" name="graphene" version="2" language="c">
3
+ <chapters>
4
+ <sub name="Graphene" link="ch01.html">
5
+ <sub name="Point" link="graphene-Point.html"/>
6
+ <sub name="Point3D" link="graphene-Point3D.html"/>
7
+ <sub name="Size" link="graphene-Size.html"/>
8
+ <sub name="Rectangle" link="graphene-Rectangle.html"/>
9
+ <sub name="Quad" link="graphene-Quad.html"/>
10
+ <sub name="Triangle" link="graphene-Triangle.html"/>
11
+ <sub name="Box" link="graphene-Box.html"/>
12
+ <sub name="Sphere" link="graphene-Sphere.html"/>
13
+ <sub name="Frustum" link="graphene-Frustum.html"/>
14
+ <sub name="SIMD vector" link="graphene-SIMD-vector.html"/>
15
+ <sub name="SIMD matrix" link="graphene-SIMD-matrix.html"/>
16
+ <sub name="Vectors" link="graphene-Vectors.html"/>
17
+ <sub name="Matrix" link="graphene-Matrix.html"/>
18
+ <sub name="Euler" link="graphene-Euler.html"/>
19
+ <sub name="Quaternion" link="graphene-Quaternion.html"/>
20
+ <sub name="Plane" link="graphene-Plane.html"/>
21
+ <sub name="Ray" link="graphene-Ray.html"/>
22
+ <sub name="Versioning information" link="graphene-Versioning-information.html"/>
23
+ <sub name="GObject integration" link="graphene-GObject-integration.html"/>
24
+ </sub>
25
+ <sub name="Object Hierarchy" link="object-tree.html"/>
26
+ <sub name="API Index" link="api-index.html"/>
27
+ <sub name="Index of deprecated API" link="deprecated-api-index.html"/>
28
+ <sub name="Index of new symbols in 1.0" link="ix03.html"/>
29
+ <sub name="Index of new symbols in 1.2" link="ix04.html"/>
30
+ <sub name="Index of new symbols in 1.4" link="ix05.html"/>
31
+ <sub name="Index of new symbols in 1.6" link="ix06.html"/>
32
+ <sub name="Annotation Glossary" link="annotation-glossary.html"/>
33
+ </chapters>
34
+ <functions>
35
+ <keyword type="macro" name="GRAPHENE_POINT_INIT()" link="graphene-Point.html#GRAPHENE-POINT-INIT:CAPS" since="1.0"/>
36
+ <keyword type="function" name="graphene_point_alloc ()" link="graphene-Point.html#graphene-point-alloc" since="1.0"/>
37
+ <keyword type="function" name="graphene_point_free ()" link="graphene-Point.html#graphene-point-free" since="1.0"/>
38
+ <keyword type="function" name="graphene_point_init ()" link="graphene-Point.html#graphene-point-init" since="1.0"/>
39
+ <keyword type="function" name="graphene_point_init_from_point ()" link="graphene-Point.html#graphene-point-init-from-point" since="1.0"/>
40
+ <keyword type="function" name="graphene_point_init_from_vec2 ()" link="graphene-Point.html#graphene-point-init-from-vec2" since="1.4"/>
41
+ <keyword type="function" name="graphene_point_equal ()" link="graphene-Point.html#graphene-point-equal" since="1.0"/>
42
+ <keyword type="function" name="graphene_point_distance ()" link="graphene-Point.html#graphene-point-distance" since="1.0"/>
43
+ <keyword type="function" name="graphene_point_near ()" link="graphene-Point.html#graphene-point-near" since="1.0"/>
44
+ <keyword type="function" name="graphene_point_interpolate ()" link="graphene-Point.html#graphene-point-interpolate" since="1.0"/>
45
+ <keyword type="function" name="graphene_point_to_vec2 ()" link="graphene-Point.html#graphene-point-to-vec2" since="1.4"/>
46
+ <keyword type="function" name="graphene_point_zero ()" link="graphene-Point.html#graphene-point-zero" since="1.0"/>
47
+ <keyword type="macro" name="GRAPHENE_POINT_INIT_ZERO" link="graphene-Point.html#GRAPHENE-POINT-INIT-ZERO:CAPS" since="1.0"/>
48
+ <keyword type="struct" name="graphene_point_t" link="graphene-Point.html#graphene-point-t" since="1.0"/>
49
+ <keyword type="macro" name="GRAPHENE_POINT3D_INIT()" link="graphene-Point3D.html#GRAPHENE-POINT3D-INIT:CAPS" since="1.0"/>
50
+ <keyword type="function" name="graphene_point3d_alloc ()" link="graphene-Point3D.html#graphene-point3d-alloc" since="1.0"/>
51
+ <keyword type="function" name="graphene_point3d_free ()" link="graphene-Point3D.html#graphene-point3d-free" since="1.0"/>
52
+ <keyword type="function" name="graphene_point3d_init ()" link="graphene-Point3D.html#graphene-point3d-init" since="1.0"/>
53
+ <keyword type="function" name="graphene_point3d_init_from_point ()" link="graphene-Point3D.html#graphene-point3d-init-from-point" since="1.0"/>
54
+ <keyword type="function" name="graphene_point3d_init_from_vec3 ()" link="graphene-Point3D.html#graphene-point3d-init-from-vec3" since="1.0"/>
55
+ <keyword type="function" name="graphene_point3d_to_vec3 ()" link="graphene-Point3D.html#graphene-point3d-to-vec3" since="1.0"/>
56
+ <keyword type="function" name="graphene_point3d_equal ()" link="graphene-Point3D.html#graphene-point3d-equal" since="1.0"/>
57
+ <keyword type="function" name="graphene_point3d_near ()" link="graphene-Point3D.html#graphene-point3d-near" since="1.0"/>
58
+ <keyword type="function" name="graphene_point3d_scale ()" link="graphene-Point3D.html#graphene-point3d-scale" since="1.0"/>
59
+ <keyword type="function" name="graphene_point3d_cross ()" link="graphene-Point3D.html#graphene-point3d-cross" since="1.0"/>
60
+ <keyword type="function" name="graphene_point3d_dot ()" link="graphene-Point3D.html#graphene-point3d-dot" since="1.0"/>
61
+ <keyword type="function" name="graphene_point3d_length ()" link="graphene-Point3D.html#graphene-point3d-length" since="1.0"/>
62
+ <keyword type="function" name="graphene_point3d_normalize ()" link="graphene-Point3D.html#graphene-point3d-normalize" since="1.0"/>
63
+ <keyword type="function" name="graphene_point3d_normalize_viewport ()" link="graphene-Point3D.html#graphene-point3d-normalize-viewport" since="1.4"/>
64
+ <keyword type="function" name="graphene_point3d_distance ()" link="graphene-Point3D.html#graphene-point3d-distance" since="1.4"/>
65
+ <keyword type="function" name="graphene_point3d_interpolate ()" link="graphene-Point3D.html#graphene-point3d-interpolate" since="1.0"/>
66
+ <keyword type="function" name="graphene_point3d_zero ()" link="graphene-Point3D.html#graphene-point3d-zero" since="1.0"/>
67
+ <keyword type="macro" name="GRAPHENE_POINT3D_INIT_ZERO" link="graphene-Point3D.html#GRAPHENE-POINT3D-INIT-ZERO:CAPS" since="1.0"/>
68
+ <keyword type="struct" name="graphene_point3d_t" link="graphene-Point3D.html#graphene-point3d-t" since="1.0"/>
69
+ <keyword type="macro" name="GRAPHENE_SIZE_INIT()" link="graphene-Size.html#GRAPHENE-SIZE-INIT:CAPS" since="1.0"/>
70
+ <keyword type="function" name="graphene_size_alloc ()" link="graphene-Size.html#graphene-size-alloc" since="1.0"/>
71
+ <keyword type="function" name="graphene_size_free ()" link="graphene-Size.html#graphene-size-free" since="1.0"/>
72
+ <keyword type="function" name="graphene_size_init ()" link="graphene-Size.html#graphene-size-init" since="1.0"/>
73
+ <keyword type="function" name="graphene_size_init_from_size ()" link="graphene-Size.html#graphene-size-init-from-size" since="1.0"/>
74
+ <keyword type="function" name="graphene_size_equal ()" link="graphene-Size.html#graphene-size-equal" since="1.0"/>
75
+ <keyword type="function" name="graphene_size_scale ()" link="graphene-Size.html#graphene-size-scale" since="1.0"/>
76
+ <keyword type="function" name="graphene_size_interpolate ()" link="graphene-Size.html#graphene-size-interpolate" since="1.0"/>
77
+ <keyword type="function" name="graphene_size_zero ()" link="graphene-Size.html#graphene-size-zero" since="1.0"/>
78
+ <keyword type="macro" name="GRAPHENE_SIZE_INIT_ZERO" link="graphene-Size.html#GRAPHENE-SIZE-INIT-ZERO:CAPS" since="1.0"/>
79
+ <keyword type="struct" name="graphene_size_t" link="graphene-Size.html#graphene-size-t" since="1.0"/>
80
+ <keyword type="macro" name="GRAPHENE_RECT_INIT()" link="graphene-Rectangle.html#GRAPHENE-RECT-INIT:CAPS" since="1.0"/>
81
+ <keyword type="function" name="graphene_rect_alloc ()" link="graphene-Rectangle.html#graphene-rect-alloc" since="1.0"/>
82
+ <keyword type="function" name="graphene_rect_free ()" link="graphene-Rectangle.html#graphene-rect-free" since="1.0"/>
83
+ <keyword type="function" name="graphene_rect_init ()" link="graphene-Rectangle.html#graphene-rect-init" since="1.0"/>
84
+ <keyword type="function" name="graphene_rect_init_from_rect ()" link="graphene-Rectangle.html#graphene-rect-init-from-rect" since="1.0"/>
85
+ <keyword type="function" name="graphene_rect_equal ()" link="graphene-Rectangle.html#graphene-rect-equal" since="1.0"/>
86
+ <keyword type="function" name="graphene_rect_normalize ()" link="graphene-Rectangle.html#graphene-rect-normalize" since="1.0"/>
87
+ <keyword type="function" name="graphene_rect_normalize_r ()" link="graphene-Rectangle.html#graphene-rect-normalize-r" since="1.4"/>
88
+ <keyword type="function" name="graphene_rect_get_center ()" link="graphene-Rectangle.html#graphene-rect-get-center" since="1.0"/>
89
+ <keyword type="function" name="graphene_rect_get_top_left ()" link="graphene-Rectangle.html#graphene-rect-get-top-left" since="1.0"/>
90
+ <keyword type="function" name="graphene_rect_get_top_right ()" link="graphene-Rectangle.html#graphene-rect-get-top-right" since="1.0"/>
91
+ <keyword type="function" name="graphene_rect_get_bottom_right ()" link="graphene-Rectangle.html#graphene-rect-get-bottom-right" since="1.0"/>
92
+ <keyword type="function" name="graphene_rect_get_bottom_left ()" link="graphene-Rectangle.html#graphene-rect-get-bottom-left" since="1.0"/>
93
+ <keyword type="function" name="graphene_rect_get_x ()" link="graphene-Rectangle.html#graphene-rect-get-x" since="1.0"/>
94
+ <keyword type="function" name="graphene_rect_get_y ()" link="graphene-Rectangle.html#graphene-rect-get-y" since="1.0"/>
95
+ <keyword type="function" name="graphene_rect_get_width ()" link="graphene-Rectangle.html#graphene-rect-get-width" since="1.0"/>
96
+ <keyword type="function" name="graphene_rect_get_height ()" link="graphene-Rectangle.html#graphene-rect-get-height" since="1.0"/>
97
+ <keyword type="function" name="graphene_rect_get_vertices ()" link="graphene-Rectangle.html#graphene-rect-get-vertices" since="1.4"/>
98
+ <keyword type="function" name="graphene_rect_union ()" link="graphene-Rectangle.html#graphene-rect-union" since="1.0"/>
99
+ <keyword type="function" name="graphene_rect_intersection ()" link="graphene-Rectangle.html#graphene-rect-intersection" since="1.0"/>
100
+ <keyword type="function" name="graphene_rect_contains_point ()" link="graphene-Rectangle.html#graphene-rect-contains-point" since="1.0"/>
101
+ <keyword type="function" name="graphene_rect_contains_rect ()" link="graphene-Rectangle.html#graphene-rect-contains-rect" since="1.0"/>
102
+ <keyword type="function" name="graphene_rect_offset ()" link="graphene-Rectangle.html#graphene-rect-offset" since="1.0"/>
103
+ <keyword type="function" name="graphene_rect_offset_r ()" link="graphene-Rectangle.html#graphene-rect-offset-r" since="1.4"/>
104
+ <keyword type="function" name="graphene_rect_inset ()" link="graphene-Rectangle.html#graphene-rect-inset" since="1.0"/>
105
+ <keyword type="function" name="graphene_rect_inset_r ()" link="graphene-Rectangle.html#graphene-rect-inset-r" since="1.4"/>
106
+ <keyword type="function" name="graphene_rect_round_to_pixel ()" link="graphene-Rectangle.html#graphene-rect-round-to-pixel" deprecated="1.4: Use graphene_rect_round() instead" since="1.0"/>
107
+ <keyword type="function" name="graphene_rect_round ()" link="graphene-Rectangle.html#graphene-rect-round" since="1.4"/>
108
+ <keyword type="function" name="graphene_rect_expand ()" link="graphene-Rectangle.html#graphene-rect-expand" since="1.4"/>
109
+ <keyword type="function" name="graphene_rect_interpolate ()" link="graphene-Rectangle.html#graphene-rect-interpolate" since="1.0"/>
110
+ <keyword type="function" name="graphene_rect_zero ()" link="graphene-Rectangle.html#graphene-rect-zero" since="1.4"/>
111
+ <keyword type="struct" name="graphene_rect_t" link="graphene-Rectangle.html#graphene-rect-t" since="1.0"/>
112
+ <keyword type="function" name="graphene_quad_alloc ()" link="graphene-Quad.html#graphene-quad-alloc" since="1.0"/>
113
+ <keyword type="function" name="graphene_quad_free ()" link="graphene-Quad.html#graphene-quad-free" since="1.0"/>
114
+ <keyword type="function" name="graphene_quad_init ()" link="graphene-Quad.html#graphene-quad-init" since="1.0"/>
115
+ <keyword type="function" name="graphene_quad_init_from_rect ()" link="graphene-Quad.html#graphene-quad-init-from-rect" since="1.0"/>
116
+ <keyword type="function" name="graphene_quad_init_from_points ()" link="graphene-Quad.html#graphene-quad-init-from-points" since="1.2"/>
117
+ <keyword type="function" name="graphene_quad_contains ()" link="graphene-Quad.html#graphene-quad-contains" since="1.0"/>
118
+ <keyword type="function" name="graphene_quad_bounds ()" link="graphene-Quad.html#graphene-quad-bounds" since="1.0"/>
119
+ <keyword type="function" name="graphene_quad_get_point ()" link="graphene-Quad.html#graphene-quad-get-point" since="1.0"/>
120
+ <keyword type="struct" name="graphene_quad_t" link="graphene-Quad.html#graphene-quad-t" since="1.0"/>
121
+ <keyword type="function" name="graphene_triangle_alloc ()" link="graphene-Triangle.html#graphene-triangle-alloc" since="1.2"/>
122
+ <keyword type="function" name="graphene_triangle_free ()" link="graphene-Triangle.html#graphene-triangle-free" since="1.2"/>
123
+ <keyword type="function" name="graphene_triangle_init_from_point3d ()" link="graphene-Triangle.html#graphene-triangle-init-from-point3d" since="1.2"/>
124
+ <keyword type="function" name="graphene_triangle_init_from_vec3 ()" link="graphene-Triangle.html#graphene-triangle-init-from-vec3" since="1.2"/>
125
+ <keyword type="function" name="graphene_triangle_get_points ()" link="graphene-Triangle.html#graphene-triangle-get-points" since="1.2"/>
126
+ <keyword type="function" name="graphene_triangle_get_vertices ()" link="graphene-Triangle.html#graphene-triangle-get-vertices" since="1.2"/>
127
+ <keyword type="function" name="graphene_triangle_get_area ()" link="graphene-Triangle.html#graphene-triangle-get-area" since="1.2"/>
128
+ <keyword type="function" name="graphene_triangle_get_midpoint ()" link="graphene-Triangle.html#graphene-triangle-get-midpoint" since="1.2"/>
129
+ <keyword type="function" name="graphene_triangle_get_normal ()" link="graphene-Triangle.html#graphene-triangle-get-normal" since="1.2"/>
130
+ <keyword type="function" name="graphene_triangle_get_plane ()" link="graphene-Triangle.html#graphene-triangle-get-plane" since="1.2"/>
131
+ <keyword type="function" name="graphene_triangle_get_bounding_box ()" link="graphene-Triangle.html#graphene-triangle-get-bounding-box" since="1.2"/>
132
+ <keyword type="function" name="graphene_triangle_get_barycoords ()" link="graphene-Triangle.html#graphene-triangle-get-barycoords" since="1.2"/>
133
+ <keyword type="function" name="graphene_triangle_contains_point ()" link="graphene-Triangle.html#graphene-triangle-contains-point" since="1.2"/>
134
+ <keyword type="function" name="graphene_triangle_equal ()" link="graphene-Triangle.html#graphene-triangle-equal" since="1.2"/>
135
+ <keyword type="struct" name="graphene_triangle_t" link="graphene-Triangle.html#graphene-triangle-t" since="1.2"/>
136
+ <keyword type="function" name="graphene_box_alloc ()" link="graphene-Box.html#graphene-box-alloc" since="1.2"/>
137
+ <keyword type="function" name="graphene_box_free ()" link="graphene-Box.html#graphene-box-free" since="1.2"/>
138
+ <keyword type="function" name="graphene_box_init ()" link="graphene-Box.html#graphene-box-init" since="1.2"/>
139
+ <keyword type="function" name="graphene_box_init_from_box ()" link="graphene-Box.html#graphene-box-init-from-box" since="1.2"/>
140
+ <keyword type="function" name="graphene_box_init_from_points ()" link="graphene-Box.html#graphene-box-init-from-points" since="1.2"/>
141
+ <keyword type="function" name="graphene_box_init_from_vec3 ()" link="graphene-Box.html#graphene-box-init-from-vec3" since="1.2"/>
142
+ <keyword type="function" name="graphene_box_init_from_vectors ()" link="graphene-Box.html#graphene-box-init-from-vectors" since="1.2"/>
143
+ <keyword type="function" name="graphene_box_equal ()" link="graphene-Box.html#graphene-box-equal" since="1.2"/>
144
+ <keyword type="function" name="graphene_box_expand ()" link="graphene-Box.html#graphene-box-expand" since="1.2"/>
145
+ <keyword type="function" name="graphene_box_expand_scalar ()" link="graphene-Box.html#graphene-box-expand-scalar" since="1.2"/>
146
+ <keyword type="function" name="graphene_box_expand_vec3 ()" link="graphene-Box.html#graphene-box-expand-vec3" since="1.2"/>
147
+ <keyword type="function" name="graphene_box_get_min ()" link="graphene-Box.html#graphene-box-get-min" since="1.2"/>
148
+ <keyword type="function" name="graphene_box_get_max ()" link="graphene-Box.html#graphene-box-get-max" since="1.2"/>
149
+ <keyword type="function" name="graphene_box_get_center ()" link="graphene-Box.html#graphene-box-get-center" since="1.2"/>
150
+ <keyword type="function" name="graphene_box_get_depth ()" link="graphene-Box.html#graphene-box-get-depth" since="1.2"/>
151
+ <keyword type="function" name="graphene_box_get_height ()" link="graphene-Box.html#graphene-box-get-height" since="1.2"/>
152
+ <keyword type="function" name="graphene_box_get_width ()" link="graphene-Box.html#graphene-box-get-width" since="1.2"/>
153
+ <keyword type="function" name="graphene_box_get_size ()" link="graphene-Box.html#graphene-box-get-size" since="1.2"/>
154
+ <keyword type="function" name="graphene_box_get_bounding_sphere ()" link="graphene-Box.html#graphene-box-get-bounding-sphere" since="1.2"/>
155
+ <keyword type="function" name="graphene_box_get_vertices ()" link="graphene-Box.html#graphene-box-get-vertices" since="1.2"/>
156
+ <keyword type="function" name="graphene_box_union ()" link="graphene-Box.html#graphene-box-union" since="1.2"/>
157
+ <keyword type="function" name="graphene_box_intersection ()" link="graphene-Box.html#graphene-box-intersection" since="1.2"/>
158
+ <keyword type="function" name="graphene_box_contains_box ()" link="graphene-Box.html#graphene-box-contains-box" since="1.2"/>
159
+ <keyword type="function" name="graphene_box_contains_point ()" link="graphene-Box.html#graphene-box-contains-point" since="1.2"/>
160
+ <keyword type="function" name="graphene_box_zero ()" link="graphene-Box.html#graphene-box-zero" since="1.2"/>
161
+ <keyword type="function" name="graphene_box_one ()" link="graphene-Box.html#graphene-box-one" since="1.2"/>
162
+ <keyword type="function" name="graphene_box_minus_one ()" link="graphene-Box.html#graphene-box-minus-one" since="1.2"/>
163
+ <keyword type="function" name="graphene_box_one_minus_one ()" link="graphene-Box.html#graphene-box-one-minus-one" since="1.2"/>
164
+ <keyword type="function" name="graphene_box_empty ()" link="graphene-Box.html#graphene-box-empty" since="1.2"/>
165
+ <keyword type="function" name="graphene_box_infinite ()" link="graphene-Box.html#graphene-box-infinite" since="1.2"/>
166
+ <keyword type="struct" name="graphene_box_t" link="graphene-Box.html#graphene-box-t" since="1.2"/>
167
+ <keyword type="function" name="graphene_sphere_alloc ()" link="graphene-Sphere.html#graphene-sphere-alloc" since="1.2"/>
168
+ <keyword type="function" name="graphene_sphere_free ()" link="graphene-Sphere.html#graphene-sphere-free" since="1.2"/>
169
+ <keyword type="function" name="graphene_sphere_init ()" link="graphene-Sphere.html#graphene-sphere-init" since="1.2"/>
170
+ <keyword type="function" name="graphene_sphere_init_from_points ()" link="graphene-Sphere.html#graphene-sphere-init-from-points" since="1.2"/>
171
+ <keyword type="function" name="graphene_sphere_init_from_vectors ()" link="graphene-Sphere.html#graphene-sphere-init-from-vectors" since="1.2"/>
172
+ <keyword type="function" name="graphene_sphere_get_center ()" link="graphene-Sphere.html#graphene-sphere-get-center" since="1.2"/>
173
+ <keyword type="function" name="graphene_sphere_get_radius ()" link="graphene-Sphere.html#graphene-sphere-get-radius" since="1.2"/>
174
+ <keyword type="function" name="graphene_sphere_get_bounding_box ()" link="graphene-Sphere.html#graphene-sphere-get-bounding-box" since="1.2"/>
175
+ <keyword type="function" name="graphene_sphere_is_empty ()" link="graphene-Sphere.html#graphene-sphere-is-empty" since="1.2"/>
176
+ <keyword type="function" name="graphene_sphere_distance ()" link="graphene-Sphere.html#graphene-sphere-distance" since="1.2"/>
177
+ <keyword type="function" name="graphene_sphere_contains_point ()" link="graphene-Sphere.html#graphene-sphere-contains-point" since="1.2"/>
178
+ <keyword type="function" name="graphene_sphere_translate ()" link="graphene-Sphere.html#graphene-sphere-translate" since="1.2"/>
179
+ <keyword type="function" name="graphene_sphere_equal ()" link="graphene-Sphere.html#graphene-sphere-equal" since="1.2"/>
180
+ <keyword type="struct" name="graphene_sphere_t" link="graphene-Sphere.html#graphene-sphere-t" since="1.2"/>
181
+ <keyword type="function" name="graphene_frustum_alloc ()" link="graphene-Frustum.html#graphene-frustum-alloc" since="1.2"/>
182
+ <keyword type="function" name="graphene_frustum_free ()" link="graphene-Frustum.html#graphene-frustum-free" since="1.2"/>
183
+ <keyword type="function" name="graphene_frustum_init ()" link="graphene-Frustum.html#graphene-frustum-init" since="1.2"/>
184
+ <keyword type="function" name="graphene_frustum_init_from_frustum ()" link="graphene-Frustum.html#graphene-frustum-init-from-frustum" since="1.2"/>
185
+ <keyword type="function" name="graphene_frustum_init_from_matrix ()" link="graphene-Frustum.html#graphene-frustum-init-from-matrix" since="1.2"/>
186
+ <keyword type="function" name="graphene_frustum_get_planes ()" link="graphene-Frustum.html#graphene-frustum-get-planes" since="1.2"/>
187
+ <keyword type="function" name="graphene_frustum_contains_point ()" link="graphene-Frustum.html#graphene-frustum-contains-point" since="1.2"/>
188
+ <keyword type="function" name="graphene_frustum_intersects_sphere ()" link="graphene-Frustum.html#graphene-frustum-intersects-sphere" since="1.2"/>
189
+ <keyword type="function" name="graphene_frustum_intersects_box ()" link="graphene-Frustum.html#graphene-frustum-intersects-box" since="1.2"/>
190
+ <keyword type="function" name="graphene_frustum_equal ()" link="graphene-Frustum.html#graphene-frustum-equal" since="1.6"/>
191
+ <keyword type="struct" name="graphene_frustum_t" link="graphene-Frustum.html#graphene-frustum-t" since="1.2"/>
192
+ <keyword type="function" name="graphene_simd4f_init ()" link="graphene-SIMD-vector.html#graphene-simd4f-init" since="1.0"/>
193
+ <keyword type="function" name="graphene_simd4f_init_zero ()" link="graphene-SIMD-vector.html#graphene-simd4f-init-zero" since="1.0"/>
194
+ <keyword type="function" name="graphene_simd4f_init_4f ()" link="graphene-SIMD-vector.html#graphene-simd4f-init-4f" since="1.0"/>
195
+ <keyword type="function" name="graphene_simd4f_init_3f ()" link="graphene-SIMD-vector.html#graphene-simd4f-init-3f" since="1.0"/>
196
+ <keyword type="function" name="graphene_simd4f_init_2f ()" link="graphene-SIMD-vector.html#graphene-simd4f-init-2f" since="1.0"/>
197
+ <keyword type="function" name="graphene_simd4f_dup_4f ()" link="graphene-SIMD-vector.html#graphene-simd4f-dup-4f" since="1.0"/>
198
+ <keyword type="function" name="graphene_simd4f_dup_3f ()" link="graphene-SIMD-vector.html#graphene-simd4f-dup-3f" since="1.0"/>
199
+ <keyword type="function" name="graphene_simd4f_dup_2f ()" link="graphene-SIMD-vector.html#graphene-simd4f-dup-2f" since="1.0"/>
200
+ <keyword type="function" name="graphene_simd4f_get ()" link="graphene-SIMD-vector.html#graphene-simd4f-get" since="1.2"/>
201
+ <keyword type="function" name="graphene_simd4f_get_x ()" link="graphene-SIMD-vector.html#graphene-simd4f-get-x" since="1.0"/>
202
+ <keyword type="function" name="graphene_simd4f_get_y ()" link="graphene-SIMD-vector.html#graphene-simd4f-get-y" since="1.0"/>
203
+ <keyword type="function" name="graphene_simd4f_get_z ()" link="graphene-SIMD-vector.html#graphene-simd4f-get-z" since="1.0"/>
204
+ <keyword type="function" name="graphene_simd4f_get_w ()" link="graphene-SIMD-vector.html#graphene-simd4f-get-w" since="1.0"/>
205
+ <keyword type="function" name="graphene_simd4f_splat ()" link="graphene-SIMD-vector.html#graphene-simd4f-splat" since="1.0"/>
206
+ <keyword type="function" name="graphene_simd4f_splat_x ()" link="graphene-SIMD-vector.html#graphene-simd4f-splat-x" since="1.0"/>
207
+ <keyword type="function" name="graphene_simd4f_splat_y ()" link="graphene-SIMD-vector.html#graphene-simd4f-splat-y" since="1.0"/>
208
+ <keyword type="function" name="graphene_simd4f_splat_z ()" link="graphene-SIMD-vector.html#graphene-simd4f-splat-z" since="1.0"/>
209
+ <keyword type="function" name="graphene_simd4f_splat_w ()" link="graphene-SIMD-vector.html#graphene-simd4f-splat-w" since="1.0"/>
210
+ <keyword type="function" name="graphene_simd4f_add ()" link="graphene-SIMD-vector.html#graphene-simd4f-add" since="1.0"/>
211
+ <keyword type="function" name="graphene_simd4f_sub ()" link="graphene-SIMD-vector.html#graphene-simd4f-sub" since="1.0"/>
212
+ <keyword type="function" name="graphene_simd4f_mul ()" link="graphene-SIMD-vector.html#graphene-simd4f-mul" since="1.0"/>
213
+ <keyword type="function" name="graphene_simd4f_div ()" link="graphene-SIMD-vector.html#graphene-simd4f-div" since="1.0"/>
214
+ <keyword type="function" name="graphene_simd4f_sqrt ()" link="graphene-SIMD-vector.html#graphene-simd4f-sqrt" since="1.0"/>
215
+ <keyword type="function" name="graphene_simd4f_reciprocal ()" link="graphene-SIMD-vector.html#graphene-simd4f-reciprocal" since="1.0"/>
216
+ <keyword type="function" name="graphene_simd4f_rsqrt ()" link="graphene-SIMD-vector.html#graphene-simd4f-rsqrt" since="1.0"/>
217
+ <keyword type="function" name="graphene_simd4f_cross3 ()" link="graphene-SIMD-vector.html#graphene-simd4f-cross3" since="1.0"/>
218
+ <keyword type="function" name="graphene_simd4f_min ()" link="graphene-SIMD-vector.html#graphene-simd4f-min" since="1.0"/>
219
+ <keyword type="function" name="graphene_simd4f_max ()" link="graphene-SIMD-vector.html#graphene-simd4f-max" since="1.0"/>
220
+ <keyword type="function" name="graphene_simd4f_min_val ()" link="graphene-SIMD-vector.html#graphene-simd4f-min-val" since="1.4"/>
221
+ <keyword type="function" name="graphene_simd4f_max_val ()" link="graphene-SIMD-vector.html#graphene-simd4f-max-val" since="1.4"/>
222
+ <keyword type="function" name="graphene_simd4f_clamp ()" link="graphene-SIMD-vector.html#graphene-simd4f-clamp" since="1.2"/>
223
+ <keyword type="function" name="graphene_simd4f_clamp_scalar ()" link="graphene-SIMD-vector.html#graphene-simd4f-clamp-scalar" since="1.2"/>
224
+ <keyword type="function" name="graphene_simd4f_shuffle_wxyz ()" link="graphene-SIMD-vector.html#graphene-simd4f-shuffle-wxyz" since="1.0"/>
225
+ <keyword type="function" name="graphene_simd4f_shuffle_zwxy ()" link="graphene-SIMD-vector.html#graphene-simd4f-shuffle-zwxy" since="1.0"/>
226
+ <keyword type="function" name="graphene_simd4f_shuffle_yzwx ()" link="graphene-SIMD-vector.html#graphene-simd4f-shuffle-yzwx" since="1.0"/>
227
+ <keyword type="function" name="graphene_simd4f_zero_w ()" link="graphene-SIMD-vector.html#graphene-simd4f-zero-w" since="1.0"/>
228
+ <keyword type="function" name="graphene_simd4f_zero_zw ()" link="graphene-SIMD-vector.html#graphene-simd4f-zero-zw" since="1.0"/>
229
+ <keyword type="function" name="graphene_simd4f_merge_w ()" link="graphene-SIMD-vector.html#graphene-simd4f-merge-w" since="1.0"/>
230
+ <keyword type="function" name="graphene_simd4f_merge_high ()" link="graphene-SIMD-vector.html#graphene-simd4f-merge-high" since="1.0"/>
231
+ <keyword type="function" name="graphene_simd4f_merge_low ()" link="graphene-SIMD-vector.html#graphene-simd4f-merge-low" since="1.0"/>
232
+ <keyword type="function" name="graphene_simd4f_flip_sign_0101 ()" link="graphene-SIMD-vector.html#graphene-simd4f-flip-sign-0101" since="1.0"/>
233
+ <keyword type="function" name="graphene_simd4f_flip_sign_1010 ()" link="graphene-SIMD-vector.html#graphene-simd4f-flip-sign-1010" since="1.0"/>
234
+ <keyword type="function" name="graphene_simd4f_cmp_eq ()" link="graphene-SIMD-vector.html#graphene-simd4f-cmp-eq" since="1.0"/>
235
+ <keyword type="function" name="graphene_simd4f_cmp_neq ()" link="graphene-SIMD-vector.html#graphene-simd4f-cmp-neq" since="1.0"/>
236
+ <keyword type="function" name="graphene_simd4f_cmp_lt ()" link="graphene-SIMD-vector.html#graphene-simd4f-cmp-lt" since="1.2"/>
237
+ <keyword type="function" name="graphene_simd4f_cmp_le ()" link="graphene-SIMD-vector.html#graphene-simd4f-cmp-le" since="1.2"/>
238
+ <keyword type="function" name="graphene_simd4f_cmp_ge ()" link="graphene-SIMD-vector.html#graphene-simd4f-cmp-ge" since="1.0"/>
239
+ <keyword type="function" name="graphene_simd4f_cmp_gt ()" link="graphene-SIMD-vector.html#graphene-simd4f-cmp-gt" since="1.0"/>
240
+ <keyword type="function" name="graphene_simd4f_neg ()" link="graphene-SIMD-vector.html#graphene-simd4f-neg" since="1.0"/>
241
+ <keyword type="function" name="graphene_simd4f_madd ()" link="graphene-SIMD-vector.html#graphene-simd4f-madd" since="1.0"/>
242
+ <keyword type="function" name="graphene_simd4f_sum ()" link="graphene-SIMD-vector.html#graphene-simd4f-sum" since="1.0"/>
243
+ <keyword type="function" name="graphene_simd4f_sum_scalar ()" link="graphene-SIMD-vector.html#graphene-simd4f-sum-scalar" since="1.0"/>
244
+ <keyword type="function" name="graphene_simd4f_dot4 ()" link="graphene-SIMD-vector.html#graphene-simd4f-dot4" since="1.0"/>
245
+ <keyword type="function" name="graphene_simd4f_dot3 ()" link="graphene-SIMD-vector.html#graphene-simd4f-dot3" since="1.0"/>
246
+ <keyword type="function" name="graphene_simd4f_dot3_scalar ()" link="graphene-SIMD-vector.html#graphene-simd4f-dot3-scalar" since="1.4"/>
247
+ <keyword type="function" name="graphene_simd4f_dot2 ()" link="graphene-SIMD-vector.html#graphene-simd4f-dot2" since="1.0"/>
248
+ <keyword type="function" name="graphene_simd4f_length4 ()" link="graphene-SIMD-vector.html#graphene-simd4f-length4" since="1.0"/>
249
+ <keyword type="function" name="graphene_simd4f_length3 ()" link="graphene-SIMD-vector.html#graphene-simd4f-length3" since="1.0"/>
250
+ <keyword type="function" name="graphene_simd4f_length2 ()" link="graphene-SIMD-vector.html#graphene-simd4f-length2" since="1.0"/>
251
+ <keyword type="function" name="graphene_simd4f_normalize4 ()" link="graphene-SIMD-vector.html#graphene-simd4f-normalize4" since="1.0"/>
252
+ <keyword type="function" name="graphene_simd4f_normalize3 ()" link="graphene-SIMD-vector.html#graphene-simd4f-normalize3" since="1.0"/>
253
+ <keyword type="function" name="graphene_simd4f_normalize2 ()" link="graphene-SIMD-vector.html#graphene-simd4f-normalize2" since="1.0"/>
254
+ <keyword type="function" name="graphene_simd4f_is_zero4 ()" link="graphene-SIMD-vector.html#graphene-simd4f-is-zero4" since="1.0"/>
255
+ <keyword type="function" name="graphene_simd4f_is_zero3 ()" link="graphene-SIMD-vector.html#graphene-simd4f-is-zero3" since="1.0"/>
256
+ <keyword type="function" name="graphene_simd4f_is_zero2 ()" link="graphene-SIMD-vector.html#graphene-simd4f-is-zero2" since="1.0"/>
257
+ <keyword type="function" name="graphene_simd4f_interpolate ()" link="graphene-SIMD-vector.html#graphene-simd4f-interpolate" since="1.0"/>
258
+ <keyword type="struct" name="graphene_simd4f_t" link="graphene-SIMD-vector.html#graphene-simd4f-t" since="1.0"/>
259
+ <keyword type="function" name="graphene_simd4x4f_init ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-init" since="1.0"/>
260
+ <keyword type="function" name="graphene_simd4x4f_init_identity ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-init-identity" since="1.0"/>
261
+ <keyword type="function" name="graphene_simd4x4f_init_from_float ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-init-from-float" since="1.0"/>
262
+ <keyword type="function" name="graphene_simd4x4f_to_float ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-to-float" since="1.0"/>
263
+ <keyword type="function" name="graphene_simd4x4f_transpose_in_place ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-transpose-in-place" since="1.0"/>
264
+ <keyword type="function" name="graphene_simd4x4f_sum ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-sum" since="1.0"/>
265
+ <keyword type="function" name="graphene_simd4x4f_vec4_mul ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-vec4-mul" since="1.0"/>
266
+ <keyword type="function" name="graphene_simd4x4f_vec3_mul ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-vec3-mul" since="1.0"/>
267
+ <keyword type="function" name="graphene_simd4x4f_point3_mul ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-point3-mul" since="1.0"/>
268
+ <keyword type="function" name="graphene_simd4x4f_transpose ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-transpose" since="1.0"/>
269
+ <keyword type="function" name="graphene_simd4x4f_inv_ortho_vec3_mul ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-inv-ortho-vec3-mul" since="1.0"/>
270
+ <keyword type="function" name="graphene_simd4x4f_inv_ortho_point3_mul ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-inv-ortho-point3-mul" since="1.0"/>
271
+ <keyword type="function" name="graphene_simd4x4f_matrix_mul ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-matrix-mul" since="1.0"/>
272
+ <keyword type="function" name="graphene_simd4x4f_init_perspective ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-init-perspective" since="1.0"/>
273
+ <keyword type="function" name="graphene_simd4x4f_init_ortho ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-init-ortho" since="1.0"/>
274
+ <keyword type="function" name="graphene_simd4x4f_init_look_at ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-init-look-at" since="1.0"/>
275
+ <keyword type="function" name="graphene_simd4x4f_init_frustum ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-init-frustum" since="1.2"/>
276
+ <keyword type="function" name="graphene_simd4x4f_perspective ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-perspective" since="1.0"/>
277
+ <keyword type="function" name="graphene_simd4x4f_translation ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-translation" since="1.0"/>
278
+ <keyword type="function" name="graphene_simd4x4f_scale ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-scale" since="1.0"/>
279
+ <keyword type="function" name="graphene_simd4x4f_rotation ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-rotation" since="1.0"/>
280
+ <keyword type="function" name="graphene_simd4x4f_add ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-add" since="1.0"/>
281
+ <keyword type="function" name="graphene_simd4x4f_sub ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-sub" since="1.0"/>
282
+ <keyword type="function" name="graphene_simd4x4f_mul ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-mul" since="1.0"/>
283
+ <keyword type="function" name="graphene_simd4x4f_div ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-div" since="1.0"/>
284
+ <keyword type="function" name="graphene_simd4x4f_inverse ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-inverse" since="1.0"/>
285
+ <keyword type="function" name="graphene_simd4x4f_determinant ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-determinant" since="1.0"/>
286
+ <keyword type="function" name="graphene_simd4x4f_is_identity ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-is-identity" since="1.0"/>
287
+ <keyword type="function" name="graphene_simd4x4f_is_2d ()" link="graphene-SIMD-matrix.html#graphene-simd4x4f-is-2d" since="1.0"/>
288
+ <keyword type="struct" name="graphene_simd4x4f_t" link="graphene-SIMD-matrix.html#graphene-simd4x4f-t" since="1.0"/>
289
+ <keyword type="function" name="graphene_vec2_alloc ()" link="graphene-Vectors.html#graphene-vec2-alloc" since="1.0"/>
290
+ <keyword type="function" name="graphene_vec2_free ()" link="graphene-Vectors.html#graphene-vec2-free" since="1.0"/>
291
+ <keyword type="function" name="graphene_vec2_init ()" link="graphene-Vectors.html#graphene-vec2-init" since="1.0"/>
292
+ <keyword type="function" name="graphene_vec2_init_from_vec2 ()" link="graphene-Vectors.html#graphene-vec2-init-from-vec2" since="1.0"/>
293
+ <keyword type="function" name="graphene_vec2_init_from_float ()" link="graphene-Vectors.html#graphene-vec2-init-from-float" since="1.0"/>
294
+ <keyword type="function" name="graphene_vec2_to_float ()" link="graphene-Vectors.html#graphene-vec2-to-float" since="1.0"/>
295
+ <keyword type="function" name="graphene_vec2_add ()" link="graphene-Vectors.html#graphene-vec2-add" since="1.0"/>
296
+ <keyword type="function" name="graphene_vec2_subtract ()" link="graphene-Vectors.html#graphene-vec2-subtract" since="1.0"/>
297
+ <keyword type="function" name="graphene_vec2_multiply ()" link="graphene-Vectors.html#graphene-vec2-multiply" since="1.0"/>
298
+ <keyword type="function" name="graphene_vec2_divide ()" link="graphene-Vectors.html#graphene-vec2-divide" since="1.0"/>
299
+ <keyword type="function" name="graphene_vec2_dot ()" link="graphene-Vectors.html#graphene-vec2-dot" since="1.0"/>
300
+ <keyword type="function" name="graphene_vec2_scale ()" link="graphene-Vectors.html#graphene-vec2-scale" since="1.2"/>
301
+ <keyword type="function" name="graphene_vec2_length ()" link="graphene-Vectors.html#graphene-vec2-length" since="1.0"/>
302
+ <keyword type="function" name="graphene_vec2_normalize ()" link="graphene-Vectors.html#graphene-vec2-normalize" since="1.0"/>
303
+ <keyword type="function" name="graphene_vec2_negate ()" link="graphene-Vectors.html#graphene-vec2-negate" since="1.2"/>
304
+ <keyword type="function" name="graphene_vec2_equal ()" link="graphene-Vectors.html#graphene-vec2-equal" since="1.2"/>
305
+ <keyword type="function" name="graphene_vec2_near ()" link="graphene-Vectors.html#graphene-vec2-near" since="1.2"/>
306
+ <keyword type="function" name="graphene_vec2_min ()" link="graphene-Vectors.html#graphene-vec2-min" since="1.0"/>
307
+ <keyword type="function" name="graphene_vec2_max ()" link="graphene-Vectors.html#graphene-vec2-max" since="1.0"/>
308
+ <keyword type="function" name="graphene_vec2_get_x ()" link="graphene-Vectors.html#graphene-vec2-get-x" since="1.0"/>
309
+ <keyword type="function" name="graphene_vec2_get_y ()" link="graphene-Vectors.html#graphene-vec2-get-y" since="1.0"/>
310
+ <keyword type="function" name="graphene_vec2_zero ()" link="graphene-Vectors.html#graphene-vec2-zero" since="1.0"/>
311
+ <keyword type="function" name="graphene_vec2_one ()" link="graphene-Vectors.html#graphene-vec2-one" since="1.0"/>
312
+ <keyword type="function" name="graphene_vec2_x_axis ()" link="graphene-Vectors.html#graphene-vec2-x-axis" since="1.0"/>
313
+ <keyword type="function" name="graphene_vec2_y_axis ()" link="graphene-Vectors.html#graphene-vec2-y-axis" since="1.0"/>
314
+ <keyword type="function" name="graphene_vec3_alloc ()" link="graphene-Vectors.html#graphene-vec3-alloc" since="1.0"/>
315
+ <keyword type="function" name="graphene_vec3_free ()" link="graphene-Vectors.html#graphene-vec3-free" since="1.0"/>
316
+ <keyword type="function" name="graphene_vec3_init ()" link="graphene-Vectors.html#graphene-vec3-init" since="1.0"/>
317
+ <keyword type="function" name="graphene_vec3_init_from_vec3 ()" link="graphene-Vectors.html#graphene-vec3-init-from-vec3" since="1.0"/>
318
+ <keyword type="function" name="graphene_vec3_init_from_float ()" link="graphene-Vectors.html#graphene-vec3-init-from-float" since="1.0"/>
319
+ <keyword type="function" name="graphene_vec3_to_float ()" link="graphene-Vectors.html#graphene-vec3-to-float" since="1.0"/>
320
+ <keyword type="function" name="graphene_vec3_add ()" link="graphene-Vectors.html#graphene-vec3-add" since="1.0"/>
321
+ <keyword type="function" name="graphene_vec3_subtract ()" link="graphene-Vectors.html#graphene-vec3-subtract" since="1.0"/>
322
+ <keyword type="function" name="graphene_vec3_multiply ()" link="graphene-Vectors.html#graphene-vec3-multiply" since="1.0"/>
323
+ <keyword type="function" name="graphene_vec3_divide ()" link="graphene-Vectors.html#graphene-vec3-divide" since="1.0"/>
324
+ <keyword type="function" name="graphene_vec3_cross ()" link="graphene-Vectors.html#graphene-vec3-cross" since="1.0"/>
325
+ <keyword type="function" name="graphene_vec3_dot ()" link="graphene-Vectors.html#graphene-vec3-dot" since="1.0"/>
326
+ <keyword type="function" name="graphene_vec3_scale ()" link="graphene-Vectors.html#graphene-vec3-scale" since="1.2"/>
327
+ <keyword type="function" name="graphene_vec3_length ()" link="graphene-Vectors.html#graphene-vec3-length" since="1.0"/>
328
+ <keyword type="function" name="graphene_vec3_normalize ()" link="graphene-Vectors.html#graphene-vec3-normalize" since="1.0"/>
329
+ <keyword type="function" name="graphene_vec3_negate ()" link="graphene-Vectors.html#graphene-vec3-negate" since="1.2"/>
330
+ <keyword type="function" name="graphene_vec3_equal ()" link="graphene-Vectors.html#graphene-vec3-equal" since="1.2"/>
331
+ <keyword type="function" name="graphene_vec3_near ()" link="graphene-Vectors.html#graphene-vec3-near" since="1.2"/>
332
+ <keyword type="function" name="graphene_vec3_min ()" link="graphene-Vectors.html#graphene-vec3-min" since="1.0"/>
333
+ <keyword type="function" name="graphene_vec3_max ()" link="graphene-Vectors.html#graphene-vec3-max" since="1.0"/>
334
+ <keyword type="function" name="graphene_vec3_get_x ()" link="graphene-Vectors.html#graphene-vec3-get-x" since="1.0"/>
335
+ <keyword type="function" name="graphene_vec3_get_y ()" link="graphene-Vectors.html#graphene-vec3-get-y" since="1.0"/>
336
+ <keyword type="function" name="graphene_vec3_get_z ()" link="graphene-Vectors.html#graphene-vec3-get-z" since="1.0"/>
337
+ <keyword type="function" name="graphene_vec3_get_xy ()" link="graphene-Vectors.html#graphene-vec3-get-xy" since="1.0"/>
338
+ <keyword type="function" name="graphene_vec3_get_xy0 ()" link="graphene-Vectors.html#graphene-vec3-get-xy0" since="1.0"/>
339
+ <keyword type="function" name="graphene_vec3_get_xyz0 ()" link="graphene-Vectors.html#graphene-vec3-get-xyz0" since="1.0"/>
340
+ <keyword type="function" name="graphene_vec3_get_xyz1 ()" link="graphene-Vectors.html#graphene-vec3-get-xyz1" since="1.0"/>
341
+ <keyword type="function" name="graphene_vec3_get_xyzw ()" link="graphene-Vectors.html#graphene-vec3-get-xyzw" since="1.0"/>
342
+ <keyword type="function" name="graphene_vec3_zero ()" link="graphene-Vectors.html#graphene-vec3-zero" since="1.0"/>
343
+ <keyword type="function" name="graphene_vec3_one ()" link="graphene-Vectors.html#graphene-vec3-one" since="1.0"/>
344
+ <keyword type="function" name="graphene_vec3_x_axis ()" link="graphene-Vectors.html#graphene-vec3-x-axis" since="1.0"/>
345
+ <keyword type="function" name="graphene_vec3_y_axis ()" link="graphene-Vectors.html#graphene-vec3-y-axis" since="1.0"/>
346
+ <keyword type="function" name="graphene_vec3_z_axis ()" link="graphene-Vectors.html#graphene-vec3-z-axis" since="1.0"/>
347
+ <keyword type="function" name="graphene_vec4_alloc ()" link="graphene-Vectors.html#graphene-vec4-alloc" since="1.0"/>
348
+ <keyword type="function" name="graphene_vec4_free ()" link="graphene-Vectors.html#graphene-vec4-free" since="1.0"/>
349
+ <keyword type="function" name="graphene_vec4_init ()" link="graphene-Vectors.html#graphene-vec4-init" since="1.0"/>
350
+ <keyword type="function" name="graphene_vec4_init_from_vec4 ()" link="graphene-Vectors.html#graphene-vec4-init-from-vec4" since="1.0"/>
351
+ <keyword type="function" name="graphene_vec4_init_from_vec3 ()" link="graphene-Vectors.html#graphene-vec4-init-from-vec3" since="1.0"/>
352
+ <keyword type="function" name="graphene_vec4_init_from_vec2 ()" link="graphene-Vectors.html#graphene-vec4-init-from-vec2" since="1.0"/>
353
+ <keyword type="function" name="graphene_vec4_init_from_float ()" link="graphene-Vectors.html#graphene-vec4-init-from-float" since="1.0"/>
354
+ <keyword type="function" name="graphene_vec4_to_float ()" link="graphene-Vectors.html#graphene-vec4-to-float" since="1.0"/>
355
+ <keyword type="function" name="graphene_vec4_add ()" link="graphene-Vectors.html#graphene-vec4-add" since="1.0"/>
356
+ <keyword type="function" name="graphene_vec4_subtract ()" link="graphene-Vectors.html#graphene-vec4-subtract" since="1.0"/>
357
+ <keyword type="function" name="graphene_vec4_multiply ()" link="graphene-Vectors.html#graphene-vec4-multiply" since="1.0"/>
358
+ <keyword type="function" name="graphene_vec4_divide ()" link="graphene-Vectors.html#graphene-vec4-divide" since="1.0"/>
359
+ <keyword type="function" name="graphene_vec4_dot ()" link="graphene-Vectors.html#graphene-vec4-dot" since="1.0"/>
360
+ <keyword type="function" name="graphene_vec4_scale ()" link="graphene-Vectors.html#graphene-vec4-scale" since="1.2"/>
361
+ <keyword type="function" name="graphene_vec4_length ()" link="graphene-Vectors.html#graphene-vec4-length" since="1.0"/>
362
+ <keyword type="function" name="graphene_vec4_normalize ()" link="graphene-Vectors.html#graphene-vec4-normalize" since="1.0"/>
363
+ <keyword type="function" name="graphene_vec4_negate ()" link="graphene-Vectors.html#graphene-vec4-negate" since="1.2"/>
364
+ <keyword type="function" name="graphene_vec4_equal ()" link="graphene-Vectors.html#graphene-vec4-equal" since="1.2"/>
365
+ <keyword type="function" name="graphene_vec4_near ()" link="graphene-Vectors.html#graphene-vec4-near" since="1.2"/>
366
+ <keyword type="function" name="graphene_vec4_min ()" link="graphene-Vectors.html#graphene-vec4-min" since="1.0"/>
367
+ <keyword type="function" name="graphene_vec4_max ()" link="graphene-Vectors.html#graphene-vec4-max" since="1.0"/>
368
+ <keyword type="function" name="graphene_vec4_get_x ()" link="graphene-Vectors.html#graphene-vec4-get-x" since="1.0"/>
369
+ <keyword type="function" name="graphene_vec4_get_y ()" link="graphene-Vectors.html#graphene-vec4-get-y" since="1.0"/>
370
+ <keyword type="function" name="graphene_vec4_get_z ()" link="graphene-Vectors.html#graphene-vec4-get-z" since="1.0"/>
371
+ <keyword type="function" name="graphene_vec4_get_w ()" link="graphene-Vectors.html#graphene-vec4-get-w" since="1.0"/>
372
+ <keyword type="function" name="graphene_vec4_get_xy ()" link="graphene-Vectors.html#graphene-vec4-get-xy" since="1.0"/>
373
+ <keyword type="function" name="graphene_vec4_get_xyz ()" link="graphene-Vectors.html#graphene-vec4-get-xyz" since="1.0"/>
374
+ <keyword type="function" name="graphene_vec4_zero ()" link="graphene-Vectors.html#graphene-vec4-zero" since="1.0"/>
375
+ <keyword type="function" name="graphene_vec4_one ()" link="graphene-Vectors.html#graphene-vec4-one" since="1.0"/>
376
+ <keyword type="function" name="graphene_vec4_x_axis ()" link="graphene-Vectors.html#graphene-vec4-x-axis" since="1.0"/>
377
+ <keyword type="function" name="graphene_vec4_y_axis ()" link="graphene-Vectors.html#graphene-vec4-y-axis" since="1.0"/>
378
+ <keyword type="function" name="graphene_vec4_z_axis ()" link="graphene-Vectors.html#graphene-vec4-z-axis" since="1.0"/>
379
+ <keyword type="function" name="graphene_vec4_w_axis ()" link="graphene-Vectors.html#graphene-vec4-w-axis" since="1.0"/>
380
+ <keyword type="macro" name="GRAPHENE_VEC2_LEN" link="graphene-Vectors.html#GRAPHENE-VEC2-LEN:CAPS" since="1.0"/>
381
+ <keyword type="struct" name="graphene_vec2_t" link="graphene-Vectors.html#graphene-vec2-t"/>
382
+ <keyword type="macro" name="GRAPHENE_VEC3_LEN" link="graphene-Vectors.html#GRAPHENE-VEC3-LEN:CAPS" since="1.0"/>
383
+ <keyword type="struct" name="graphene_vec3_t" link="graphene-Vectors.html#graphene-vec3-t"/>
384
+ <keyword type="macro" name="GRAPHENE_VEC4_LEN" link="graphene-Vectors.html#GRAPHENE-VEC4-LEN:CAPS" since="1.0"/>
385
+ <keyword type="struct" name="graphene_vec4_t" link="graphene-Vectors.html#graphene-vec4-t"/>
386
+ <keyword type="function" name="graphene_matrix_alloc ()" link="graphene-Matrix.html#graphene-matrix-alloc" since="1.0"/>
387
+ <keyword type="function" name="graphene_matrix_free ()" link="graphene-Matrix.html#graphene-matrix-free" since="1.0"/>
388
+ <keyword type="function" name="graphene_matrix_init_identity ()" link="graphene-Matrix.html#graphene-matrix-init-identity" since="1.0"/>
389
+ <keyword type="function" name="graphene_matrix_init_from_float ()" link="graphene-Matrix.html#graphene-matrix-init-from-float" since="1.0"/>
390
+ <keyword type="function" name="graphene_matrix_init_from_vec4 ()" link="graphene-Matrix.html#graphene-matrix-init-from-vec4" since="1.0"/>
391
+ <keyword type="function" name="graphene_matrix_init_from_matrix ()" link="graphene-Matrix.html#graphene-matrix-init-from-matrix" since="1.0"/>
392
+ <keyword type="function" name="graphene_matrix_init_from_2d ()" link="graphene-Matrix.html#graphene-matrix-init-from-2d" since="1.0"/>
393
+ <keyword type="function" name="graphene_matrix_init_perspective ()" link="graphene-Matrix.html#graphene-matrix-init-perspective" since="1.0"/>
394
+ <keyword type="function" name="graphene_matrix_init_ortho ()" link="graphene-Matrix.html#graphene-matrix-init-ortho" since="1.0"/>
395
+ <keyword type="function" name="graphene_matrix_init_look_at ()" link="graphene-Matrix.html#graphene-matrix-init-look-at" since="1.0"/>
396
+ <keyword type="function" name="graphene_matrix_init_frustum ()" link="graphene-Matrix.html#graphene-matrix-init-frustum" since="1.2"/>
397
+ <keyword type="function" name="graphene_matrix_init_scale ()" link="graphene-Matrix.html#graphene-matrix-init-scale" since="1.0"/>
398
+ <keyword type="function" name="graphene_matrix_init_translate ()" link="graphene-Matrix.html#graphene-matrix-init-translate" since="1.0"/>
399
+ <keyword type="function" name="graphene_matrix_init_rotate ()" link="graphene-Matrix.html#graphene-matrix-init-rotate" since="1.0"/>
400
+ <keyword type="function" name="graphene_matrix_init_skew ()" link="graphene-Matrix.html#graphene-matrix-init-skew" since="1.0"/>
401
+ <keyword type="function" name="graphene_matrix_is_identity ()" link="graphene-Matrix.html#graphene-matrix-is-identity" since="1.0"/>
402
+ <keyword type="function" name="graphene_matrix_is_2d ()" link="graphene-Matrix.html#graphene-matrix-is-2d" since="1.0"/>
403
+ <keyword type="function" name="graphene_matrix_is_backface_visible ()" link="graphene-Matrix.html#graphene-matrix-is-backface-visible" since="1.0"/>
404
+ <keyword type="function" name="graphene_matrix_is_singular ()" link="graphene-Matrix.html#graphene-matrix-is-singular" since="1.0"/>
405
+ <keyword type="function" name="graphene_matrix_to_float ()" link="graphene-Matrix.html#graphene-matrix-to-float" since="1.0"/>
406
+ <keyword type="function" name="graphene_matrix_to_2d ()" link="graphene-Matrix.html#graphene-matrix-to-2d" since="1.0"/>
407
+ <keyword type="function" name="graphene_matrix_get_row ()" link="graphene-Matrix.html#graphene-matrix-get-row" since="1.0"/>
408
+ <keyword type="function" name="graphene_matrix_get_value ()" link="graphene-Matrix.html#graphene-matrix-get-value" since="1.0"/>
409
+ <keyword type="function" name="graphene_matrix_multiply ()" link="graphene-Matrix.html#graphene-matrix-multiply" since="1.0"/>
410
+ <keyword type="function" name="graphene_matrix_determinant ()" link="graphene-Matrix.html#graphene-matrix-determinant" since="1.0"/>
411
+ <keyword type="function" name="graphene_matrix_transform_vec4 ()" link="graphene-Matrix.html#graphene-matrix-transform-vec4" since="1.0"/>
412
+ <keyword type="function" name="graphene_matrix_transform_vec3 ()" link="graphene-Matrix.html#graphene-matrix-transform-vec3" since="1.0"/>
413
+ <keyword type="function" name="graphene_matrix_transform_point ()" link="graphene-Matrix.html#graphene-matrix-transform-point" since="1.0"/>
414
+ <keyword type="function" name="graphene_matrix_transform_point3d ()" link="graphene-Matrix.html#graphene-matrix-transform-point3d" since="1.2"/>
415
+ <keyword type="function" name="graphene_matrix_transform_rect ()" link="graphene-Matrix.html#graphene-matrix-transform-rect" since="1.0"/>
416
+ <keyword type="function" name="graphene_matrix_transform_bounds ()" link="graphene-Matrix.html#graphene-matrix-transform-bounds" since="1.0"/>
417
+ <keyword type="function" name="graphene_matrix_transform_box ()" link="graphene-Matrix.html#graphene-matrix-transform-box" since="1.2"/>
418
+ <keyword type="function" name="graphene_matrix_transform_sphere ()" link="graphene-Matrix.html#graphene-matrix-transform-sphere" since="1.2"/>
419
+ <keyword type="function" name="graphene_matrix_transform_ray ()" link="graphene-Matrix.html#graphene-matrix-transform-ray" since="1.4"/>
420
+ <keyword type="function" name="graphene_matrix_project_point ()" link="graphene-Matrix.html#graphene-matrix-project-point" since="1.0"/>
421
+ <keyword type="function" name="graphene_matrix_project_rect_bounds ()" link="graphene-Matrix.html#graphene-matrix-project-rect-bounds" since="1.0"/>
422
+ <keyword type="function" name="graphene_matrix_project_rect ()" link="graphene-Matrix.html#graphene-matrix-project-rect" since="1.2"/>
423
+ <keyword type="function" name="graphene_matrix_untransform_point ()" link="graphene-Matrix.html#graphene-matrix-untransform-point" since="1.0"/>
424
+ <keyword type="function" name="graphene_matrix_untransform_bounds ()" link="graphene-Matrix.html#graphene-matrix-untransform-bounds" since="1.0"/>
425
+ <keyword type="function" name="graphene_matrix_unproject_point3d ()" link="graphene-Matrix.html#graphene-matrix-unproject-point3d" since="1.2"/>
426
+ <keyword type="function" name="graphene_matrix_translate ()" link="graphene-Matrix.html#graphene-matrix-translate" since="1.0"/>
427
+ <keyword type="function" name="graphene_matrix_rotate ()" link="graphene-Matrix.html#graphene-matrix-rotate" since="1.0"/>
428
+ <keyword type="function" name="graphene_matrix_rotate_x ()" link="graphene-Matrix.html#graphene-matrix-rotate-x" since="1.0"/>
429
+ <keyword type="function" name="graphene_matrix_rotate_y ()" link="graphene-Matrix.html#graphene-matrix-rotate-y" since="1.0"/>
430
+ <keyword type="function" name="graphene_matrix_rotate_z ()" link="graphene-Matrix.html#graphene-matrix-rotate-z" since="1.0"/>
431
+ <keyword type="function" name="graphene_matrix_rotate_quaternion ()" link="graphene-Matrix.html#graphene-matrix-rotate-quaternion" since="1.2"/>
432
+ <keyword type="function" name="graphene_matrix_rotate_euler ()" link="graphene-Matrix.html#graphene-matrix-rotate-euler" since="1.2"/>
433
+ <keyword type="function" name="graphene_matrix_scale ()" link="graphene-Matrix.html#graphene-matrix-scale" since="1.0"/>
434
+ <keyword type="function" name="graphene_matrix_skew_xy ()" link="graphene-Matrix.html#graphene-matrix-skew-xy" since="1.0"/>
435
+ <keyword type="function" name="graphene_matrix_skew_xz ()" link="graphene-Matrix.html#graphene-matrix-skew-xz" since="1.0"/>
436
+ <keyword type="function" name="graphene_matrix_skew_yz ()" link="graphene-Matrix.html#graphene-matrix-skew-yz" since="1.0"/>
437
+ <keyword type="function" name="graphene_matrix_transpose ()" link="graphene-Matrix.html#graphene-matrix-transpose" since="1.0"/>
438
+ <keyword type="function" name="graphene_matrix_inverse ()" link="graphene-Matrix.html#graphene-matrix-inverse" since="1.0"/>
439
+ <keyword type="function" name="graphene_matrix_perspective ()" link="graphene-Matrix.html#graphene-matrix-perspective" since="1.0"/>
440
+ <keyword type="function" name="graphene_matrix_normalize ()" link="graphene-Matrix.html#graphene-matrix-normalize" since="1.0"/>
441
+ <keyword type="function" name="graphene_matrix_get_x_scale ()" link="graphene-Matrix.html#graphene-matrix-get-x-scale" since="1.0"/>
442
+ <keyword type="function" name="graphene_matrix_get_y_scale ()" link="graphene-Matrix.html#graphene-matrix-get-y-scale" since="1.0"/>
443
+ <keyword type="function" name="graphene_matrix_get_z_scale ()" link="graphene-Matrix.html#graphene-matrix-get-z-scale" since="1.0"/>
444
+ <keyword type="function" name="graphene_matrix_interpolate ()" link="graphene-Matrix.html#graphene-matrix-interpolate" since="1.0"/>
445
+ <keyword type="function" name="graphene_matrix_print ()" link="graphene-Matrix.html#graphene-matrix-print" since="1.0"/>
446
+ <keyword type="struct" name="graphene_matrix_t" link="graphene-Matrix.html#graphene-matrix-t"/>
447
+ <keyword type="function" name="graphene_euler_alloc ()" link="graphene-Euler.html#graphene-euler-alloc" since="1.2"/>
448
+ <keyword type="function" name="graphene_euler_free ()" link="graphene-Euler.html#graphene-euler-free" since="1.2"/>
449
+ <keyword type="function" name="graphene_euler_init ()" link="graphene-Euler.html#graphene-euler-init" since="1.2"/>
450
+ <keyword type="function" name="graphene_euler_init_with_order ()" link="graphene-Euler.html#graphene-euler-init-with-order" since="1.2"/>
451
+ <keyword type="function" name="graphene_euler_init_from_matrix ()" link="graphene-Euler.html#graphene-euler-init-from-matrix" since="1.2"/>
452
+ <keyword type="function" name="graphene_euler_init_from_quaternion ()" link="graphene-Euler.html#graphene-euler-init-from-quaternion" since="1.2"/>
453
+ <keyword type="function" name="graphene_euler_init_from_vec3 ()" link="graphene-Euler.html#graphene-euler-init-from-vec3" since="1.2"/>
454
+ <keyword type="function" name="graphene_euler_init_from_euler ()" link="graphene-Euler.html#graphene-euler-init-from-euler" since="1.2"/>
455
+ <keyword type="function" name="graphene_euler_equal ()" link="graphene-Euler.html#graphene-euler-equal" since="1.2"/>
456
+ <keyword type="function" name="graphene_euler_get_x ()" link="graphene-Euler.html#graphene-euler-get-x" since="1.2"/>
457
+ <keyword type="function" name="graphene_euler_get_y ()" link="graphene-Euler.html#graphene-euler-get-y" since="1.2"/>
458
+ <keyword type="function" name="graphene_euler_get_z ()" link="graphene-Euler.html#graphene-euler-get-z" since="1.2"/>
459
+ <keyword type="function" name="graphene_euler_get_order ()" link="graphene-Euler.html#graphene-euler-get-order" since="1.2"/>
460
+ <keyword type="function" name="graphene_euler_to_vec3 ()" link="graphene-Euler.html#graphene-euler-to-vec3" since="1.2"/>
461
+ <keyword type="function" name="graphene_euler_to_matrix ()" link="graphene-Euler.html#graphene-euler-to-matrix" since="1.2"/>
462
+ <keyword type="function" name="graphene_euler_reorder ()" link="graphene-Euler.html#graphene-euler-reorder" since="1.2"/>
463
+ <keyword type="struct" name="graphene_euler_t" link="graphene-Euler.html#graphene-euler-t" since="1.2"/>
464
+ <keyword type="enum" name="enum graphene_euler_order_t" link="graphene-Euler.html#graphene-euler-order-t" since="1.2"/>
465
+ <keyword type="function" name="graphene_quaternion_alloc ()" link="graphene-Quaternion.html#graphene-quaternion-alloc" since="1.0"/>
466
+ <keyword type="function" name="graphene_quaternion_free ()" link="graphene-Quaternion.html#graphene-quaternion-free" since="1.0"/>
467
+ <keyword type="function" name="graphene_quaternion_init ()" link="graphene-Quaternion.html#graphene-quaternion-init" since="1.0"/>
468
+ <keyword type="function" name="graphene_quaternion_init_identity ()" link="graphene-Quaternion.html#graphene-quaternion-init-identity" since="1.0"/>
469
+ <keyword type="function" name="graphene_quaternion_init_from_quaternion ()" link="graphene-Quaternion.html#graphene-quaternion-init-from-quaternion" since="1.0"/>
470
+ <keyword type="function" name="graphene_quaternion_init_from_vec4 ()" link="graphene-Quaternion.html#graphene-quaternion-init-from-vec4" since="1.0"/>
471
+ <keyword type="function" name="graphene_quaternion_init_from_matrix ()" link="graphene-Quaternion.html#graphene-quaternion-init-from-matrix" since="1.0"/>
472
+ <keyword type="function" name="graphene_quaternion_init_from_angles ()" link="graphene-Quaternion.html#graphene-quaternion-init-from-angles" since="1.0"/>
473
+ <keyword type="function" name="graphene_quaternion_init_from_radians ()" link="graphene-Quaternion.html#graphene-quaternion-init-from-radians" since="1.0"/>
474
+ <keyword type="function" name="graphene_quaternion_init_from_angle_vec3 ()" link="graphene-Quaternion.html#graphene-quaternion-init-from-angle-vec3" since="1.0"/>
475
+ <keyword type="function" name="graphene_quaternion_init_from_euler ()" link="graphene-Quaternion.html#graphene-quaternion-init-from-euler" since="1.2"/>
476
+ <keyword type="function" name="graphene_quaternion_to_vec4 ()" link="graphene-Quaternion.html#graphene-quaternion-to-vec4" since="1.0"/>
477
+ <keyword type="function" name="graphene_quaternion_to_matrix ()" link="graphene-Quaternion.html#graphene-quaternion-to-matrix" since="1.0"/>
478
+ <keyword type="function" name="graphene_quaternion_to_angles ()" link="graphene-Quaternion.html#graphene-quaternion-to-angles" since="1.2"/>
479
+ <keyword type="function" name="graphene_quaternion_to_radians ()" link="graphene-Quaternion.html#graphene-quaternion-to-radians" since="1.2"/>
480
+ <keyword type="function" name="graphene_quaternion_to_angle_vec3 ()" link="graphene-Quaternion.html#graphene-quaternion-to-angle-vec3" since="1.0"/>
481
+ <keyword type="function" name="graphene_quaternion_equal ()" link="graphene-Quaternion.html#graphene-quaternion-equal" since="1.0"/>
482
+ <keyword type="function" name="graphene_quaternion_dot ()" link="graphene-Quaternion.html#graphene-quaternion-dot" since="1.0"/>
483
+ <keyword type="function" name="graphene_quaternion_invert ()" link="graphene-Quaternion.html#graphene-quaternion-invert" since="1.0"/>
484
+ <keyword type="function" name="graphene_quaternion_normalize ()" link="graphene-Quaternion.html#graphene-quaternion-normalize" since="1.0"/>
485
+ <keyword type="function" name="graphene_quaternion_slerp ()" link="graphene-Quaternion.html#graphene-quaternion-slerp" since="1.0"/>
486
+ <keyword type="struct" name="graphene_quaternion_t" link="graphene-Quaternion.html#graphene-quaternion-t" since="1.0"/>
487
+ <keyword type="function" name="graphene_plane_alloc ()" link="graphene-Plane.html#graphene-plane-alloc" since="1.2"/>
488
+ <keyword type="function" name="graphene_plane_free ()" link="graphene-Plane.html#graphene-plane-free" since="1.2"/>
489
+ <keyword type="function" name="graphene_plane_init ()" link="graphene-Plane.html#graphene-plane-init" since="1.2"/>
490
+ <keyword type="function" name="graphene_plane_init_from_vec4 ()" link="graphene-Plane.html#graphene-plane-init-from-vec4" since="1.2"/>
491
+ <keyword type="function" name="graphene_plane_init_from_plane ()" link="graphene-Plane.html#graphene-plane-init-from-plane" since="1.2"/>
492
+ <keyword type="function" name="graphene_plane_init_from_point ()" link="graphene-Plane.html#graphene-plane-init-from-point" since="1.2"/>
493
+ <keyword type="function" name="graphene_plane_init_from_points ()" link="graphene-Plane.html#graphene-plane-init-from-points" since="1.2"/>
494
+ <keyword type="function" name="graphene_plane_normalize ()" link="graphene-Plane.html#graphene-plane-normalize" since="1.2"/>
495
+ <keyword type="function" name="graphene_plane_negate ()" link="graphene-Plane.html#graphene-plane-negate" since="1.2"/>
496
+ <keyword type="function" name="graphene_plane_equal ()" link="graphene-Plane.html#graphene-plane-equal" since="1.2"/>
497
+ <keyword type="function" name="graphene_plane_distance ()" link="graphene-Plane.html#graphene-plane-distance" since="1.2"/>
498
+ <keyword type="function" name="graphene_plane_get_normal ()" link="graphene-Plane.html#graphene-plane-get-normal" since="1.2"/>
499
+ <keyword type="function" name="graphene_plane_get_constant ()" link="graphene-Plane.html#graphene-plane-get-constant" since="1.2"/>
500
+ <keyword type="struct" name="graphene_plane_t" link="graphene-Plane.html#graphene-plane-t" since="1.2"/>
501
+ <keyword type="function" name="graphene_ray_alloc ()" link="graphene-Ray.html#graphene-ray-alloc" since="1.4"/>
502
+ <keyword type="function" name="graphene_ray_free ()" link="graphene-Ray.html#graphene-ray-free" since="1.4"/>
503
+ <keyword type="function" name="graphene_ray_init ()" link="graphene-Ray.html#graphene-ray-init" since="1.4"/>
504
+ <keyword type="function" name="graphene_ray_init_from_ray ()" link="graphene-Ray.html#graphene-ray-init-from-ray" since="1.4"/>
505
+ <keyword type="function" name="graphene_ray_init_from_vec3 ()" link="graphene-Ray.html#graphene-ray-init-from-vec3" since="1.4"/>
506
+ <keyword type="function" name="graphene_ray_get_origin ()" link="graphene-Ray.html#graphene-ray-get-origin" since="1.4"/>
507
+ <keyword type="function" name="graphene_ray_get_direction ()" link="graphene-Ray.html#graphene-ray-get-direction" since="1.4"/>
508
+ <keyword type="function" name="graphene_ray_get_position_at ()" link="graphene-Ray.html#graphene-ray-get-position-at" since="1.4"/>
509
+ <keyword type="function" name="graphene_ray_get_distance_to_point ()" link="graphene-Ray.html#graphene-ray-get-distance-to-point" since="1.4"/>
510
+ <keyword type="function" name="graphene_ray_get_distance_to_plane ()" link="graphene-Ray.html#graphene-ray-get-distance-to-plane" since="1.4"/>
511
+ <keyword type="function" name="graphene_ray_get_closest_point_to_point ()" link="graphene-Ray.html#graphene-ray-get-closest-point-to-point" since="1.4"/>
512
+ <keyword type="function" name="graphene_ray_equal ()" link="graphene-Ray.html#graphene-ray-equal" since="1.4"/>
513
+ <keyword type="struct" name="graphene_ray_t" link="graphene-Ray.html#graphene-ray-t" since="1.4"/>
514
+ <keyword type="macro" name="GRAPHENE_MAJOR_VERSION" link="graphene-Versioning-information.html#GRAPHENE-MAJOR-VERSION:CAPS" since="1.0"/>
515
+ <keyword type="macro" name="GRAPHENE_MINOR_VERSION" link="graphene-Versioning-information.html#GRAPHENE-MINOR-VERSION:CAPS" since="1.0"/>
516
+ <keyword type="macro" name="GRAPHENE_MICRO_VERSION" link="graphene-Versioning-information.html#GRAPHENE-MICRO-VERSION:CAPS" since="1.0"/>
517
+ <keyword type="constant" name="GRAPHENE_EULER_ORDER_DEFAULT" link="graphene-Euler.html#GRAPHENE-EULER-ORDER-DEFAULT:CAPS"/>
518
+ <keyword type="constant" name="GRAPHENE_EULER_ORDER_XYZ" link="graphene-Euler.html#GRAPHENE-EULER-ORDER-XYZ:CAPS"/>
519
+ <keyword type="constant" name="GRAPHENE_EULER_ORDER_YZX" link="graphene-Euler.html#GRAPHENE-EULER-ORDER-YZX:CAPS"/>
520
+ <keyword type="constant" name="GRAPHENE_EULER_ORDER_ZXY" link="graphene-Euler.html#GRAPHENE-EULER-ORDER-ZXY:CAPS"/>
521
+ <keyword type="constant" name="GRAPHENE_EULER_ORDER_XZY" link="graphene-Euler.html#GRAPHENE-EULER-ORDER-XZY:CAPS"/>
522
+ <keyword type="constant" name="GRAPHENE_EULER_ORDER_YXZ" link="graphene-Euler.html#GRAPHENE-EULER-ORDER-YXZ:CAPS"/>
523
+ <keyword type="constant" name="GRAPHENE_EULER_ORDER_ZYX" link="graphene-Euler.html#GRAPHENE-EULER-ORDER-ZYX:CAPS"/>
524
+ <keyword type="member" name="graphene-point-t.x" link="graphene-Point.html#graphene-point-t.x"/>
525
+ <keyword type="member" name="graphene-point-t.y" link="graphene-Point.html#graphene-point-t.y"/>
526
+ <keyword type="member" name="graphene-point3d-t.x" link="graphene-Point3D.html#graphene-point3d-t.x"/>
527
+ <keyword type="member" name="graphene-point3d-t.y" link="graphene-Point3D.html#graphene-point3d-t.y"/>
528
+ <keyword type="member" name="graphene-point3d-t.z" link="graphene-Point3D.html#graphene-point3d-t.z"/>
529
+ <keyword type="member" name="graphene-size-t.width" link="graphene-Size.html#graphene-size-t.width"/>
530
+ <keyword type="member" name="graphene-size-t.height" link="graphene-Size.html#graphene-size-t.height"/>
531
+ <keyword type="member" name="graphene-rect-t.origin" link="graphene-Rectangle.html#graphene-rect-t.origin"/>
532
+ <keyword type="member" name="graphene-rect-t.size" link="graphene-Rectangle.html#graphene-rect-t.size"/>
533
+ </functions>
534
+ </book>