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,105 @@
1
+ /* graphene-size.h: Size
2
+ *
3
+ * Copyright 2014 Emmanuele Bassi
4
+ *
5
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ * of this software and associated documentation files (the "Software"), to deal
7
+ * in the Software without restriction, including without limitation the rights
8
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ * copies of the Software, and to permit persons to whom the Software is
10
+ * furnished to do so, subject to the following conditions:
11
+ *
12
+ * The above copyright notice and this permission notice shall be included in
13
+ * all copies or substantial portions of the Software.
14
+ *
15
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ * THE SOFTWARE.
22
+ */
23
+
24
+ #ifndef __GRAPHENE_SIZE_H__
25
+ #define __GRAPHENE_SIZE_H__
26
+
27
+ #if !defined(GRAPHENE_H_INSIDE) && !defined(GRAPHENE_COMPILATION)
28
+ #error "Only graphene.h can be included directly."
29
+ #endif
30
+
31
+ #include "graphene-types.h"
32
+
33
+ GRAPHENE_BEGIN_DECLS
34
+
35
+ /**
36
+ * GRAPHENE_SIZE_INIT:
37
+ * @_w: the width
38
+ * @_h: the height
39
+ *
40
+ * Initializes a #graphene_size_t with the given sizes when
41
+ * declaring it, e.g.:
42
+ *
43
+ * |[<!-- language="C" -->
44
+ * graphene_size_t size = GRAPHENE_SIZE_INIT (100.f, 100.f);
45
+ * ]|
46
+ *
47
+ * Since: 1.0
48
+ */
49
+ #define GRAPHENE_SIZE_INIT(_w,_h) (graphene_size_t) { .width = (_w), .height = (_h) }
50
+
51
+ /**
52
+ * GRAPHENE_SIZE_INIT_ZERO:
53
+ *
54
+ * Initializes a #graphene_size_t to (0, 0) when declaring it.
55
+ *
56
+ * Since: 1.0
57
+ */
58
+ #define GRAPHENE_SIZE_INIT_ZERO GRAPHENE_SIZE_INIT (0.f, 0.f)
59
+
60
+ /**
61
+ * graphene_size_t:
62
+ * @width: the width
63
+ * @height: the height
64
+ *
65
+ * A size.
66
+ *
67
+ * Since: 1.0
68
+ */
69
+ struct _graphene_size_t
70
+ {
71
+ float width;
72
+ float height;
73
+ };
74
+
75
+ GRAPHENE_AVAILABLE_IN_1_0
76
+ graphene_size_t * graphene_size_alloc (void);
77
+ GRAPHENE_AVAILABLE_IN_1_0
78
+ void graphene_size_free (graphene_size_t *s);
79
+ GRAPHENE_AVAILABLE_IN_1_0
80
+ graphene_size_t * graphene_size_init (graphene_size_t *s,
81
+ float width,
82
+ float height);
83
+ GRAPHENE_AVAILABLE_IN_1_0
84
+ graphene_size_t * graphene_size_init_from_size (graphene_size_t *s,
85
+ const graphene_size_t *src);
86
+ GRAPHENE_AVAILABLE_IN_1_0
87
+ bool graphene_size_equal (const graphene_size_t *a,
88
+ const graphene_size_t *b);
89
+
90
+ GRAPHENE_AVAILABLE_IN_1_0
91
+ void graphene_size_scale (const graphene_size_t *s,
92
+ float factor,
93
+ graphene_size_t *res);
94
+ GRAPHENE_AVAILABLE_IN_1_0
95
+ void graphene_size_interpolate (const graphene_size_t *a,
96
+ const graphene_size_t *b,
97
+ double factor,
98
+ graphene_size_t *res);
99
+
100
+ GRAPHENE_AVAILABLE_IN_1_0
101
+ const graphene_size_t * graphene_size_zero (void);
102
+
103
+ GRAPHENE_END_DECLS
104
+
105
+ #endif /* __GRAPHENE_SIZE_H__ */
@@ -0,0 +1,97 @@
1
+ /* graphene-sphere.h: A sphere
2
+ *
3
+ * Copyright 2014 Emmanuele Bassi
4
+ *
5
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ * of this software and associated documentation files (the "Software"), to deal
7
+ * in the Software without restriction, including without limitation the rights
8
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ * copies of the Software, and to permit persons to whom the Software is
10
+ * furnished to do so, subject to the following conditions:
11
+ *
12
+ * The above copyright notice and this permission notice shall be included in
13
+ * all copies or substantial portions of the Software.
14
+ *
15
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ * THE SOFTWARE.
22
+ */
23
+
24
+ #ifndef __GRAPHENE_SPHERE_H__
25
+ #define __GRAPHENE_SPHERE_H__
26
+
27
+ #if !defined(GRAPHENE_H_INSIDE) && !defined(GRAPHENE_COMPILATION)
28
+ #error "Only graphene.h can be included directly."
29
+ #endif
30
+
31
+ #include "graphene-types.h"
32
+ #include "graphene-vec3.h"
33
+
34
+ GRAPHENE_BEGIN_DECLS
35
+
36
+ /**
37
+ * graphene_sphere_t:
38
+ *
39
+ * A sphere, represented by its center and radius.
40
+ *
41
+ * Since: 1.2
42
+ */
43
+ struct _graphene_sphere_t
44
+ {
45
+ /*< private >*/
46
+ GRAPHENE_PRIVATE_FIELD (graphene_vec3_t, center);
47
+ GRAPHENE_PRIVATE_FIELD (float, radius);
48
+ };
49
+
50
+ GRAPHENE_AVAILABLE_IN_1_2
51
+ graphene_sphere_t * graphene_sphere_alloc (void);
52
+ GRAPHENE_AVAILABLE_IN_1_2
53
+ void graphene_sphere_free (graphene_sphere_t *s);
54
+
55
+ GRAPHENE_AVAILABLE_IN_1_2
56
+ graphene_sphere_t * graphene_sphere_init (graphene_sphere_t *s,
57
+ const graphene_point3d_t *center,
58
+ float radius);
59
+
60
+ GRAPHENE_AVAILABLE_IN_1_2
61
+ graphene_sphere_t * graphene_sphere_init_from_points (graphene_sphere_t *s,
62
+ unsigned int n_points,
63
+ const graphene_point3d_t *points,
64
+ const graphene_point3d_t *center);
65
+ GRAPHENE_AVAILABLE_IN_1_2
66
+ graphene_sphere_t * graphene_sphere_init_from_vectors (graphene_sphere_t *s,
67
+ unsigned int n_vectors,
68
+ const graphene_vec3_t *vectors,
69
+ const graphene_point3d_t *center);
70
+
71
+ GRAPHENE_AVAILABLE_IN_1_2
72
+ void graphene_sphere_get_center (const graphene_sphere_t *s,
73
+ graphene_point3d_t *center);
74
+ GRAPHENE_AVAILABLE_IN_1_2
75
+ float graphene_sphere_get_radius (const graphene_sphere_t *s);
76
+ GRAPHENE_AVAILABLE_IN_1_2
77
+ bool graphene_sphere_is_empty (const graphene_sphere_t *s);
78
+ GRAPHENE_AVAILABLE_IN_1_2
79
+ bool graphene_sphere_equal (const graphene_sphere_t *a,
80
+ const graphene_sphere_t *b);
81
+ GRAPHENE_AVAILABLE_IN_1_2
82
+ bool graphene_sphere_contains_point (const graphene_sphere_t *s,
83
+ const graphene_point3d_t *point);
84
+ GRAPHENE_AVAILABLE_IN_1_2
85
+ float graphene_sphere_distance (const graphene_sphere_t *s,
86
+ const graphene_point3d_t *point);
87
+ GRAPHENE_AVAILABLE_IN_1_2
88
+ void graphene_sphere_get_bounding_box (const graphene_sphere_t *s,
89
+ graphene_box_t *box);
90
+ GRAPHENE_AVAILABLE_IN_1_2
91
+ void graphene_sphere_translate (const graphene_sphere_t *s,
92
+ const graphene_point3d_t *point,
93
+ graphene_sphere_t *res);
94
+
95
+ GRAPHENE_END_DECLS
96
+
97
+ #endif /* __GRAPHENE_SPHERE_H__ */
@@ -0,0 +1,105 @@
1
+ /* graphene-triangle.h: A triangle
2
+ *
3
+ * Copyright 2014 Emmanuele Bassi
4
+ *
5
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ * of this software and associated documentation files (the "Software"), to deal
7
+ * in the Software without restriction, including without limitation the rights
8
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ * copies of the Software, and to permit persons to whom the Software is
10
+ * furnished to do so, subject to the following conditions:
11
+ *
12
+ * The above copyright notice and this permission notice shall be included in
13
+ * all copies or substantial portions of the Software.
14
+ *
15
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ * THE SOFTWARE.
22
+ */
23
+
24
+ #ifndef __GRAPHENE_TRIANGLE_H__
25
+ #define __GRAPHENE_TRIANGLE_H__
26
+
27
+ #if !defined(GRAPHENE_H_INSIDE) && !defined(GRAPHENE_COMPILATION)
28
+ #error "Only graphene.h can be included directly."
29
+ #endif
30
+
31
+ #include "graphene-types.h"
32
+ #include "graphene-vec3.h"
33
+
34
+ GRAPHENE_BEGIN_DECLS
35
+
36
+ /**
37
+ * graphene_triangle_t:
38
+ *
39
+ * A triangle.
40
+ *
41
+ * Since: 1.2
42
+ */
43
+ struct _graphene_triangle_t
44
+ {
45
+ /*< private >*/
46
+ GRAPHENE_PRIVATE_FIELD (graphene_vec3_t, a);
47
+ GRAPHENE_PRIVATE_FIELD (graphene_vec3_t, b);
48
+ GRAPHENE_PRIVATE_FIELD (graphene_vec3_t, c);
49
+ };
50
+
51
+ GRAPHENE_AVAILABLE_IN_1_2
52
+ graphene_triangle_t * graphene_triangle_alloc (void);
53
+ GRAPHENE_AVAILABLE_IN_1_2
54
+ void graphene_triangle_free (graphene_triangle_t *t);
55
+
56
+ GRAPHENE_AVAILABLE_IN_1_2
57
+ graphene_triangle_t * graphene_triangle_init_from_point3d (graphene_triangle_t *t,
58
+ const graphene_point3d_t *a,
59
+ const graphene_point3d_t *b,
60
+ const graphene_point3d_t *c);
61
+ GRAPHENE_AVAILABLE_IN_1_2
62
+ graphene_triangle_t * graphene_triangle_init_from_vec3 (graphene_triangle_t *t,
63
+ const graphene_vec3_t *a,
64
+ const graphene_vec3_t *b,
65
+ const graphene_vec3_t *c);
66
+
67
+ GRAPHENE_AVAILABLE_IN_1_2
68
+ void graphene_triangle_get_points (const graphene_triangle_t *t,
69
+ graphene_point3d_t *a,
70
+ graphene_point3d_t *b,
71
+ graphene_point3d_t *c);
72
+ GRAPHENE_AVAILABLE_IN_1_2
73
+ void graphene_triangle_get_vertices (const graphene_triangle_t *t,
74
+ graphene_vec3_t *a,
75
+ graphene_vec3_t *b,
76
+ graphene_vec3_t *c);
77
+ GRAPHENE_AVAILABLE_IN_1_2
78
+ float graphene_triangle_get_area (const graphene_triangle_t *t);
79
+ GRAPHENE_AVAILABLE_IN_1_2
80
+ void graphene_triangle_get_midpoint (const graphene_triangle_t *t,
81
+ graphene_point3d_t *res);
82
+ GRAPHENE_AVAILABLE_IN_1_2
83
+ void graphene_triangle_get_normal (const graphene_triangle_t *t,
84
+ graphene_vec3_t *res);
85
+ GRAPHENE_AVAILABLE_IN_1_2
86
+ void graphene_triangle_get_plane (const graphene_triangle_t *t,
87
+ graphene_plane_t *res);
88
+ GRAPHENE_AVAILABLE_IN_1_2
89
+ void graphene_triangle_get_bounding_box (const graphene_triangle_t *t,
90
+ graphene_box_t *res);
91
+ GRAPHENE_AVAILABLE_IN_1_2
92
+ bool graphene_triangle_get_barycoords (const graphene_triangle_t *t,
93
+ const graphene_point3d_t *p,
94
+ graphene_vec2_t *res);
95
+
96
+ GRAPHENE_AVAILABLE_IN_1_2
97
+ bool graphene_triangle_contains_point (const graphene_triangle_t *t,
98
+ const graphene_point3d_t *p);
99
+ GRAPHENE_AVAILABLE_IN_1_2
100
+ bool graphene_triangle_equal (const graphene_triangle_t *a,
101
+ const graphene_triangle_t *b);
102
+
103
+ GRAPHENE_END_DECLS
104
+
105
+ #endif /* __GRAPHENE_TRIANGLE_H__ */
@@ -0,0 +1,88 @@
1
+ /* graphene-types.h: Shared types
2
+ *
3
+ * Copyright 2014 Emmanuele Bassi
4
+ *
5
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ * of this software and associated documentation files (the "Software"), to deal
7
+ * in the Software without restriction, including without limitation the rights
8
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ * copies of the Software, and to permit persons to whom the Software is
10
+ * furnished to do so, subject to the following conditions:
11
+ *
12
+ * The above copyright notice and this permission notice shall be included in
13
+ * all copies or substantial portions of the Software.
14
+ *
15
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ * THE SOFTWARE.
22
+ */
23
+
24
+ #ifndef __GRAPHENE_TYPES_H__
25
+ #define __GRAPHENE_TYPES_H__
26
+
27
+ #if !defined(GRAPHENE_H_INSIDE) && !defined(GRAPHENE_COMPILATION)
28
+ #error "Only graphene.h can be included directly."
29
+ #endif
30
+
31
+ #include "graphene-config.h"
32
+ #include "graphene-macros.h"
33
+ #include "graphene-version-macros.h"
34
+
35
+ GRAPHENE_BEGIN_DECLS
36
+
37
+ /**
38
+ * GRAPHENE_VEC2_LEN:
39
+ *
40
+ * Evaluates to the number of components of a #graphene_vec2_t.
41
+ *
42
+ * Since: 1.0
43
+ */
44
+ #define GRAPHENE_VEC2_LEN 2
45
+
46
+ /**
47
+ * GRAPHENE_VEC3_LEN:
48
+ *
49
+ * Evaluates to the number of components of a #graphene_vec3_t.
50
+ *
51
+ * Since: 1.0
52
+ */
53
+ #define GRAPHENE_VEC3_LEN 3
54
+
55
+ /**
56
+ * GRAPHENE_VEC4_LEN:
57
+ *
58
+ * Evaluates to the number of components of a #graphene_vec4_t.
59
+ *
60
+ * Since: 1.0
61
+ */
62
+ #define GRAPHENE_VEC4_LEN 4
63
+
64
+ typedef struct _graphene_vec2_t graphene_vec2_t;
65
+ typedef struct _graphene_vec3_t graphene_vec3_t;
66
+ typedef struct _graphene_vec4_t graphene_vec4_t;
67
+
68
+ typedef struct _graphene_matrix_t graphene_matrix_t;
69
+
70
+ typedef struct _graphene_point_t graphene_point_t;
71
+ typedef struct _graphene_size_t graphene_size_t;
72
+ typedef struct _graphene_rect_t graphene_rect_t;
73
+
74
+ typedef struct _graphene_point3d_t graphene_point3d_t;
75
+ typedef struct _graphene_quad_t graphene_quad_t;
76
+ typedef struct _graphene_quaternion_t graphene_quaternion_t;
77
+ typedef struct _graphene_euler_t graphene_euler_t;
78
+
79
+ typedef struct _graphene_plane_t graphene_plane_t;
80
+ typedef struct _graphene_frustum_t graphene_frustum_t;
81
+ typedef struct _graphene_sphere_t graphene_sphere_t;
82
+ typedef struct _graphene_box_t graphene_box_t;
83
+ typedef struct _graphene_triangle_t graphene_triangle_t;
84
+ typedef struct _graphene_ray_t graphene_ray_t;
85
+
86
+ GRAPHENE_END_DECLS
87
+
88
+ #endif /* __GRAPHENE_TYPES_H__ */
@@ -0,0 +1,130 @@
1
+ /* graphene-vec2.h: 2-coords vector
2
+ *
3
+ * Copyright 2014 Emmanuele Bassi
4
+ *
5
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ * of this software and associated documentation files (the "Software"), to deal
7
+ * in the Software without restriction, including without limitation the rights
8
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ * copies of the Software, and to permit persons to whom the Software is
10
+ * furnished to do so, subject to the following conditions:
11
+ *
12
+ * The above copyright notice and this permission notice shall be included in
13
+ * all copies or substantial portions of the Software.
14
+ *
15
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ * THE SOFTWARE.
22
+ */
23
+
24
+ #ifndef __GRAPHENE_VEC2_H__
25
+ #define __GRAPHENE_VEC2_H__
26
+
27
+ #if !defined(GRAPHENE_H_INSIDE) && !defined(GRAPHENE_COMPILATION)
28
+ #error "Only graphene.h can be included directly."
29
+ #endif
30
+
31
+ #include "graphene-types.h"
32
+
33
+ GRAPHENE_BEGIN_DECLS
34
+
35
+ /**
36
+ * graphene_vec2_t:
37
+ *
38
+ * A structure capable of holding a vector with two dimensions, x and y.
39
+ *
40
+ * The contents of the #graphene_vec2_t structure are private and should
41
+ * never be accessed directly.
42
+ */
43
+ struct _graphene_vec2_t
44
+ {
45
+ /*< private >*/
46
+ GRAPHENE_PRIVATE_FIELD (graphene_simd4f_t, value);
47
+ };
48
+
49
+ GRAPHENE_AVAILABLE_IN_1_0
50
+ graphene_vec2_t * graphene_vec2_alloc (void);
51
+ GRAPHENE_AVAILABLE_IN_1_0
52
+ void graphene_vec2_free (graphene_vec2_t *v);
53
+ GRAPHENE_AVAILABLE_IN_1_0
54
+ graphene_vec2_t * graphene_vec2_init (graphene_vec2_t *v,
55
+ float x,
56
+ float y);
57
+ GRAPHENE_AVAILABLE_IN_1_0
58
+ graphene_vec2_t * graphene_vec2_init_from_vec2 (graphene_vec2_t *v,
59
+ const graphene_vec2_t *src);
60
+ GRAPHENE_AVAILABLE_IN_1_0
61
+ graphene_vec2_t * graphene_vec2_init_from_float (graphene_vec2_t *v,
62
+ const float *src);
63
+ GRAPHENE_AVAILABLE_IN_1_0
64
+ void graphene_vec2_to_float (const graphene_vec2_t *v,
65
+ float *dest);
66
+ GRAPHENE_AVAILABLE_IN_1_0
67
+ void graphene_vec2_add (const graphene_vec2_t *a,
68
+ const graphene_vec2_t *b,
69
+ graphene_vec2_t *res);
70
+ GRAPHENE_AVAILABLE_IN_1_0
71
+ void graphene_vec2_subtract (const graphene_vec2_t *a,
72
+ const graphene_vec2_t *b,
73
+ graphene_vec2_t *res);
74
+ GRAPHENE_AVAILABLE_IN_1_0
75
+ void graphene_vec2_multiply (const graphene_vec2_t *a,
76
+ const graphene_vec2_t *b,
77
+ graphene_vec2_t *res);
78
+ GRAPHENE_AVAILABLE_IN_1_0
79
+ void graphene_vec2_divide (const graphene_vec2_t *a,
80
+ const graphene_vec2_t *b,
81
+ graphene_vec2_t *res);
82
+ GRAPHENE_AVAILABLE_IN_1_0
83
+ float graphene_vec2_dot (const graphene_vec2_t *a,
84
+ const graphene_vec2_t *b);
85
+ GRAPHENE_AVAILABLE_IN_1_0
86
+ float graphene_vec2_length (const graphene_vec2_t *v);
87
+ GRAPHENE_AVAILABLE_IN_1_0
88
+ void graphene_vec2_normalize (const graphene_vec2_t *v,
89
+ graphene_vec2_t *res);
90
+ GRAPHENE_AVAILABLE_IN_1_2
91
+ void graphene_vec2_scale (const graphene_vec2_t *v,
92
+ float factor,
93
+ graphene_vec2_t *res);
94
+ GRAPHENE_AVAILABLE_IN_1_2
95
+ void graphene_vec2_negate (const graphene_vec2_t *v,
96
+ graphene_vec2_t *res);
97
+ GRAPHENE_AVAILABLE_IN_1_2
98
+ bool graphene_vec2_near (const graphene_vec2_t *v1,
99
+ const graphene_vec2_t *v2,
100
+ float epsilon);
101
+ GRAPHENE_AVAILABLE_IN_1_2
102
+ bool graphene_vec2_equal (const graphene_vec2_t *v1,
103
+ const graphene_vec2_t *v2);
104
+
105
+ GRAPHENE_AVAILABLE_IN_1_0
106
+ void graphene_vec2_min (const graphene_vec2_t *a,
107
+ const graphene_vec2_t *b,
108
+ graphene_vec2_t *res);
109
+ GRAPHENE_AVAILABLE_IN_1_0
110
+ void graphene_vec2_max (const graphene_vec2_t *a,
111
+ const graphene_vec2_t *b,
112
+ graphene_vec2_t *res);
113
+
114
+ GRAPHENE_AVAILABLE_IN_1_0
115
+ float graphene_vec2_get_x (const graphene_vec2_t *v);
116
+ GRAPHENE_AVAILABLE_IN_1_0
117
+ float graphene_vec2_get_y (const graphene_vec2_t *v);
118
+
119
+ GRAPHENE_AVAILABLE_IN_1_0
120
+ const graphene_vec2_t * graphene_vec2_zero (void);
121
+ GRAPHENE_AVAILABLE_IN_1_0
122
+ const graphene_vec2_t * graphene_vec2_one (void);
123
+ GRAPHENE_AVAILABLE_IN_1_0
124
+ const graphene_vec2_t * graphene_vec2_x_axis (void);
125
+ GRAPHENE_AVAILABLE_IN_1_0
126
+ const graphene_vec2_t * graphene_vec2_y_axis (void);
127
+
128
+ GRAPHENE_END_DECLS
129
+
130
+ #endif /* __GRAPHENE_VECTORS_H__ */