pango 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (343) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +19 -3
  3. data/lib/2.2/pango.so +0 -0
  4. data/lib/2.3/pango.so +0 -0
  5. data/lib/2.4/pango.so +0 -0
  6. data/lib/2.5/pango.so +0 -0
  7. data/lib/pango/markup.rb +1 -0
  8. data/vendor/local/bin/derb.exe +0 -0
  9. data/vendor/local/bin/fribidi.exe +0 -0
  10. data/vendor/local/bin/genbrk.exe +0 -0
  11. data/vendor/local/bin/genccode.exe +0 -0
  12. data/vendor/local/bin/gencfu.exe +0 -0
  13. data/vendor/local/bin/gencmn.exe +0 -0
  14. data/vendor/local/bin/gencnval.exe +0 -0
  15. data/vendor/local/bin/gendict.exe +0 -0
  16. data/vendor/local/bin/gennorm2.exe +0 -0
  17. data/vendor/local/bin/genrb.exe +0 -0
  18. data/vendor/local/bin/gensprep.exe +0 -0
  19. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  20. data/vendor/local/bin/hb-shape.exe +0 -0
  21. data/vendor/local/bin/hb-subset.exe +0 -0
  22. data/vendor/local/bin/hb-view.exe +0 -0
  23. data/vendor/local/bin/icu-config +1 -1
  24. data/vendor/local/bin/icuinfo.exe +0 -0
  25. data/vendor/local/bin/icupkg.exe +0 -0
  26. data/vendor/local/bin/libfribidi-0.dll +0 -0
  27. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  29. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  30. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  34. data/vendor/local/bin/makeconv.exe +0 -0
  35. data/vendor/local/bin/pango-view.exe +0 -0
  36. data/vendor/local/bin/pkgdata.exe +0 -0
  37. data/vendor/local/bin/uconv.exe +0 -0
  38. data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
  39. data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
  40. data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
  41. data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
  42. data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
  43. data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
  44. data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
  45. data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
  46. data/vendor/local/include/fribidi/fribidi-common.h +146 -0
  47. data/vendor/local/include/fribidi/fribidi-config.h +23 -0
  48. data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
  49. data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
  50. data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
  51. data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
  52. data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
  53. data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
  54. data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
  55. data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
  56. data/vendor/local/include/fribidi/fribidi-types.h +83 -0
  57. data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
  58. data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
  59. data/vendor/local/include/fribidi/fribidi.h +63 -0
  60. data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
  61. data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
  62. data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
  63. data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
  64. data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
  65. data/vendor/local/include/harfbuzz/hb-common.h +1 -1
  66. data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
  67. data/vendor/local/include/harfbuzz/hb-face.h +0 -1
  68. data/vendor/local/include/harfbuzz/hb-font.h +1 -1
  69. data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
  70. data/vendor/local/include/harfbuzz/hb-set.h +15 -7
  71. data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
  72. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
  73. data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
  74. data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
  75. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  76. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
  77. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  78. data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
  79. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
  80. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
  81. data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
  82. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  83. data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
  84. data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
  85. data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
  86. data/vendor/local/lib/icu/Makefile.inc +1 -1
  87. data/vendor/local/lib/icu/pkgdata.inc +2 -2
  88. data/vendor/local/lib/icudt.dll +0 -0
  89. data/vendor/local/lib/icudt58.dll +0 -0
  90. data/vendor/local/lib/icuin.dll +0 -0
  91. data/vendor/local/lib/icuin58.dll +0 -0
  92. data/vendor/local/lib/icuio.dll +0 -0
  93. data/vendor/local/lib/icuio58.dll +0 -0
  94. data/vendor/local/lib/icutest.dll +0 -0
  95. data/vendor/local/lib/icutest58.dll +0 -0
  96. data/vendor/local/lib/icutu.dll +0 -0
  97. data/vendor/local/lib/icutu58.dll +0 -0
  98. data/vendor/local/lib/icuuc.dll +0 -0
  99. data/vendor/local/lib/icuuc58.dll +0 -0
  100. data/vendor/local/lib/libfribidi.dll.a +0 -0
  101. data/vendor/local/lib/libfribidi.la +41 -0
  102. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  103. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  104. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  105. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  106. data/vendor/local/lib/libharfbuzz-subset.la +41 -0
  107. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  108. data/vendor/local/lib/libharfbuzz.la +4 -4
  109. data/vendor/local/lib/libicudt.dll.a +0 -0
  110. data/vendor/local/lib/libicuin.dll.a +0 -0
  111. data/vendor/local/lib/libicuio.dll.a +0 -0
  112. data/vendor/local/lib/libicutest.dll.a +0 -0
  113. data/vendor/local/lib/libicutu.dll.a +0 -0
  114. data/vendor/local/lib/libicuuc.dll.a +0 -0
  115. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  116. data/vendor/local/lib/libpango-1.0.la +5 -5
  117. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  118. data/vendor/local/lib/libpangocairo-1.0.la +5 -5
  119. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  120. data/vendor/local/lib/libpangoft2-1.0.la +5 -5
  121. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  122. data/vendor/local/lib/libpangowin32-1.0.la +5 -5
  123. data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
  124. data/vendor/local/lib/pkgconfig/graphene-1.0.pc +16 -10
  125. data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
  126. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
  127. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
  128. data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
  129. data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  133. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  134. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  135. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  136. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  137. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  138. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  139. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  140. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  141. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  142. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  143. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  144. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  145. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  146. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  147. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  148. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  149. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  150. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  151. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  152. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  153. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  154. data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
  155. data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
  156. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  157. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
  158. data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
  162. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
  164. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
  173. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
  179. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
  181. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
  182. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
  184. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
  185. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
  186. data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
  244. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
  245. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
  246. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
  247. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
  248. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
  249. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
  251. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
  253. data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
  254. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
  256. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
  257. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
  259. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
  260. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
  261. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
  262. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
  263. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
  264. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
  265. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
  266. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
  267. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
  268. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
  269. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
  270. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
  271. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
  272. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
  273. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
  274. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
  275. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
  276. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
  277. data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
  278. data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
  279. data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
  280. data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
  281. data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
  282. data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
  283. data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
  284. data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
  285. data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
  286. data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
  287. data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
  288. data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
  289. data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
  290. data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
  291. data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
  292. data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
  293. data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
  294. data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
  295. data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
  296. data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
  297. data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
  298. data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
  299. data/vendor/local/share/man/man1/pango-view.1 +1 -113
  300. metadata +87 -52
  301. data/vendor/local/lib/libgraphene-1.0.la +0 -41
  302. data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
  303. data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
  304. data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
  305. data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
  306. data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
  307. data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
  308. data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
  309. data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
  310. data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
  311. data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
  312. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
  313. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
  314. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
  315. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
  316. data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
  317. data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
  318. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
  319. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
  320. data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
  321. data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
  322. data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
  323. data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
  324. data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
  325. data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
  326. data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
  327. data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
  328. data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
  329. data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
  330. data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
  331. data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
  332. data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
  333. data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
  334. data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
  335. data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
  336. data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
  337. data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
  338. data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
  339. data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
  340. data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
  341. data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
  342. data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
  343. data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -1,596 +0,0 @@
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>Ray: 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-Plane.html" title="Plane">
10
- <link rel="next" href="graphene-Versioning-information.html" title="Versioning information">
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-Ray.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-Plane.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
- <td><a accesskey="n" href="graphene-Versioning-information.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-Ray"></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-Ray.top_of_page"></a>Ray</span></h2>
30
- <p>Ray — A ray emitted from an origin in a given direction</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-Ray.functions"></a><h2>Functions</h2>
36
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
37
- <colgroup>
38
- <col width="150px" class="functions_return">
39
- <col class="functions_name">
40
- </colgroup>
41
- <tbody>
42
- <tr>
43
- <td class="function_type">
44
- <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
45
- </td>
46
- <td class="function_name">
47
- <a class="link" href="graphene-Ray.html#graphene-ray-alloc" title="graphene_ray_alloc ()">graphene_ray_alloc</a> <span class="c_punctuation">()</span>
48
- </td>
49
- </tr>
50
- <tr>
51
- <td class="function_type">
52
- <span class="returnvalue">void</span>
53
- </td>
54
- <td class="function_name">
55
- <a class="link" href="graphene-Ray.html#graphene-ray-free" title="graphene_ray_free ()">graphene_ray_free</a> <span class="c_punctuation">()</span>
56
- </td>
57
- </tr>
58
- <tr>
59
- <td class="function_type">
60
- <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
61
- </td>
62
- <td class="function_name">
63
- <a class="link" href="graphene-Ray.html#graphene-ray-init" title="graphene_ray_init ()">graphene_ray_init</a> <span class="c_punctuation">()</span>
64
- </td>
65
- </tr>
66
- <tr>
67
- <td class="function_type">
68
- <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
69
- </td>
70
- <td class="function_name">
71
- <a class="link" href="graphene-Ray.html#graphene-ray-init-from-ray" title="graphene_ray_init_from_ray ()">graphene_ray_init_from_ray</a> <span class="c_punctuation">()</span>
72
- </td>
73
- </tr>
74
- <tr>
75
- <td class="function_type">
76
- <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
77
- </td>
78
- <td class="function_name">
79
- <a class="link" href="graphene-Ray.html#graphene-ray-init-from-vec3" title="graphene_ray_init_from_vec3 ()">graphene_ray_init_from_vec3</a> <span class="c_punctuation">()</span>
80
- </td>
81
- </tr>
82
- <tr>
83
- <td class="function_type">
84
- <span class="returnvalue">void</span>
85
- </td>
86
- <td class="function_name">
87
- <a class="link" href="graphene-Ray.html#graphene-ray-get-origin" title="graphene_ray_get_origin ()">graphene_ray_get_origin</a> <span class="c_punctuation">()</span>
88
- </td>
89
- </tr>
90
- <tr>
91
- <td class="function_type">
92
- <span class="returnvalue">void</span>
93
- </td>
94
- <td class="function_name">
95
- <a class="link" href="graphene-Ray.html#graphene-ray-get-direction" title="graphene_ray_get_direction ()">graphene_ray_get_direction</a> <span class="c_punctuation">()</span>
96
- </td>
97
- </tr>
98
- <tr>
99
- <td class="function_type">
100
- <span class="returnvalue">void</span>
101
- </td>
102
- <td class="function_name">
103
- <a class="link" href="graphene-Ray.html#graphene-ray-get-position-at" title="graphene_ray_get_position_at ()">graphene_ray_get_position_at</a> <span class="c_punctuation">()</span>
104
- </td>
105
- </tr>
106
- <tr>
107
- <td class="function_type">
108
- <span class="returnvalue">float</span>
109
- </td>
110
- <td class="function_name">
111
- <a class="link" href="graphene-Ray.html#graphene-ray-get-distance-to-point" title="graphene_ray_get_distance_to_point ()">graphene_ray_get_distance_to_point</a> <span class="c_punctuation">()</span>
112
- </td>
113
- </tr>
114
- <tr>
115
- <td class="function_type">
116
- <span class="returnvalue">float</span>
117
- </td>
118
- <td class="function_name">
119
- <a class="link" href="graphene-Ray.html#graphene-ray-get-distance-to-plane" title="graphene_ray_get_distance_to_plane ()">graphene_ray_get_distance_to_plane</a> <span class="c_punctuation">()</span>
120
- </td>
121
- </tr>
122
- <tr>
123
- <td class="function_type">
124
- <span class="returnvalue">void</span>
125
- </td>
126
- <td class="function_name">
127
- <a class="link" href="graphene-Ray.html#graphene-ray-get-closest-point-to-point" title="graphene_ray_get_closest_point_to_point ()">graphene_ray_get_closest_point_to_point</a> <span class="c_punctuation">()</span>
128
- </td>
129
- </tr>
130
- <tr>
131
- <td class="function_type">
132
- <span class="returnvalue">bool</span>
133
- </td>
134
- <td class="function_name">
135
- <a class="link" href="graphene-Ray.html#graphene-ray-equal" title="graphene_ray_equal ()">graphene_ray_equal</a> <span class="c_punctuation">()</span>
136
- </td>
137
- </tr>
138
- </tbody>
139
- </table></div>
140
- </div>
141
- <div class="refsect1">
142
- <a name="graphene-Ray.other"></a><h2>Types and Values</h2>
143
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
144
- <colgroup>
145
- <col width="150px" class="name">
146
- <col class="description">
147
- </colgroup>
148
- <tbody><tr>
149
- <td class="datatype_keyword"> </td>
150
- <td class="function_name"><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t">graphene_ray_t</a></td>
151
- </tr></tbody>
152
- </table></div>
153
- </div>
154
- <div class="refsect1">
155
- <a name="graphene-Ray.includes"></a><h2>Includes</h2>
156
- <pre class="synopsis">#include &lt;graphene.h&gt;
157
- </pre>
158
- </div>
159
- <div class="refsect1">
160
- <a name="graphene-Ray.description"></a><h2>Description</h2>
161
- <p><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> is a structure representing a ray emitted by an origin,
162
- identified by a point in 3D space, in a given direction, identified
163
- by a vector with 3 components.</p>
164
- </div>
165
- <div class="refsect1">
166
- <a name="graphene-Ray.functions_details"></a><h2>Functions</h2>
167
- <div class="refsect2">
168
- <a name="graphene-ray-alloc"></a><h3>graphene_ray_alloc ()</h3>
169
- <pre class="programlisting"><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
170
- graphene_ray_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
171
- <p>Allocates a new <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> structure.</p>
172
- <p>The contents of the returned structure are undefined.</p>
173
- <p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
174
- <div class="refsect3">
175
- <a name="graphene-ray-alloc.returns"></a><h4>Returns</h4>
176
- <p> the newly allocated <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a>.
177
- Use <a class="link" href="graphene-Ray.html#graphene-ray-free" title="graphene_ray_free ()"><code class="function">graphene_ray_free()</code></a> to free the resources allocated by
178
- this function. </p>
179
- <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
180
- </div>
181
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
182
- </div>
183
- <hr>
184
- <div class="refsect2">
185
- <a name="graphene-ray-free"></a><h3>graphene_ray_free ()</h3>
186
- <pre class="programlisting"><span class="returnvalue">void</span>
187
- graphene_ray_free (<em class="parameter"><code><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>);</pre>
188
- <p>Frees the resources allocated by <a class="link" href="graphene-Ray.html#graphene-ray-alloc" title="graphene_ray_alloc ()"><code class="function">graphene_ray_alloc()</code></a>.</p>
189
- <div class="refsect3">
190
- <a name="graphene-ray-free.parameters"></a><h4>Parameters</h4>
191
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
192
- <colgroup>
193
- <col width="150px" class="parameters_name">
194
- <col class="parameters_description">
195
- <col width="200px" class="parameters_annotations">
196
- </colgroup>
197
- <tbody><tr>
198
- <td class="parameter_name"><p>r</p></td>
199
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
200
- <td class="parameter_annotations"> </td>
201
- </tr></tbody>
202
- </table></div>
203
- </div>
204
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
205
- </div>
206
- <hr>
207
- <div class="refsect2">
208
- <a name="graphene-ray-init"></a><h3>graphene_ray_init ()</h3>
209
- <pre class="programlisting"><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
210
- graphene_ray_init (<em class="parameter"><code><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
211
- <em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *origin</code></em>,
212
- <em class="parameter"><code>const <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a> *direction</code></em>);</pre>
213
- <p>Initializes the given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> using the given <em class="parameter"><code>origin</code></em>
214
-
215
- and <em class="parameter"><code>direction</code></em>
216
- values.</p>
217
- <div class="refsect3">
218
- <a name="graphene-ray-init.parameters"></a><h4>Parameters</h4>
219
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
220
- <colgroup>
221
- <col width="150px" class="parameters_name">
222
- <col class="parameters_description">
223
- <col width="200px" class="parameters_annotations">
224
- </colgroup>
225
- <tbody>
226
- <tr>
227
- <td class="parameter_name"><p>r</p></td>
228
- <td class="parameter_description"><p>the <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> to initialize</p></td>
229
- <td class="parameter_annotations"> </td>
230
- </tr>
231
- <tr>
232
- <td class="parameter_name"><p>origin</p></td>
233
- <td class="parameter_description"><p> the origin of the ray. </p></td>
234
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
235
- </tr>
236
- <tr>
237
- <td class="parameter_name"><p>direction</p></td>
238
- <td class="parameter_description"><p> the direction vector. </p></td>
239
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
240
- </tr>
241
- </tbody>
242
- </table></div>
243
- </div>
244
- <div class="refsect3">
245
- <a name="graphene-ray-init.returns"></a><h4>Returns</h4>
246
- <p> the initialized ray. </p>
247
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
248
- </div>
249
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
250
- </div>
251
- <hr>
252
- <div class="refsect2">
253
- <a name="graphene-ray-init-from-ray"></a><h3>graphene_ray_init_from_ray ()</h3>
254
- <pre class="programlisting"><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
255
- graphene_ray_init_from_ray (<em class="parameter"><code><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
256
- <em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *src</code></em>);</pre>
257
- <p>Initializes the given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> using the origin and direction
258
- values of another <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a>.</p>
259
- <div class="refsect3">
260
- <a name="graphene-ray-init-from-ray.parameters"></a><h4>Parameters</h4>
261
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
262
- <colgroup>
263
- <col width="150px" class="parameters_name">
264
- <col class="parameters_description">
265
- <col width="200px" class="parameters_annotations">
266
- </colgroup>
267
- <tbody>
268
- <tr>
269
- <td class="parameter_name"><p>r</p></td>
270
- <td class="parameter_description"><p>the <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> to initialize</p></td>
271
- <td class="parameter_annotations"> </td>
272
- </tr>
273
- <tr>
274
- <td class="parameter_name"><p>src</p></td>
275
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
276
- <td class="parameter_annotations"> </td>
277
- </tr>
278
- </tbody>
279
- </table></div>
280
- </div>
281
- <div class="refsect3">
282
- <a name="graphene-ray-init-from-ray.returns"></a><h4>Returns</h4>
283
- <p> the initialized ray. </p>
284
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
285
- </div>
286
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
287
- </div>
288
- <hr>
289
- <div class="refsect2">
290
- <a name="graphene-ray-init-from-vec3"></a><h3>graphene_ray_init_from_vec3 ()</h3>
291
- <pre class="programlisting"><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="returnvalue">graphene_ray_t</span></a> *
292
- graphene_ray_init_from_vec3 (<em class="parameter"><code><a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
293
- <em class="parameter"><code>const <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a> *origin</code></em>,
294
- <em class="parameter"><code>const <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a> *direction</code></em>);</pre>
295
- <p>Initializes the given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> using the given vectors.</p>
296
- <div class="refsect3">
297
- <a name="graphene-ray-init-from-vec3.parameters"></a><h4>Parameters</h4>
298
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
299
- <colgroup>
300
- <col width="150px" class="parameters_name">
301
- <col class="parameters_description">
302
- <col width="200px" class="parameters_annotations">
303
- </colgroup>
304
- <tbody>
305
- <tr>
306
- <td class="parameter_name"><p>r</p></td>
307
- <td class="parameter_description"><p>the <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> to initialize</p></td>
308
- <td class="parameter_annotations"> </td>
309
- </tr>
310
- <tr>
311
- <td class="parameter_name"><p>origin</p></td>
312
- <td class="parameter_description"><p> a <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a>. </p></td>
313
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
314
- </tr>
315
- <tr>
316
- <td class="parameter_name"><p>direction</p></td>
317
- <td class="parameter_description"><p> a <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a>. </p></td>
318
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
319
- </tr>
320
- </tbody>
321
- </table></div>
322
- </div>
323
- <div class="refsect3">
324
- <a name="graphene-ray-init-from-vec3.returns"></a><h4>Returns</h4>
325
- <p> the initialized ray. </p>
326
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
327
- </div>
328
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
329
- </div>
330
- <hr>
331
- <div class="refsect2">
332
- <a name="graphene-ray-get-origin"></a><h3>graphene_ray_get_origin ()</h3>
333
- <pre class="programlisting"><span class="returnvalue">void</span>
334
- graphene_ray_get_origin (<em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
335
- <em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *origin</code></em>);</pre>
336
- <p>Retrieves the origin of the given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a>.</p>
337
- <div class="refsect3">
338
- <a name="graphene-ray-get-origin.parameters"></a><h4>Parameters</h4>
339
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
340
- <colgroup>
341
- <col width="150px" class="parameters_name">
342
- <col class="parameters_description">
343
- <col width="200px" class="parameters_annotations">
344
- </colgroup>
345
- <tbody>
346
- <tr>
347
- <td class="parameter_name"><p>r</p></td>
348
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
349
- <td class="parameter_annotations"> </td>
350
- </tr>
351
- <tr>
352
- <td class="parameter_name"><p>origin</p></td>
353
- <td class="parameter_description"><p> return location for the origin. </p></td>
354
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
355
- </tr>
356
- </tbody>
357
- </table></div>
358
- </div>
359
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
360
- </div>
361
- <hr>
362
- <div class="refsect2">
363
- <a name="graphene-ray-get-direction"></a><h3>graphene_ray_get_direction ()</h3>
364
- <pre class="programlisting"><span class="returnvalue">void</span>
365
- graphene_ray_get_direction (<em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
366
- <em class="parameter"><code><a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a> *direction</code></em>);</pre>
367
- <p>Retrieves the direction of the given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a>.</p>
368
- <div class="refsect3">
369
- <a name="graphene-ray-get-direction.parameters"></a><h4>Parameters</h4>
370
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
371
- <colgroup>
372
- <col width="150px" class="parameters_name">
373
- <col class="parameters_description">
374
- <col width="200px" class="parameters_annotations">
375
- </colgroup>
376
- <tbody>
377
- <tr>
378
- <td class="parameter_name"><p>r</p></td>
379
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
380
- <td class="parameter_annotations"> </td>
381
- </tr>
382
- <tr>
383
- <td class="parameter_name"><p>direction</p></td>
384
- <td class="parameter_description"><p> return location for the direction. </p></td>
385
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
386
- </tr>
387
- </tbody>
388
- </table></div>
389
- </div>
390
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
391
- </div>
392
- <hr>
393
- <div class="refsect2">
394
- <a name="graphene-ray-get-position-at"></a><h3>graphene_ray_get_position_at ()</h3>
395
- <pre class="programlisting"><span class="returnvalue">void</span>
396
- graphene_ray_get_position_at (<em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
397
- <em class="parameter"><code><span class="type">float</span> t</code></em>,
398
- <em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *position</code></em>);</pre>
399
- <p>Retrieves the coordinates of a point at the distance <em class="parameter"><code>t</code></em>
400
- along the
401
- given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a>.</p>
402
- <div class="refsect3">
403
- <a name="graphene-ray-get-position-at.parameters"></a><h4>Parameters</h4>
404
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
405
- <colgroup>
406
- <col width="150px" class="parameters_name">
407
- <col class="parameters_description">
408
- <col width="200px" class="parameters_annotations">
409
- </colgroup>
410
- <tbody>
411
- <tr>
412
- <td class="parameter_name"><p>r</p></td>
413
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
414
- <td class="parameter_annotations"> </td>
415
- </tr>
416
- <tr>
417
- <td class="parameter_name"><p>t</p></td>
418
- <td class="parameter_description"><p>the distance along the ray</p></td>
419
- <td class="parameter_annotations"> </td>
420
- </tr>
421
- <tr>
422
- <td class="parameter_name"><p>position</p></td>
423
- <td class="parameter_description"><p> return location for the position. </p></td>
424
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
425
- </tr>
426
- </tbody>
427
- </table></div>
428
- </div>
429
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
430
- </div>
431
- <hr>
432
- <div class="refsect2">
433
- <a name="graphene-ray-get-distance-to-point"></a><h3>graphene_ray_get_distance_to_point ()</h3>
434
- <pre class="programlisting"><span class="returnvalue">float</span>
435
- graphene_ray_get_distance_to_point (<em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
436
- <em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>);</pre>
437
- <p>Computes the distance from the origin of the given ray to the given point.</p>
438
- <div class="refsect3">
439
- <a name="graphene-ray-get-distance-to-point.parameters"></a><h4>Parameters</h4>
440
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
441
- <colgroup>
442
- <col width="150px" class="parameters_name">
443
- <col class="parameters_description">
444
- <col width="200px" class="parameters_annotations">
445
- </colgroup>
446
- <tbody>
447
- <tr>
448
- <td class="parameter_name"><p>r</p></td>
449
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
450
- <td class="parameter_annotations"> </td>
451
- </tr>
452
- <tr>
453
- <td class="parameter_name"><p>p</p></td>
454
- <td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
455
- <td class="parameter_annotations"> </td>
456
- </tr>
457
- </tbody>
458
- </table></div>
459
- </div>
460
- <div class="refsect3">
461
- <a name="graphene-ray-get-distance-to-point.returns"></a><h4>Returns</h4>
462
- <p> the distance of the point</p>
463
- </div>
464
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
465
- </div>
466
- <hr>
467
- <div class="refsect2">
468
- <a name="graphene-ray-get-distance-to-plane"></a><h3>graphene_ray_get_distance_to_plane ()</h3>
469
- <pre class="programlisting"><span class="returnvalue">float</span>
470
- graphene_ray_get_distance_to_plane (<em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
471
- <em class="parameter"><code>const <a class="link" href="graphene-Plane.html#graphene-plane-t" title="graphene_plane_t"><span class="type">graphene_plane_t</span></a> *p</code></em>);</pre>
472
- <p>Computes the distance of the origin of the given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> from the
473
- given plane.</p>
474
- <p>If the ray does not intersect the plane, this function returns <code class="literal">INFINITY</code>.</p>
475
- <div class="refsect3">
476
- <a name="graphene-ray-get-distance-to-plane.parameters"></a><h4>Parameters</h4>
477
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
478
- <colgroup>
479
- <col width="150px" class="parameters_name">
480
- <col class="parameters_description">
481
- <col width="200px" class="parameters_annotations">
482
- </colgroup>
483
- <tbody>
484
- <tr>
485
- <td class="parameter_name"><p>r</p></td>
486
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
487
- <td class="parameter_annotations"> </td>
488
- </tr>
489
- <tr>
490
- <td class="parameter_name"><p>p</p></td>
491
- <td class="parameter_description"><p>a <a class="link" href="graphene-Plane.html#graphene-plane-t" title="graphene_plane_t"><span class="type">graphene_plane_t</span></a></p></td>
492
- <td class="parameter_annotations"> </td>
493
- </tr>
494
- </tbody>
495
- </table></div>
496
- </div>
497
- <div class="refsect3">
498
- <a name="graphene-ray-get-distance-to-plane.returns"></a><h4>Returns</h4>
499
- <p> the distance of the origin of the ray from the plane</p>
500
- </div>
501
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
502
- </div>
503
- <hr>
504
- <div class="refsect2">
505
- <a name="graphene-ray-get-closest-point-to-point"></a><h3>graphene_ray_get_closest_point_to_point ()</h3>
506
- <pre class="programlisting"><span class="returnvalue">void</span>
507
- graphene_ray_get_closest_point_to_point
508
- (<em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *r</code></em>,
509
- <em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
510
- <em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *res</code></em>);</pre>
511
- <p>Computes the point on the given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> that is closest to the
512
- given point <em class="parameter"><code>p</code></em>
513
- .</p>
514
- <div class="refsect3">
515
- <a name="graphene-ray-get-closest-point-to-point.parameters"></a><h4>Parameters</h4>
516
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
517
- <colgroup>
518
- <col width="150px" class="parameters_name">
519
- <col class="parameters_description">
520
- <col width="200px" class="parameters_annotations">
521
- </colgroup>
522
- <tbody>
523
- <tr>
524
- <td class="parameter_name"><p>r</p></td>
525
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
526
- <td class="parameter_annotations"> </td>
527
- </tr>
528
- <tr>
529
- <td class="parameter_name"><p>p</p></td>
530
- <td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
531
- <td class="parameter_annotations"> </td>
532
- </tr>
533
- <tr>
534
- <td class="parameter_name"><p>res</p></td>
535
- <td class="parameter_description"><p> return location for the closest point3d. </p></td>
536
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
537
- </tr>
538
- </tbody>
539
- </table></div>
540
- </div>
541
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
542
- </div>
543
- <hr>
544
- <div class="refsect2">
545
- <a name="graphene-ray-equal"></a><h3>graphene_ray_equal ()</h3>
546
- <pre class="programlisting"><span class="returnvalue">bool</span>
547
- graphene_ray_equal (<em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *a</code></em>,
548
- <em class="parameter"><code>const <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> *b</code></em>);</pre>
549
- <p>Checks whether the two given <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a> are equal.</p>
550
- <div class="refsect3">
551
- <a name="graphene-ray-equal.parameters"></a><h4>Parameters</h4>
552
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
553
- <colgroup>
554
- <col width="150px" class="parameters_name">
555
- <col class="parameters_description">
556
- <col width="200px" class="parameters_annotations">
557
- </colgroup>
558
- <tbody>
559
- <tr>
560
- <td class="parameter_name"><p>a</p></td>
561
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
562
- <td class="parameter_annotations"> </td>
563
- </tr>
564
- <tr>
565
- <td class="parameter_name"><p>b</p></td>
566
- <td class="parameter_description"><p>a <a class="link" href="graphene-Ray.html#graphene-ray-t" title="graphene_ray_t"><span class="type">graphene_ray_t</span></a></p></td>
567
- <td class="parameter_annotations"> </td>
568
- </tr>
569
- </tbody>
570
- </table></div>
571
- </div>
572
- <div class="refsect3">
573
- <a name="graphene-ray-equal.returns"></a><h4>Returns</h4>
574
- <p> <code class="literal">true</code> if the given rays are equal</p>
575
- </div>
576
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
577
- </div>
578
- </div>
579
- <div class="refsect1">
580
- <a name="graphene-Ray.other_details"></a><h2>Types and Values</h2>
581
- <div class="refsect2">
582
- <a name="graphene-ray-t"></a><h3>graphene_ray_t</h3>
583
- <pre class="programlisting">typedef struct {
584
- } graphene_ray_t;
585
- </pre>
586
- <p>A ray emitted from an origin in a given direction.</p>
587
- <p>The contents of the <code class="literal">graphene_ray_t</code> structure are private, and should not
588
- be modified directly.</p>
589
- <p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
590
- </div>
591
- </div>
592
- </div>
593
- <div class="footer">
594
- <hr>Generated by GTK-Doc V1.25</div>
595
- </body>
596
- </html>