pango 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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/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 +16 -10
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
- 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,916 +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>Point3D: Graphene Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
-
<link rel="home" href="index.html" title="Graphene Reference Manual">
|
8
|
-
<link rel="up" href="ch01.html" title="Graphene">
|
9
|
-
<link rel="prev" href="graphene-Point.html" title="Point">
|
10
|
-
<link rel="next" href="graphene-Size.html" title="Size">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
|
-
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
</head>
|
14
|
-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
-
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#graphene-Point3D.description" class="shortcut">Description</a></span>
|
19
|
-
</td>
|
20
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
-
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
|
-
<td><a accesskey="p" href="graphene-Point.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
-
<td><a accesskey="n" href="graphene-Size.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
|
-
</tr></table>
|
25
|
-
<div class="refentry">
|
26
|
-
<a name="graphene-Point3D"></a><div class="titlepage"></div>
|
27
|
-
<div class="refnamediv"><table width="100%"><tr>
|
28
|
-
<td valign="top">
|
29
|
-
<h2><span class="refentrytitle"><a name="graphene-Point3D.top_of_page"></a>Point3D</span></h2>
|
30
|
-
<p>Point3D — A point with 3 coordinates</p>
|
31
|
-
</td>
|
32
|
-
<td class="gallery_image" valign="top" align="right"></td>
|
33
|
-
</tr></table></div>
|
34
|
-
<div class="refsect1">
|
35
|
-
<a name="graphene-Point3D.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
|
-
<colgroup>
|
38
|
-
<col width="150px" class="functions_return">
|
39
|
-
<col class="functions_name">
|
40
|
-
</colgroup>
|
41
|
-
<tbody>
|
42
|
-
<tr>
|
43
|
-
<td class="define_keyword">#define</td>
|
44
|
-
<td class="function_name">
|
45
|
-
<a class="link" href="graphene-Point3D.html#GRAPHENE-POINT3D-INIT:CAPS" title="GRAPHENE_POINT3D_INIT()">GRAPHENE_POINT3D_INIT</a><span class="c_punctuation">()</span>
|
46
|
-
</td>
|
47
|
-
</tr>
|
48
|
-
<tr>
|
49
|
-
<td class="function_type">
|
50
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
51
|
-
</td>
|
52
|
-
<td class="function_name">
|
53
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-alloc" title="graphene_point3d_alloc ()">graphene_point3d_alloc</a> <span class="c_punctuation">()</span>
|
54
|
-
</td>
|
55
|
-
</tr>
|
56
|
-
<tr>
|
57
|
-
<td class="function_type">
|
58
|
-
<span class="returnvalue">void</span>
|
59
|
-
</td>
|
60
|
-
<td class="function_name">
|
61
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-free" title="graphene_point3d_free ()">graphene_point3d_free</a> <span class="c_punctuation">()</span>
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
<tr>
|
65
|
-
<td class="function_type">
|
66
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
67
|
-
</td>
|
68
|
-
<td class="function_name">
|
69
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-init" title="graphene_point3d_init ()">graphene_point3d_init</a> <span class="c_punctuation">()</span>
|
70
|
-
</td>
|
71
|
-
</tr>
|
72
|
-
<tr>
|
73
|
-
<td class="function_type">
|
74
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
75
|
-
</td>
|
76
|
-
<td class="function_name">
|
77
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-init-from-point" title="graphene_point3d_init_from_point ()">graphene_point3d_init_from_point</a> <span class="c_punctuation">()</span>
|
78
|
-
</td>
|
79
|
-
</tr>
|
80
|
-
<tr>
|
81
|
-
<td class="function_type">
|
82
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
83
|
-
</td>
|
84
|
-
<td class="function_name">
|
85
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-init-from-vec3" title="graphene_point3d_init_from_vec3 ()">graphene_point3d_init_from_vec3</a> <span class="c_punctuation">()</span>
|
86
|
-
</td>
|
87
|
-
</tr>
|
88
|
-
<tr>
|
89
|
-
<td class="function_type">
|
90
|
-
<span class="returnvalue">void</span>
|
91
|
-
</td>
|
92
|
-
<td class="function_name">
|
93
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-to-vec3" title="graphene_point3d_to_vec3 ()">graphene_point3d_to_vec3</a> <span class="c_punctuation">()</span>
|
94
|
-
</td>
|
95
|
-
</tr>
|
96
|
-
<tr>
|
97
|
-
<td class="function_type">
|
98
|
-
<span class="returnvalue">bool</span>
|
99
|
-
</td>
|
100
|
-
<td class="function_name">
|
101
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-equal" title="graphene_point3d_equal ()">graphene_point3d_equal</a> <span class="c_punctuation">()</span>
|
102
|
-
</td>
|
103
|
-
</tr>
|
104
|
-
<tr>
|
105
|
-
<td class="function_type">
|
106
|
-
<span class="returnvalue">bool</span>
|
107
|
-
</td>
|
108
|
-
<td class="function_name">
|
109
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-near" title="graphene_point3d_near ()">graphene_point3d_near</a> <span class="c_punctuation">()</span>
|
110
|
-
</td>
|
111
|
-
</tr>
|
112
|
-
<tr>
|
113
|
-
<td class="function_type">
|
114
|
-
<span class="returnvalue">void</span>
|
115
|
-
</td>
|
116
|
-
<td class="function_name">
|
117
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-scale" title="graphene_point3d_scale ()">graphene_point3d_scale</a> <span class="c_punctuation">()</span>
|
118
|
-
</td>
|
119
|
-
</tr>
|
120
|
-
<tr>
|
121
|
-
<td class="function_type">
|
122
|
-
<span class="returnvalue">void</span>
|
123
|
-
</td>
|
124
|
-
<td class="function_name">
|
125
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-cross" title="graphene_point3d_cross ()">graphene_point3d_cross</a> <span class="c_punctuation">()</span>
|
126
|
-
</td>
|
127
|
-
</tr>
|
128
|
-
<tr>
|
129
|
-
<td class="function_type">
|
130
|
-
<span class="returnvalue">float</span>
|
131
|
-
</td>
|
132
|
-
<td class="function_name">
|
133
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-dot" title="graphene_point3d_dot ()">graphene_point3d_dot</a> <span class="c_punctuation">()</span>
|
134
|
-
</td>
|
135
|
-
</tr>
|
136
|
-
<tr>
|
137
|
-
<td class="function_type">
|
138
|
-
<span class="returnvalue">float</span>
|
139
|
-
</td>
|
140
|
-
<td class="function_name">
|
141
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-length" title="graphene_point3d_length ()">graphene_point3d_length</a> <span class="c_punctuation">()</span>
|
142
|
-
</td>
|
143
|
-
</tr>
|
144
|
-
<tr>
|
145
|
-
<td class="function_type">
|
146
|
-
<span class="returnvalue">void</span>
|
147
|
-
</td>
|
148
|
-
<td class="function_name">
|
149
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-normalize" title="graphene_point3d_normalize ()">graphene_point3d_normalize</a> <span class="c_punctuation">()</span>
|
150
|
-
</td>
|
151
|
-
</tr>
|
152
|
-
<tr>
|
153
|
-
<td class="function_type">
|
154
|
-
<span class="returnvalue">void</span>
|
155
|
-
</td>
|
156
|
-
<td class="function_name">
|
157
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-normalize-viewport" title="graphene_point3d_normalize_viewport ()">graphene_point3d_normalize_viewport</a> <span class="c_punctuation">()</span>
|
158
|
-
</td>
|
159
|
-
</tr>
|
160
|
-
<tr>
|
161
|
-
<td class="function_type">
|
162
|
-
<span class="returnvalue">float</span>
|
163
|
-
</td>
|
164
|
-
<td class="function_name">
|
165
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-distance" title="graphene_point3d_distance ()">graphene_point3d_distance</a> <span class="c_punctuation">()</span>
|
166
|
-
</td>
|
167
|
-
</tr>
|
168
|
-
<tr>
|
169
|
-
<td class="function_type">
|
170
|
-
<span class="returnvalue">void</span>
|
171
|
-
</td>
|
172
|
-
<td class="function_name">
|
173
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-interpolate" title="graphene_point3d_interpolate ()">graphene_point3d_interpolate</a> <span class="c_punctuation">()</span>
|
174
|
-
</td>
|
175
|
-
</tr>
|
176
|
-
<tr>
|
177
|
-
<td class="function_type">const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
178
|
-
</td>
|
179
|
-
<td class="function_name">
|
180
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-zero" title="graphene_point3d_zero ()">graphene_point3d_zero</a> <span class="c_punctuation">()</span>
|
181
|
-
</td>
|
182
|
-
</tr>
|
183
|
-
</tbody>
|
184
|
-
</table></div>
|
185
|
-
</div>
|
186
|
-
<div class="refsect1">
|
187
|
-
<a name="graphene-Point3D.other"></a><h2>Types and Values</h2>
|
188
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
189
|
-
<colgroup>
|
190
|
-
<col width="150px" class="name">
|
191
|
-
<col class="description">
|
192
|
-
</colgroup>
|
193
|
-
<tbody>
|
194
|
-
<tr>
|
195
|
-
<td class="define_keyword">#define</td>
|
196
|
-
<td class="function_name"><a class="link" href="graphene-Point3D.html#GRAPHENE-POINT3D-INIT-ZERO:CAPS" title="GRAPHENE_POINT3D_INIT_ZERO">GRAPHENE_POINT3D_INIT_ZERO</a></td>
|
197
|
-
</tr>
|
198
|
-
<tr>
|
199
|
-
<td class="datatype_keyword"> </td>
|
200
|
-
<td class="function_name"><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t">graphene_point3d_t</a></td>
|
201
|
-
</tr>
|
202
|
-
</tbody>
|
203
|
-
</table></div>
|
204
|
-
</div>
|
205
|
-
<div class="refsect1">
|
206
|
-
<a name="graphene-Point3D.includes"></a><h2>Includes</h2>
|
207
|
-
<pre class="synopsis">#include <graphene.h>
|
208
|
-
</pre>
|
209
|
-
</div>
|
210
|
-
<div class="refsect1">
|
211
|
-
<a name="graphene-Point3D.description"></a><h2>Description</h2>
|
212
|
-
<p><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> is a data structure capable of describing a point with
|
213
|
-
three coordinates:</p>
|
214
|
-
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
215
|
-
<li class="listitem"><p><em class="parameter"><code>graphene_point3d_t.x</code></em>
|
216
|
-
</p></li>
|
217
|
-
<li class="listitem"><p><em class="parameter"><code>graphene_point3d_t.y</code></em>
|
218
|
-
</p></li>
|
219
|
-
<li class="listitem"><p><em class="parameter"><code>graphene_point3d_t.z</code></em>
|
220
|
-
</p></li>
|
221
|
-
</ul></div>
|
222
|
-
</div>
|
223
|
-
<div class="refsect1">
|
224
|
-
<a name="graphene-Point3D.functions_details"></a><h2>Functions</h2>
|
225
|
-
<div class="refsect2">
|
226
|
-
<a name="GRAPHENE-POINT3D-INIT:CAPS"></a><h3>GRAPHENE_POINT3D_INIT()</h3>
|
227
|
-
<pre class="programlisting">#define GRAPHENE_POINT3D_INIT(_x,_y,_z) (graphene_point3d_t) { .x = (_x), .y = (_y), .z = (_z) }
|
228
|
-
</pre>
|
229
|
-
<p>Initializes a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> to the given coordinates when declaring it.</p>
|
230
|
-
<div class="refsect3">
|
231
|
-
<a name="GRAPHENE-POINT3D-INIT.parameters"></a><h4>Parameters</h4>
|
232
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
233
|
-
<colgroup>
|
234
|
-
<col width="150px" class="parameters_name">
|
235
|
-
<col class="parameters_description">
|
236
|
-
<col width="200px" class="parameters_annotations">
|
237
|
-
</colgroup>
|
238
|
-
<tbody>
|
239
|
-
<tr>
|
240
|
-
<td class="parameter_name"><p>_x</p></td>
|
241
|
-
<td class="parameter_description"><p>the X coordinate</p></td>
|
242
|
-
<td class="parameter_annotations"> </td>
|
243
|
-
</tr>
|
244
|
-
<tr>
|
245
|
-
<td class="parameter_name"><p>_y</p></td>
|
246
|
-
<td class="parameter_description"><p>the Y coordinate</p></td>
|
247
|
-
<td class="parameter_annotations"> </td>
|
248
|
-
</tr>
|
249
|
-
<tr>
|
250
|
-
<td class="parameter_name"><p>_z</p></td>
|
251
|
-
<td class="parameter_description"><p>the Z coordinate</p></td>
|
252
|
-
<td class="parameter_annotations"> </td>
|
253
|
-
</tr>
|
254
|
-
</tbody>
|
255
|
-
</table></div>
|
256
|
-
</div>
|
257
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
258
|
-
</div>
|
259
|
-
<hr>
|
260
|
-
<div class="refsect2">
|
261
|
-
<a name="graphene-point3d-alloc"></a><h3>graphene_point3d_alloc ()</h3>
|
262
|
-
<pre class="programlisting"><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
263
|
-
graphene_point3d_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
264
|
-
<p>Allocates a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> structure.</p>
|
265
|
-
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
266
|
-
<div class="refsect3">
|
267
|
-
<a name="graphene-point3d-alloc.returns"></a><h4>Returns</h4>
|
268
|
-
<p> the newly allocated structure.
|
269
|
-
Use <a class="link" href="graphene-Point3D.html#graphene-point3d-free" title="graphene_point3d_free ()"><code class="function">graphene_point3d_free()</code></a> to free the resources
|
270
|
-
allocated by this function. </p>
|
271
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
272
|
-
</div>
|
273
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
274
|
-
</div>
|
275
|
-
<hr>
|
276
|
-
<div class="refsect2">
|
277
|
-
<a name="graphene-point3d-free"></a><h3>graphene_point3d_free ()</h3>
|
278
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
279
|
-
graphene_point3d_free (<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>);</pre>
|
280
|
-
<p>Frees the resources allocated via <a class="link" href="graphene-Point3D.html#graphene-point3d-alloc" title="graphene_point3d_alloc ()"><code class="function">graphene_point3d_alloc()</code></a>.</p>
|
281
|
-
<div class="refsect3">
|
282
|
-
<a name="graphene-point3d-free.parameters"></a><h4>Parameters</h4>
|
283
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
284
|
-
<colgroup>
|
285
|
-
<col width="150px" class="parameters_name">
|
286
|
-
<col class="parameters_description">
|
287
|
-
<col width="200px" class="parameters_annotations">
|
288
|
-
</colgroup>
|
289
|
-
<tbody><tr>
|
290
|
-
<td class="parameter_name"><p>p</p></td>
|
291
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
292
|
-
<td class="parameter_annotations"> </td>
|
293
|
-
</tr></tbody>
|
294
|
-
</table></div>
|
295
|
-
</div>
|
296
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
297
|
-
</div>
|
298
|
-
<hr>
|
299
|
-
<div class="refsect2">
|
300
|
-
<a name="graphene-point3d-init"></a><h3>graphene_point3d_init ()</h3>
|
301
|
-
<pre class="programlisting"><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
302
|
-
graphene_point3d_init (<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
|
303
|
-
<em class="parameter"><code><span class="type">float</span> x</code></em>,
|
304
|
-
<em class="parameter"><code><span class="type">float</span> y</code></em>,
|
305
|
-
<em class="parameter"><code><span class="type">float</span> z</code></em>);</pre>
|
306
|
-
<p>Initializes a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> with the given coordinates.</p>
|
307
|
-
<div class="refsect3">
|
308
|
-
<a name="graphene-point3d-init.parameters"></a><h4>Parameters</h4>
|
309
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
310
|
-
<colgroup>
|
311
|
-
<col width="150px" class="parameters_name">
|
312
|
-
<col class="parameters_description">
|
313
|
-
<col width="200px" class="parameters_annotations">
|
314
|
-
</colgroup>
|
315
|
-
<tbody>
|
316
|
-
<tr>
|
317
|
-
<td class="parameter_name"><p>p</p></td>
|
318
|
-
<td class="parameter_description"><p>the <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> to initialize</p></td>
|
319
|
-
<td class="parameter_annotations"> </td>
|
320
|
-
</tr>
|
321
|
-
<tr>
|
322
|
-
<td class="parameter_name"><p>x</p></td>
|
323
|
-
<td class="parameter_description"><p>the X coordinate of the point</p></td>
|
324
|
-
<td class="parameter_annotations"> </td>
|
325
|
-
</tr>
|
326
|
-
<tr>
|
327
|
-
<td class="parameter_name"><p>y</p></td>
|
328
|
-
<td class="parameter_description"><p>the Y coordinate of the point</p></td>
|
329
|
-
<td class="parameter_annotations"> </td>
|
330
|
-
</tr>
|
331
|
-
<tr>
|
332
|
-
<td class="parameter_name"><p>z</p></td>
|
333
|
-
<td class="parameter_description"><p>the Z coordinate of the point</p></td>
|
334
|
-
<td class="parameter_annotations"> </td>
|
335
|
-
</tr>
|
336
|
-
</tbody>
|
337
|
-
</table></div>
|
338
|
-
</div>
|
339
|
-
<div class="refsect3">
|
340
|
-
<a name="graphene-point3d-init.returns"></a><h4>Returns</h4>
|
341
|
-
<p> the initialized <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>. </p>
|
342
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
343
|
-
</div>
|
344
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
345
|
-
</div>
|
346
|
-
<hr>
|
347
|
-
<div class="refsect2">
|
348
|
-
<a name="graphene-point3d-init-from-point"></a><h3>graphene_point3d_init_from_point ()</h3>
|
349
|
-
<pre class="programlisting"><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
350
|
-
graphene_point3d_init_from_point (<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
|
351
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *src</code></em>);</pre>
|
352
|
-
<p>Initializes a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> using the coordinates of
|
353
|
-
another <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>.</p>
|
354
|
-
<div class="refsect3">
|
355
|
-
<a name="graphene-point3d-init-from-point.parameters"></a><h4>Parameters</h4>
|
356
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
357
|
-
<colgroup>
|
358
|
-
<col width="150px" class="parameters_name">
|
359
|
-
<col class="parameters_description">
|
360
|
-
<col width="200px" class="parameters_annotations">
|
361
|
-
</colgroup>
|
362
|
-
<tbody>
|
363
|
-
<tr>
|
364
|
-
<td class="parameter_name"><p>p</p></td>
|
365
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
366
|
-
<td class="parameter_annotations"> </td>
|
367
|
-
</tr>
|
368
|
-
<tr>
|
369
|
-
<td class="parameter_name"><p>src</p></td>
|
370
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
371
|
-
<td class="parameter_annotations"> </td>
|
372
|
-
</tr>
|
373
|
-
</tbody>
|
374
|
-
</table></div>
|
375
|
-
</div>
|
376
|
-
<div class="refsect3">
|
377
|
-
<a name="graphene-point3d-init-from-point.returns"></a><h4>Returns</h4>
|
378
|
-
<p> the initialized point. </p>
|
379
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
380
|
-
</div>
|
381
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
382
|
-
</div>
|
383
|
-
<hr>
|
384
|
-
<div class="refsect2">
|
385
|
-
<a name="graphene-point3d-init-from-vec3"></a><h3>graphene_point3d_init_from_vec3 ()</h3>
|
386
|
-
<pre class="programlisting"><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
387
|
-
graphene_point3d_init_from_vec3 (<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
|
388
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a> *v</code></em>);</pre>
|
389
|
-
<p>Initializes a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> using the components
|
390
|
-
of a <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a>.</p>
|
391
|
-
<div class="refsect3">
|
392
|
-
<a name="graphene-point3d-init-from-vec3.parameters"></a><h4>Parameters</h4>
|
393
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
394
|
-
<colgroup>
|
395
|
-
<col width="150px" class="parameters_name">
|
396
|
-
<col class="parameters_description">
|
397
|
-
<col width="200px" class="parameters_annotations">
|
398
|
-
</colgroup>
|
399
|
-
<tbody>
|
400
|
-
<tr>
|
401
|
-
<td class="parameter_name"><p>p</p></td>
|
402
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
403
|
-
<td class="parameter_annotations"> </td>
|
404
|
-
</tr>
|
405
|
-
<tr>
|
406
|
-
<td class="parameter_name"><p>v</p></td>
|
407
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a></p></td>
|
408
|
-
<td class="parameter_annotations"> </td>
|
409
|
-
</tr>
|
410
|
-
</tbody>
|
411
|
-
</table></div>
|
412
|
-
</div>
|
413
|
-
<div class="refsect3">
|
414
|
-
<a name="graphene-point3d-init-from-vec3.returns"></a><h4>Returns</h4>
|
415
|
-
<p> the initialized <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>. </p>
|
416
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
417
|
-
</div>
|
418
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
419
|
-
</div>
|
420
|
-
<hr>
|
421
|
-
<div class="refsect2">
|
422
|
-
<a name="graphene-point3d-to-vec3"></a><h3>graphene_point3d_to_vec3 ()</h3>
|
423
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
424
|
-
graphene_point3d_to_vec3 (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
|
425
|
-
<em class="parameter"><code><a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a> *v</code></em>);</pre>
|
426
|
-
<p>Stores the coordinates of a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> into a
|
427
|
-
<a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a>.</p>
|
428
|
-
<div class="refsect3">
|
429
|
-
<a name="graphene-point3d-to-vec3.parameters"></a><h4>Parameters</h4>
|
430
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
431
|
-
<colgroup>
|
432
|
-
<col width="150px" class="parameters_name">
|
433
|
-
<col class="parameters_description">
|
434
|
-
<col width="200px" class="parameters_annotations">
|
435
|
-
</colgroup>
|
436
|
-
<tbody>
|
437
|
-
<tr>
|
438
|
-
<td class="parameter_name"><p>p</p></td>
|
439
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
440
|
-
<td class="parameter_annotations"> </td>
|
441
|
-
</tr>
|
442
|
-
<tr>
|
443
|
-
<td class="parameter_name"><p>v</p></td>
|
444
|
-
<td class="parameter_description"><p> return location for a <a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a>. </p></td>
|
445
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
446
|
-
</tr>
|
447
|
-
</tbody>
|
448
|
-
</table></div>
|
449
|
-
</div>
|
450
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
451
|
-
</div>
|
452
|
-
<hr>
|
453
|
-
<div class="refsect2">
|
454
|
-
<a name="graphene-point3d-equal"></a><h3>graphene_point3d_equal ()</h3>
|
455
|
-
<pre class="programlisting"><span class="returnvalue">bool</span>
|
456
|
-
graphene_point3d_equal (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *a</code></em>,
|
457
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *b</code></em>);</pre>
|
458
|
-
<p>Checks whether two given points are equal.</p>
|
459
|
-
<div class="refsect3">
|
460
|
-
<a name="graphene-point3d-equal.parameters"></a><h4>Parameters</h4>
|
461
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
462
|
-
<colgroup>
|
463
|
-
<col width="150px" class="parameters_name">
|
464
|
-
<col class="parameters_description">
|
465
|
-
<col width="200px" class="parameters_annotations">
|
466
|
-
</colgroup>
|
467
|
-
<tbody>
|
468
|
-
<tr>
|
469
|
-
<td class="parameter_name"><p>a</p></td>
|
470
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
471
|
-
<td class="parameter_annotations"> </td>
|
472
|
-
</tr>
|
473
|
-
<tr>
|
474
|
-
<td class="parameter_name"><p>b</p></td>
|
475
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
476
|
-
<td class="parameter_annotations"> </td>
|
477
|
-
</tr>
|
478
|
-
</tbody>
|
479
|
-
</table></div>
|
480
|
-
</div>
|
481
|
-
<div class="refsect3">
|
482
|
-
<a name="graphene-point3d-equal.returns"></a><h4>Returns</h4>
|
483
|
-
<p> <code class="literal">true</code> if the points are equal</p>
|
484
|
-
</div>
|
485
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
486
|
-
</div>
|
487
|
-
<hr>
|
488
|
-
<div class="refsect2">
|
489
|
-
<a name="graphene-point3d-near"></a><h3>graphene_point3d_near ()</h3>
|
490
|
-
<pre class="programlisting"><span class="returnvalue">bool</span>
|
491
|
-
graphene_point3d_near (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *a</code></em>,
|
492
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *b</code></em>,
|
493
|
-
<em class="parameter"><code><span class="type">float</span> epsilon</code></em>);</pre>
|
494
|
-
<p>Checks whether the two points are near each other, within
|
495
|
-
an <em class="parameter"><code>epsilon</code></em>
|
496
|
-
factor.</p>
|
497
|
-
<div class="refsect3">
|
498
|
-
<a name="graphene-point3d-near.parameters"></a><h4>Parameters</h4>
|
499
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
500
|
-
<colgroup>
|
501
|
-
<col width="150px" class="parameters_name">
|
502
|
-
<col class="parameters_description">
|
503
|
-
<col width="200px" class="parameters_annotations">
|
504
|
-
</colgroup>
|
505
|
-
<tbody>
|
506
|
-
<tr>
|
507
|
-
<td class="parameter_name"><p>a</p></td>
|
508
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
509
|
-
<td class="parameter_annotations"> </td>
|
510
|
-
</tr>
|
511
|
-
<tr>
|
512
|
-
<td class="parameter_name"><p>b</p></td>
|
513
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
514
|
-
<td class="parameter_annotations"> </td>
|
515
|
-
</tr>
|
516
|
-
<tr>
|
517
|
-
<td class="parameter_name"><p>epsilon</p></td>
|
518
|
-
<td class="parameter_description"><p>fuzzyness factor</p></td>
|
519
|
-
<td class="parameter_annotations"> </td>
|
520
|
-
</tr>
|
521
|
-
</tbody>
|
522
|
-
</table></div>
|
523
|
-
</div>
|
524
|
-
<div class="refsect3">
|
525
|
-
<a name="graphene-point3d-near.returns"></a><h4>Returns</h4>
|
526
|
-
<p> <code class="literal">true</code> if the points are near each other</p>
|
527
|
-
</div>
|
528
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
529
|
-
</div>
|
530
|
-
<hr>
|
531
|
-
<div class="refsect2">
|
532
|
-
<a name="graphene-point3d-scale"></a><h3>graphene_point3d_scale ()</h3>
|
533
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
534
|
-
graphene_point3d_scale (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
|
535
|
-
<em class="parameter"><code><span class="type">float</span> factor</code></em>,
|
536
|
-
<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *res</code></em>);</pre>
|
537
|
-
<p>Scales the coordinates of the given <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> by
|
538
|
-
the given <em class="parameter"><code>factor</code></em>
|
539
|
-
.</p>
|
540
|
-
<div class="refsect3">
|
541
|
-
<a name="graphene-point3d-scale.parameters"></a><h4>Parameters</h4>
|
542
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
543
|
-
<colgroup>
|
544
|
-
<col width="150px" class="parameters_name">
|
545
|
-
<col class="parameters_description">
|
546
|
-
<col width="200px" class="parameters_annotations">
|
547
|
-
</colgroup>
|
548
|
-
<tbody>
|
549
|
-
<tr>
|
550
|
-
<td class="parameter_name"><p>p</p></td>
|
551
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
552
|
-
<td class="parameter_annotations"> </td>
|
553
|
-
</tr>
|
554
|
-
<tr>
|
555
|
-
<td class="parameter_name"><p>factor</p></td>
|
556
|
-
<td class="parameter_description"><p>the scaling factor</p></td>
|
557
|
-
<td class="parameter_annotations"> </td>
|
558
|
-
</tr>
|
559
|
-
<tr>
|
560
|
-
<td class="parameter_name"><p>res</p></td>
|
561
|
-
<td class="parameter_description"><p> return location for the scaled point. </p></td>
|
562
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
563
|
-
</tr>
|
564
|
-
</tbody>
|
565
|
-
</table></div>
|
566
|
-
</div>
|
567
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
568
|
-
</div>
|
569
|
-
<hr>
|
570
|
-
<div class="refsect2">
|
571
|
-
<a name="graphene-point3d-cross"></a><h3>graphene_point3d_cross ()</h3>
|
572
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
573
|
-
graphene_point3d_cross (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *a</code></em>,
|
574
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *b</code></em>,
|
575
|
-
<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *res</code></em>);</pre>
|
576
|
-
<p>Computes the cross product of the two given <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>.</p>
|
577
|
-
<div class="refsect3">
|
578
|
-
<a name="graphene-point3d-cross.parameters"></a><h4>Parameters</h4>
|
579
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
580
|
-
<colgroup>
|
581
|
-
<col width="150px" class="parameters_name">
|
582
|
-
<col class="parameters_description">
|
583
|
-
<col width="200px" class="parameters_annotations">
|
584
|
-
</colgroup>
|
585
|
-
<tbody>
|
586
|
-
<tr>
|
587
|
-
<td class="parameter_name"><p>a</p></td>
|
588
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
589
|
-
<td class="parameter_annotations"> </td>
|
590
|
-
</tr>
|
591
|
-
<tr>
|
592
|
-
<td class="parameter_name"><p>b</p></td>
|
593
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
594
|
-
<td class="parameter_annotations"> </td>
|
595
|
-
</tr>
|
596
|
-
<tr>
|
597
|
-
<td class="parameter_name"><p>res</p></td>
|
598
|
-
<td class="parameter_description"><p> return location for the cross
|
599
|
-
product. </p></td>
|
600
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
601
|
-
</tr>
|
602
|
-
</tbody>
|
603
|
-
</table></div>
|
604
|
-
</div>
|
605
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
606
|
-
</div>
|
607
|
-
<hr>
|
608
|
-
<div class="refsect2">
|
609
|
-
<a name="graphene-point3d-dot"></a><h3>graphene_point3d_dot ()</h3>
|
610
|
-
<pre class="programlisting"><span class="returnvalue">float</span>
|
611
|
-
graphene_point3d_dot (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *a</code></em>,
|
612
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *b</code></em>);</pre>
|
613
|
-
<p>Computes the dot product of the two given <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>.</p>
|
614
|
-
<div class="refsect3">
|
615
|
-
<a name="graphene-point3d-dot.parameters"></a><h4>Parameters</h4>
|
616
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
617
|
-
<colgroup>
|
618
|
-
<col width="150px" class="parameters_name">
|
619
|
-
<col class="parameters_description">
|
620
|
-
<col width="200px" class="parameters_annotations">
|
621
|
-
</colgroup>
|
622
|
-
<tbody>
|
623
|
-
<tr>
|
624
|
-
<td class="parameter_name"><p>a</p></td>
|
625
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
626
|
-
<td class="parameter_annotations"> </td>
|
627
|
-
</tr>
|
628
|
-
<tr>
|
629
|
-
<td class="parameter_name"><p>b</p></td>
|
630
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
631
|
-
<td class="parameter_annotations"> </td>
|
632
|
-
</tr>
|
633
|
-
</tbody>
|
634
|
-
</table></div>
|
635
|
-
</div>
|
636
|
-
<div class="refsect3">
|
637
|
-
<a name="graphene-point3d-dot.returns"></a><h4>Returns</h4>
|
638
|
-
<p> the value of the dot product</p>
|
639
|
-
</div>
|
640
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
641
|
-
</div>
|
642
|
-
<hr>
|
643
|
-
<div class="refsect2">
|
644
|
-
<a name="graphene-point3d-length"></a><h3>graphene_point3d_length ()</h3>
|
645
|
-
<pre class="programlisting"><span class="returnvalue">float</span>
|
646
|
-
graphene_point3d_length (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>);</pre>
|
647
|
-
<p>Computes the length of the vector represented by the
|
648
|
-
coordinates of the given <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>.</p>
|
649
|
-
<div class="refsect3">
|
650
|
-
<a name="graphene-point3d-length.parameters"></a><h4>Parameters</h4>
|
651
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
652
|
-
<colgroup>
|
653
|
-
<col width="150px" class="parameters_name">
|
654
|
-
<col class="parameters_description">
|
655
|
-
<col width="200px" class="parameters_annotations">
|
656
|
-
</colgroup>
|
657
|
-
<tbody><tr>
|
658
|
-
<td class="parameter_name"><p>p</p></td>
|
659
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
660
|
-
<td class="parameter_annotations"> </td>
|
661
|
-
</tr></tbody>
|
662
|
-
</table></div>
|
663
|
-
</div>
|
664
|
-
<div class="refsect3">
|
665
|
-
<a name="graphene-point3d-length.returns"></a><h4>Returns</h4>
|
666
|
-
<p> the length of the vector represented by the point</p>
|
667
|
-
</div>
|
668
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
669
|
-
</div>
|
670
|
-
<hr>
|
671
|
-
<div class="refsect2">
|
672
|
-
<a name="graphene-point3d-normalize"></a><h3>graphene_point3d_normalize ()</h3>
|
673
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
674
|
-
graphene_point3d_normalize (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
|
675
|
-
<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *res</code></em>);</pre>
|
676
|
-
<p>Computes the normalization of the vector represented by the
|
677
|
-
coordinates of the given <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>.</p>
|
678
|
-
<div class="refsect3">
|
679
|
-
<a name="graphene-point3d-normalize.parameters"></a><h4>Parameters</h4>
|
680
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
681
|
-
<colgroup>
|
682
|
-
<col width="150px" class="parameters_name">
|
683
|
-
<col class="parameters_description">
|
684
|
-
<col width="200px" class="parameters_annotations">
|
685
|
-
</colgroup>
|
686
|
-
<tbody>
|
687
|
-
<tr>
|
688
|
-
<td class="parameter_name"><p>p</p></td>
|
689
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
690
|
-
<td class="parameter_annotations"> </td>
|
691
|
-
</tr>
|
692
|
-
<tr>
|
693
|
-
<td class="parameter_name"><p>res</p></td>
|
694
|
-
<td class="parameter_description"><p> return location for the normalized
|
695
|
-
<a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>. </p></td>
|
696
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
697
|
-
</tr>
|
698
|
-
</tbody>
|
699
|
-
</table></div>
|
700
|
-
</div>
|
701
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
702
|
-
</div>
|
703
|
-
<hr>
|
704
|
-
<div class="refsect2">
|
705
|
-
<a name="graphene-point3d-normalize-viewport"></a><h3>graphene_point3d_normalize_viewport ()</h3>
|
706
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
707
|
-
graphene_point3d_normalize_viewport (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *p</code></em>,
|
708
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Rectangle.html#graphene-rect-t" title="graphene_rect_t"><span class="type">graphene_rect_t</span></a> *viewport</code></em>,
|
709
|
-
<em class="parameter"><code><span class="type">float</span> z_near</code></em>,
|
710
|
-
<em class="parameter"><code><span class="type">float</span> z_far</code></em>,
|
711
|
-
<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *res</code></em>);</pre>
|
712
|
-
<p>Normalizes the coordinates of a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> using the
|
713
|
-
given viewport and clipping planes.</p>
|
714
|
-
<p>The coordinates of the resulting <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> will be
|
715
|
-
in the [ -1, 1 ] range.</p>
|
716
|
-
<div class="refsect3">
|
717
|
-
<a name="graphene-point3d-normalize-viewport.parameters"></a><h4>Parameters</h4>
|
718
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
719
|
-
<colgroup>
|
720
|
-
<col width="150px" class="parameters_name">
|
721
|
-
<col class="parameters_description">
|
722
|
-
<col width="200px" class="parameters_annotations">
|
723
|
-
</colgroup>
|
724
|
-
<tbody>
|
725
|
-
<tr>
|
726
|
-
<td class="parameter_name"><p>p</p></td>
|
727
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
728
|
-
<td class="parameter_annotations"> </td>
|
729
|
-
</tr>
|
730
|
-
<tr>
|
731
|
-
<td class="parameter_name"><p>viewport</p></td>
|
732
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Rectangle.html#graphene-rect-t" title="graphene_rect_t"><span class="type">graphene_rect_t</span></a> representing a viewport</p></td>
|
733
|
-
<td class="parameter_annotations"> </td>
|
734
|
-
</tr>
|
735
|
-
<tr>
|
736
|
-
<td class="parameter_name"><p>z_near</p></td>
|
737
|
-
<td class="parameter_description"><p>the coordinate of the near clipping plane, or 0 for
|
738
|
-
the default near clipping plane</p></td>
|
739
|
-
<td class="parameter_annotations"> </td>
|
740
|
-
</tr>
|
741
|
-
<tr>
|
742
|
-
<td class="parameter_name"><p>z_far</p></td>
|
743
|
-
<td class="parameter_description"><p>the coordinate of the far clipping plane, or 1 for the
|
744
|
-
default far clipping plane</p></td>
|
745
|
-
<td class="parameter_annotations"> </td>
|
746
|
-
</tr>
|
747
|
-
<tr>
|
748
|
-
<td class="parameter_name"><p>res</p></td>
|
749
|
-
<td class="parameter_description"><p> the return location for the
|
750
|
-
normalized <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>. </p></td>
|
751
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
752
|
-
</tr>
|
753
|
-
</tbody>
|
754
|
-
</table></div>
|
755
|
-
</div>
|
756
|
-
<p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
|
757
|
-
</div>
|
758
|
-
<hr>
|
759
|
-
<div class="refsect2">
|
760
|
-
<a name="graphene-point3d-distance"></a><h3>graphene_point3d_distance ()</h3>
|
761
|
-
<pre class="programlisting"><span class="returnvalue">float</span>
|
762
|
-
graphene_point3d_distance (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *a</code></em>,
|
763
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *b</code></em>,
|
764
|
-
<em class="parameter"><code><a class="link" href="graphene-Vectors.html#graphene-vec3-t" title="graphene_vec3_t"><span class="type">graphene_vec3_t</span></a> *delta</code></em>);</pre>
|
765
|
-
<p>Computes the distance between the two given <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>.</p>
|
766
|
-
<div class="refsect3">
|
767
|
-
<a name="graphene-point3d-distance.parameters"></a><h4>Parameters</h4>
|
768
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
769
|
-
<colgroup>
|
770
|
-
<col width="150px" class="parameters_name">
|
771
|
-
<col class="parameters_description">
|
772
|
-
<col width="200px" class="parameters_annotations">
|
773
|
-
</colgroup>
|
774
|
-
<tbody>
|
775
|
-
<tr>
|
776
|
-
<td class="parameter_name"><p>a</p></td>
|
777
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
778
|
-
<td class="parameter_annotations"> </td>
|
779
|
-
</tr>
|
780
|
-
<tr>
|
781
|
-
<td class="parameter_name"><p>b</p></td>
|
782
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
783
|
-
<td class="parameter_annotations"> </td>
|
784
|
-
</tr>
|
785
|
-
<tr>
|
786
|
-
<td class="parameter_name"><p>delta</p></td>
|
787
|
-
<td class="parameter_description"><p> return location for the distance
|
788
|
-
components on the X, Y, and Z axis. </p></td>
|
789
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
790
|
-
</tr>
|
791
|
-
</tbody>
|
792
|
-
</table></div>
|
793
|
-
</div>
|
794
|
-
<div class="refsect3">
|
795
|
-
<a name="graphene-point3d-distance.returns"></a><h4>Returns</h4>
|
796
|
-
<p> the distance between two points</p>
|
797
|
-
</div>
|
798
|
-
<p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
|
799
|
-
</div>
|
800
|
-
<hr>
|
801
|
-
<div class="refsect2">
|
802
|
-
<a name="graphene-point3d-interpolate"></a><h3>graphene_point3d_interpolate ()</h3>
|
803
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
804
|
-
graphene_point3d_interpolate (<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *a</code></em>,
|
805
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *b</code></em>,
|
806
|
-
<em class="parameter"><code><span class="type">double</span> factor</code></em>,
|
807
|
-
<em class="parameter"><code><a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> *res</code></em>);</pre>
|
808
|
-
<p>Linearly interpolates each component of <em class="parameter"><code>a</code></em>
|
809
|
-
and <em class="parameter"><code>b</code></em>
|
810
|
-
using the
|
811
|
-
provided <em class="parameter"><code>factor</code></em>
|
812
|
-
, and places the result in <em class="parameter"><code>res</code></em>
|
813
|
-
.</p>
|
814
|
-
<div class="refsect3">
|
815
|
-
<a name="graphene-point3d-interpolate.parameters"></a><h4>Parameters</h4>
|
816
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
817
|
-
<colgroup>
|
818
|
-
<col width="150px" class="parameters_name">
|
819
|
-
<col class="parameters_description">
|
820
|
-
<col width="200px" class="parameters_annotations">
|
821
|
-
</colgroup>
|
822
|
-
<tbody>
|
823
|
-
<tr>
|
824
|
-
<td class="parameter_name"><p>a</p></td>
|
825
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
826
|
-
<td class="parameter_annotations"> </td>
|
827
|
-
</tr>
|
828
|
-
<tr>
|
829
|
-
<td class="parameter_name"><p>b</p></td>
|
830
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a></p></td>
|
831
|
-
<td class="parameter_annotations"> </td>
|
832
|
-
</tr>
|
833
|
-
<tr>
|
834
|
-
<td class="parameter_name"><p>factor</p></td>
|
835
|
-
<td class="parameter_description"><p>the interpolation factor</p></td>
|
836
|
-
<td class="parameter_annotations"> </td>
|
837
|
-
</tr>
|
838
|
-
<tr>
|
839
|
-
<td class="parameter_name"><p>res</p></td>
|
840
|
-
<td class="parameter_description"><p> the return location for the
|
841
|
-
interpolated <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a>. </p></td>
|
842
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
843
|
-
</tr>
|
844
|
-
</tbody>
|
845
|
-
</table></div>
|
846
|
-
</div>
|
847
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
848
|
-
</div>
|
849
|
-
<hr>
|
850
|
-
<div class="refsect2">
|
851
|
-
<a name="graphene-point3d-zero"></a><h3>graphene_point3d_zero ()</h3>
|
852
|
-
<pre class="programlisting">const <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="returnvalue">graphene_point3d_t</span></a> *
|
853
|
-
graphene_point3d_zero (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
854
|
-
<p>Retrieves a constant point with all three coordinates set to 0.</p>
|
855
|
-
<div class="refsect3">
|
856
|
-
<a name="graphene-point3d-zero.returns"></a><h4>Returns</h4>
|
857
|
-
<p> a zero point. </p>
|
858
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
859
|
-
</div>
|
860
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
861
|
-
</div>
|
862
|
-
</div>
|
863
|
-
<div class="refsect1">
|
864
|
-
<a name="graphene-Point3D.other_details"></a><h2>Types and Values</h2>
|
865
|
-
<div class="refsect2">
|
866
|
-
<a name="GRAPHENE-POINT3D-INIT-ZERO:CAPS"></a><h3>GRAPHENE_POINT3D_INIT_ZERO</h3>
|
867
|
-
<pre class="programlisting">#define GRAPHENE_POINT3D_INIT_ZERO GRAPHENE_POINT3D_INIT (0.f, 0.f, 0.f)
|
868
|
-
</pre>
|
869
|
-
<p>Initializes a <a class="link" href="graphene-Point3D.html#graphene-point3d-t" title="graphene_point3d_t"><span class="type">graphene_point3d_t</span></a> to (0, 0, 0) when declaring it.</p>
|
870
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
871
|
-
</div>
|
872
|
-
<hr>
|
873
|
-
<div class="refsect2">
|
874
|
-
<a name="graphene-point3d-t"></a><h3>graphene_point3d_t</h3>
|
875
|
-
<pre class="programlisting">typedef struct {
|
876
|
-
float x;
|
877
|
-
float y;
|
878
|
-
float z;
|
879
|
-
} graphene_point3d_t;
|
880
|
-
</pre>
|
881
|
-
<p>A point with three components: X, Y, and Z.</p>
|
882
|
-
<div class="refsect3">
|
883
|
-
<a name="graphene-point3d-t.members"></a><h4>Members</h4>
|
884
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
885
|
-
<colgroup>
|
886
|
-
<col width="300px" class="struct_members_name">
|
887
|
-
<col class="struct_members_description">
|
888
|
-
<col width="200px" class="struct_members_annotations">
|
889
|
-
</colgroup>
|
890
|
-
<tbody>
|
891
|
-
<tr>
|
892
|
-
<td class="struct_member_name"><p><span class="type">float</span> <em class="structfield"><code><a name="graphene-point3d-t.x"></a>x</code></em>;</p></td>
|
893
|
-
<td class="struct_member_description"><p>the X coordinate</p></td>
|
894
|
-
<td class="struct_member_annotations"> </td>
|
895
|
-
</tr>
|
896
|
-
<tr>
|
897
|
-
<td class="struct_member_name"><p><span class="type">float</span> <em class="structfield"><code><a name="graphene-point3d-t.y"></a>y</code></em>;</p></td>
|
898
|
-
<td class="struct_member_description"><p>the Y coordinate</p></td>
|
899
|
-
<td class="struct_member_annotations"> </td>
|
900
|
-
</tr>
|
901
|
-
<tr>
|
902
|
-
<td class="struct_member_name"><p><span class="type">float</span> <em class="structfield"><code><a name="graphene-point3d-t.z"></a>z</code></em>;</p></td>
|
903
|
-
<td class="struct_member_description"><p>the Z coordinate</p></td>
|
904
|
-
<td class="struct_member_annotations"> </td>
|
905
|
-
</tr>
|
906
|
-
</tbody>
|
907
|
-
</table></div>
|
908
|
-
</div>
|
909
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
910
|
-
</div>
|
911
|
-
</div>
|
912
|
-
</div>
|
913
|
-
<div class="footer">
|
914
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
915
|
-
</body>
|
916
|
-
</html>
|