pango 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicudt58.dll +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -1,582 +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>Index of new symbols in 1.2: 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="index.html" title="Graphene Reference Manual">
|
9
|
-
<link rel="prev" href="ix03.html" title="Index of new symbols in 1.0">
|
10
|
-
<link rel="next" href="ix05.html" title="Index of new symbols in 1.4">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
|
17
|
-
<span class="dim">|</span>
|
18
|
-
<a class="shortcut" href="#idxE">E</a>
|
19
|
-
<span class="dim">|</span>
|
20
|
-
<a class="shortcut" href="#idxF">F</a>
|
21
|
-
<span class="dim">|</span>
|
22
|
-
<a class="shortcut" href="#idxM">M</a>
|
23
|
-
<span class="dim">|</span>
|
24
|
-
<a class="shortcut" href="#idxP">P</a>
|
25
|
-
<span class="dim">|</span>
|
26
|
-
<a class="shortcut" href="#idxQ">Q</a>
|
27
|
-
<span class="dim">|</span>
|
28
|
-
<a class="shortcut" href="#idxS">S</a>
|
29
|
-
<span class="dim">|</span>
|
30
|
-
<a class="shortcut" href="#idxT">T</a>
|
31
|
-
<span class="dim">|</span>
|
32
|
-
<a class="shortcut" href="#idxV">V</a></span></td>
|
33
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
34
|
-
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
35
|
-
<td><a accesskey="p" href="ix03.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
36
|
-
<td><a accesskey="n" href="ix05.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
37
|
-
</tr></table>
|
38
|
-
<div class="index">
|
39
|
-
<div class="titlepage"><div><div><h1 class="title">
|
40
|
-
<a name="id-1.7"></a>Index of new symbols in 1.2</h1></div></div></div>
|
41
|
-
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
42
|
-
<dt>
|
43
|
-
<a class="link" href="graphene-Box.html#graphene-box-alloc" title="graphene_box_alloc ()">graphene_box_alloc</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
44
|
-
</dt>
|
45
|
-
<dd></dd>
|
46
|
-
<dt>
|
47
|
-
<a class="link" href="graphene-Box.html#graphene-box-contains-box" title="graphene_box_contains_box ()">graphene_box_contains_box</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
48
|
-
</dt>
|
49
|
-
<dd></dd>
|
50
|
-
<dt>
|
51
|
-
<a class="link" href="graphene-Box.html#graphene-box-contains-point" title="graphene_box_contains_point ()">graphene_box_contains_point</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
52
|
-
</dt>
|
53
|
-
<dd></dd>
|
54
|
-
<dt>
|
55
|
-
<a class="link" href="graphene-Box.html#graphene-box-empty" title="graphene_box_empty ()">graphene_box_empty</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
56
|
-
</dt>
|
57
|
-
<dd></dd>
|
58
|
-
<dt>
|
59
|
-
<a class="link" href="graphene-Box.html#graphene-box-equal" title="graphene_box_equal ()">graphene_box_equal</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
60
|
-
</dt>
|
61
|
-
<dd></dd>
|
62
|
-
<dt>
|
63
|
-
<a class="link" href="graphene-Box.html#graphene-box-expand" title="graphene_box_expand ()">graphene_box_expand</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
64
|
-
</dt>
|
65
|
-
<dd></dd>
|
66
|
-
<dt>
|
67
|
-
<a class="link" href="graphene-Box.html#graphene-box-expand-scalar" title="graphene_box_expand_scalar ()">graphene_box_expand_scalar</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
68
|
-
</dt>
|
69
|
-
<dd></dd>
|
70
|
-
<dt>
|
71
|
-
<a class="link" href="graphene-Box.html#graphene-box-expand-vec3" title="graphene_box_expand_vec3 ()">graphene_box_expand_vec3</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
72
|
-
</dt>
|
73
|
-
<dd></dd>
|
74
|
-
<dt>
|
75
|
-
<a class="link" href="graphene-Box.html#graphene-box-free" title="graphene_box_free ()">graphene_box_free</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
76
|
-
</dt>
|
77
|
-
<dd></dd>
|
78
|
-
<dt>
|
79
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-bounding-sphere" title="graphene_box_get_bounding_sphere ()">graphene_box_get_bounding_sphere</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
80
|
-
</dt>
|
81
|
-
<dd></dd>
|
82
|
-
<dt>
|
83
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-center" title="graphene_box_get_center ()">graphene_box_get_center</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
84
|
-
</dt>
|
85
|
-
<dd></dd>
|
86
|
-
<dt>
|
87
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-depth" title="graphene_box_get_depth ()">graphene_box_get_depth</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
88
|
-
</dt>
|
89
|
-
<dd></dd>
|
90
|
-
<dt>
|
91
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-height" title="graphene_box_get_height ()">graphene_box_get_height</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
92
|
-
</dt>
|
93
|
-
<dd></dd>
|
94
|
-
<dt>
|
95
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-max" title="graphene_box_get_max ()">graphene_box_get_max</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
96
|
-
</dt>
|
97
|
-
<dd></dd>
|
98
|
-
<dt>
|
99
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-min" title="graphene_box_get_min ()">graphene_box_get_min</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
100
|
-
</dt>
|
101
|
-
<dd></dd>
|
102
|
-
<dt>
|
103
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-size" title="graphene_box_get_size ()">graphene_box_get_size</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
104
|
-
</dt>
|
105
|
-
<dd></dd>
|
106
|
-
<dt>
|
107
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-vertices" title="graphene_box_get_vertices ()">graphene_box_get_vertices</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
108
|
-
</dt>
|
109
|
-
<dd></dd>
|
110
|
-
<dt>
|
111
|
-
<a class="link" href="graphene-Box.html#graphene-box-get-width" title="graphene_box_get_width ()">graphene_box_get_width</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
112
|
-
</dt>
|
113
|
-
<dd></dd>
|
114
|
-
<dt>
|
115
|
-
<a class="link" href="graphene-Box.html#graphene-box-infinite" title="graphene_box_infinite ()">graphene_box_infinite</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
116
|
-
</dt>
|
117
|
-
<dd></dd>
|
118
|
-
<dt>
|
119
|
-
<a class="link" href="graphene-Box.html#graphene-box-init" title="graphene_box_init ()">graphene_box_init</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
120
|
-
</dt>
|
121
|
-
<dd></dd>
|
122
|
-
<dt>
|
123
|
-
<a class="link" href="graphene-Box.html#graphene-box-init-from-box" title="graphene_box_init_from_box ()">graphene_box_init_from_box</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
124
|
-
</dt>
|
125
|
-
<dd></dd>
|
126
|
-
<dt>
|
127
|
-
<a class="link" href="graphene-Box.html#graphene-box-init-from-points" title="graphene_box_init_from_points ()">graphene_box_init_from_points</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
128
|
-
</dt>
|
129
|
-
<dd></dd>
|
130
|
-
<dt>
|
131
|
-
<a class="link" href="graphene-Box.html#graphene-box-init-from-vec3" title="graphene_box_init_from_vec3 ()">graphene_box_init_from_vec3</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
132
|
-
</dt>
|
133
|
-
<dd></dd>
|
134
|
-
<dt>
|
135
|
-
<a class="link" href="graphene-Box.html#graphene-box-init-from-vectors" title="graphene_box_init_from_vectors ()">graphene_box_init_from_vectors</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
136
|
-
</dt>
|
137
|
-
<dd></dd>
|
138
|
-
<dt>
|
139
|
-
<a class="link" href="graphene-Box.html#graphene-box-intersection" title="graphene_box_intersection ()">graphene_box_intersection</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
140
|
-
</dt>
|
141
|
-
<dd></dd>
|
142
|
-
<dt>
|
143
|
-
<a class="link" href="graphene-Box.html#graphene-box-minus-one" title="graphene_box_minus_one ()">graphene_box_minus_one</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
144
|
-
</dt>
|
145
|
-
<dd></dd>
|
146
|
-
<dt>
|
147
|
-
<a class="link" href="graphene-Box.html#graphene-box-one" title="graphene_box_one ()">graphene_box_one</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
148
|
-
</dt>
|
149
|
-
<dd></dd>
|
150
|
-
<dt>
|
151
|
-
<a class="link" href="graphene-Box.html#graphene-box-one-minus-one" title="graphene_box_one_minus_one ()">graphene_box_one_minus_one</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
152
|
-
</dt>
|
153
|
-
<dd></dd>
|
154
|
-
<dt>
|
155
|
-
<a class="link" href="graphene-Box.html#graphene-box-t" title="graphene_box_t">graphene_box_t</a>, struct in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
156
|
-
</dt>
|
157
|
-
<dd></dd>
|
158
|
-
<dt>
|
159
|
-
<a class="link" href="graphene-Box.html#graphene-box-union" title="graphene_box_union ()">graphene_box_union</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
160
|
-
</dt>
|
161
|
-
<dd></dd>
|
162
|
-
<dt>
|
163
|
-
<a class="link" href="graphene-Box.html#graphene-box-zero" title="graphene_box_zero ()">graphene_box_zero</a>, function in <a class="link" href="graphene-Box.html" title="Box">Box</a>
|
164
|
-
</dt>
|
165
|
-
<dd></dd>
|
166
|
-
<a name="idxE"></a><h3 class="title">E</h3>
|
167
|
-
<dt>
|
168
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-alloc" title="graphene_euler_alloc ()">graphene_euler_alloc</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
169
|
-
</dt>
|
170
|
-
<dd></dd>
|
171
|
-
<dt>
|
172
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-equal" title="graphene_euler_equal ()">graphene_euler_equal</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
173
|
-
</dt>
|
174
|
-
<dd></dd>
|
175
|
-
<dt>
|
176
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-free" title="graphene_euler_free ()">graphene_euler_free</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
177
|
-
</dt>
|
178
|
-
<dd></dd>
|
179
|
-
<dt>
|
180
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-get-order" title="graphene_euler_get_order ()">graphene_euler_get_order</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
181
|
-
</dt>
|
182
|
-
<dd></dd>
|
183
|
-
<dt>
|
184
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-get-x" title="graphene_euler_get_x ()">graphene_euler_get_x</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
185
|
-
</dt>
|
186
|
-
<dd></dd>
|
187
|
-
<dt>
|
188
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-get-y" title="graphene_euler_get_y ()">graphene_euler_get_y</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
189
|
-
</dt>
|
190
|
-
<dd></dd>
|
191
|
-
<dt>
|
192
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-get-z" title="graphene_euler_get_z ()">graphene_euler_get_z</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
193
|
-
</dt>
|
194
|
-
<dd></dd>
|
195
|
-
<dt>
|
196
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-init" title="graphene_euler_init ()">graphene_euler_init</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
197
|
-
</dt>
|
198
|
-
<dd></dd>
|
199
|
-
<dt>
|
200
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-init-from-euler" title="graphene_euler_init_from_euler ()">graphene_euler_init_from_euler</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
201
|
-
</dt>
|
202
|
-
<dd></dd>
|
203
|
-
<dt>
|
204
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-init-from-matrix" title="graphene_euler_init_from_matrix ()">graphene_euler_init_from_matrix</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
205
|
-
</dt>
|
206
|
-
<dd></dd>
|
207
|
-
<dt>
|
208
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-init-from-quaternion" title="graphene_euler_init_from_quaternion ()">graphene_euler_init_from_quaternion</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
209
|
-
</dt>
|
210
|
-
<dd></dd>
|
211
|
-
<dt>
|
212
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-init-from-vec3" title="graphene_euler_init_from_vec3 ()">graphene_euler_init_from_vec3</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
213
|
-
</dt>
|
214
|
-
<dd></dd>
|
215
|
-
<dt>
|
216
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-init-with-order" title="graphene_euler_init_with_order ()">graphene_euler_init_with_order</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
217
|
-
</dt>
|
218
|
-
<dd></dd>
|
219
|
-
<dt>
|
220
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-order-t" title="enum graphene_euler_order_t">graphene_euler_order_t</a>, enum in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
221
|
-
</dt>
|
222
|
-
<dd></dd>
|
223
|
-
<dt>
|
224
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-reorder" title="graphene_euler_reorder ()">graphene_euler_reorder</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
225
|
-
</dt>
|
226
|
-
<dd></dd>
|
227
|
-
<dt>
|
228
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-t" title="graphene_euler_t">graphene_euler_t</a>, struct in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
229
|
-
</dt>
|
230
|
-
<dd></dd>
|
231
|
-
<dt>
|
232
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-to-matrix" title="graphene_euler_to_matrix ()">graphene_euler_to_matrix</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
233
|
-
</dt>
|
234
|
-
<dd></dd>
|
235
|
-
<dt>
|
236
|
-
<a class="link" href="graphene-Euler.html#graphene-euler-to-vec3" title="graphene_euler_to_vec3 ()">graphene_euler_to_vec3</a>, function in <a class="link" href="graphene-Euler.html" title="Euler">Euler</a>
|
237
|
-
</dt>
|
238
|
-
<dd></dd>
|
239
|
-
<a name="idxF"></a><h3 class="title">F</h3>
|
240
|
-
<dt>
|
241
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-alloc" title="graphene_frustum_alloc ()">graphene_frustum_alloc</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
242
|
-
</dt>
|
243
|
-
<dd></dd>
|
244
|
-
<dt>
|
245
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-contains-point" title="graphene_frustum_contains_point ()">graphene_frustum_contains_point</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
246
|
-
</dt>
|
247
|
-
<dd></dd>
|
248
|
-
<dt>
|
249
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-free" title="graphene_frustum_free ()">graphene_frustum_free</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
250
|
-
</dt>
|
251
|
-
<dd></dd>
|
252
|
-
<dt>
|
253
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-get-planes" title="graphene_frustum_get_planes ()">graphene_frustum_get_planes</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
254
|
-
</dt>
|
255
|
-
<dd></dd>
|
256
|
-
<dt>
|
257
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-init" title="graphene_frustum_init ()">graphene_frustum_init</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
258
|
-
</dt>
|
259
|
-
<dd></dd>
|
260
|
-
<dt>
|
261
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-init-from-frustum" title="graphene_frustum_init_from_frustum ()">graphene_frustum_init_from_frustum</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
262
|
-
</dt>
|
263
|
-
<dd></dd>
|
264
|
-
<dt>
|
265
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-init-from-matrix" title="graphene_frustum_init_from_matrix ()">graphene_frustum_init_from_matrix</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
266
|
-
</dt>
|
267
|
-
<dd></dd>
|
268
|
-
<dt>
|
269
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-intersects-box" title="graphene_frustum_intersects_box ()">graphene_frustum_intersects_box</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
270
|
-
</dt>
|
271
|
-
<dd></dd>
|
272
|
-
<dt>
|
273
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-intersects-sphere" title="graphene_frustum_intersects_sphere ()">graphene_frustum_intersects_sphere</a>, function in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
274
|
-
</dt>
|
275
|
-
<dd></dd>
|
276
|
-
<dt>
|
277
|
-
<a class="link" href="graphene-Frustum.html#graphene-frustum-t" title="graphene_frustum_t">graphene_frustum_t</a>, struct in <a class="link" href="graphene-Frustum.html" title="Frustum">Frustum</a>
|
278
|
-
</dt>
|
279
|
-
<dd></dd>
|
280
|
-
<a name="idxM"></a><h3 class="title">M</h3>
|
281
|
-
<dt>
|
282
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-init-frustum" title="graphene_matrix_init_frustum ()">graphene_matrix_init_frustum</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
283
|
-
</dt>
|
284
|
-
<dd></dd>
|
285
|
-
<dt>
|
286
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-project-rect" title="graphene_matrix_project_rect ()">graphene_matrix_project_rect</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
287
|
-
</dt>
|
288
|
-
<dd></dd>
|
289
|
-
<dt>
|
290
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-rotate-euler" title="graphene_matrix_rotate_euler ()">graphene_matrix_rotate_euler</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
291
|
-
</dt>
|
292
|
-
<dd></dd>
|
293
|
-
<dt>
|
294
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-rotate-quaternion" title="graphene_matrix_rotate_quaternion ()">graphene_matrix_rotate_quaternion</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
295
|
-
</dt>
|
296
|
-
<dd></dd>
|
297
|
-
<dt>
|
298
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-transform-box" title="graphene_matrix_transform_box ()">graphene_matrix_transform_box</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
299
|
-
</dt>
|
300
|
-
<dd></dd>
|
301
|
-
<dt>
|
302
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-transform-point3d" title="graphene_matrix_transform_point3d ()">graphene_matrix_transform_point3d</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
303
|
-
</dt>
|
304
|
-
<dd></dd>
|
305
|
-
<dt>
|
306
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-transform-sphere" title="graphene_matrix_transform_sphere ()">graphene_matrix_transform_sphere</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
307
|
-
</dt>
|
308
|
-
<dd></dd>
|
309
|
-
<dt>
|
310
|
-
<a class="link" href="graphene-Matrix.html#graphene-matrix-unproject-point3d" title="graphene_matrix_unproject_point3d ()">graphene_matrix_unproject_point3d</a>, function in <a class="link" href="graphene-Matrix.html" title="Matrix">Matrix</a>
|
311
|
-
</dt>
|
312
|
-
<dd></dd>
|
313
|
-
<a name="idxP"></a><h3 class="title">P</h3>
|
314
|
-
<dt>
|
315
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-alloc" title="graphene_plane_alloc ()">graphene_plane_alloc</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
316
|
-
</dt>
|
317
|
-
<dd></dd>
|
318
|
-
<dt>
|
319
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-distance" title="graphene_plane_distance ()">graphene_plane_distance</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
320
|
-
</dt>
|
321
|
-
<dd></dd>
|
322
|
-
<dt>
|
323
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-equal" title="graphene_plane_equal ()">graphene_plane_equal</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
324
|
-
</dt>
|
325
|
-
<dd></dd>
|
326
|
-
<dt>
|
327
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-free" title="graphene_plane_free ()">graphene_plane_free</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
328
|
-
</dt>
|
329
|
-
<dd></dd>
|
330
|
-
<dt>
|
331
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-get-constant" title="graphene_plane_get_constant ()">graphene_plane_get_constant</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
332
|
-
</dt>
|
333
|
-
<dd></dd>
|
334
|
-
<dt>
|
335
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-get-normal" title="graphene_plane_get_normal ()">graphene_plane_get_normal</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
336
|
-
</dt>
|
337
|
-
<dd></dd>
|
338
|
-
<dt>
|
339
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-init" title="graphene_plane_init ()">graphene_plane_init</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
340
|
-
</dt>
|
341
|
-
<dd></dd>
|
342
|
-
<dt>
|
343
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-init-from-plane" title="graphene_plane_init_from_plane ()">graphene_plane_init_from_plane</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
344
|
-
</dt>
|
345
|
-
<dd></dd>
|
346
|
-
<dt>
|
347
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-init-from-point" title="graphene_plane_init_from_point ()">graphene_plane_init_from_point</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
348
|
-
</dt>
|
349
|
-
<dd></dd>
|
350
|
-
<dt>
|
351
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-init-from-points" title="graphene_plane_init_from_points ()">graphene_plane_init_from_points</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
352
|
-
</dt>
|
353
|
-
<dd></dd>
|
354
|
-
<dt>
|
355
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-init-from-vec4" title="graphene_plane_init_from_vec4 ()">graphene_plane_init_from_vec4</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
356
|
-
</dt>
|
357
|
-
<dd></dd>
|
358
|
-
<dt>
|
359
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-negate" title="graphene_plane_negate ()">graphene_plane_negate</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
360
|
-
</dt>
|
361
|
-
<dd></dd>
|
362
|
-
<dt>
|
363
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-normalize" title="graphene_plane_normalize ()">graphene_plane_normalize</a>, function in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
364
|
-
</dt>
|
365
|
-
<dd></dd>
|
366
|
-
<dt>
|
367
|
-
<a class="link" href="graphene-Plane.html#graphene-plane-t" title="graphene_plane_t">graphene_plane_t</a>, struct in <a class="link" href="graphene-Plane.html" title="Plane">Plane</a>
|
368
|
-
</dt>
|
369
|
-
<dd></dd>
|
370
|
-
<a name="idxQ"></a><h3 class="title">Q</h3>
|
371
|
-
<dt>
|
372
|
-
<a class="link" href="graphene-Quad.html#graphene-quad-init-from-points" title="graphene_quad_init_from_points ()">graphene_quad_init_from_points</a>, function in <a class="link" href="graphene-Quad.html" title="Quad">Quad</a>
|
373
|
-
</dt>
|
374
|
-
<dd></dd>
|
375
|
-
<dt>
|
376
|
-
<a class="link" href="graphene-Quaternion.html#graphene-quaternion-init-from-euler" title="graphene_quaternion_init_from_euler ()">graphene_quaternion_init_from_euler</a>, function in <a class="link" href="graphene-Quaternion.html" title="Quaternion">Quaternion</a>
|
377
|
-
</dt>
|
378
|
-
<dd></dd>
|
379
|
-
<dt>
|
380
|
-
<a class="link" href="graphene-Quaternion.html#graphene-quaternion-to-angles" title="graphene_quaternion_to_angles ()">graphene_quaternion_to_angles</a>, function in <a class="link" href="graphene-Quaternion.html" title="Quaternion">Quaternion</a>
|
381
|
-
</dt>
|
382
|
-
<dd></dd>
|
383
|
-
<dt>
|
384
|
-
<a class="link" href="graphene-Quaternion.html#graphene-quaternion-to-radians" title="graphene_quaternion_to_radians ()">graphene_quaternion_to_radians</a>, function in <a class="link" href="graphene-Quaternion.html" title="Quaternion">Quaternion</a>
|
385
|
-
</dt>
|
386
|
-
<dd></dd>
|
387
|
-
<a name="idxS"></a><h3 class="title">S</h3>
|
388
|
-
<dt>
|
389
|
-
<a class="link" href="graphene-SIMD-vector.html#graphene-simd4f-clamp" title="graphene_simd4f_clamp ()">graphene_simd4f_clamp</a>, function in <a class="link" href="graphene-SIMD-vector.html" title="SIMD vector">SIMD vector</a>
|
390
|
-
</dt>
|
391
|
-
<dd></dd>
|
392
|
-
<dt>
|
393
|
-
<a class="link" href="graphene-SIMD-vector.html#graphene-simd4f-clamp-scalar" title="graphene_simd4f_clamp_scalar ()">graphene_simd4f_clamp_scalar</a>, function in <a class="link" href="graphene-SIMD-vector.html" title="SIMD vector">SIMD vector</a>
|
394
|
-
</dt>
|
395
|
-
<dd></dd>
|
396
|
-
<dt>
|
397
|
-
<a class="link" href="graphene-SIMD-vector.html#graphene-simd4f-cmp-le" title="graphene_simd4f_cmp_le ()">graphene_simd4f_cmp_le</a>, function in <a class="link" href="graphene-SIMD-vector.html" title="SIMD vector">SIMD vector</a>
|
398
|
-
</dt>
|
399
|
-
<dd></dd>
|
400
|
-
<dt>
|
401
|
-
<a class="link" href="graphene-SIMD-vector.html#graphene-simd4f-cmp-lt" title="graphene_simd4f_cmp_lt ()">graphene_simd4f_cmp_lt</a>, function in <a class="link" href="graphene-SIMD-vector.html" title="SIMD vector">SIMD vector</a>
|
402
|
-
</dt>
|
403
|
-
<dd></dd>
|
404
|
-
<dt>
|
405
|
-
<a class="link" href="graphene-SIMD-vector.html#graphene-simd4f-get" title="graphene_simd4f_get ()">graphene_simd4f_get</a>, function in <a class="link" href="graphene-SIMD-vector.html" title="SIMD vector">SIMD vector</a>
|
406
|
-
</dt>
|
407
|
-
<dd></dd>
|
408
|
-
<dt>
|
409
|
-
<a class="link" href="graphene-SIMD-matrix.html#graphene-simd4x4f-init-frustum" title="graphene_simd4x4f_init_frustum ()">graphene_simd4x4f_init_frustum</a>, function in <a class="link" href="graphene-SIMD-matrix.html" title="SIMD matrix">SIMD matrix</a>
|
410
|
-
</dt>
|
411
|
-
<dd></dd>
|
412
|
-
<dt>
|
413
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-alloc" title="graphene_sphere_alloc ()">graphene_sphere_alloc</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
414
|
-
</dt>
|
415
|
-
<dd></dd>
|
416
|
-
<dt>
|
417
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-contains-point" title="graphene_sphere_contains_point ()">graphene_sphere_contains_point</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
418
|
-
</dt>
|
419
|
-
<dd></dd>
|
420
|
-
<dt>
|
421
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-distance" title="graphene_sphere_distance ()">graphene_sphere_distance</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
422
|
-
</dt>
|
423
|
-
<dd></dd>
|
424
|
-
<dt>
|
425
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-equal" title="graphene_sphere_equal ()">graphene_sphere_equal</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
426
|
-
</dt>
|
427
|
-
<dd></dd>
|
428
|
-
<dt>
|
429
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-free" title="graphene_sphere_free ()">graphene_sphere_free</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
430
|
-
</dt>
|
431
|
-
<dd></dd>
|
432
|
-
<dt>
|
433
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-get-bounding-box" title="graphene_sphere_get_bounding_box ()">graphene_sphere_get_bounding_box</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
434
|
-
</dt>
|
435
|
-
<dd></dd>
|
436
|
-
<dt>
|
437
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-get-center" title="graphene_sphere_get_center ()">graphene_sphere_get_center</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
438
|
-
</dt>
|
439
|
-
<dd></dd>
|
440
|
-
<dt>
|
441
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-get-radius" title="graphene_sphere_get_radius ()">graphene_sphere_get_radius</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
442
|
-
</dt>
|
443
|
-
<dd></dd>
|
444
|
-
<dt>
|
445
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-init" title="graphene_sphere_init ()">graphene_sphere_init</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
446
|
-
</dt>
|
447
|
-
<dd></dd>
|
448
|
-
<dt>
|
449
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-init-from-points" title="graphene_sphere_init_from_points ()">graphene_sphere_init_from_points</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
450
|
-
</dt>
|
451
|
-
<dd></dd>
|
452
|
-
<dt>
|
453
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-init-from-vectors" title="graphene_sphere_init_from_vectors ()">graphene_sphere_init_from_vectors</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
454
|
-
</dt>
|
455
|
-
<dd></dd>
|
456
|
-
<dt>
|
457
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-is-empty" title="graphene_sphere_is_empty ()">graphene_sphere_is_empty</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
458
|
-
</dt>
|
459
|
-
<dd></dd>
|
460
|
-
<dt>
|
461
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-t" title="graphene_sphere_t">graphene_sphere_t</a>, struct in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
462
|
-
</dt>
|
463
|
-
<dd></dd>
|
464
|
-
<dt>
|
465
|
-
<a class="link" href="graphene-Sphere.html#graphene-sphere-translate" title="graphene_sphere_translate ()">graphene_sphere_translate</a>, function in <a class="link" href="graphene-Sphere.html" title="Sphere">Sphere</a>
|
466
|
-
</dt>
|
467
|
-
<dd></dd>
|
468
|
-
<a name="idxT"></a><h3 class="title">T</h3>
|
469
|
-
<dt>
|
470
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-alloc" title="graphene_triangle_alloc ()">graphene_triangle_alloc</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
471
|
-
</dt>
|
472
|
-
<dd></dd>
|
473
|
-
<dt>
|
474
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-contains-point" title="graphene_triangle_contains_point ()">graphene_triangle_contains_point</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
475
|
-
</dt>
|
476
|
-
<dd></dd>
|
477
|
-
<dt>
|
478
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-equal" title="graphene_triangle_equal ()">graphene_triangle_equal</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
479
|
-
</dt>
|
480
|
-
<dd></dd>
|
481
|
-
<dt>
|
482
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-free" title="graphene_triangle_free ()">graphene_triangle_free</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
483
|
-
</dt>
|
484
|
-
<dd></dd>
|
485
|
-
<dt>
|
486
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-area" title="graphene_triangle_get_area ()">graphene_triangle_get_area</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
487
|
-
</dt>
|
488
|
-
<dd></dd>
|
489
|
-
<dt>
|
490
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-barycoords" title="graphene_triangle_get_barycoords ()">graphene_triangle_get_barycoords</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
491
|
-
</dt>
|
492
|
-
<dd></dd>
|
493
|
-
<dt>
|
494
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-bounding-box" title="graphene_triangle_get_bounding_box ()">graphene_triangle_get_bounding_box</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
495
|
-
</dt>
|
496
|
-
<dd></dd>
|
497
|
-
<dt>
|
498
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-midpoint" title="graphene_triangle_get_midpoint ()">graphene_triangle_get_midpoint</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
499
|
-
</dt>
|
500
|
-
<dd></dd>
|
501
|
-
<dt>
|
502
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-normal" title="graphene_triangle_get_normal ()">graphene_triangle_get_normal</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
503
|
-
</dt>
|
504
|
-
<dd></dd>
|
505
|
-
<dt>
|
506
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-plane" title="graphene_triangle_get_plane ()">graphene_triangle_get_plane</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
507
|
-
</dt>
|
508
|
-
<dd></dd>
|
509
|
-
<dt>
|
510
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-points" title="graphene_triangle_get_points ()">graphene_triangle_get_points</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
511
|
-
</dt>
|
512
|
-
<dd></dd>
|
513
|
-
<dt>
|
514
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-get-vertices" title="graphene_triangle_get_vertices ()">graphene_triangle_get_vertices</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
515
|
-
</dt>
|
516
|
-
<dd></dd>
|
517
|
-
<dt>
|
518
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-init-from-point3d" title="graphene_triangle_init_from_point3d ()">graphene_triangle_init_from_point3d</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
519
|
-
</dt>
|
520
|
-
<dd></dd>
|
521
|
-
<dt>
|
522
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-init-from-vec3" title="graphene_triangle_init_from_vec3 ()">graphene_triangle_init_from_vec3</a>, function in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
523
|
-
</dt>
|
524
|
-
<dd></dd>
|
525
|
-
<dt>
|
526
|
-
<a class="link" href="graphene-Triangle.html#graphene-triangle-t" title="graphene_triangle_t">graphene_triangle_t</a>, struct in <a class="link" href="graphene-Triangle.html" title="Triangle">Triangle</a>
|
527
|
-
</dt>
|
528
|
-
<dd></dd>
|
529
|
-
<a name="idxV"></a><h3 class="title">V</h3>
|
530
|
-
<dt>
|
531
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec2-equal" title="graphene_vec2_equal ()">graphene_vec2_equal</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
532
|
-
</dt>
|
533
|
-
<dd></dd>
|
534
|
-
<dt>
|
535
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec2-near" title="graphene_vec2_near ()">graphene_vec2_near</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
536
|
-
</dt>
|
537
|
-
<dd></dd>
|
538
|
-
<dt>
|
539
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec2-negate" title="graphene_vec2_negate ()">graphene_vec2_negate</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
540
|
-
</dt>
|
541
|
-
<dd></dd>
|
542
|
-
<dt>
|
543
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec2-scale" title="graphene_vec2_scale ()">graphene_vec2_scale</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
544
|
-
</dt>
|
545
|
-
<dd></dd>
|
546
|
-
<dt>
|
547
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec3-equal" title="graphene_vec3_equal ()">graphene_vec3_equal</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
548
|
-
</dt>
|
549
|
-
<dd></dd>
|
550
|
-
<dt>
|
551
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec3-near" title="graphene_vec3_near ()">graphene_vec3_near</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
552
|
-
</dt>
|
553
|
-
<dd></dd>
|
554
|
-
<dt>
|
555
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec3-negate" title="graphene_vec3_negate ()">graphene_vec3_negate</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
556
|
-
</dt>
|
557
|
-
<dd></dd>
|
558
|
-
<dt>
|
559
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec3-scale" title="graphene_vec3_scale ()">graphene_vec3_scale</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
560
|
-
</dt>
|
561
|
-
<dd></dd>
|
562
|
-
<dt>
|
563
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec4-equal" title="graphene_vec4_equal ()">graphene_vec4_equal</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
564
|
-
</dt>
|
565
|
-
<dd></dd>
|
566
|
-
<dt>
|
567
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec4-near" title="graphene_vec4_near ()">graphene_vec4_near</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
568
|
-
</dt>
|
569
|
-
<dd></dd>
|
570
|
-
<dt>
|
571
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec4-negate" title="graphene_vec4_negate ()">graphene_vec4_negate</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
572
|
-
</dt>
|
573
|
-
<dd></dd>
|
574
|
-
<dt>
|
575
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec4-scale" title="graphene_vec4_scale ()">graphene_vec4_scale</a>, function in <a class="link" href="graphene-Vectors.html" title="Vectors">Vectors</a>
|
576
|
-
</dt>
|
577
|
-
<dd></dd>
|
578
|
-
</div>
|
579
|
-
<div class="footer">
|
580
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
581
|
-
</body>
|
582
|
-
</html>
|