From 0665b12d6c58463a7c8a7803a1c5695a0e2b2320 Mon Sep 17 00:00:00 2001 From: Emmanuel Benoit Date: Sat, 30 Sep 2017 10:26:30 +0200 Subject: [PATCH] Init repository --- .gitignore | 8 + .gitmodules | 6 + .vim.local/bundles-init/YouCompleteMe.cfg.vim | 1 + .../bundles-init/YouCompleteMe.load.vim | 1 + .../bundles-init/vim-uncrustify.cfg.vim | 2 + .../bundles-init/vim-uncrustify.load.vim | 1 + .vim.local/bundles-init/vimmake.cfg.vim | 42 + .vim.local/bundles-init/vimmake.load.vim | 1 + .vim.local/ftplugin/cpp.vim | 3 + .vim.local/scripts/vimmake.build | 2 + .vim.local/scripts/vimmake.clean | 2 + .vim.local/scripts/vimmake.rebuild | 3 + .vim.local/scripts/vimmake.test | 4 + .vim.local/vimrc | 5 + .vim.local/ycm_extra_conf.py | 147 + Makefile | 62 + glm/.appveyor.yml | 34 + glm/.gitignore | 54 + glm/.travis.yml | 84 + glm/CMakeLists.txt | 221 + glm/cmake/glm.pc.in | 7 + glm/cmake/glmBuildConfig.cmake.in | 6 + glm/cmake/glmConfig.cmake.in | 9 + glm/doc/api/a00001.html | 108 + glm/doc/api/a00001_source.html | 496 + glm/doc/api/a00002.html | 108 + glm/doc/api/a00002_source.html | 122 + glm/doc/api/a00003.html | 108 + glm/doc/api/a00003_source.html | 206 + glm/doc/api/a00004.html | 108 + glm/doc/api/a00004_source.html | 896 ++ glm/doc/api/a00005.html | 108 + glm/doc/api/a00005_source.html | 793 ++ glm/doc/api/a00006.html | 108 + glm/doc/api/a00006_source.html | 233 + glm/doc/api/a00007.html | 205 + glm/doc/api/a00007_source.html | 250 + glm/doc/api/a00008.html | 149 + glm/doc/api/a00008_source.html | 154 + glm/doc/api/a00009.html | 205 + glm/doc/api/a00009_source.html | 188 + glm/doc/api/a00010.html | 124 + glm/doc/api/a00010_source.html | 133 + glm/doc/api/a00011.html | 137 + glm/doc/api/a00011_source.html | 135 + glm/doc/api/a00012.html | 134 + glm/doc/api/a00012_source.html | 136 + glm/doc/api/a00013.html | 139 + glm/doc/api/a00013_source.html | 150 + glm/doc/api/a00014.html | 131 + glm/doc/api/a00014_source.html | 141 + glm/doc/api/a00015.html | 108 + glm/doc/api/a00015_source.html | 104 + glm/doc/api/a00016.html | 123 + glm/doc/api/a00016_source.html | 131 + glm/doc/api/a00017.html | 443 + glm/doc/api/a00017_source.html | 282 + glm/doc/api/a00018.html | 141 + glm/doc/api/a00018_source.html | 145 + glm/doc/api/a00019.html | 231 + glm/doc/api/a00019_source.html | 232 + glm/doc/api/a00020.html | 188 + glm/doc/api/a00020_source.html | 314 + glm/doc/api/a00021.html | 133 + glm/doc/api/a00021_source.html | 144 + glm/doc/api/a00022.html | 183 + glm/doc/api/a00022_source.html | 218 + glm/doc/api/a00023.html | 108 + glm/doc/api/a00023_source.html | 104 + glm/doc/api/a00024.html | 108 + glm/doc/api/a00024_source.html | 264 + glm/doc/api/a00025.html | 119 + glm/doc/api/a00025_source.html | 127 + glm/doc/api/a00026.html | 163 + glm/doc/api/a00026_source.html | 200 + glm/doc/api/a00027.html | 165 + glm/doc/api/a00027_source.html | 161 + glm/doc/api/a00028.html | 151 + glm/doc/api/a00028_source.html | 154 + glm/doc/api/a00029.html | 147 + glm/doc/api/a00029_source.html | 152 + glm/doc/api/a00030.html | 243 + glm/doc/api/a00030_source.html | 277 + glm/doc/api/a00031.html | 143 + glm/doc/api/a00031_source.html | 149 + glm/doc/api/a00032.html | 147 + glm/doc/api/a00032_source.html | 160 + glm/doc/api/a00033.html | 167 + glm/doc/api/a00033_source.html | 188 + glm/doc/api/a00034.html | 131 + glm/doc/api/a00034_source.html | 204 + glm/doc/api/a00035.html | 153 + glm/doc/api/a00035_source.html | 154 + glm/doc/api/a00036.html | 175 + glm/doc/api/a00036_source.html | 174 + glm/doc/api/a00037.html | 151 + glm/doc/api/a00037_source.html | 150 + glm/doc/api/a00038.html | 125 + glm/doc/api/a00038_source.html | 132 + glm/doc/api/a00039.html | 1474 +++ glm/doc/api/a00039_source.html | 1755 +++ glm/doc/api/a00040.html | 108 + glm/doc/api/a00040_source.html | 104 + glm/doc/api/a00041.html | 108 + glm/doc/api/a00041_source.html | 159 + glm/doc/api/a00042.html | 125 + glm/doc/api/a00042_source.html | 136 + glm/doc/api/a00043.html | 123 + glm/doc/api/a00043_source.html | 134 + glm/doc/api/a00044.html | 109 + glm/doc/api/a00044_source.html | 228 + glm/doc/api/a00045.html | 141 + glm/doc/api/a00045_source.html | 143 + glm/doc/api/a00046.html | 150 + glm/doc/api/a00046_source.html | 150 + glm/doc/api/a00047.html | 108 + glm/doc/api/a00047_source.html | 104 + glm/doc/api/a00048.html | 141 + glm/doc/api/a00048_source.html | 167 + glm/doc/api/a00049.html | 114 + glm/doc/api/a00049_source.html | 280 + glm/doc/api/a00050.html | 123 + glm/doc/api/a00050_source.html | 132 + glm/doc/api/a00051_source.html | 2515 +++++ glm/doc/api/a00052.html | 108 + glm/doc/api/a00052_source.html | 127 + glm/doc/api/a00053.html | 108 + glm/doc/api/a00053_source.html | 119 + glm/doc/api/a00054.html | 108 + glm/doc/api/a00054_source.html | 118 + glm/doc/api/a00055.html | 108 + glm/doc/api/a00055_source.html | 118 + glm/doc/api/a00056.html | 108 + glm/doc/api/a00056_source.html | 127 + glm/doc/api/a00057.html | 108 + glm/doc/api/a00057_source.html | 118 + glm/doc/api/a00058.html | 108 + glm/doc/api/a00058_source.html | 118 + glm/doc/api/a00059.html | 108 + glm/doc/api/a00059_source.html | 118 + glm/doc/api/a00060.html | 108 + glm/doc/api/a00060_source.html | 127 + glm/doc/api/a00061.html | 108 + glm/doc/api/a00061_source.html | 104 + glm/doc/api/a00062.html | 131 + glm/doc/api/a00062_source.html | 140 + glm/doc/api/a00063.html | 125 + glm/doc/api/a00063_source.html | 130 + glm/doc/api/a00064.html | 119 + glm/doc/api/a00064_source.html | 134 + glm/doc/api/a00065.html | 403 + glm/doc/api/a00065_source.html | 477 + glm/doc/api/a00066.html | 132 + glm/doc/api/a00066_source.html | 147 + glm/doc/api/a00067.html | 123 + glm/doc/api/a00067_source.html | 128 + glm/doc/api/a00068.html | 165 + glm/doc/api/a00068_source.html | 186 + glm/doc/api/a00069.html | 151 + glm/doc/api/a00069_source.html | 165 + glm/doc/api/a00070.html | 149 + glm/doc/api/a00070_source.html | 151 + glm/doc/api/a00071.html | 227 + glm/doc/api/a00071_source.html | 328 + glm/doc/api/a00072.html | 136 + glm/doc/api/a00072_source.html | 152 + glm/doc/api/a00073.html | 120 + glm/doc/api/a00073_source.html | 127 + glm/doc/api/a00074.html | 127 + glm/doc/api/a00074_source.html | 139 + glm/doc/api/a00075.html | 149 + glm/doc/api/a00075_source.html | 164 + glm/doc/api/a00076.html | 121 + glm/doc/api/a00076_source.html | 127 + glm/doc/api/a00077.html | 125 + glm/doc/api/a00077_source.html | 128 + glm/doc/api/a00078.html | 159 + glm/doc/api/a00078_source.html | 158 + glm/doc/api/a00079.html | 127 + glm/doc/api/a00079_source.html | 134 + glm/doc/api/a00080.html | 125 + glm/doc/api/a00080_source.html | 129 + glm/doc/api/a00081.html | 273 + glm/doc/api/a00081_source.html | 280 + glm/doc/api/a00082.html | 108 + glm/doc/api/a00082_source.html | 104 + glm/doc/api/a00083_source.html | 100 + glm/doc/api/a00084.html | 121 + glm/doc/api/a00084_source.html | 127 + glm/doc/api/a00085.html | 123 + glm/doc/api/a00085_source.html | 130 + glm/doc/api/a00086.html | 108 + glm/doc/api/a00086_source.html | 162 + glm/doc/api/a00087.html | 119 + glm/doc/api/a00087_source.html | 124 + glm/doc/api/a00088.html | 229 + glm/doc/api/a00088_source.html | 368 + glm/doc/api/a00089.html | 189 + glm/doc/api/a00089_source.html | 232 + glm/doc/api/a00090.html | 145 + glm/doc/api/a00090_source.html | 154 + glm/doc/api/a00091.html | 109 + glm/doc/api/a00091_source.html | 176 + glm/doc/api/a00092.html | 127 + glm/doc/api/a00092_source.html | 133 + glm/doc/api/a00093.html | 163 + glm/doc/api/a00093_source.html | 165 + glm/doc/api/a00094.html | 127 + glm/doc/api/a00094_source.html | 137 + glm/doc/api/a00095.html | 161 + glm/doc/api/a00095_source.html | 186 + glm/doc/api/a00096.html | 185 + glm/doc/api/a00096_source.html | 188 + glm/doc/api/a00097.html | 111 + glm/doc/api/a00097_source.html | 174 + glm/doc/api/a00098.html | 109 + glm/doc/api/a00098_source.html | 122 + glm/doc/api/a00099.html | 108 + glm/doc/api/a00099_source.html | 881 ++ glm/doc/api/a00100.html | 127 + glm/doc/api/a00100_source.html | 148 + glm/doc/api/a00101.html | 141 + glm/doc/api/a00101_source.html | 145 + glm/doc/api/a00102.html | 123 + glm/doc/api/a00102_source.html | 132 + glm/doc/api/a00103.html | 133 + glm/doc/api/a00103_source.html | 138 + glm/doc/api/a00104.html | 153 + glm/doc/api/a00104_source.html | 187 + glm/doc/api/a00105.html | 108 + glm/doc/api/a00105_source.html | 104 + glm/doc/api/a00106.html | 348 + glm/doc/api/a00106_source.html | 422 + glm/doc/api/a00107.html | 744 ++ glm/doc/api/a00107_source.html | 812 ++ glm/doc/api/a00108.html | 129 + glm/doc/api/a00108_source.html | 152 + glm/doc/api/a00109.html | 108 + glm/doc/api/a00109_source.html | 287 + glm/doc/api/a00110.html | 108 + glm/doc/api/a00110_source.html | 118 + glm/doc/api/a00111.html | 159 + glm/doc/api/a00111_source.html | 391 + glm/doc/api/a00112.html | 410 + glm/doc/api/a00112_source.html | 508 + glm/doc/api/a00113.html | 108 + glm/doc/api/a00113_source.html | 284 + glm/doc/api/a00114.html | 108 + glm/doc/api/a00114_source.html | 267 + glm/doc/api/a00115.html | 108 + glm/doc/api/a00115_source.html | 269 + glm/doc/api/a00116.html | 108 + glm/doc/api/a00116_source.html | 275 + glm/doc/api/a00117.html | 108 + glm/doc/api/a00117_source.html | 291 + glm/doc/api/a00118.html | 108 + glm/doc/api/a00118_source.html | 274 + glm/doc/api/a00119.html | 108 + glm/doc/api/a00119_source.html | 279 + glm/doc/api/a00120.html | 108 + glm/doc/api/a00120_source.html | 279 + glm/doc/api/a00121.html | 108 + glm/doc/api/a00121_source.html | 296 + glm/doc/api/a00122.html | 111 + glm/doc/api/a00122_source.html | 731 ++ glm/doc/api/a00123.html | 185 + glm/doc/api/a00123_source.html | 197 + glm/doc/api/a00124.html | 109 + glm/doc/api/a00124_source.html | 342 + glm/doc/api/a00125.html | 294 + glm/doc/api/a00125_source.html | 472 + glm/doc/api/a00126.html | 108 + glm/doc/api/a00126_source.html | 396 + glm/doc/api/a00127.html | 108 + glm/doc/api/a00127_source.html | 482 + glm/doc/api/a00128.html | 108 + glm/doc/api/a00128_source.html | 500 + glm/doc/api/a00129.html | 108 + glm/doc/api/a00129_source.html | 539 + glm/doc/api/a00130.html | 139 + glm/doc/api/a00130_source.html | 140 + glm/doc/api/a00131.html | 166 + glm/doc/api/a00131_source.html | 198 + glm/doc/api/a00132.html | 108 + glm/doc/api/a00132_source.html | 104 + glm/doc/api/a00133.html | 108 + glm/doc/api/a00133_source.html | 104 + glm/doc/api/a00134.html | 108 + glm/doc/api/a00134_source.html | 104 + glm/doc/api/a00135.html | 109 + glm/doc/api/a00135_source.html | 2867 +++++ glm/doc/api/a00136.html | 131 + glm/doc/api/a00136_source.html | 141 + glm/doc/api/a00137.html | 139 + glm/doc/api/a00137_source.html | 147 + glm/doc/api/a00138.html | 108 + glm/doc/api/a00138_source.html | 104 + glm/doc/api/a00139.html | 131 + glm/doc/api/a00139_source.html | 137 + glm/doc/api/a00145.html | 1196 ++ glm/doc/api/a00146.html | 374 + glm/doc/api/a00147.html | 417 + glm/doc/api/a00148.html | 632 ++ glm/doc/api/a00149.html | 256 + glm/doc/api/a00150.html | 418 + glm/doc/api/a00151.html | 589 + glm/doc/api/a00152.html | 444 + glm/doc/api/a00153.html | 169 + glm/doc/api/a00154.html | 271 + glm/doc/api/a00155.html | 137 + glm/doc/api/a00156.html | 890 ++ glm/doc/api/a00157.html | 2996 +++++ glm/doc/api/a00158.html | 95 + glm/doc/api/a00159.html | 1053 ++ glm/doc/api/a00160.html | 122 + glm/doc/api/a00161.html | 187 + glm/doc/api/a00162.html | 741 ++ glm/doc/api/a00163.html | 263 + glm/doc/api/a00164.html | 181 + glm/doc/api/a00165.html | 338 + glm/doc/api/a00166.html | 247 + glm/doc/api/a00167.html | 2023 ++++ glm/doc/api/a00168.html | 173 + glm/doc/api/a00169.html | 1759 +++ glm/doc/api/a00170.html | 181 + glm/doc/api/a00171.html | 1554 +++ glm/doc/api/a00172.html | 1009 ++ glm/doc/api/a00173.html | 352 + glm/doc/api/a00174.html | 460 + glm/doc/api/a00175.html | 662 ++ glm/doc/api/a00176.html | 795 ++ glm/doc/api/a00177.html | 3904 +++++++ glm/doc/api/a00178.html | 504 + glm/doc/api/a00179.html | 281 + glm/doc/api/a00180.html | 95 + glm/doc/api/a00181.html | 1357 +++ glm/doc/api/a00182.html | 322 + glm/doc/api/a00183.html | 147 + glm/doc/api/a00184.html | 261 + glm/doc/api/a00185.html | 199 + glm/doc/api/a00186.html | 161 + glm/doc/api/a00187.html | 430 + glm/doc/api/a00188.html | 241 + glm/doc/api/a00189.html | 525 + glm/doc/api/a00190.html | 624 ++ glm/doc/api/a00191.html | 142 + glm/doc/api/a00192.html | 607 + glm/doc/api/a00193.html | 409 + glm/doc/api/a00194.html | 333 + glm/doc/api/a00195.html | 296 + glm/doc/api/a00196.html | 187 + glm/doc/api/a00197.html | 181 + glm/doc/api/a00198.html | 95 + glm/doc/api/a00199.html | 366 + glm/doc/api/a00200.html | 445 + glm/doc/api/a00201.html | 97 + glm/doc/api/a00202.html | 170 + glm/doc/api/a00203.html | 149 + glm/doc/api/a00204.html | 160 + glm/doc/api/a00205.html | 237 + glm/doc/api/a00206.html | 475 + glm/doc/api/a00207.html | 310 + glm/doc/api/a00208.html | 367 + glm/doc/api/a00209.html | 298 + glm/doc/api/a00210.html | 107 + glm/doc/api/a00211.html | 343 + glm/doc/api/a00212.html | 142 + glm/doc/api/a00213.html | 171 + glm/doc/api/a00214.html | 142 + glm/doc/api/a00215.html | 172 + glm/doc/api/a00216.html | 159 + glm/doc/api/a00217.html | 136 + glm/doc/api/a00218.html | 149 + glm/doc/api/a00219.html | 136 + glm/doc/api/a00220.html | 673 ++ glm/doc/api/a00221.html | 97 + glm/doc/api/a00222.html | 183 + glm/doc/api/a00223.html | 209 + glm/doc/api/a00224.html | 492 + glm/doc/api/a00225.html | 95 + glm/doc/api/a00226.html | 256 + glm/doc/api/a00227.html | 263 + glm/doc/api/a00228.html | 126 + glm/doc/api/a00229.html | 188 + glm/doc/api/a00230.html | 423 + glm/doc/api/a00231.html | 8062 ++++++++++++++ glm/doc/api/a00232.html | 96 + glm/doc/api/a00233.html | 95 + glm/doc/api/a00234.html | 208 + glm/doc/api/a00235.html | 319 + glm/doc/api/a00236.html | 195 + glm/doc/api/arrowdown.png | Bin 0 -> 246 bytes glm/doc/api/arrowright.png | Bin 0 -> 229 bytes glm/doc/api/bc_s.png | Bin 0 -> 676 bytes glm/doc/api/bdwn.png | Bin 0 -> 147 bytes glm/doc/api/closed.png | Bin 0 -> 132 bytes .../dir_304be5dfae1339a7705426c0b536faf2.html | 176 + .../dir_45973f864e07b2505003ae343b7c8af7.html | 102 + .../dir_48eca2e6cf73effdec262031e861eeb0.html | 102 + .../dir_7997edb062bdde9a99cb6835d42b0d9d.html | 164 + .../dir_9344afb825aed5e2f5be1d2015dde43c.html | 100 + .../dir_934f46a345653ef2b3014a1b37a162c1.html | 100 + .../dir_98f7f9d41f9d3029bd68cf237526a774.html | 100 + .../dir_da256b9dd32ba43e2eaa8a2832c37f1b.html | 203 + .../dir_e8f3c1046ba4b357711397765359cd18.html | 269 + glm/doc/api/doc.png | Bin 0 -> 746 bytes glm/doc/api/doxygen.css | 1496 +++ glm/doc/api/doxygen.png | Bin 0 -> 3779 bytes glm/doc/api/dynsections.js | 104 + glm/doc/api/files.html | 238 + glm/doc/api/folderclosed.png | Bin 0 -> 616 bytes glm/doc/api/folderopen.png | Bin 0 -> 597 bytes glm/doc/api/index.html | 107 + glm/doc/api/jquery.js | 68 + glm/doc/api/logo-mini.png | Bin 0 -> 11967 bytes glm/doc/api/modules.html | 187 + glm/doc/api/nav_f.png | Bin 0 -> 153 bytes glm/doc/api/nav_g.png | Bin 0 -> 95 bytes glm/doc/api/nav_h.png | Bin 0 -> 98 bytes glm/doc/api/open.png | Bin 0 -> 123 bytes glm/doc/api/search/all_0.html | 26 + glm/doc/api/search/all_0.js | 9 + glm/doc/api/search/all_1.html | 26 + glm/doc/api/search/all_1.js | 97 + glm/doc/api/search/all_10.html | 26 + glm/doc/api/search/all_10.js | 41 + glm/doc/api/search/all_11.html | 26 + glm/doc/api/search/all_11.js | 42 + glm/doc/api/search/all_12.html | 26 + glm/doc/api/search/all_12.js | 46 + glm/doc/api/search/all_13.html | 26 + glm/doc/api/search/all_13.js | 85 + glm/doc/api/search/all_14.html | 26 + glm/doc/api/search/all_14.js | 16 + glm/doc/api/search/all_15.html | 26 + glm/doc/api/search/all_15.js | 6 + glm/doc/api/search/all_16.html | 26 + glm/doc/api/search/all_16.js | 7 + glm/doc/api/search/all_17.html | 26 + glm/doc/api/search/all_17.js | 4 + glm/doc/api/search/all_2.html | 26 + glm/doc/api/search/all_2.js | 33 + glm/doc/api/search/all_3.html | 26 + glm/doc/api/search/all_3.js | 43 + glm/doc/api/search/all_4.html | 26 + glm/doc/api/search/all_4.js | 53 + glm/doc/api/search/all_5.html | 26 + glm/doc/api/search/all_5.js | 35 + glm/doc/api/search/all_6.html | 26 + glm/doc/api/search/all_6.js | 129 + glm/doc/api/search/all_7.html | 26 + glm/doc/api/search/all_7.js | 104 + glm/doc/api/search/all_8.html | 26 + glm/doc/api/search/all_8.js | 102 + glm/doc/api/search/all_9.html | 26 + glm/doc/api/search/all_9.js | 91 + glm/doc/api/search/all_a.html | 26 + glm/doc/api/search/all_a.js | 119 + glm/doc/api/search/all_b.html | 26 + glm/doc/api/search/all_b.js | 163 + glm/doc/api/search/all_c.html | 26 + glm/doc/api/search/all_c.js | 14 + glm/doc/api/search/all_d.html | 26 + glm/doc/api/search/all_d.js | 20 + glm/doc/api/search/all_e.html | 26 + glm/doc/api/search/all_e.js | 64 + glm/doc/api/search/all_f.html | 26 + glm/doc/api/search/all_f.js | 6 + glm/doc/api/search/close.png | Bin 0 -> 273 bytes glm/doc/api/search/files_0.html | 26 + glm/doc/api/search/files_0.js | 9 + glm/doc/api/search/files_1.html | 26 + glm/doc/api/search/files_1.js | 4 + glm/doc/api/search/files_10.html | 26 + glm/doc/api/search/files_10.js | 9 + glm/doc/api/search/files_11.html | 26 + glm/doc/api/search/files_11.js | 28 + glm/doc/api/search/files_12.html | 26 + glm/doc/api/search/files_12.js | 4 + glm/doc/api/search/files_13.html | 26 + glm/doc/api/search/files_13.js | 11 + glm/doc/api/search/files_14.html | 26 + glm/doc/api/search/files_14.js | 4 + glm/doc/api/search/files_2.html | 26 + glm/doc/api/search/files_2.js | 5 + glm/doc/api/search/files_3.html | 26 + glm/doc/api/search/files_3.js | 10 + glm/doc/api/search/files_4.html | 26 + glm/doc/api/search/files_4.js | 4 + glm/doc/api/search/files_5.html | 26 + glm/doc/api/search/files_5.js | 9 + glm/doc/api/search/files_6.html | 26 + glm/doc/api/search/files_6.js | 16 + glm/doc/api/search/files_7.html | 26 + glm/doc/api/search/files_7.js | 16 + glm/doc/api/search/files_8.html | 26 + glm/doc/api/search/files_8.js | 5 + glm/doc/api/search/files_9.html | 26 + glm/doc/api/search/files_9.js | 6 + glm/doc/api/search/files_a.html | 26 + glm/doc/api/search/files_a.js | 4 + glm/doc/api/search/files_b.html | 26 + glm/doc/api/search/files_b.js | 25 + glm/doc/api/search/files_c.html | 26 + glm/doc/api/search/files_c.js | 8 + glm/doc/api/search/files_d.html | 26 + glm/doc/api/search/files_d.js | 5 + glm/doc/api/search/files_e.html | 26 + glm/doc/api/search/files_e.js | 8 + glm/doc/api/search/files_f.html | 26 + glm/doc/api/search/files_f.js | 10 + glm/doc/api/search/functions_0.html | 26 + glm/doc/api/search/functions_0.js | 30 + glm/doc/api/search/functions_1.html | 26 + glm/doc/api/search/functions_1.js | 13 + glm/doc/api/search/functions_10.html | 26 + glm/doc/api/search/functions_10.js | 27 + glm/doc/api/search/functions_11.html | 26 + glm/doc/api/search/functions_11.js | 19 + glm/doc/api/search/functions_12.html | 26 + glm/doc/api/search/functions_12.js | 40 + glm/doc/api/search/functions_13.html | 26 + glm/doc/api/search/functions_13.js | 4 + glm/doc/api/search/functions_14.html | 26 + glm/doc/api/search/functions_14.js | 4 + glm/doc/api/search/functions_15.html | 26 + glm/doc/api/search/functions_15.js | 7 + glm/doc/api/search/functions_16.html | 26 + glm/doc/api/search/functions_16.js | 4 + glm/doc/api/search/functions_2.html | 26 + glm/doc/api/search/functions_2.js | 35 + glm/doc/api/search/functions_3.html | 26 + glm/doc/api/search/functions_3.js | 20 + glm/doc/api/search/functions_4.html | 26 + glm/doc/api/search/functions_4.js | 28 + glm/doc/api/search/functions_5.html | 26 + glm/doc/api/search/functions_5.js | 40 + glm/doc/api/search/functions_6.html | 26 + glm/doc/api/search/functions_6.js | 9 + glm/doc/api/search/functions_7.html | 26 + glm/doc/api/search/functions_7.js | 7 + glm/doc/api/search/functions_8.html | 26 + glm/doc/api/search/functions_8.js | 30 + glm/doc/api/search/functions_9.html | 26 + glm/doc/api/search/functions_9.js | 25 + glm/doc/api/search/functions_a.html | 26 + glm/doc/api/search/functions_a.js | 35 + glm/doc/api/search/functions_b.html | 26 + glm/doc/api/search/functions_b.js | 9 + glm/doc/api/search/functions_c.html | 26 + glm/doc/api/search/functions_c.js | 17 + glm/doc/api/search/functions_d.html | 26 + glm/doc/api/search/functions_d.js | 58 + glm/doc/api/search/functions_e.html | 26 + glm/doc/api/search/functions_e.js | 5 + glm/doc/api/search/functions_f.html | 26 + glm/doc/api/search/functions_f.js | 34 + glm/doc/api/search/groups_0.html | 26 + glm/doc/api/search/groups_0.js | 4 + glm/doc/api/search/groups_1.html | 26 + glm/doc/api/search/groups_1.js | 4 + glm/doc/api/search/groups_2.html | 26 + glm/doc/api/search/groups_2.js | 4 + glm/doc/api/search/groups_3.html | 26 + glm/doc/api/search/groups_3.js | 4 + glm/doc/api/search/groups_4.html | 26 + glm/doc/api/search/groups_4.js | 85 + glm/doc/api/search/groups_5.html | 26 + glm/doc/api/search/groups_5.js | 4 + glm/doc/api/search/groups_6.html | 26 + glm/doc/api/search/groups_6.js | 4 + glm/doc/api/search/groups_7.html | 26 + glm/doc/api/search/groups_7.js | 4 + glm/doc/api/search/groups_8.html | 26 + glm/doc/api/search/groups_8.js | 5 + glm/doc/api/search/groups_9.html | 26 + glm/doc/api/search/groups_9.js | 4 + glm/doc/api/search/mag_sel.png | Bin 0 -> 563 bytes glm/doc/api/search/nomatches.html | 12 + glm/doc/api/search/pages_0.html | 26 + glm/doc/api/search/pages_0.js | 4 + glm/doc/api/search/search.css | 271 + glm/doc/api/search/search.js | 791 ++ glm/doc/api/search/search_l.png | Bin 0 -> 604 bytes glm/doc/api/search/search_m.png | Bin 0 -> 158 bytes glm/doc/api/search/search_r.png | Bin 0 -> 612 bytes glm/doc/api/search/searchdata.js | 30 + glm/doc/api/search/typedefs_0.html | 26 + glm/doc/api/search/typedefs_0.js | 68 + glm/doc/api/search/typedefs_1.html | 26 + glm/doc/api/search/typedefs_1.js | 21 + glm/doc/api/search/typedefs_2.html | 26 + glm/doc/api/search/typedefs_2.js | 35 + glm/doc/api/search/typedefs_3.html | 26 + glm/doc/api/search/typedefs_3.js | 78 + glm/doc/api/search/typedefs_4.html | 26 + glm/doc/api/search/typedefs_4.js | 96 + glm/doc/api/search/typedefs_5.html | 26 + glm/doc/api/search/typedefs_5.js | 60 + glm/doc/api/search/typedefs_6.html | 26 + glm/doc/api/search/typedefs_6.js | 96 + glm/doc/api/search/typedefs_7.html | 26 + glm/doc/api/search/typedefs_7.js | 108 + glm/doc/api/search/typedefs_8.html | 26 + glm/doc/api/search/typedefs_8.js | 4 + glm/doc/api/search/typedefs_9.html | 26 + glm/doc/api/search/typedefs_9.js | 12 + glm/doc/api/search/typedefs_a.html | 26 + glm/doc/api/search/typedefs_a.js | 47 + glm/doc/api/search/typedefs_b.html | 26 + glm/doc/api/search/typedefs_b.js | 6 + glm/doc/api/search/typedefs_c.html | 26 + glm/doc/api/search/typedefs_c.js | 4 + glm/doc/api/splitbar.png | Bin 0 -> 314 bytes glm/doc/api/sync_off.png | Bin 0 -> 853 bytes glm/doc/api/sync_on.png | Bin 0 -> 845 bytes glm/doc/api/tab_a.png | Bin 0 -> 142 bytes glm/doc/api/tab_b.png | Bin 0 -> 169 bytes glm/doc/api/tab_h.png | Bin 0 -> 177 bytes glm/doc/api/tab_s.png | Bin 0 -> 184 bytes glm/doc/api/tabs.css | 69 + glm/doc/man.doxy | 2415 ++++ glm/doc/manual/frontpage1.png | Bin 0 -> 731902 bytes glm/doc/manual/frontpage2.png | Bin 0 -> 233177 bytes glm/doc/manual/g-truc.png | Bin 0 -> 13441 bytes glm/doc/manual/logo-mini.png | Bin 0 -> 11967 bytes glm/doc/manual/noise-perlin1.jpg | Bin 0 -> 8464 bytes glm/doc/manual/noise-perlin2.jpg | Bin 0 -> 7755 bytes glm/doc/manual/noise-perlin3.jpg | Bin 0 -> 7143 bytes glm/doc/manual/noise-perlin4.png | Bin 0 -> 1253 bytes glm/doc/manual/noise-perlin5.png | Bin 0 -> 1025 bytes glm/doc/manual/noise-perlin6.png | Bin 0 -> 1092 bytes glm/doc/manual/noise-simplex1.jpg | Bin 0 -> 10985 bytes glm/doc/manual/noise-simplex2.jpg | Bin 0 -> 9494 bytes glm/doc/manual/noise-simplex3.jpg | Bin 0 -> 9873 bytes glm/doc/manual/random-ballrand.png | Bin 0 -> 3431 bytes glm/doc/manual/random-circularrand.png | Bin 0 -> 503 bytes glm/doc/manual/random-diskrand.png | Bin 0 -> 3113 bytes glm/doc/manual/random-gaussrand.png | Bin 0 -> 3137 bytes glm/doc/manual/random-linearrand.png | Bin 0 -> 3108 bytes glm/doc/manual/random-sphericalrand.png | Bin 0 -> 3703 bytes glm/doc/manual/references-cinder.png | Bin 0 -> 77425 bytes glm/doc/manual/references-glsl4book.jpg | Bin 0 -> 9668 bytes glm/doc/manual/references-leosfortune.jpeg | Bin 0 -> 13608 bytes glm/doc/manual/references-leosfortune2.jpg | Bin 0 -> 13183 bytes glm/doc/manual/references-opencloth1.png | Bin 0 -> 12531 bytes glm/doc/manual/references-opencloth3.png | Bin 0 -> 21325 bytes glm/doc/manual/references-outerra1.jpg | Bin 0 -> 5355 bytes glm/doc/manual/references-outerra2.jpg | Bin 0 -> 4827 bytes glm/doc/manual/references-outerra3.jpg | Bin 0 -> 3906 bytes glm/doc/manual/references-outerra4.jpg | Bin 0 -> 5427 bytes glm/doc/pages.doxy | 32 + glm/doc/theme/doxygen.css | 1496 +++ glm/doc/theme/tabs.css | 69 + glm/glm/CMakeLists.txt | 67 + glm/glm/common.hpp | 6 + glm/glm/detail/_features.hpp | 397 + glm/glm/detail/_fixes.hpp | 30 + glm/glm/detail/_noise.hpp | 107 + glm/glm/detail/_swizzle.hpp | 797 ++ glm/glm/detail/_swizzle_func.hpp | 685 ++ glm/glm/detail/_vectorize.hpp | 131 + glm/glm/detail/dummy.cpp | 207 + glm/glm/detail/func_common.hpp | 427 + glm/glm/detail/func_common.inl | 849 ++ glm/glm/detail/func_common_simd.inl | 231 + glm/glm/detail/func_exponential.hpp | 103 + glm/glm/detail/func_exponential.inl | 146 + glm/glm/detail/func_exponential_simd.inl | 35 + glm/glm/detail/func_geometric.hpp | 113 + glm/glm/detail/func_geometric.inl | 254 + glm/glm/detail/func_geometric_simd.inl | 99 + glm/glm/detail/func_integer.hpp | 203 + glm/glm/detail/func_integer.inl | 375 + glm/glm/detail/func_integer_simd.inl | 68 + glm/glm/detail/func_matrix.hpp | 147 + glm/glm/detail/func_matrix.inl | 401 + glm/glm/detail/func_matrix_simd.inl | 88 + glm/glm/detail/func_packing.hpp | 168 + glm/glm/detail/func_packing.inl | 190 + glm/glm/detail/func_packing_simd.inl | 9 + glm/glm/detail/func_trigonometric.hpp | 176 + glm/glm/detail/func_trigonometric.inl | 200 + glm/glm/detail/func_trigonometric_simd.inl | 0 glm/glm/detail/func_vector_relational.hpp | 111 + glm/glm/detail/func_vector_relational.inl | 105 + .../detail/func_vector_relational_simd.inl | 9 + glm/glm/detail/glm.cpp | 258 + glm/glm/detail/precision.hpp | 66 + glm/glm/detail/setup.hpp | 786 ++ glm/glm/detail/type_float.hpp | 67 + glm/glm/detail/type_gentype.hpp | 195 + glm/glm/detail/type_gentype.inl | 341 + glm/glm/detail/type_half.hpp | 19 + glm/glm/detail/type_half.inl | 244 + glm/glm/detail/type_int.hpp | 306 + glm/glm/detail/type_mat.hpp | 766 ++ glm/glm/detail/type_mat.inl | 3 + glm/glm/detail/type_mat2x2.hpp | 183 + glm/glm/detail/type_mat2x2.inl | 484 + glm/glm/detail/type_mat2x3.hpp | 165 + glm/glm/detail/type_mat2x3.inl | 458 + glm/glm/detail/type_mat2x4.hpp | 167 + glm/glm/detail/type_mat2x4.inl | 467 + glm/glm/detail/type_mat3x2.hpp | 173 + glm/glm/detail/type_mat3x2.inl | 492 + glm/glm/detail/type_mat3x3.hpp | 190 + glm/glm/detail/type_mat3x3.inl | 561 + glm/glm/detail/type_mat3x4.hpp | 172 + glm/glm/detail/type_mat3x4.inl | 532 + glm/glm/detail/type_mat4x2.hpp | 177 + glm/glm/detail/type_mat4x2.inl | 538 + glm/glm/detail/type_mat4x3.hpp | 177 + glm/glm/detail/type_mat4x3.inl | 562 + glm/glm/detail/type_mat4x4.hpp | 195 + glm/glm/detail/type_mat4x4.inl | 671 ++ glm/glm/detail/type_mat4x4_simd.inl | 7 + glm/glm/detail/type_vec.hpp | 578 + glm/glm/detail/type_vec.inl | 2 + glm/glm/detail/type_vec1.hpp | 302 + glm/glm/detail/type_vec1.inl | 558 + glm/glm/detail/type_vec2.hpp | 388 + glm/glm/detail/type_vec2.inl | 881 ++ glm/glm/detail/type_vec3.hpp | 409 + glm/glm/detail/type_vec3.inl | 996 ++ glm/glm/detail/type_vec4.hpp | 454 + glm/glm/detail/type_vec4.inl | 969 ++ glm/glm/detail/type_vec4_simd.inl | 481 + glm/glm/exponential.hpp | 6 + glm/glm/ext.hpp | 120 + glm/glm/fwd.hpp | 2570 +++++ glm/glm/geometric.hpp | 6 + glm/glm/glm.hpp | 88 + glm/glm/gtc/bitfield.hpp | 207 + glm/glm/gtc/bitfield.inl | 515 + glm/glm/gtc/color_space.hpp | 56 + glm/glm/gtc/color_space.inl | 85 + glm/glm/gtc/constants.hpp | 175 + glm/glm/gtc/constants.inl | 181 + glm/glm/gtc/epsilon.hpp | 72 + glm/glm/gtc/epsilon.inl | 125 + glm/glm/gtc/functions.hpp | 52 + glm/glm/gtc/functions.inl | 31 + glm/glm/gtc/integer.hpp | 102 + glm/glm/gtc/integer.inl | 71 + glm/glm/gtc/matrix_access.hpp | 59 + glm/glm/gtc/matrix_access.inl | 63 + glm/glm/gtc/matrix_integer.hpp | 486 + glm/glm/gtc/matrix_inverse.hpp | 49 + glm/glm/gtc/matrix_inverse.inl | 120 + glm/glm/gtc/matrix_transform.hpp | 465 + glm/glm/gtc/matrix_transform.inl | 575 + glm/glm/gtc/noise.hpp | 60 + glm/glm/gtc/noise.inl | 808 ++ glm/glm/gtc/packing.hpp | 604 + glm/glm/gtc/packing.inl | 797 ++ glm/glm/gtc/quaternion.hpp | 396 + glm/glm/gtc/quaternion.inl | 801 ++ glm/glm/gtc/quaternion_simd.inl | 198 + glm/glm/gtc/random.hpp | 97 + glm/glm/gtc/random.inl | 350 + glm/glm/gtc/reciprocal.hpp | 135 + glm/glm/gtc/reciprocal.inl | 192 + glm/glm/gtc/round.hpp | 174 + glm/glm/gtc/round.inl | 344 + glm/glm/gtc/type_aligned.hpp | 358 + glm/glm/gtc/type_precision.hpp | 860 ++ glm/glm/gtc/type_precision.inl | 7 + glm/glm/gtc/type_ptr.hpp | 148 + glm/glm/gtc/type_ptr.inl | 375 + glm/glm/gtc/ulp.hpp | 63 + glm/glm/gtc/ulp.inl | 321 + glm/glm/gtc/vec1.hpp | 164 + glm/glm/gtc/vec1.inl | 2 + glm/glm/gtx/associated_min_max.hpp | 206 + glm/glm/gtx/associated_min_max.inl | 355 + glm/glm/gtx/bit.hpp | 98 + glm/glm/gtx/bit.inl | 93 + glm/glm/gtx/closest_point.hpp | 49 + glm/glm/gtx/closest_point.inl | 46 + glm/glm/gtx/color_encoding.hpp | 50 + glm/glm/gtx/color_encoding.inl | 46 + glm/glm/gtx/color_space.hpp | 72 + glm/glm/gtx/color_space.inl | 142 + glm/glm/gtx/color_space_YCoCg.hpp | 60 + glm/glm/gtx/color_space_YCoCg.inl | 108 + glm/glm/gtx/common.hpp | 56 + glm/glm/gtx/common.inl | 112 + glm/glm/gtx/compatibility.hpp | 133 + glm/glm/gtx/compatibility.inl | 65 + glm/glm/gtx/component_wise.hpp | 69 + glm/glm/gtx/component_wise.inl | 128 + glm/glm/gtx/dual_quaternion.hpp | 269 + glm/glm/gtx/dual_quaternion.inl | 351 + glm/glm/gtx/euler_angles.hpp | 146 + glm/glm/gtx/euler_angles.inl | 312 + glm/glm/gtx/extend.hpp | 42 + glm/glm/gtx/extend.inl | 49 + glm/glm/gtx/extended_min_max.hpp | 136 + glm/glm/gtx/extended_min_max.inl | 140 + glm/glm/gtx/exterior_product.hpp | 40 + glm/glm/gtx/exterior_product.inl | 27 + glm/glm/gtx/fast_exponential.hpp | 95 + glm/glm/gtx/fast_exponential.inl | 137 + glm/glm/gtx/fast_square_root.hpp | 92 + glm/glm/gtx/fast_square_root.inl | 81 + glm/glm/gtx/fast_trigonometry.hpp | 79 + glm/glm/gtx/fast_trigonometry.inl | 143 + glm/glm/gtx/float_notmalize.inl | 14 + glm/glm/gtx/gradient_paint.hpp | 52 + glm/glm/gtx/gradient_paint.inl | 37 + glm/glm/gtx/handed_coordinate_space.hpp | 50 + glm/glm/gtx/handed_coordinate_space.inl | 27 + glm/glm/gtx/hash.hpp | 138 + glm/glm/gtx/hash.inl | 185 + glm/glm/gtx/integer.hpp | 76 + glm/glm/gtx/integer.inl | 182 + glm/glm/gtx/intersect.hpp | 92 + glm/glm/gtx/intersect.inl | 225 + glm/glm/gtx/io.hpp | 201 + glm/glm/gtx/io.inl | 441 + glm/glm/gtx/log_base.hpp | 48 + glm/glm/gtx/log_base.inl | 18 + glm/glm/gtx/matrix_cross_product.hpp | 47 + glm/glm/gtx/matrix_cross_product.inl | 38 + glm/glm/gtx/matrix_decompose.hpp | 46 + glm/glm/gtx/matrix_decompose.inl | 181 + glm/glm/gtx/matrix_interpolation.hpp | 65 + glm/glm/gtx/matrix_interpolation.inl | 132 + glm/glm/gtx/matrix_major_storage.hpp | 119 + glm/glm/gtx/matrix_major_storage.inl | 167 + glm/glm/gtx/matrix_operation.hpp | 88 + glm/glm/gtx/matrix_operation.inl | 118 + glm/glm/gtx/matrix_query.hpp | 77 + glm/glm/gtx/matrix_query.inl | 114 + glm/glm/gtx/matrix_transform_2d.hpp | 81 + glm/glm/gtx/matrix_transform_2d.inl | 69 + glm/glm/gtx/mixed_product.hpp | 41 + glm/glm/gtx/mixed_product.inl | 16 + glm/glm/gtx/norm.hpp | 90 + glm/glm/gtx/norm.inl | 106 + glm/glm/gtx/normal.hpp | 43 + glm/glm/gtx/normal.inl | 16 + glm/glm/gtx/normalize_dot.hpp | 49 + glm/glm/gtx/normalize_dot.inl | 17 + glm/glm/gtx/number_precision.hpp | 61 + glm/glm/gtx/number_precision.inl | 7 + glm/glm/gtx/optimum_pow.hpp | 54 + glm/glm/gtx/optimum_pow.inl | 23 + glm/glm/gtx/orthonormalize.hpp | 49 + glm/glm/gtx/orthonormalize.inl | 30 + glm/glm/gtx/perpendicular.hpp | 43 + glm/glm/gtx/perpendicular.inl | 15 + glm/glm/gtx/polar_coordinates.hpp | 48 + glm/glm/gtx/polar_coordinates.inl | 37 + glm/glm/gtx/projection.hpp | 40 + glm/glm/gtx/projection.inl | 11 + glm/glm/gtx/quaternion.hpp | 189 + glm/glm/gtx/quaternion.inl | 212 + glm/glm/gtx/range.hpp | 89 + glm/glm/gtx/raw_data.hpp | 51 + glm/glm/gtx/raw_data.inl | 2 + glm/glm/gtx/rotate_normalized_axis.hpp | 68 + glm/glm/gtx/rotate_normalized_axis.inl | 59 + glm/glm/gtx/rotate_vector.hpp | 121 + glm/glm/gtx/rotate_vector.inl | 188 + glm/glm/gtx/scalar_multiplication.hpp | 73 + glm/glm/gtx/scalar_relational.hpp | 36 + glm/glm/gtx/scalar_relational.inl | 89 + glm/glm/gtx/spline.hpp | 65 + glm/glm/gtx/spline.inl | 63 + glm/glm/gtx/std_based_type.hpp | 67 + glm/glm/gtx/std_based_type.inl | 7 + glm/glm/gtx/string_cast.hpp | 51 + glm/glm/gtx/string_cast.inl | 458 + glm/glm/gtx/transform.hpp | 60 + glm/glm/gtx/transform.inl | 24 + glm/glm/gtx/transform2.hpp | 111 + glm/glm/gtx/transform2.inl | 126 + glm/glm/gtx/type_aligned.hpp | 970 ++ glm/glm/gtx/type_aligned.inl | 7 + glm/glm/gtx/type_trait.hpp | 220 + glm/glm/gtx/type_trait.inl | 0 glm/glm/gtx/vec_swizzle.hpp | 2778 +++++ glm/glm/gtx/vector_angle.hpp | 64 + glm/glm/gtx/vector_angle.inl | 58 + glm/glm/gtx/vector_query.hpp | 66 + glm/glm/gtx/vector_query.inl | 193 + glm/glm/gtx/wrap.hpp | 55 + glm/glm/gtx/wrap.inl | 58 + glm/glm/integer.hpp | 6 + glm/glm/mat2x2.hpp | 52 + glm/glm/mat2x3.hpp | 32 + glm/glm/mat2x4.hpp | 31 + glm/glm/mat3x2.hpp | 31 + glm/glm/mat3x3.hpp | 52 + glm/glm/mat3x4.hpp | 31 + glm/glm/mat4x2.hpp | 31 + glm/glm/mat4x3.hpp | 31 + glm/glm/mat4x4.hpp | 52 + glm/glm/matrix.hpp | 6 + glm/glm/packing.hpp | 6 + glm/glm/simd/common.h | 240 + glm/glm/simd/exponential.h | 20 + glm/glm/simd/geometric.h | 124 + glm/glm/simd/integer.h | 115 + glm/glm/simd/matrix.h | 1028 ++ glm/glm/simd/packing.h | 8 + glm/glm/simd/platform.h | 389 + glm/glm/simd/trigonometric.h | 9 + glm/glm/simd/vector_relational.h | 8 + glm/glm/trigonometric.hpp | 6 + glm/glm/vec2.hpp | 6 + glm/glm/vec3.hpp | 6 + glm/glm/vec4.hpp | 6 + glm/glm/vector_relational.hpp | 6 + glm/manual.md | 1408 +++ glm/readme.md | 1029 ++ glm/test/CMakeLists.txt | 17 + glm/test/bug/CMakeLists.txt | 1 + glm/test/bug/bug_ms_vec_static.cpp | 31 + glm/test/core/CMakeLists.txt | 40 + glm/test/core/core_force_pure.cpp | 423 + .../core/core_force_unrestricted_gentype.cpp | 11 + glm/test/core/core_func_common.cpp | 1272 +++ glm/test/core/core_func_exponential.cpp | 133 + glm/test/core/core_func_geometric.cpp | 193 + glm/test/core/core_func_integer.cpp | 1545 +++ glm/test/core/core_func_integer_bit_count.cpp | 291 + glm/test/core/core_func_integer_find_lsb.cpp | 398 + glm/test/core/core_func_integer_find_msb.cpp | 438 + glm/test/core/core_func_matrix.cpp | 277 + glm/test/core/core_func_noise.cpp | 22 + glm/test/core/core_func_packing.cpp | 156 + glm/test/core/core_func_swizzle.cpp | 83 + glm/test/core/core_func_trigonometric.cpp | 10 + glm/test/core/core_func_vector_relational.cpp | 42 + glm/test/core/core_setup_force_cxx98.cpp | 10 + glm/test/core/core_setup_message.cpp | 230 + glm/test/core/core_setup_precision.cpp | 58 + glm/test/core/core_type_aligned.cpp | 128 + glm/test/core/core_type_cast.cpp | 144 + glm/test/core/core_type_ctor.cpp | 358 + glm/test/core/core_type_float.cpp | 31 + glm/test/core/core_type_int.cpp | 43 + glm/test/core/core_type_length.cpp | 79 + glm/test/core/core_type_mat2x2.cpp | 160 + glm/test/core/core_type_mat2x3.cpp | 133 + glm/test/core/core_type_mat2x4.cpp | 136 + glm/test/core/core_type_mat3x2.cpp | 139 + glm/test/core/core_type_mat3x3.cpp | 199 + glm/test/core/core_type_mat3x4.cpp | 138 + glm/test/core/core_type_mat4x2.cpp | 142 + glm/test/core/core_type_mat4x3.cpp | 143 + glm/test/core/core_type_mat4x4.cpp | 328 + glm/test/core/core_type_vec1.cpp | 152 + glm/test/core/core_type_vec2.cpp | 318 + glm/test/core/core_type_vec3.cpp | 498 + glm/test/core/core_type_vec4.cpp | 565 + glm/test/external/gli/CMakeLists.txt | 32 + glm/test/external/gli/clear.hpp | 46 + glm/test/external/gli/comparison.hpp | 30 + glm/test/external/gli/convert.hpp | 24 + glm/test/external/gli/copy.hpp | 62 + glm/test/external/gli/core/clear.hpp | 25 + glm/test/external/gli/core/clear.inl | 71 + glm/test/external/gli/core/comparison.inl | 100 + glm/test/external/gli/core/convert.inl | 45 + glm/test/external/gli/core/convert_func.hpp | 767 ++ glm/test/external/gli/core/coord.hpp | 87 + glm/test/external/gli/core/copy.inl | 112 + glm/test/external/gli/core/dummy.cpp | 4 + glm/test/external/gli/core/duplicate.inl | 267 + glm/test/external/gli/core/dx.inl | 311 + glm/test/external/gli/core/file.hpp | 15 + glm/test/external/gli/core/file.inl | 19 + glm/test/external/gli/core/filter.hpp | 23 + glm/test/external/gli/core/filter.inl | 8 + glm/test/external/gli/core/filter_compute.hpp | 390 + glm/test/external/gli/core/flip.hpp | 17 + glm/test/external/gli/core/flip.inl | 338 + glm/test/external/gli/core/format.inl | 376 + .../external/gli/core/generate_mipmaps.inl | 127 + glm/test/external/gli/core/gl.inl | 366 + glm/test/external/gli/core/image.inl | 251 + glm/test/external/gli/core/levels.inl | 24 + glm/test/external/gli/core/load.inl | 55 + glm/test/external/gli/core/load_dds.inl | 324 + glm/test/external/gli/core/load_kmg.inl | 103 + glm/test/external/gli/core/load_ktx.inl | 137 + glm/test/external/gli/core/make_texture.inl | 72 + .../external/gli/core/mipmaps_compute.hpp | 116 + glm/test/external/gli/core/reduce.inl | 533 + glm/test/external/gli/core/sampler.inl | 35 + glm/test/external/gli/core/sampler1d.inl | 82 + .../external/gli/core/sampler1d_array.inl | 83 + glm/test/external/gli/core/sampler2d.inl | 82 + .../external/gli/core/sampler2d_array.inl | 83 + glm/test/external/gli/core/sampler3d.inl | 82 + glm/test/external/gli/core/sampler_cube.inl | 84 + .../external/gli/core/sampler_cube_array.inl | 84 + glm/test/external/gli/core/save.inl | 22 + glm/test/external/gli/core/save_dds.inl | 139 + glm/test/external/gli/core/save_kmg.inl | 80 + glm/test/external/gli/core/save_ktx.inl | 114 + glm/test/external/gli/core/storage.hpp | 92 + glm/test/external/gli/core/storage.inl | 170 + glm/test/external/gli/core/storage_linear.hpp | 98 + glm/test/external/gli/core/storage_linear.inl | 186 + glm/test/external/gli/core/texture.inl | 410 + glm/test/external/gli/core/texture1d.inl | 79 + .../external/gli/core/texture1d_array.inl | 81 + glm/test/external/gli/core/texture2d.inl | 77 + .../external/gli/core/texture2d_array.inl | 79 + glm/test/external/gli/core/texture3d.inl | 77 + glm/test/external/gli/core/texture_cube.inl | 75 + .../external/gli/core/texture_cube_array.inl | 77 + glm/test/external/gli/core/transform.inl | 257 + glm/test/external/gli/core/view.inl | 169 + glm/test/external/gli/core/workaround.hpp | 392 + glm/test/external/gli/duplicate.hpp | 70 + glm/test/external/gli/dx.hpp | 490 + glm/test/external/gli/format.hpp | 340 + glm/test/external/gli/generate_mipmaps.hpp | 69 + glm/test/external/gli/gl.hpp | 373 + glm/test/external/gli/gli.hpp | 75 + glm/test/external/gli/image.hpp | 111 + glm/test/external/gli/levels.hpp | 48 + glm/test/external/gli/load.hpp | 27 + glm/test/external/gli/load_dds.hpp | 27 + glm/test/external/gli/load_kmg.hpp | 27 + glm/test/external/gli/load_ktx.hpp | 27 + glm/test/external/gli/make_texture.hpp | 51 + glm/test/external/gli/reduce.hpp | 95 + glm/test/external/gli/sampler.hpp | 49 + glm/test/external/gli/sampler1d.hpp | 71 + glm/test/external/gli/sampler1d_array.hpp | 72 + glm/test/external/gli/sampler2d.hpp | 72 + glm/test/external/gli/sampler2d_array.hpp | 72 + glm/test/external/gli/sampler3d.hpp | 71 + glm/test/external/gli/sampler_cube.hpp | 72 + glm/test/external/gli/sampler_cube_array.hpp | 72 + glm/test/external/gli/save.hpp | 28 + glm/test/external/gli/save_dds.hpp | 34 + glm/test/external/gli/save_kmg.hpp | 34 + glm/test/external/gli/save_ktx.hpp | 34 + glm/test/external/gli/target.hpp | 51 + glm/test/external/gli/texture.hpp | 297 + glm/test/external/gli/texture1d.hpp | 67 + glm/test/external/gli/texture1d_array.hpp | 70 + glm/test/external/gli/texture2d.hpp | 67 + glm/test/external/gli/texture2d_array.hpp | 70 + glm/test/external/gli/texture3d.hpp | 68 + glm/test/external/gli/texture_cube.hpp | 68 + glm/test/external/gli/texture_cube_array.hpp | 72 + glm/test/external/gli/transform.hpp | 87 + glm/test/external/gli/type.hpp | 65 + glm/test/external/gli/view.hpp | 81 + glm/test/glm.cppcheck | 6 + glm/test/gtc/CMakeLists.txt | 21 + glm/test/gtc/gtc_bitfield.cpp | 903 ++ glm/test/gtc/gtc_color_space.cpp | 68 + glm/test/gtc/gtc_constants.cpp | 28 + glm/test/gtc/gtc_epsilon.cpp | 77 + glm/test/gtc/gtc_functions.cpp | 35 + glm/test/gtc/gtc_integer.cpp | 233 + glm/test/gtc/gtc_matrix_access.cpp | 381 + glm/test/gtc/gtc_matrix_integer.cpp | 8 + glm/test/gtc/gtc_matrix_inverse.cpp | 51 + glm/test/gtc/gtc_matrix_transform.cpp | 54 + glm/test/gtc/gtc_noise.cpp | 163 + glm/test/gtc/gtc_packing.cpp | 714 ++ glm/test/gtc/gtc_quaternion.cpp | 327 + glm/test/gtc/gtc_random.cpp | 379 + glm/test/gtc/gtc_reciprocal.cpp | 8 + glm/test/gtc/gtc_round.cpp | 458 + glm/test/gtc/gtc_type_aligned.cpp | 118 + glm/test/gtc/gtc_type_precision.cpp | 890 ++ glm/test/gtc/gtc_type_ptr.cpp | 252 + glm/test/gtc/gtc_ulp.cpp | 96 + glm/test/gtc/gtc_user_defined_types.cpp | 30 + glm/test/gtc/gtc_vec1.cpp | 8 + glm/test/gtx/CMakeLists.txt | 52 + glm/test/gtx/gtx_associated_min_max.cpp | 10 + glm/test/gtx/gtx_closest_point.cpp | 9 + glm/test/gtx/gtx_color_encoding.cpp | 51 + glm/test/gtx/gtx_color_space.cpp | 20 + glm/test/gtx/gtx_color_space_YCoCg.cpp | 9 + glm/test/gtx/gtx_common.cpp | 128 + glm/test/gtx/gtx_compatibility.cpp | 19 + glm/test/gtx/gtx_component_wise.cpp | 116 + glm/test/gtx/gtx_dual_quaternion.cpp | 204 + glm/test/gtx/gtx_euler_angle.cpp | 329 + glm/test/gtx/gtx_extend.cpp | 9 + glm/test/gtx/gtx_extended_min_max.cpp | 9 + glm/test/gtx/gtx_extented_min_max.cpp | 39 + glm/test/gtx/gtx_exterior_product.cpp | 14 + glm/test/gtx/gtx_fast_exponential.cpp | 9 + glm/test/gtx/gtx_fast_square_root.cpp | 46 + glm/test/gtx/gtx_fast_trigonometry.cpp | 562 + glm/test/gtx/gtx_gradient_paint.cpp | 34 + glm/test/gtx/gtx_handed_coordinate_space.cpp | 9 + glm/test/gtx/gtx_int_10_10_10_2.cpp | 18 + glm/test/gtx/gtx_integer.cpp | 65 + glm/test/gtx/gtx_intersect.cpp | 34 + glm/test/gtx/gtx_io.cpp | 176 + glm/test/gtx/gtx_log_base.cpp | 54 + glm/test/gtx/gtx_matrix_cross_product.cpp | 9 + glm/test/gtx/gtx_matrix_decompose.cpp | 19 + glm/test/gtx/gtx_matrix_interpolation.cpp | 11 + glm/test/gtx/gtx_matrix_major_storage.cpp | 9 + glm/test/gtx/gtx_matrix_operation.cpp | 9 + glm/test/gtx/gtx_matrix_query.cpp | 66 + glm/test/gtx/gtx_matrix_transform_2d.cpp | 9 + glm/test/gtx/gtx_mixed_product.cpp | 18 + glm/test/gtx/gtx_norm.cpp | 9 + glm/test/gtx/gtx_normal.cpp | 9 + glm/test/gtx/gtx_normalize_dot.cpp | 9 + glm/test/gtx/gtx_number_precision.cpp | 9 + glm/test/gtx/gtx_optimum_pow.cpp | 9 + glm/test/gtx/gtx_orthonormalize.cpp | 9 + glm/test/gtx/gtx_perpendicular.cpp | 9 + glm/test/gtx/gtx_polar_coordinates.cpp | 9 + glm/test/gtx/gtx_projection.cpp | 9 + glm/test/gtx/gtx_quaternion.cpp | 103 + glm/test/gtx/gtx_random.cpp | 99 + glm/test/gtx/gtx_range.cpp | 53 + glm/test/gtx/gtx_rotate_normalized_axis.cpp | 9 + glm/test/gtx/gtx_rotate_vector.cpp | 76 + glm/test/gtx/gtx_scalar_multiplication.cpp | 35 + glm/test/gtx/gtx_scalar_relational.cpp | 171 + glm/test/gtx/gtx_simd_mat4.cpp | 324 + glm/test/gtx/gtx_simd_vec4.cpp | 71 + glm/test/gtx/gtx_spline.cpp | 100 + glm/test/gtx/gtx_string_cast.cpp | 129 + glm/test/gtx/gtx_type_aligned.cpp | 114 + glm/test/gtx/gtx_type_trait.cpp | 13 + glm/test/gtx/gtx_vec_swizzle.cpp | 11 + glm/test/gtx/gtx_vector_angle.cpp | 59 + glm/test/gtx/gtx_vector_query.cpp | 82 + glm/test/gtx/gtx_wrap.cpp | 190 + glm/util/autoexp.txt | 28 + glm/util/autoexp.vc2010.dat | 3896 +++++++ glm/util/glm.natvis | 69 + glm/util/usertype.dat | 407 + imgui/.travis.yml | 18 + imgui/LICENSE | 21 + imgui/README.md | 226 + imgui/examples/.gitignore | 39 + imgui/examples/README.txt | 87 + imgui/examples/allegro5_example/README.md | 15 + .../allegro5_example/imgui_impl_a5.cpp | 295 + .../examples/allegro5_example/imgui_impl_a5.h | 22 + imgui/examples/allegro5_example/main.cpp | 100 + imgui/examples/apple_example/.gitignore | 3 + imgui/examples/apple_example/README.md | 41 + .../apple_example/imguiex-ios/AppDelegate.h | 13 + .../apple_example/imguiex-ios/AppDelegate.m | 41 + .../imguiex-ios/Base.lproj/LaunchScreen.xib | 32 + .../imguiex-ios/Base.lproj/Main.storyboard | 44 + .../imguiex-ios/GameViewController.h | 12 + .../imguiex-ios/GameViewController.m | 481 + .../AppIcon.appiconset/Contents.json | 77 + .../icon_imgui_60@2x~iphone.png | Bin 0 -> 3974 bytes .../icon_imgui_60@3x~iphone.png | Bin 0 -> 5953 bytes .../icon_imgui_76@2x~ipad.png | Bin 0 -> 4959 bytes .../AppIcon.appiconset/icon_imgui_76~ipad.png | Bin 0 -> 2576 bytes .../apple_example/imguiex-ios/Info.plist | 49 + .../imguiex-ios/Shaders/Shader.fsh | 10 + .../imguiex-ios/Shaders/Shader.vsh | 25 + .../apple_example/imguiex-ios/debug_hud.cpp | 45 + .../apple_example/imguiex-ios/debug_hud.h | 25 + .../imguiex-ios/imgui_ex_icon.png | Bin 0 -> 12653 bytes .../imguiex-ios/imgui_impl_ios.h | 22 + .../imguiex-ios/imgui_impl_ios.mm | 806 ++ .../examples/apple_example/imguiex-ios/main.m | 13 + .../apple_example/imguiex-osx/AppDelegate.h | 15 + .../apple_example/imguiex-osx/AppDelegate.m | 26 + .../AppIcon.appiconset/Contents.json | 64 + .../AppIcon.appiconset/icon_imgui_180x180.png | Bin 0 -> 5953 bytes .../imguiex-osx/Assets.xcassets/Contents.json | 6 + .../apple_example/imguiex-osx/Info.plist | 34 + .../examples/apple_example/imguiex-osx/main.m | 13 + .../imguiex.xcodeproj/project.pbxproj | 539 + .../directx10_example/build_win32.bat | 4 + .../directx10_example.vcxproj | 159 + .../directx10_example.vcxproj.filters | 45 + .../directx10_example/imgui_impl_dx10.cpp | 581 + .../directx10_example/imgui_impl_dx10.h | 24 + imgui/examples/directx10_example/main.cpp | 194 + .../directx11_example/build_win32.bat | 4 + .../directx11_example.vcxproj | 159 + .../directx11_example.vcxproj.filters | 45 + .../directx11_example/imgui_impl_dx11.cpp | 584 + .../directx11_example/imgui_impl_dx11.h | 25 + imgui/examples/directx11_example/main.cpp | 197 + .../examples/directx9_example/build_win32.bat | 3 + .../directx9_example/directx9_example.vcxproj | 159 + .../directx9_example.vcxproj.filters | 46 + .../directx9_example/imgui_impl_dx9.cpp | 356 + .../directx9_example/imgui_impl_dx9.h | 24 + imgui/examples/directx9_example/main.cpp | 156 + imgui/examples/imgui_examples_msvc2010.sln | 66 + imgui/examples/libs/gl3w/GL/gl3w.c | 1344 +++ imgui/examples/libs/gl3w/GL/gl3w.h | 1234 +++ imgui/examples/libs/gl3w/GL/glcorearb.h | 4533 ++++++++ imgui/examples/libs/glfw/COPYING.txt | 22 + imgui/examples/libs/glfw/include/GLFW/glfw3.h | 4227 +++++++ .../libs/glfw/include/GLFW/glfw3native.h | 456 + .../libs/glfw/lib-vc2010-32/glfw3.lib | Bin 0 -> 187376 bytes .../libs/glfw/lib-vc2010-64/glfw3.lib | Bin 0 -> 291120 bytes imgui/examples/libs/usynergy/uSynergy.c | 636 ++ imgui/examples/libs/usynergy/uSynergy.h | 420 + imgui/examples/marmalade_example/data/app.icf | 32 + .../imgui_impl_marmalade.cpp | 312 + .../marmalade_example/imgui_impl_marmalade.h | 24 + imgui/examples/marmalade_example/main.cpp | 85 + .../marmalade_example/marmalade_example.mkb | 44 + imgui/examples/opengl2_example/Makefile | 60 + .../examples/opengl2_example/build_win32.bat | 3 + .../opengl2_example/imgui_impl_glfw.cpp | 291 + .../opengl2_example/imgui_impl_glfw.h | 29 + imgui/examples/opengl2_example/main.cpp | 89 + .../opengl2_example/opengl2_example.vcxproj | 169 + .../opengl2_example.vcxproj.filters | 46 + imgui/examples/opengl3_example/Makefile | 62 + .../examples/opengl3_example/build_win32.bat | 3 + .../opengl3_example/imgui_impl_glfw_gl3.cpp | 401 + .../opengl3_example/imgui_impl_glfw_gl3.h | 25 + imgui/examples/opengl3_example/main.cpp | 97 + .../opengl3_example/opengl3_example.vcxproj | 172 + .../opengl3_example.vcxproj.filters | 58 + imgui/examples/sdl_opengl2_example/README.md | 22 + .../sdl_opengl2_example/imgui_impl_sdl.cpp | 280 + .../sdl_opengl2_example/imgui_impl_sdl.h | 19 + imgui/examples/sdl_opengl2_example/main.cpp | 103 + imgui/examples/sdl_opengl3_example/README.md | 22 + .../imgui_impl_sdl_gl3.cpp | 393 + .../sdl_opengl3_example/imgui_impl_sdl_gl3.h | 19 + imgui/examples/sdl_opengl3_example/main.cpp | 106 + imgui/examples/vulkan_example/CMakeLists.txt | 36 + imgui/examples/vulkan_example/build_win32.bat | 4 + imgui/examples/vulkan_example/gen_spv.sh | 3 + .../examples/vulkan_example/glsl_shader.frag | 14 + .../examples/vulkan_example/glsl_shader.vert | 25 + .../vulkan_example/imgui_impl_glfw_vulkan.cpp | 841 ++ .../vulkan_example/imgui_impl_glfw_vulkan.h | 42 + imgui/examples/vulkan_example/main.cpp | 595 + imgui/extra_fonts/Cousine-Regular.ttf | Bin 0 -> 43912 bytes imgui/extra_fonts/DroidSans.ttf | Bin 0 -> 190044 bytes imgui/extra_fonts/Karla-Regular.ttf | Bin 0 -> 16848 bytes imgui/extra_fonts/ProggyClean.ttf | Bin 0 -> 41208 bytes imgui/extra_fonts/ProggyTiny.ttf | Bin 0 -> 35656 bytes imgui/extra_fonts/README.txt | 175 + imgui/extra_fonts/Roboto-Medium.ttf | Bin 0 -> 162588 bytes imgui/extra_fonts/binary_to_compressed_c.cpp | 376 + imgui/imconfig.h | 54 + imgui/imgui.cpp | 9857 +++++++++++++++++ imgui/imgui.h | 1401 +++ imgui/imgui_demo.cpp | 2639 +++++ imgui/imgui_draw.cpp | 2401 ++++ imgui/imgui_internal.h | 776 ++ imgui/stb_rect_pack.h | 583 + imgui/stb_textedit.h | 1322 +++ imgui/stb_truetype.h | 4018 +++++++ 1265 files changed, 259133 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 .vim.local/bundles-init/YouCompleteMe.cfg.vim create mode 100644 .vim.local/bundles-init/YouCompleteMe.load.vim create mode 100644 .vim.local/bundles-init/vim-uncrustify.cfg.vim create mode 100644 .vim.local/bundles-init/vim-uncrustify.load.vim create mode 100644 .vim.local/bundles-init/vimmake.cfg.vim create mode 100644 .vim.local/bundles-init/vimmake.load.vim create mode 100644 .vim.local/ftplugin/cpp.vim create mode 100755 .vim.local/scripts/vimmake.build create mode 100755 .vim.local/scripts/vimmake.clean create mode 100755 .vim.local/scripts/vimmake.rebuild create mode 100755 .vim.local/scripts/vimmake.test create mode 100644 .vim.local/vimrc create mode 100644 .vim.local/ycm_extra_conf.py create mode 100644 Makefile create mode 100644 glm/.appveyor.yml create mode 100644 glm/.gitignore create mode 100644 glm/.travis.yml create mode 100644 glm/CMakeLists.txt create mode 100644 glm/cmake/glm.pc.in create mode 100644 glm/cmake/glmBuildConfig.cmake.in create mode 100644 glm/cmake/glmConfig.cmake.in create mode 100644 glm/doc/api/a00001.html create mode 100644 glm/doc/api/a00001_source.html create mode 100644 glm/doc/api/a00002.html create mode 100644 glm/doc/api/a00002_source.html create mode 100644 glm/doc/api/a00003.html create mode 100644 glm/doc/api/a00003_source.html create mode 100644 glm/doc/api/a00004.html create mode 100644 glm/doc/api/a00004_source.html create mode 100644 glm/doc/api/a00005.html create mode 100644 glm/doc/api/a00005_source.html create mode 100644 glm/doc/api/a00006.html create mode 100644 glm/doc/api/a00006_source.html create mode 100644 glm/doc/api/a00007.html create mode 100644 glm/doc/api/a00007_source.html create mode 100644 glm/doc/api/a00008.html create mode 100644 glm/doc/api/a00008_source.html create mode 100644 glm/doc/api/a00009.html create mode 100644 glm/doc/api/a00009_source.html create mode 100644 glm/doc/api/a00010.html create mode 100644 glm/doc/api/a00010_source.html create mode 100644 glm/doc/api/a00011.html create mode 100644 glm/doc/api/a00011_source.html create mode 100644 glm/doc/api/a00012.html create mode 100644 glm/doc/api/a00012_source.html create mode 100644 glm/doc/api/a00013.html create mode 100644 glm/doc/api/a00013_source.html create mode 100644 glm/doc/api/a00014.html create mode 100644 glm/doc/api/a00014_source.html create mode 100644 glm/doc/api/a00015.html create mode 100644 glm/doc/api/a00015_source.html create mode 100644 glm/doc/api/a00016.html create mode 100644 glm/doc/api/a00016_source.html create mode 100644 glm/doc/api/a00017.html create mode 100644 glm/doc/api/a00017_source.html create mode 100644 glm/doc/api/a00018.html create mode 100644 glm/doc/api/a00018_source.html create mode 100644 glm/doc/api/a00019.html create mode 100644 glm/doc/api/a00019_source.html create mode 100644 glm/doc/api/a00020.html create mode 100644 glm/doc/api/a00020_source.html create mode 100644 glm/doc/api/a00021.html create mode 100644 glm/doc/api/a00021_source.html create mode 100644 glm/doc/api/a00022.html create mode 100644 glm/doc/api/a00022_source.html create mode 100644 glm/doc/api/a00023.html create mode 100644 glm/doc/api/a00023_source.html create mode 100644 glm/doc/api/a00024.html create mode 100644 glm/doc/api/a00024_source.html create mode 100644 glm/doc/api/a00025.html create mode 100644 glm/doc/api/a00025_source.html create mode 100644 glm/doc/api/a00026.html create mode 100644 glm/doc/api/a00026_source.html create mode 100644 glm/doc/api/a00027.html create mode 100644 glm/doc/api/a00027_source.html create mode 100644 glm/doc/api/a00028.html create mode 100644 glm/doc/api/a00028_source.html create mode 100644 glm/doc/api/a00029.html create mode 100644 glm/doc/api/a00029_source.html create mode 100644 glm/doc/api/a00030.html create mode 100644 glm/doc/api/a00030_source.html create mode 100644 glm/doc/api/a00031.html create mode 100644 glm/doc/api/a00031_source.html create mode 100644 glm/doc/api/a00032.html create mode 100644 glm/doc/api/a00032_source.html create mode 100644 glm/doc/api/a00033.html create mode 100644 glm/doc/api/a00033_source.html create mode 100644 glm/doc/api/a00034.html create mode 100644 glm/doc/api/a00034_source.html create mode 100644 glm/doc/api/a00035.html create mode 100644 glm/doc/api/a00035_source.html create mode 100644 glm/doc/api/a00036.html create mode 100644 glm/doc/api/a00036_source.html create mode 100644 glm/doc/api/a00037.html create mode 100644 glm/doc/api/a00037_source.html create mode 100644 glm/doc/api/a00038.html create mode 100644 glm/doc/api/a00038_source.html create mode 100644 glm/doc/api/a00039.html create mode 100644 glm/doc/api/a00039_source.html create mode 100644 glm/doc/api/a00040.html create mode 100644 glm/doc/api/a00040_source.html create mode 100644 glm/doc/api/a00041.html create mode 100644 glm/doc/api/a00041_source.html create mode 100644 glm/doc/api/a00042.html create mode 100644 glm/doc/api/a00042_source.html create mode 100644 glm/doc/api/a00043.html create mode 100644 glm/doc/api/a00043_source.html create mode 100644 glm/doc/api/a00044.html create mode 100644 glm/doc/api/a00044_source.html create mode 100644 glm/doc/api/a00045.html create mode 100644 glm/doc/api/a00045_source.html create mode 100644 glm/doc/api/a00046.html create mode 100644 glm/doc/api/a00046_source.html create mode 100644 glm/doc/api/a00047.html create mode 100644 glm/doc/api/a00047_source.html create mode 100644 glm/doc/api/a00048.html create mode 100644 glm/doc/api/a00048_source.html create mode 100644 glm/doc/api/a00049.html create mode 100644 glm/doc/api/a00049_source.html create mode 100644 glm/doc/api/a00050.html create mode 100644 glm/doc/api/a00050_source.html create mode 100644 glm/doc/api/a00051_source.html create mode 100644 glm/doc/api/a00052.html create mode 100644 glm/doc/api/a00052_source.html create mode 100644 glm/doc/api/a00053.html create mode 100644 glm/doc/api/a00053_source.html create mode 100644 glm/doc/api/a00054.html create mode 100644 glm/doc/api/a00054_source.html create mode 100644 glm/doc/api/a00055.html create mode 100644 glm/doc/api/a00055_source.html create mode 100644 glm/doc/api/a00056.html create mode 100644 glm/doc/api/a00056_source.html create mode 100644 glm/doc/api/a00057.html create mode 100644 glm/doc/api/a00057_source.html create mode 100644 glm/doc/api/a00058.html create mode 100644 glm/doc/api/a00058_source.html create mode 100644 glm/doc/api/a00059.html create mode 100644 glm/doc/api/a00059_source.html create mode 100644 glm/doc/api/a00060.html create mode 100644 glm/doc/api/a00060_source.html create mode 100644 glm/doc/api/a00061.html create mode 100644 glm/doc/api/a00061_source.html create mode 100644 glm/doc/api/a00062.html create mode 100644 glm/doc/api/a00062_source.html create mode 100644 glm/doc/api/a00063.html create mode 100644 glm/doc/api/a00063_source.html create mode 100644 glm/doc/api/a00064.html create mode 100644 glm/doc/api/a00064_source.html create mode 100644 glm/doc/api/a00065.html create mode 100644 glm/doc/api/a00065_source.html create mode 100644 glm/doc/api/a00066.html create mode 100644 glm/doc/api/a00066_source.html create mode 100644 glm/doc/api/a00067.html create mode 100644 glm/doc/api/a00067_source.html create mode 100644 glm/doc/api/a00068.html create mode 100644 glm/doc/api/a00068_source.html create mode 100644 glm/doc/api/a00069.html create mode 100644 glm/doc/api/a00069_source.html create mode 100644 glm/doc/api/a00070.html create mode 100644 glm/doc/api/a00070_source.html create mode 100644 glm/doc/api/a00071.html create mode 100644 glm/doc/api/a00071_source.html create mode 100644 glm/doc/api/a00072.html create mode 100644 glm/doc/api/a00072_source.html create mode 100644 glm/doc/api/a00073.html create mode 100644 glm/doc/api/a00073_source.html create mode 100644 glm/doc/api/a00074.html create mode 100644 glm/doc/api/a00074_source.html create mode 100644 glm/doc/api/a00075.html create mode 100644 glm/doc/api/a00075_source.html create mode 100644 glm/doc/api/a00076.html create mode 100644 glm/doc/api/a00076_source.html create mode 100644 glm/doc/api/a00077.html create mode 100644 glm/doc/api/a00077_source.html create mode 100644 glm/doc/api/a00078.html create mode 100644 glm/doc/api/a00078_source.html create mode 100644 glm/doc/api/a00079.html create mode 100644 glm/doc/api/a00079_source.html create mode 100644 glm/doc/api/a00080.html create mode 100644 glm/doc/api/a00080_source.html create mode 100644 glm/doc/api/a00081.html create mode 100644 glm/doc/api/a00081_source.html create mode 100644 glm/doc/api/a00082.html create mode 100644 glm/doc/api/a00082_source.html create mode 100644 glm/doc/api/a00083_source.html create mode 100644 glm/doc/api/a00084.html create mode 100644 glm/doc/api/a00084_source.html create mode 100644 glm/doc/api/a00085.html create mode 100644 glm/doc/api/a00085_source.html create mode 100644 glm/doc/api/a00086.html create mode 100644 glm/doc/api/a00086_source.html create mode 100644 glm/doc/api/a00087.html create mode 100644 glm/doc/api/a00087_source.html create mode 100644 glm/doc/api/a00088.html create mode 100644 glm/doc/api/a00088_source.html create mode 100644 glm/doc/api/a00089.html create mode 100644 glm/doc/api/a00089_source.html create mode 100644 glm/doc/api/a00090.html create mode 100644 glm/doc/api/a00090_source.html create mode 100644 glm/doc/api/a00091.html create mode 100644 glm/doc/api/a00091_source.html create mode 100644 glm/doc/api/a00092.html create mode 100644 glm/doc/api/a00092_source.html create mode 100644 glm/doc/api/a00093.html create mode 100644 glm/doc/api/a00093_source.html create mode 100644 glm/doc/api/a00094.html create mode 100644 glm/doc/api/a00094_source.html create mode 100644 glm/doc/api/a00095.html create mode 100644 glm/doc/api/a00095_source.html create mode 100644 glm/doc/api/a00096.html create mode 100644 glm/doc/api/a00096_source.html create mode 100644 glm/doc/api/a00097.html create mode 100644 glm/doc/api/a00097_source.html create mode 100644 glm/doc/api/a00098.html create mode 100644 glm/doc/api/a00098_source.html create mode 100644 glm/doc/api/a00099.html create mode 100644 glm/doc/api/a00099_source.html create mode 100644 glm/doc/api/a00100.html create mode 100644 glm/doc/api/a00100_source.html create mode 100644 glm/doc/api/a00101.html create mode 100644 glm/doc/api/a00101_source.html create mode 100644 glm/doc/api/a00102.html create mode 100644 glm/doc/api/a00102_source.html create mode 100644 glm/doc/api/a00103.html create mode 100644 glm/doc/api/a00103_source.html create mode 100644 glm/doc/api/a00104.html create mode 100644 glm/doc/api/a00104_source.html create mode 100644 glm/doc/api/a00105.html create mode 100644 glm/doc/api/a00105_source.html create mode 100644 glm/doc/api/a00106.html create mode 100644 glm/doc/api/a00106_source.html create mode 100644 glm/doc/api/a00107.html create mode 100644 glm/doc/api/a00107_source.html create mode 100644 glm/doc/api/a00108.html create mode 100644 glm/doc/api/a00108_source.html create mode 100644 glm/doc/api/a00109.html create mode 100644 glm/doc/api/a00109_source.html create mode 100644 glm/doc/api/a00110.html create mode 100644 glm/doc/api/a00110_source.html create mode 100644 glm/doc/api/a00111.html create mode 100644 glm/doc/api/a00111_source.html create mode 100644 glm/doc/api/a00112.html create mode 100644 glm/doc/api/a00112_source.html create mode 100644 glm/doc/api/a00113.html create mode 100644 glm/doc/api/a00113_source.html create mode 100644 glm/doc/api/a00114.html create mode 100644 glm/doc/api/a00114_source.html create mode 100644 glm/doc/api/a00115.html create mode 100644 glm/doc/api/a00115_source.html create mode 100644 glm/doc/api/a00116.html create mode 100644 glm/doc/api/a00116_source.html create mode 100644 glm/doc/api/a00117.html create mode 100644 glm/doc/api/a00117_source.html create mode 100644 glm/doc/api/a00118.html create mode 100644 glm/doc/api/a00118_source.html create mode 100644 glm/doc/api/a00119.html create mode 100644 glm/doc/api/a00119_source.html create mode 100644 glm/doc/api/a00120.html create mode 100644 glm/doc/api/a00120_source.html create mode 100644 glm/doc/api/a00121.html create mode 100644 glm/doc/api/a00121_source.html create mode 100644 glm/doc/api/a00122.html create mode 100644 glm/doc/api/a00122_source.html create mode 100644 glm/doc/api/a00123.html create mode 100644 glm/doc/api/a00123_source.html create mode 100644 glm/doc/api/a00124.html create mode 100644 glm/doc/api/a00124_source.html create mode 100644 glm/doc/api/a00125.html create mode 100644 glm/doc/api/a00125_source.html create mode 100644 glm/doc/api/a00126.html create mode 100644 glm/doc/api/a00126_source.html create mode 100644 glm/doc/api/a00127.html create mode 100644 glm/doc/api/a00127_source.html create mode 100644 glm/doc/api/a00128.html create mode 100644 glm/doc/api/a00128_source.html create mode 100644 glm/doc/api/a00129.html create mode 100644 glm/doc/api/a00129_source.html create mode 100644 glm/doc/api/a00130.html create mode 100644 glm/doc/api/a00130_source.html create mode 100644 glm/doc/api/a00131.html create mode 100644 glm/doc/api/a00131_source.html create mode 100644 glm/doc/api/a00132.html create mode 100644 glm/doc/api/a00132_source.html create mode 100644 glm/doc/api/a00133.html create mode 100644 glm/doc/api/a00133_source.html create mode 100644 glm/doc/api/a00134.html create mode 100644 glm/doc/api/a00134_source.html create mode 100644 glm/doc/api/a00135.html create mode 100644 glm/doc/api/a00135_source.html create mode 100644 glm/doc/api/a00136.html create mode 100644 glm/doc/api/a00136_source.html create mode 100644 glm/doc/api/a00137.html create mode 100644 glm/doc/api/a00137_source.html create mode 100644 glm/doc/api/a00138.html create mode 100644 glm/doc/api/a00138_source.html create mode 100644 glm/doc/api/a00139.html create mode 100644 glm/doc/api/a00139_source.html create mode 100644 glm/doc/api/a00145.html create mode 100644 glm/doc/api/a00146.html create mode 100644 glm/doc/api/a00147.html create mode 100644 glm/doc/api/a00148.html create mode 100644 glm/doc/api/a00149.html create mode 100644 glm/doc/api/a00150.html create mode 100644 glm/doc/api/a00151.html create mode 100644 glm/doc/api/a00152.html create mode 100644 glm/doc/api/a00153.html create mode 100644 glm/doc/api/a00154.html create mode 100644 glm/doc/api/a00155.html create mode 100644 glm/doc/api/a00156.html create mode 100644 glm/doc/api/a00157.html create mode 100644 glm/doc/api/a00158.html create mode 100644 glm/doc/api/a00159.html create mode 100644 glm/doc/api/a00160.html create mode 100644 glm/doc/api/a00161.html create mode 100644 glm/doc/api/a00162.html create mode 100644 glm/doc/api/a00163.html create mode 100644 glm/doc/api/a00164.html create mode 100644 glm/doc/api/a00165.html create mode 100644 glm/doc/api/a00166.html create mode 100644 glm/doc/api/a00167.html create mode 100644 glm/doc/api/a00168.html create mode 100644 glm/doc/api/a00169.html create mode 100644 glm/doc/api/a00170.html create mode 100644 glm/doc/api/a00171.html create mode 100644 glm/doc/api/a00172.html create mode 100644 glm/doc/api/a00173.html create mode 100644 glm/doc/api/a00174.html create mode 100644 glm/doc/api/a00175.html create mode 100644 glm/doc/api/a00176.html create mode 100644 glm/doc/api/a00177.html create mode 100644 glm/doc/api/a00178.html create mode 100644 glm/doc/api/a00179.html create mode 100644 glm/doc/api/a00180.html create mode 100644 glm/doc/api/a00181.html create mode 100644 glm/doc/api/a00182.html create mode 100644 glm/doc/api/a00183.html create mode 100644 glm/doc/api/a00184.html create mode 100644 glm/doc/api/a00185.html create mode 100644 glm/doc/api/a00186.html create mode 100644 glm/doc/api/a00187.html create mode 100644 glm/doc/api/a00188.html create mode 100644 glm/doc/api/a00189.html create mode 100644 glm/doc/api/a00190.html create mode 100644 glm/doc/api/a00191.html create mode 100644 glm/doc/api/a00192.html create mode 100644 glm/doc/api/a00193.html create mode 100644 glm/doc/api/a00194.html create mode 100644 glm/doc/api/a00195.html create mode 100644 glm/doc/api/a00196.html create mode 100644 glm/doc/api/a00197.html create mode 100644 glm/doc/api/a00198.html create mode 100644 glm/doc/api/a00199.html create mode 100644 glm/doc/api/a00200.html create mode 100644 glm/doc/api/a00201.html create mode 100644 glm/doc/api/a00202.html create mode 100644 glm/doc/api/a00203.html create mode 100644 glm/doc/api/a00204.html create mode 100644 glm/doc/api/a00205.html create mode 100644 glm/doc/api/a00206.html create mode 100644 glm/doc/api/a00207.html create mode 100644 glm/doc/api/a00208.html create mode 100644 glm/doc/api/a00209.html create mode 100644 glm/doc/api/a00210.html create mode 100644 glm/doc/api/a00211.html create mode 100644 glm/doc/api/a00212.html create mode 100644 glm/doc/api/a00213.html create mode 100644 glm/doc/api/a00214.html create mode 100644 glm/doc/api/a00215.html create mode 100644 glm/doc/api/a00216.html create mode 100644 glm/doc/api/a00217.html create mode 100644 glm/doc/api/a00218.html create mode 100644 glm/doc/api/a00219.html create mode 100644 glm/doc/api/a00220.html create mode 100644 glm/doc/api/a00221.html create mode 100644 glm/doc/api/a00222.html create mode 100644 glm/doc/api/a00223.html create mode 100644 glm/doc/api/a00224.html create mode 100644 glm/doc/api/a00225.html create mode 100644 glm/doc/api/a00226.html create mode 100644 glm/doc/api/a00227.html create mode 100644 glm/doc/api/a00228.html create mode 100644 glm/doc/api/a00229.html create mode 100644 glm/doc/api/a00230.html create mode 100644 glm/doc/api/a00231.html create mode 100644 glm/doc/api/a00232.html create mode 100644 glm/doc/api/a00233.html create mode 100644 glm/doc/api/a00234.html create mode 100644 glm/doc/api/a00235.html create mode 100644 glm/doc/api/a00236.html create mode 100644 glm/doc/api/arrowdown.png create mode 100644 glm/doc/api/arrowright.png create mode 100644 glm/doc/api/bc_s.png create mode 100644 glm/doc/api/bdwn.png create mode 100644 glm/doc/api/closed.png create mode 100644 glm/doc/api/dir_304be5dfae1339a7705426c0b536faf2.html create mode 100644 glm/doc/api/dir_45973f864e07b2505003ae343b7c8af7.html create mode 100644 glm/doc/api/dir_48eca2e6cf73effdec262031e861eeb0.html create mode 100644 glm/doc/api/dir_7997edb062bdde9a99cb6835d42b0d9d.html create mode 100644 glm/doc/api/dir_9344afb825aed5e2f5be1d2015dde43c.html create mode 100644 glm/doc/api/dir_934f46a345653ef2b3014a1b37a162c1.html create mode 100644 glm/doc/api/dir_98f7f9d41f9d3029bd68cf237526a774.html create mode 100644 glm/doc/api/dir_da256b9dd32ba43e2eaa8a2832c37f1b.html create mode 100644 glm/doc/api/dir_e8f3c1046ba4b357711397765359cd18.html create mode 100644 glm/doc/api/doc.png create mode 100644 glm/doc/api/doxygen.css create mode 100644 glm/doc/api/doxygen.png create mode 100644 glm/doc/api/dynsections.js create mode 100644 glm/doc/api/files.html create mode 100644 glm/doc/api/folderclosed.png create mode 100644 glm/doc/api/folderopen.png create mode 100644 glm/doc/api/index.html create mode 100644 glm/doc/api/jquery.js create mode 100644 glm/doc/api/logo-mini.png create mode 100644 glm/doc/api/modules.html create mode 100644 glm/doc/api/nav_f.png create mode 100644 glm/doc/api/nav_g.png create mode 100644 glm/doc/api/nav_h.png create mode 100644 glm/doc/api/open.png create mode 100644 glm/doc/api/search/all_0.html create mode 100644 glm/doc/api/search/all_0.js create mode 100644 glm/doc/api/search/all_1.html create mode 100644 glm/doc/api/search/all_1.js create mode 100644 glm/doc/api/search/all_10.html create mode 100644 glm/doc/api/search/all_10.js create mode 100644 glm/doc/api/search/all_11.html create mode 100644 glm/doc/api/search/all_11.js create mode 100644 glm/doc/api/search/all_12.html create mode 100644 glm/doc/api/search/all_12.js create mode 100644 glm/doc/api/search/all_13.html create mode 100644 glm/doc/api/search/all_13.js create mode 100644 glm/doc/api/search/all_14.html create mode 100644 glm/doc/api/search/all_14.js create mode 100644 glm/doc/api/search/all_15.html create mode 100644 glm/doc/api/search/all_15.js create mode 100644 glm/doc/api/search/all_16.html create mode 100644 glm/doc/api/search/all_16.js create mode 100644 glm/doc/api/search/all_17.html create mode 100644 glm/doc/api/search/all_17.js create mode 100644 glm/doc/api/search/all_2.html create mode 100644 glm/doc/api/search/all_2.js create mode 100644 glm/doc/api/search/all_3.html create mode 100644 glm/doc/api/search/all_3.js create mode 100644 glm/doc/api/search/all_4.html create mode 100644 glm/doc/api/search/all_4.js create mode 100644 glm/doc/api/search/all_5.html create mode 100644 glm/doc/api/search/all_5.js create mode 100644 glm/doc/api/search/all_6.html create mode 100644 glm/doc/api/search/all_6.js create mode 100644 glm/doc/api/search/all_7.html create mode 100644 glm/doc/api/search/all_7.js create mode 100644 glm/doc/api/search/all_8.html create mode 100644 glm/doc/api/search/all_8.js create mode 100644 glm/doc/api/search/all_9.html create mode 100644 glm/doc/api/search/all_9.js create mode 100644 glm/doc/api/search/all_a.html create mode 100644 glm/doc/api/search/all_a.js create mode 100644 glm/doc/api/search/all_b.html create mode 100644 glm/doc/api/search/all_b.js create mode 100644 glm/doc/api/search/all_c.html create mode 100644 glm/doc/api/search/all_c.js create mode 100644 glm/doc/api/search/all_d.html create mode 100644 glm/doc/api/search/all_d.js create mode 100644 glm/doc/api/search/all_e.html create mode 100644 glm/doc/api/search/all_e.js create mode 100644 glm/doc/api/search/all_f.html create mode 100644 glm/doc/api/search/all_f.js create mode 100644 glm/doc/api/search/close.png create mode 100644 glm/doc/api/search/files_0.html create mode 100644 glm/doc/api/search/files_0.js create mode 100644 glm/doc/api/search/files_1.html create mode 100644 glm/doc/api/search/files_1.js create mode 100644 glm/doc/api/search/files_10.html create mode 100644 glm/doc/api/search/files_10.js create mode 100644 glm/doc/api/search/files_11.html create mode 100644 glm/doc/api/search/files_11.js create mode 100644 glm/doc/api/search/files_12.html create mode 100644 glm/doc/api/search/files_12.js create mode 100644 glm/doc/api/search/files_13.html create mode 100644 glm/doc/api/search/files_13.js create mode 100644 glm/doc/api/search/files_14.html create mode 100644 glm/doc/api/search/files_14.js create mode 100644 glm/doc/api/search/files_2.html create mode 100644 glm/doc/api/search/files_2.js create mode 100644 glm/doc/api/search/files_3.html create mode 100644 glm/doc/api/search/files_3.js create mode 100644 glm/doc/api/search/files_4.html create mode 100644 glm/doc/api/search/files_4.js create mode 100644 glm/doc/api/search/files_5.html create mode 100644 glm/doc/api/search/files_5.js create mode 100644 glm/doc/api/search/files_6.html create mode 100644 glm/doc/api/search/files_6.js create mode 100644 glm/doc/api/search/files_7.html create mode 100644 glm/doc/api/search/files_7.js create mode 100644 glm/doc/api/search/files_8.html create mode 100644 glm/doc/api/search/files_8.js create mode 100644 glm/doc/api/search/files_9.html create mode 100644 glm/doc/api/search/files_9.js create mode 100644 glm/doc/api/search/files_a.html create mode 100644 glm/doc/api/search/files_a.js create mode 100644 glm/doc/api/search/files_b.html create mode 100644 glm/doc/api/search/files_b.js create mode 100644 glm/doc/api/search/files_c.html create mode 100644 glm/doc/api/search/files_c.js create mode 100644 glm/doc/api/search/files_d.html create mode 100644 glm/doc/api/search/files_d.js create mode 100644 glm/doc/api/search/files_e.html create mode 100644 glm/doc/api/search/files_e.js create mode 100644 glm/doc/api/search/files_f.html create mode 100644 glm/doc/api/search/files_f.js create mode 100644 glm/doc/api/search/functions_0.html create mode 100644 glm/doc/api/search/functions_0.js create mode 100644 glm/doc/api/search/functions_1.html create mode 100644 glm/doc/api/search/functions_1.js create mode 100644 glm/doc/api/search/functions_10.html create mode 100644 glm/doc/api/search/functions_10.js create mode 100644 glm/doc/api/search/functions_11.html create mode 100644 glm/doc/api/search/functions_11.js create mode 100644 glm/doc/api/search/functions_12.html create mode 100644 glm/doc/api/search/functions_12.js create mode 100644 glm/doc/api/search/functions_13.html create mode 100644 glm/doc/api/search/functions_13.js create mode 100644 glm/doc/api/search/functions_14.html create mode 100644 glm/doc/api/search/functions_14.js create mode 100644 glm/doc/api/search/functions_15.html create mode 100644 glm/doc/api/search/functions_15.js create mode 100644 glm/doc/api/search/functions_16.html create mode 100644 glm/doc/api/search/functions_16.js create mode 100644 glm/doc/api/search/functions_2.html create mode 100644 glm/doc/api/search/functions_2.js create mode 100644 glm/doc/api/search/functions_3.html create mode 100644 glm/doc/api/search/functions_3.js create mode 100644 glm/doc/api/search/functions_4.html create mode 100644 glm/doc/api/search/functions_4.js create mode 100644 glm/doc/api/search/functions_5.html create mode 100644 glm/doc/api/search/functions_5.js create mode 100644 glm/doc/api/search/functions_6.html create mode 100644 glm/doc/api/search/functions_6.js create mode 100644 glm/doc/api/search/functions_7.html create mode 100644 glm/doc/api/search/functions_7.js create mode 100644 glm/doc/api/search/functions_8.html create mode 100644 glm/doc/api/search/functions_8.js create mode 100644 glm/doc/api/search/functions_9.html create mode 100644 glm/doc/api/search/functions_9.js create mode 100644 glm/doc/api/search/functions_a.html create mode 100644 glm/doc/api/search/functions_a.js create mode 100644 glm/doc/api/search/functions_b.html create mode 100644 glm/doc/api/search/functions_b.js create mode 100644 glm/doc/api/search/functions_c.html create mode 100644 glm/doc/api/search/functions_c.js create mode 100644 glm/doc/api/search/functions_d.html create mode 100644 glm/doc/api/search/functions_d.js create mode 100644 glm/doc/api/search/functions_e.html create mode 100644 glm/doc/api/search/functions_e.js create mode 100644 glm/doc/api/search/functions_f.html create mode 100644 glm/doc/api/search/functions_f.js create mode 100644 glm/doc/api/search/groups_0.html create mode 100644 glm/doc/api/search/groups_0.js create mode 100644 glm/doc/api/search/groups_1.html create mode 100644 glm/doc/api/search/groups_1.js create mode 100644 glm/doc/api/search/groups_2.html create mode 100644 glm/doc/api/search/groups_2.js create mode 100644 glm/doc/api/search/groups_3.html create mode 100644 glm/doc/api/search/groups_3.js create mode 100644 glm/doc/api/search/groups_4.html create mode 100644 glm/doc/api/search/groups_4.js create mode 100644 glm/doc/api/search/groups_5.html create mode 100644 glm/doc/api/search/groups_5.js create mode 100644 glm/doc/api/search/groups_6.html create mode 100644 glm/doc/api/search/groups_6.js create mode 100644 glm/doc/api/search/groups_7.html create mode 100644 glm/doc/api/search/groups_7.js create mode 100644 glm/doc/api/search/groups_8.html create mode 100644 glm/doc/api/search/groups_8.js create mode 100644 glm/doc/api/search/groups_9.html create mode 100644 glm/doc/api/search/groups_9.js create mode 100644 glm/doc/api/search/mag_sel.png create mode 100644 glm/doc/api/search/nomatches.html create mode 100644 glm/doc/api/search/pages_0.html create mode 100644 glm/doc/api/search/pages_0.js create mode 100644 glm/doc/api/search/search.css create mode 100644 glm/doc/api/search/search.js create mode 100644 glm/doc/api/search/search_l.png create mode 100644 glm/doc/api/search/search_m.png create mode 100644 glm/doc/api/search/search_r.png create mode 100644 glm/doc/api/search/searchdata.js create mode 100644 glm/doc/api/search/typedefs_0.html create mode 100644 glm/doc/api/search/typedefs_0.js create mode 100644 glm/doc/api/search/typedefs_1.html create mode 100644 glm/doc/api/search/typedefs_1.js create mode 100644 glm/doc/api/search/typedefs_2.html create mode 100644 glm/doc/api/search/typedefs_2.js create mode 100644 glm/doc/api/search/typedefs_3.html create mode 100644 glm/doc/api/search/typedefs_3.js create mode 100644 glm/doc/api/search/typedefs_4.html create mode 100644 glm/doc/api/search/typedefs_4.js create mode 100644 glm/doc/api/search/typedefs_5.html create mode 100644 glm/doc/api/search/typedefs_5.js create mode 100644 glm/doc/api/search/typedefs_6.html create mode 100644 glm/doc/api/search/typedefs_6.js create mode 100644 glm/doc/api/search/typedefs_7.html create mode 100644 glm/doc/api/search/typedefs_7.js create mode 100644 glm/doc/api/search/typedefs_8.html create mode 100644 glm/doc/api/search/typedefs_8.js create mode 100644 glm/doc/api/search/typedefs_9.html create mode 100644 glm/doc/api/search/typedefs_9.js create mode 100644 glm/doc/api/search/typedefs_a.html create mode 100644 glm/doc/api/search/typedefs_a.js create mode 100644 glm/doc/api/search/typedefs_b.html create mode 100644 glm/doc/api/search/typedefs_b.js create mode 100644 glm/doc/api/search/typedefs_c.html create mode 100644 glm/doc/api/search/typedefs_c.js create mode 100644 glm/doc/api/splitbar.png create mode 100644 glm/doc/api/sync_off.png create mode 100644 glm/doc/api/sync_on.png create mode 100644 glm/doc/api/tab_a.png create mode 100644 glm/doc/api/tab_b.png create mode 100644 glm/doc/api/tab_h.png create mode 100644 glm/doc/api/tab_s.png create mode 100644 glm/doc/api/tabs.css create mode 100644 glm/doc/man.doxy create mode 100644 glm/doc/manual/frontpage1.png create mode 100644 glm/doc/manual/frontpage2.png create mode 100644 glm/doc/manual/g-truc.png create mode 100644 glm/doc/manual/logo-mini.png create mode 100644 glm/doc/manual/noise-perlin1.jpg create mode 100644 glm/doc/manual/noise-perlin2.jpg create mode 100644 glm/doc/manual/noise-perlin3.jpg create mode 100644 glm/doc/manual/noise-perlin4.png create mode 100644 glm/doc/manual/noise-perlin5.png create mode 100644 glm/doc/manual/noise-perlin6.png create mode 100644 glm/doc/manual/noise-simplex1.jpg create mode 100644 glm/doc/manual/noise-simplex2.jpg create mode 100644 glm/doc/manual/noise-simplex3.jpg create mode 100644 glm/doc/manual/random-ballrand.png create mode 100644 glm/doc/manual/random-circularrand.png create mode 100644 glm/doc/manual/random-diskrand.png create mode 100644 glm/doc/manual/random-gaussrand.png create mode 100644 glm/doc/manual/random-linearrand.png create mode 100644 glm/doc/manual/random-sphericalrand.png create mode 100644 glm/doc/manual/references-cinder.png create mode 100644 glm/doc/manual/references-glsl4book.jpg create mode 100644 glm/doc/manual/references-leosfortune.jpeg create mode 100644 glm/doc/manual/references-leosfortune2.jpg create mode 100644 glm/doc/manual/references-opencloth1.png create mode 100644 glm/doc/manual/references-opencloth3.png create mode 100644 glm/doc/manual/references-outerra1.jpg create mode 100644 glm/doc/manual/references-outerra2.jpg create mode 100644 glm/doc/manual/references-outerra3.jpg create mode 100644 glm/doc/manual/references-outerra4.jpg create mode 100644 glm/doc/pages.doxy create mode 100644 glm/doc/theme/doxygen.css create mode 100644 glm/doc/theme/tabs.css create mode 100644 glm/glm/CMakeLists.txt create mode 100644 glm/glm/common.hpp create mode 100644 glm/glm/detail/_features.hpp create mode 100644 glm/glm/detail/_fixes.hpp create mode 100644 glm/glm/detail/_noise.hpp create mode 100644 glm/glm/detail/_swizzle.hpp create mode 100644 glm/glm/detail/_swizzle_func.hpp create mode 100644 glm/glm/detail/_vectorize.hpp create mode 100644 glm/glm/detail/dummy.cpp create mode 100644 glm/glm/detail/func_common.hpp create mode 100644 glm/glm/detail/func_common.inl create mode 100644 glm/glm/detail/func_common_simd.inl create mode 100644 glm/glm/detail/func_exponential.hpp create mode 100644 glm/glm/detail/func_exponential.inl create mode 100644 glm/glm/detail/func_exponential_simd.inl create mode 100644 glm/glm/detail/func_geometric.hpp create mode 100644 glm/glm/detail/func_geometric.inl create mode 100644 glm/glm/detail/func_geometric_simd.inl create mode 100644 glm/glm/detail/func_integer.hpp create mode 100644 glm/glm/detail/func_integer.inl create mode 100644 glm/glm/detail/func_integer_simd.inl create mode 100644 glm/glm/detail/func_matrix.hpp create mode 100644 glm/glm/detail/func_matrix.inl create mode 100644 glm/glm/detail/func_matrix_simd.inl create mode 100644 glm/glm/detail/func_packing.hpp create mode 100644 glm/glm/detail/func_packing.inl create mode 100644 glm/glm/detail/func_packing_simd.inl create mode 100644 glm/glm/detail/func_trigonometric.hpp create mode 100644 glm/glm/detail/func_trigonometric.inl create mode 100644 glm/glm/detail/func_trigonometric_simd.inl create mode 100644 glm/glm/detail/func_vector_relational.hpp create mode 100644 glm/glm/detail/func_vector_relational.inl create mode 100644 glm/glm/detail/func_vector_relational_simd.inl create mode 100644 glm/glm/detail/glm.cpp create mode 100644 glm/glm/detail/precision.hpp create mode 100644 glm/glm/detail/setup.hpp create mode 100644 glm/glm/detail/type_float.hpp create mode 100644 glm/glm/detail/type_gentype.hpp create mode 100644 glm/glm/detail/type_gentype.inl create mode 100644 glm/glm/detail/type_half.hpp create mode 100644 glm/glm/detail/type_half.inl create mode 100644 glm/glm/detail/type_int.hpp create mode 100644 glm/glm/detail/type_mat.hpp create mode 100644 glm/glm/detail/type_mat.inl create mode 100644 glm/glm/detail/type_mat2x2.hpp create mode 100644 glm/glm/detail/type_mat2x2.inl create mode 100644 glm/glm/detail/type_mat2x3.hpp create mode 100644 glm/glm/detail/type_mat2x3.inl create mode 100644 glm/glm/detail/type_mat2x4.hpp create mode 100644 glm/glm/detail/type_mat2x4.inl create mode 100644 glm/glm/detail/type_mat3x2.hpp create mode 100644 glm/glm/detail/type_mat3x2.inl create mode 100644 glm/glm/detail/type_mat3x3.hpp create mode 100644 glm/glm/detail/type_mat3x3.inl create mode 100644 glm/glm/detail/type_mat3x4.hpp create mode 100644 glm/glm/detail/type_mat3x4.inl create mode 100644 glm/glm/detail/type_mat4x2.hpp create mode 100644 glm/glm/detail/type_mat4x2.inl create mode 100644 glm/glm/detail/type_mat4x3.hpp create mode 100644 glm/glm/detail/type_mat4x3.inl create mode 100644 glm/glm/detail/type_mat4x4.hpp create mode 100644 glm/glm/detail/type_mat4x4.inl create mode 100644 glm/glm/detail/type_mat4x4_simd.inl create mode 100644 glm/glm/detail/type_vec.hpp create mode 100644 glm/glm/detail/type_vec.inl create mode 100644 glm/glm/detail/type_vec1.hpp create mode 100644 glm/glm/detail/type_vec1.inl create mode 100644 glm/glm/detail/type_vec2.hpp create mode 100644 glm/glm/detail/type_vec2.inl create mode 100644 glm/glm/detail/type_vec3.hpp create mode 100644 glm/glm/detail/type_vec3.inl create mode 100644 glm/glm/detail/type_vec4.hpp create mode 100644 glm/glm/detail/type_vec4.inl create mode 100644 glm/glm/detail/type_vec4_simd.inl create mode 100644 glm/glm/exponential.hpp create mode 100644 glm/glm/ext.hpp create mode 100644 glm/glm/fwd.hpp create mode 100644 glm/glm/geometric.hpp create mode 100644 glm/glm/glm.hpp create mode 100644 glm/glm/gtc/bitfield.hpp create mode 100644 glm/glm/gtc/bitfield.inl create mode 100644 glm/glm/gtc/color_space.hpp create mode 100644 glm/glm/gtc/color_space.inl create mode 100644 glm/glm/gtc/constants.hpp create mode 100644 glm/glm/gtc/constants.inl create mode 100644 glm/glm/gtc/epsilon.hpp create mode 100644 glm/glm/gtc/epsilon.inl create mode 100644 glm/glm/gtc/functions.hpp create mode 100644 glm/glm/gtc/functions.inl create mode 100644 glm/glm/gtc/integer.hpp create mode 100644 glm/glm/gtc/integer.inl create mode 100644 glm/glm/gtc/matrix_access.hpp create mode 100644 glm/glm/gtc/matrix_access.inl create mode 100644 glm/glm/gtc/matrix_integer.hpp create mode 100644 glm/glm/gtc/matrix_inverse.hpp create mode 100644 glm/glm/gtc/matrix_inverse.inl create mode 100644 glm/glm/gtc/matrix_transform.hpp create mode 100644 glm/glm/gtc/matrix_transform.inl create mode 100644 glm/glm/gtc/noise.hpp create mode 100644 glm/glm/gtc/noise.inl create mode 100644 glm/glm/gtc/packing.hpp create mode 100644 glm/glm/gtc/packing.inl create mode 100644 glm/glm/gtc/quaternion.hpp create mode 100644 glm/glm/gtc/quaternion.inl create mode 100644 glm/glm/gtc/quaternion_simd.inl create mode 100644 glm/glm/gtc/random.hpp create mode 100644 glm/glm/gtc/random.inl create mode 100644 glm/glm/gtc/reciprocal.hpp create mode 100644 glm/glm/gtc/reciprocal.inl create mode 100644 glm/glm/gtc/round.hpp create mode 100644 glm/glm/gtc/round.inl create mode 100644 glm/glm/gtc/type_aligned.hpp create mode 100644 glm/glm/gtc/type_precision.hpp create mode 100644 glm/glm/gtc/type_precision.inl create mode 100644 glm/glm/gtc/type_ptr.hpp create mode 100644 glm/glm/gtc/type_ptr.inl create mode 100644 glm/glm/gtc/ulp.hpp create mode 100644 glm/glm/gtc/ulp.inl create mode 100644 glm/glm/gtc/vec1.hpp create mode 100644 glm/glm/gtc/vec1.inl create mode 100644 glm/glm/gtx/associated_min_max.hpp create mode 100644 glm/glm/gtx/associated_min_max.inl create mode 100644 glm/glm/gtx/bit.hpp create mode 100644 glm/glm/gtx/bit.inl create mode 100644 glm/glm/gtx/closest_point.hpp create mode 100644 glm/glm/gtx/closest_point.inl create mode 100644 glm/glm/gtx/color_encoding.hpp create mode 100644 glm/glm/gtx/color_encoding.inl create mode 100644 glm/glm/gtx/color_space.hpp create mode 100644 glm/glm/gtx/color_space.inl create mode 100644 glm/glm/gtx/color_space_YCoCg.hpp create mode 100644 glm/glm/gtx/color_space_YCoCg.inl create mode 100644 glm/glm/gtx/common.hpp create mode 100644 glm/glm/gtx/common.inl create mode 100644 glm/glm/gtx/compatibility.hpp create mode 100644 glm/glm/gtx/compatibility.inl create mode 100644 glm/glm/gtx/component_wise.hpp create mode 100644 glm/glm/gtx/component_wise.inl create mode 100644 glm/glm/gtx/dual_quaternion.hpp create mode 100644 glm/glm/gtx/dual_quaternion.inl create mode 100644 glm/glm/gtx/euler_angles.hpp create mode 100644 glm/glm/gtx/euler_angles.inl create mode 100644 glm/glm/gtx/extend.hpp create mode 100644 glm/glm/gtx/extend.inl create mode 100644 glm/glm/gtx/extended_min_max.hpp create mode 100644 glm/glm/gtx/extended_min_max.inl create mode 100644 glm/glm/gtx/exterior_product.hpp create mode 100644 glm/glm/gtx/exterior_product.inl create mode 100644 glm/glm/gtx/fast_exponential.hpp create mode 100644 glm/glm/gtx/fast_exponential.inl create mode 100644 glm/glm/gtx/fast_square_root.hpp create mode 100644 glm/glm/gtx/fast_square_root.inl create mode 100644 glm/glm/gtx/fast_trigonometry.hpp create mode 100644 glm/glm/gtx/fast_trigonometry.inl create mode 100644 glm/glm/gtx/float_notmalize.inl create mode 100644 glm/glm/gtx/gradient_paint.hpp create mode 100644 glm/glm/gtx/gradient_paint.inl create mode 100644 glm/glm/gtx/handed_coordinate_space.hpp create mode 100644 glm/glm/gtx/handed_coordinate_space.inl create mode 100644 glm/glm/gtx/hash.hpp create mode 100644 glm/glm/gtx/hash.inl create mode 100644 glm/glm/gtx/integer.hpp create mode 100644 glm/glm/gtx/integer.inl create mode 100644 glm/glm/gtx/intersect.hpp create mode 100644 glm/glm/gtx/intersect.inl create mode 100644 glm/glm/gtx/io.hpp create mode 100644 glm/glm/gtx/io.inl create mode 100644 glm/glm/gtx/log_base.hpp create mode 100644 glm/glm/gtx/log_base.inl create mode 100644 glm/glm/gtx/matrix_cross_product.hpp create mode 100644 glm/glm/gtx/matrix_cross_product.inl create mode 100644 glm/glm/gtx/matrix_decompose.hpp create mode 100644 glm/glm/gtx/matrix_decompose.inl create mode 100644 glm/glm/gtx/matrix_interpolation.hpp create mode 100644 glm/glm/gtx/matrix_interpolation.inl create mode 100644 glm/glm/gtx/matrix_major_storage.hpp create mode 100644 glm/glm/gtx/matrix_major_storage.inl create mode 100644 glm/glm/gtx/matrix_operation.hpp create mode 100644 glm/glm/gtx/matrix_operation.inl create mode 100644 glm/glm/gtx/matrix_query.hpp create mode 100644 glm/glm/gtx/matrix_query.inl create mode 100644 glm/glm/gtx/matrix_transform_2d.hpp create mode 100644 glm/glm/gtx/matrix_transform_2d.inl create mode 100644 glm/glm/gtx/mixed_product.hpp create mode 100644 glm/glm/gtx/mixed_product.inl create mode 100644 glm/glm/gtx/norm.hpp create mode 100644 glm/glm/gtx/norm.inl create mode 100644 glm/glm/gtx/normal.hpp create mode 100644 glm/glm/gtx/normal.inl create mode 100644 glm/glm/gtx/normalize_dot.hpp create mode 100644 glm/glm/gtx/normalize_dot.inl create mode 100644 glm/glm/gtx/number_precision.hpp create mode 100644 glm/glm/gtx/number_precision.inl create mode 100644 glm/glm/gtx/optimum_pow.hpp create mode 100644 glm/glm/gtx/optimum_pow.inl create mode 100644 glm/glm/gtx/orthonormalize.hpp create mode 100644 glm/glm/gtx/orthonormalize.inl create mode 100644 glm/glm/gtx/perpendicular.hpp create mode 100644 glm/glm/gtx/perpendicular.inl create mode 100644 glm/glm/gtx/polar_coordinates.hpp create mode 100644 glm/glm/gtx/polar_coordinates.inl create mode 100644 glm/glm/gtx/projection.hpp create mode 100644 glm/glm/gtx/projection.inl create mode 100644 glm/glm/gtx/quaternion.hpp create mode 100644 glm/glm/gtx/quaternion.inl create mode 100644 glm/glm/gtx/range.hpp create mode 100644 glm/glm/gtx/raw_data.hpp create mode 100644 glm/glm/gtx/raw_data.inl create mode 100644 glm/glm/gtx/rotate_normalized_axis.hpp create mode 100644 glm/glm/gtx/rotate_normalized_axis.inl create mode 100644 glm/glm/gtx/rotate_vector.hpp create mode 100644 glm/glm/gtx/rotate_vector.inl create mode 100644 glm/glm/gtx/scalar_multiplication.hpp create mode 100644 glm/glm/gtx/scalar_relational.hpp create mode 100644 glm/glm/gtx/scalar_relational.inl create mode 100644 glm/glm/gtx/spline.hpp create mode 100644 glm/glm/gtx/spline.inl create mode 100644 glm/glm/gtx/std_based_type.hpp create mode 100644 glm/glm/gtx/std_based_type.inl create mode 100644 glm/glm/gtx/string_cast.hpp create mode 100644 glm/glm/gtx/string_cast.inl create mode 100644 glm/glm/gtx/transform.hpp create mode 100644 glm/glm/gtx/transform.inl create mode 100644 glm/glm/gtx/transform2.hpp create mode 100644 glm/glm/gtx/transform2.inl create mode 100644 glm/glm/gtx/type_aligned.hpp create mode 100644 glm/glm/gtx/type_aligned.inl create mode 100644 glm/glm/gtx/type_trait.hpp create mode 100644 glm/glm/gtx/type_trait.inl create mode 100644 glm/glm/gtx/vec_swizzle.hpp create mode 100644 glm/glm/gtx/vector_angle.hpp create mode 100644 glm/glm/gtx/vector_angle.inl create mode 100644 glm/glm/gtx/vector_query.hpp create mode 100644 glm/glm/gtx/vector_query.inl create mode 100644 glm/glm/gtx/wrap.hpp create mode 100644 glm/glm/gtx/wrap.inl create mode 100644 glm/glm/integer.hpp create mode 100644 glm/glm/mat2x2.hpp create mode 100644 glm/glm/mat2x3.hpp create mode 100644 glm/glm/mat2x4.hpp create mode 100644 glm/glm/mat3x2.hpp create mode 100644 glm/glm/mat3x3.hpp create mode 100644 glm/glm/mat3x4.hpp create mode 100644 glm/glm/mat4x2.hpp create mode 100644 glm/glm/mat4x3.hpp create mode 100644 glm/glm/mat4x4.hpp create mode 100644 glm/glm/matrix.hpp create mode 100644 glm/glm/packing.hpp create mode 100644 glm/glm/simd/common.h create mode 100644 glm/glm/simd/exponential.h create mode 100644 glm/glm/simd/geometric.h create mode 100644 glm/glm/simd/integer.h create mode 100644 glm/glm/simd/matrix.h create mode 100644 glm/glm/simd/packing.h create mode 100644 glm/glm/simd/platform.h create mode 100644 glm/glm/simd/trigonometric.h create mode 100644 glm/glm/simd/vector_relational.h create mode 100644 glm/glm/trigonometric.hpp create mode 100644 glm/glm/vec2.hpp create mode 100644 glm/glm/vec3.hpp create mode 100644 glm/glm/vec4.hpp create mode 100644 glm/glm/vector_relational.hpp create mode 100644 glm/manual.md create mode 100644 glm/readme.md create mode 100644 glm/test/CMakeLists.txt create mode 100644 glm/test/bug/CMakeLists.txt create mode 100644 glm/test/bug/bug_ms_vec_static.cpp create mode 100644 glm/test/core/CMakeLists.txt create mode 100644 glm/test/core/core_force_pure.cpp create mode 100644 glm/test/core/core_force_unrestricted_gentype.cpp create mode 100644 glm/test/core/core_func_common.cpp create mode 100644 glm/test/core/core_func_exponential.cpp create mode 100644 glm/test/core/core_func_geometric.cpp create mode 100644 glm/test/core/core_func_integer.cpp create mode 100644 glm/test/core/core_func_integer_bit_count.cpp create mode 100644 glm/test/core/core_func_integer_find_lsb.cpp create mode 100644 glm/test/core/core_func_integer_find_msb.cpp create mode 100644 glm/test/core/core_func_matrix.cpp create mode 100644 glm/test/core/core_func_noise.cpp create mode 100644 glm/test/core/core_func_packing.cpp create mode 100644 glm/test/core/core_func_swizzle.cpp create mode 100644 glm/test/core/core_func_trigonometric.cpp create mode 100644 glm/test/core/core_func_vector_relational.cpp create mode 100644 glm/test/core/core_setup_force_cxx98.cpp create mode 100644 glm/test/core/core_setup_message.cpp create mode 100644 glm/test/core/core_setup_precision.cpp create mode 100644 glm/test/core/core_type_aligned.cpp create mode 100644 glm/test/core/core_type_cast.cpp create mode 100644 glm/test/core/core_type_ctor.cpp create mode 100644 glm/test/core/core_type_float.cpp create mode 100644 glm/test/core/core_type_int.cpp create mode 100644 glm/test/core/core_type_length.cpp create mode 100644 glm/test/core/core_type_mat2x2.cpp create mode 100644 glm/test/core/core_type_mat2x3.cpp create mode 100644 glm/test/core/core_type_mat2x4.cpp create mode 100644 glm/test/core/core_type_mat3x2.cpp create mode 100644 glm/test/core/core_type_mat3x3.cpp create mode 100644 glm/test/core/core_type_mat3x4.cpp create mode 100644 glm/test/core/core_type_mat4x2.cpp create mode 100644 glm/test/core/core_type_mat4x3.cpp create mode 100644 glm/test/core/core_type_mat4x4.cpp create mode 100644 glm/test/core/core_type_vec1.cpp create mode 100644 glm/test/core/core_type_vec2.cpp create mode 100644 glm/test/core/core_type_vec3.cpp create mode 100644 glm/test/core/core_type_vec4.cpp create mode 100644 glm/test/external/gli/CMakeLists.txt create mode 100644 glm/test/external/gli/clear.hpp create mode 100644 glm/test/external/gli/comparison.hpp create mode 100644 glm/test/external/gli/convert.hpp create mode 100644 glm/test/external/gli/copy.hpp create mode 100644 glm/test/external/gli/core/clear.hpp create mode 100644 glm/test/external/gli/core/clear.inl create mode 100644 glm/test/external/gli/core/comparison.inl create mode 100644 glm/test/external/gli/core/convert.inl create mode 100644 glm/test/external/gli/core/convert_func.hpp create mode 100644 glm/test/external/gli/core/coord.hpp create mode 100644 glm/test/external/gli/core/copy.inl create mode 100644 glm/test/external/gli/core/dummy.cpp create mode 100644 glm/test/external/gli/core/duplicate.inl create mode 100644 glm/test/external/gli/core/dx.inl create mode 100644 glm/test/external/gli/core/file.hpp create mode 100644 glm/test/external/gli/core/file.inl create mode 100644 glm/test/external/gli/core/filter.hpp create mode 100644 glm/test/external/gli/core/filter.inl create mode 100644 glm/test/external/gli/core/filter_compute.hpp create mode 100644 glm/test/external/gli/core/flip.hpp create mode 100644 glm/test/external/gli/core/flip.inl create mode 100644 glm/test/external/gli/core/format.inl create mode 100644 glm/test/external/gli/core/generate_mipmaps.inl create mode 100644 glm/test/external/gli/core/gl.inl create mode 100644 glm/test/external/gli/core/image.inl create mode 100644 glm/test/external/gli/core/levels.inl create mode 100644 glm/test/external/gli/core/load.inl create mode 100644 glm/test/external/gli/core/load_dds.inl create mode 100644 glm/test/external/gli/core/load_kmg.inl create mode 100644 glm/test/external/gli/core/load_ktx.inl create mode 100644 glm/test/external/gli/core/make_texture.inl create mode 100644 glm/test/external/gli/core/mipmaps_compute.hpp create mode 100644 glm/test/external/gli/core/reduce.inl create mode 100644 glm/test/external/gli/core/sampler.inl create mode 100644 glm/test/external/gli/core/sampler1d.inl create mode 100644 glm/test/external/gli/core/sampler1d_array.inl create mode 100644 glm/test/external/gli/core/sampler2d.inl create mode 100644 glm/test/external/gli/core/sampler2d_array.inl create mode 100644 glm/test/external/gli/core/sampler3d.inl create mode 100644 glm/test/external/gli/core/sampler_cube.inl create mode 100644 glm/test/external/gli/core/sampler_cube_array.inl create mode 100644 glm/test/external/gli/core/save.inl create mode 100644 glm/test/external/gli/core/save_dds.inl create mode 100644 glm/test/external/gli/core/save_kmg.inl create mode 100644 glm/test/external/gli/core/save_ktx.inl create mode 100644 glm/test/external/gli/core/storage.hpp create mode 100644 glm/test/external/gli/core/storage.inl create mode 100644 glm/test/external/gli/core/storage_linear.hpp create mode 100644 glm/test/external/gli/core/storage_linear.inl create mode 100644 glm/test/external/gli/core/texture.inl create mode 100644 glm/test/external/gli/core/texture1d.inl create mode 100644 glm/test/external/gli/core/texture1d_array.inl create mode 100644 glm/test/external/gli/core/texture2d.inl create mode 100644 glm/test/external/gli/core/texture2d_array.inl create mode 100644 glm/test/external/gli/core/texture3d.inl create mode 100644 glm/test/external/gli/core/texture_cube.inl create mode 100644 glm/test/external/gli/core/texture_cube_array.inl create mode 100644 glm/test/external/gli/core/transform.inl create mode 100644 glm/test/external/gli/core/view.inl create mode 100644 glm/test/external/gli/core/workaround.hpp create mode 100644 glm/test/external/gli/duplicate.hpp create mode 100644 glm/test/external/gli/dx.hpp create mode 100644 glm/test/external/gli/format.hpp create mode 100644 glm/test/external/gli/generate_mipmaps.hpp create mode 100644 glm/test/external/gli/gl.hpp create mode 100644 glm/test/external/gli/gli.hpp create mode 100644 glm/test/external/gli/image.hpp create mode 100644 glm/test/external/gli/levels.hpp create mode 100644 glm/test/external/gli/load.hpp create mode 100644 glm/test/external/gli/load_dds.hpp create mode 100644 glm/test/external/gli/load_kmg.hpp create mode 100644 glm/test/external/gli/load_ktx.hpp create mode 100644 glm/test/external/gli/make_texture.hpp create mode 100644 glm/test/external/gli/reduce.hpp create mode 100644 glm/test/external/gli/sampler.hpp create mode 100644 glm/test/external/gli/sampler1d.hpp create mode 100644 glm/test/external/gli/sampler1d_array.hpp create mode 100644 glm/test/external/gli/sampler2d.hpp create mode 100644 glm/test/external/gli/sampler2d_array.hpp create mode 100644 glm/test/external/gli/sampler3d.hpp create mode 100644 glm/test/external/gli/sampler_cube.hpp create mode 100644 glm/test/external/gli/sampler_cube_array.hpp create mode 100644 glm/test/external/gli/save.hpp create mode 100644 glm/test/external/gli/save_dds.hpp create mode 100644 glm/test/external/gli/save_kmg.hpp create mode 100644 glm/test/external/gli/save_ktx.hpp create mode 100644 glm/test/external/gli/target.hpp create mode 100644 glm/test/external/gli/texture.hpp create mode 100644 glm/test/external/gli/texture1d.hpp create mode 100644 glm/test/external/gli/texture1d_array.hpp create mode 100644 glm/test/external/gli/texture2d.hpp create mode 100644 glm/test/external/gli/texture2d_array.hpp create mode 100644 glm/test/external/gli/texture3d.hpp create mode 100644 glm/test/external/gli/texture_cube.hpp create mode 100644 glm/test/external/gli/texture_cube_array.hpp create mode 100644 glm/test/external/gli/transform.hpp create mode 100644 glm/test/external/gli/type.hpp create mode 100644 glm/test/external/gli/view.hpp create mode 100644 glm/test/glm.cppcheck create mode 100644 glm/test/gtc/CMakeLists.txt create mode 100644 glm/test/gtc/gtc_bitfield.cpp create mode 100644 glm/test/gtc/gtc_color_space.cpp create mode 100644 glm/test/gtc/gtc_constants.cpp create mode 100644 glm/test/gtc/gtc_epsilon.cpp create mode 100644 glm/test/gtc/gtc_functions.cpp create mode 100644 glm/test/gtc/gtc_integer.cpp create mode 100644 glm/test/gtc/gtc_matrix_access.cpp create mode 100644 glm/test/gtc/gtc_matrix_integer.cpp create mode 100644 glm/test/gtc/gtc_matrix_inverse.cpp create mode 100644 glm/test/gtc/gtc_matrix_transform.cpp create mode 100644 glm/test/gtc/gtc_noise.cpp create mode 100644 glm/test/gtc/gtc_packing.cpp create mode 100644 glm/test/gtc/gtc_quaternion.cpp create mode 100644 glm/test/gtc/gtc_random.cpp create mode 100644 glm/test/gtc/gtc_reciprocal.cpp create mode 100644 glm/test/gtc/gtc_round.cpp create mode 100644 glm/test/gtc/gtc_type_aligned.cpp create mode 100644 glm/test/gtc/gtc_type_precision.cpp create mode 100644 glm/test/gtc/gtc_type_ptr.cpp create mode 100644 glm/test/gtc/gtc_ulp.cpp create mode 100644 glm/test/gtc/gtc_user_defined_types.cpp create mode 100644 glm/test/gtc/gtc_vec1.cpp create mode 100644 glm/test/gtx/CMakeLists.txt create mode 100644 glm/test/gtx/gtx_associated_min_max.cpp create mode 100644 glm/test/gtx/gtx_closest_point.cpp create mode 100644 glm/test/gtx/gtx_color_encoding.cpp create mode 100644 glm/test/gtx/gtx_color_space.cpp create mode 100644 glm/test/gtx/gtx_color_space_YCoCg.cpp create mode 100644 glm/test/gtx/gtx_common.cpp create mode 100644 glm/test/gtx/gtx_compatibility.cpp create mode 100644 glm/test/gtx/gtx_component_wise.cpp create mode 100644 glm/test/gtx/gtx_dual_quaternion.cpp create mode 100644 glm/test/gtx/gtx_euler_angle.cpp create mode 100644 glm/test/gtx/gtx_extend.cpp create mode 100644 glm/test/gtx/gtx_extended_min_max.cpp create mode 100644 glm/test/gtx/gtx_extented_min_max.cpp create mode 100644 glm/test/gtx/gtx_exterior_product.cpp create mode 100644 glm/test/gtx/gtx_fast_exponential.cpp create mode 100644 glm/test/gtx/gtx_fast_square_root.cpp create mode 100644 glm/test/gtx/gtx_fast_trigonometry.cpp create mode 100644 glm/test/gtx/gtx_gradient_paint.cpp create mode 100644 glm/test/gtx/gtx_handed_coordinate_space.cpp create mode 100644 glm/test/gtx/gtx_int_10_10_10_2.cpp create mode 100644 glm/test/gtx/gtx_integer.cpp create mode 100644 glm/test/gtx/gtx_intersect.cpp create mode 100644 glm/test/gtx/gtx_io.cpp create mode 100644 glm/test/gtx/gtx_log_base.cpp create mode 100644 glm/test/gtx/gtx_matrix_cross_product.cpp create mode 100644 glm/test/gtx/gtx_matrix_decompose.cpp create mode 100644 glm/test/gtx/gtx_matrix_interpolation.cpp create mode 100644 glm/test/gtx/gtx_matrix_major_storage.cpp create mode 100644 glm/test/gtx/gtx_matrix_operation.cpp create mode 100644 glm/test/gtx/gtx_matrix_query.cpp create mode 100644 glm/test/gtx/gtx_matrix_transform_2d.cpp create mode 100644 glm/test/gtx/gtx_mixed_product.cpp create mode 100644 glm/test/gtx/gtx_norm.cpp create mode 100644 glm/test/gtx/gtx_normal.cpp create mode 100644 glm/test/gtx/gtx_normalize_dot.cpp create mode 100644 glm/test/gtx/gtx_number_precision.cpp create mode 100644 glm/test/gtx/gtx_optimum_pow.cpp create mode 100644 glm/test/gtx/gtx_orthonormalize.cpp create mode 100644 glm/test/gtx/gtx_perpendicular.cpp create mode 100644 glm/test/gtx/gtx_polar_coordinates.cpp create mode 100644 glm/test/gtx/gtx_projection.cpp create mode 100644 glm/test/gtx/gtx_quaternion.cpp create mode 100644 glm/test/gtx/gtx_random.cpp create mode 100644 glm/test/gtx/gtx_range.cpp create mode 100644 glm/test/gtx/gtx_rotate_normalized_axis.cpp create mode 100644 glm/test/gtx/gtx_rotate_vector.cpp create mode 100644 glm/test/gtx/gtx_scalar_multiplication.cpp create mode 100644 glm/test/gtx/gtx_scalar_relational.cpp create mode 100644 glm/test/gtx/gtx_simd_mat4.cpp create mode 100644 glm/test/gtx/gtx_simd_vec4.cpp create mode 100644 glm/test/gtx/gtx_spline.cpp create mode 100644 glm/test/gtx/gtx_string_cast.cpp create mode 100644 glm/test/gtx/gtx_type_aligned.cpp create mode 100644 glm/test/gtx/gtx_type_trait.cpp create mode 100644 glm/test/gtx/gtx_vec_swizzle.cpp create mode 100644 glm/test/gtx/gtx_vector_angle.cpp create mode 100644 glm/test/gtx/gtx_vector_query.cpp create mode 100644 glm/test/gtx/gtx_wrap.cpp create mode 100644 glm/util/autoexp.txt create mode 100644 glm/util/autoexp.vc2010.dat create mode 100644 glm/util/glm.natvis create mode 100644 glm/util/usertype.dat create mode 100644 imgui/.travis.yml create mode 100644 imgui/LICENSE create mode 100644 imgui/README.md create mode 100644 imgui/examples/.gitignore create mode 100644 imgui/examples/README.txt create mode 100644 imgui/examples/allegro5_example/README.md create mode 100644 imgui/examples/allegro5_example/imgui_impl_a5.cpp create mode 100644 imgui/examples/allegro5_example/imgui_impl_a5.h create mode 100644 imgui/examples/allegro5_example/main.cpp create mode 100644 imgui/examples/apple_example/.gitignore create mode 100644 imgui/examples/apple_example/README.md create mode 100644 imgui/examples/apple_example/imguiex-ios/AppDelegate.h create mode 100644 imgui/examples/apple_example/imguiex-ios/AppDelegate.m create mode 100644 imgui/examples/apple_example/imguiex-ios/Base.lproj/LaunchScreen.xib create mode 100644 imgui/examples/apple_example/imguiex-ios/Base.lproj/Main.storyboard create mode 100644 imgui/examples/apple_example/imguiex-ios/GameViewController.h create mode 100644 imgui/examples/apple_example/imguiex-ios/GameViewController.m create mode 100644 imgui/examples/apple_example/imguiex-ios/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 imgui/examples/apple_example/imguiex-ios/Images.xcassets/AppIcon.appiconset/icon_imgui_60@2x~iphone.png create mode 100644 imgui/examples/apple_example/imguiex-ios/Images.xcassets/AppIcon.appiconset/icon_imgui_60@3x~iphone.png create mode 100644 imgui/examples/apple_example/imguiex-ios/Images.xcassets/AppIcon.appiconset/icon_imgui_76@2x~ipad.png create mode 100644 imgui/examples/apple_example/imguiex-ios/Images.xcassets/AppIcon.appiconset/icon_imgui_76~ipad.png create mode 100644 imgui/examples/apple_example/imguiex-ios/Info.plist create mode 100644 imgui/examples/apple_example/imguiex-ios/Shaders/Shader.fsh create mode 100644 imgui/examples/apple_example/imguiex-ios/Shaders/Shader.vsh create mode 100644 imgui/examples/apple_example/imguiex-ios/debug_hud.cpp create mode 100644 imgui/examples/apple_example/imguiex-ios/debug_hud.h create mode 100644 imgui/examples/apple_example/imguiex-ios/imgui_ex_icon.png create mode 100644 imgui/examples/apple_example/imguiex-ios/imgui_impl_ios.h create mode 100644 imgui/examples/apple_example/imguiex-ios/imgui_impl_ios.mm create mode 100644 imgui/examples/apple_example/imguiex-ios/main.m create mode 100644 imgui/examples/apple_example/imguiex-osx/AppDelegate.h create mode 100644 imgui/examples/apple_example/imguiex-osx/AppDelegate.m create mode 100644 imgui/examples/apple_example/imguiex-osx/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 imgui/examples/apple_example/imguiex-osx/Assets.xcassets/AppIcon.appiconset/icon_imgui_180x180.png create mode 100644 imgui/examples/apple_example/imguiex-osx/Assets.xcassets/Contents.json create mode 100644 imgui/examples/apple_example/imguiex-osx/Info.plist create mode 100644 imgui/examples/apple_example/imguiex-osx/main.m create mode 100644 imgui/examples/apple_example/imguiex.xcodeproj/project.pbxproj create mode 100644 imgui/examples/directx10_example/build_win32.bat create mode 100644 imgui/examples/directx10_example/directx10_example.vcxproj create mode 100644 imgui/examples/directx10_example/directx10_example.vcxproj.filters create mode 100644 imgui/examples/directx10_example/imgui_impl_dx10.cpp create mode 100644 imgui/examples/directx10_example/imgui_impl_dx10.h create mode 100644 imgui/examples/directx10_example/main.cpp create mode 100644 imgui/examples/directx11_example/build_win32.bat create mode 100644 imgui/examples/directx11_example/directx11_example.vcxproj create mode 100644 imgui/examples/directx11_example/directx11_example.vcxproj.filters create mode 100644 imgui/examples/directx11_example/imgui_impl_dx11.cpp create mode 100644 imgui/examples/directx11_example/imgui_impl_dx11.h create mode 100644 imgui/examples/directx11_example/main.cpp create mode 100644 imgui/examples/directx9_example/build_win32.bat create mode 100644 imgui/examples/directx9_example/directx9_example.vcxproj create mode 100644 imgui/examples/directx9_example/directx9_example.vcxproj.filters create mode 100644 imgui/examples/directx9_example/imgui_impl_dx9.cpp create mode 100644 imgui/examples/directx9_example/imgui_impl_dx9.h create mode 100644 imgui/examples/directx9_example/main.cpp create mode 100644 imgui/examples/imgui_examples_msvc2010.sln create mode 100644 imgui/examples/libs/gl3w/GL/gl3w.c create mode 100644 imgui/examples/libs/gl3w/GL/gl3w.h create mode 100644 imgui/examples/libs/gl3w/GL/glcorearb.h create mode 100644 imgui/examples/libs/glfw/COPYING.txt create mode 100644 imgui/examples/libs/glfw/include/GLFW/glfw3.h create mode 100644 imgui/examples/libs/glfw/include/GLFW/glfw3native.h create mode 100644 imgui/examples/libs/glfw/lib-vc2010-32/glfw3.lib create mode 100644 imgui/examples/libs/glfw/lib-vc2010-64/glfw3.lib create mode 100644 imgui/examples/libs/usynergy/uSynergy.c create mode 100644 imgui/examples/libs/usynergy/uSynergy.h create mode 100644 imgui/examples/marmalade_example/data/app.icf create mode 100644 imgui/examples/marmalade_example/imgui_impl_marmalade.cpp create mode 100644 imgui/examples/marmalade_example/imgui_impl_marmalade.h create mode 100644 imgui/examples/marmalade_example/main.cpp create mode 100644 imgui/examples/marmalade_example/marmalade_example.mkb create mode 100644 imgui/examples/opengl2_example/Makefile create mode 100644 imgui/examples/opengl2_example/build_win32.bat create mode 100644 imgui/examples/opengl2_example/imgui_impl_glfw.cpp create mode 100644 imgui/examples/opengl2_example/imgui_impl_glfw.h create mode 100644 imgui/examples/opengl2_example/main.cpp create mode 100644 imgui/examples/opengl2_example/opengl2_example.vcxproj create mode 100644 imgui/examples/opengl2_example/opengl2_example.vcxproj.filters create mode 100644 imgui/examples/opengl3_example/Makefile create mode 100644 imgui/examples/opengl3_example/build_win32.bat create mode 100644 imgui/examples/opengl3_example/imgui_impl_glfw_gl3.cpp create mode 100644 imgui/examples/opengl3_example/imgui_impl_glfw_gl3.h create mode 100644 imgui/examples/opengl3_example/main.cpp create mode 100644 imgui/examples/opengl3_example/opengl3_example.vcxproj create mode 100644 imgui/examples/opengl3_example/opengl3_example.vcxproj.filters create mode 100644 imgui/examples/sdl_opengl2_example/README.md create mode 100644 imgui/examples/sdl_opengl2_example/imgui_impl_sdl.cpp create mode 100644 imgui/examples/sdl_opengl2_example/imgui_impl_sdl.h create mode 100644 imgui/examples/sdl_opengl2_example/main.cpp create mode 100644 imgui/examples/sdl_opengl3_example/README.md create mode 100644 imgui/examples/sdl_opengl3_example/imgui_impl_sdl_gl3.cpp create mode 100644 imgui/examples/sdl_opengl3_example/imgui_impl_sdl_gl3.h create mode 100644 imgui/examples/sdl_opengl3_example/main.cpp create mode 100644 imgui/examples/vulkan_example/CMakeLists.txt create mode 100644 imgui/examples/vulkan_example/build_win32.bat create mode 100755 imgui/examples/vulkan_example/gen_spv.sh create mode 100644 imgui/examples/vulkan_example/glsl_shader.frag create mode 100644 imgui/examples/vulkan_example/glsl_shader.vert create mode 100644 imgui/examples/vulkan_example/imgui_impl_glfw_vulkan.cpp create mode 100644 imgui/examples/vulkan_example/imgui_impl_glfw_vulkan.h create mode 100644 imgui/examples/vulkan_example/main.cpp create mode 100644 imgui/extra_fonts/Cousine-Regular.ttf create mode 100644 imgui/extra_fonts/DroidSans.ttf create mode 100644 imgui/extra_fonts/Karla-Regular.ttf create mode 100644 imgui/extra_fonts/ProggyClean.ttf create mode 100644 imgui/extra_fonts/ProggyTiny.ttf create mode 100644 imgui/extra_fonts/README.txt create mode 100644 imgui/extra_fonts/Roboto-Medium.ttf create mode 100644 imgui/extra_fonts/binary_to_compressed_c.cpp create mode 100644 imgui/imconfig.h create mode 100644 imgui/imgui.cpp create mode 100644 imgui/imgui.h create mode 100644 imgui/imgui_demo.cpp create mode 100644 imgui/imgui_draw.cpp create mode 100644 imgui/imgui_internal.h create mode 100644 imgui/stb_rect_pack.h create mode 100644 imgui/stb_textedit.h create mode 100644 imgui/stb_truetype.h diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d33258 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +editor +*.o +fd-*.h +imgui.ini +*.gch +.*.d +.vim.local/data/* +.vim.local/signature diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..457b1a1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "imgui"] + path = imgui + url = ./imgui +[submodule "glm"] + path = glm + url = ./glm/ diff --git a/.vim.local/bundles-init/YouCompleteMe.cfg.vim b/.vim.local/bundles-init/YouCompleteMe.cfg.vim new file mode 100644 index 0000000..0296572 --- /dev/null +++ b/.vim.local/bundles-init/YouCompleteMe.cfg.vim @@ -0,0 +1 @@ +let g:ycm_global_ycm_extra_conf = g:vim_local_path . "/ycm_extra_conf.py" diff --git a/.vim.local/bundles-init/YouCompleteMe.load.vim b/.vim.local/bundles-init/YouCompleteMe.load.vim new file mode 100644 index 0000000..6394535 --- /dev/null +++ b/.vim.local/bundles-init/YouCompleteMe.load.vim @@ -0,0 +1 @@ +NeoBundle "Valloric/YouCompleteMe" diff --git a/.vim.local/bundles-init/vim-uncrustify.cfg.vim b/.vim.local/bundles-init/vim-uncrustify.cfg.vim new file mode 100644 index 0000000..ad32d16 --- /dev/null +++ b/.vim.local/bundles-init/vim-uncrustify.cfg.vim @@ -0,0 +1,2 @@ +let g:uncrustify_cfg_file_path = g:vim_local_path . "/../coding-style-uncrustify.cfg" + diff --git a/.vim.local/bundles-init/vim-uncrustify.load.vim b/.vim.local/bundles-init/vim-uncrustify.load.vim new file mode 100644 index 0000000..1e23ceb --- /dev/null +++ b/.vim.local/bundles-init/vim-uncrustify.load.vim @@ -0,0 +1 @@ +NeoBundle "cofyc/vim-uncrustify" diff --git a/.vim.local/bundles-init/vimmake.cfg.vim b/.vim.local/bundles-init/vimmake.cfg.vim new file mode 100644 index 0000000..00e32cc --- /dev/null +++ b/.vim.local/bundles-init/vimmake.cfg.vim @@ -0,0 +1,42 @@ +let g:vimmake_path = g:vim_local_path . 'scripts' + +let g:vimmake_mode = {} +let g:vimmake_mode['clean'] = 'async' +let g:vimmake_mode['build'] = 'async' +let g:vimmake_mode['rebuild'] = 'async' +let g:vimmake_mode['test'] = 'async' + +function! DoBuild(full) + silent call vimmake#toggle_quickfix(12,1) + if a:full == 0 + VimTool build + else + VimTool rebuild + endif +endfunc + +function! KillBuild() + silent call vimmake#toggle_quickfix(0) + VimStop +endfunc + +function! RunTest() + silent call vimmake#toggle_quickfix(12,1) + VimTool test +endfunc + +augroup QuickfixStatus + au! BufWinEnter quickfix setlocal + \ statusline=%t\ [%{g:vimmake_build_status}]\ %{exists('w:quickfix_title')?\ '\ '.w:quickfix_title\ :\ ''}\ %=%-15(%l,%c%V%)\ %P +augroup END + +noremap :silent call vimmake#toggle_quickfix(12) +inoremap :silent call vimmake#toggle_quickfix(12)li +noremap :silent call DoBuild(0) +inoremap :silent call DoBuild(0)li +noremap :silent call DoBuild(1) +inoremap :silent call DoBuild(1)li +noremap :silent call KillBuild() +inoremap :silent call KillBuild()li +noremap :silent call RunTest() +inoremap :silent call RunTest()li diff --git a/.vim.local/bundles-init/vimmake.load.vim b/.vim.local/bundles-init/vimmake.load.vim new file mode 100644 index 0000000..4de0be2 --- /dev/null +++ b/.vim.local/bundles-init/vimmake.load.vim @@ -0,0 +1 @@ +NeoBundle 'skywind3000/vimmake' diff --git a/.vim.local/ftplugin/cpp.vim b/.vim.local/ftplugin/cpp.vim new file mode 100644 index 0000000..0a95d16 --- /dev/null +++ b/.vim.local/ftplugin/cpp.vim @@ -0,0 +1,3 @@ +setlocal colorcolumn=121 +noremap :call Uncrustify('cpp') +vnoremap :call RangeUncrustify('cpp') diff --git a/.vim.local/scripts/vimmake.build b/.vim.local/scripts/vimmake.build new file mode 100755 index 0000000..cc81555 --- /dev/null +++ b/.vim.local/scripts/vimmake.build @@ -0,0 +1,2 @@ +#!/bin/sh +make -j 8 diff --git a/.vim.local/scripts/vimmake.clean b/.vim.local/scripts/vimmake.clean new file mode 100755 index 0000000..3158f3c --- /dev/null +++ b/.vim.local/scripts/vimmake.clean @@ -0,0 +1,2 @@ +#!/bin/sh +make clean diff --git a/.vim.local/scripts/vimmake.rebuild b/.vim.local/scripts/vimmake.rebuild new file mode 100755 index 0000000..3420dd1 --- /dev/null +++ b/.vim.local/scripts/vimmake.rebuild @@ -0,0 +1,3 @@ +#!/bin/sh +make clean +make -j 8 diff --git a/.vim.local/scripts/vimmake.test b/.vim.local/scripts/vimmake.test new file mode 100755 index 0000000..749a225 --- /dev/null +++ b/.vim.local/scripts/vimmake.test @@ -0,0 +1,4 @@ +#!/bin/bash +if make -j 8; then + ./editor tests/test.json +fi diff --git a/.vim.local/vimrc b/.vim.local/vimrc new file mode 100644 index 0000000..f6d7688 --- /dev/null +++ b/.vim.local/vimrc @@ -0,0 +1,5 @@ +let g:vim_local = { + \ "vardata" : g:vim_local_path . "/data" +\ } + +let &wildignore=&wildignore . ',fd-*.h,*.gch' diff --git a/.vim.local/ycm_extra_conf.py b/.vim.local/ycm_extra_conf.py new file mode 100644 index 0000000..1567cb3 --- /dev/null +++ b/.vim.local/ycm_extra_conf.py @@ -0,0 +1,147 @@ +# This file is NOT licensed under the GPLv3, which is the license for the rest +# of YouCompleteMe. +# +# Here's the license text for this file: +# +# This is free and unencumbered software released into the public domain. +# +# Anyone is free to copy, modify, publish, use, compile, sell, or +# distribute this software, either in source code form or as a compiled +# binary, for any purpose, commercial or non-commercial, and by any +# means. +# +# In jurisdictions that recognize copyright laws, the author or authors +# of this software dedicate any and all copyright interest in the +# software to the public domain. We make this dedication for the benefit +# of the public at large and to the detriment of our heirs and +# successors. We intend this dedication to be an overt act of +# relinquishment in perpetuity of all present and future rights to this +# software under copyright law. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +# For more information, please refer to + +import os +import ycm_core + +# These are the compilation flags that will be used in case there's no +# compilation database set (by default, one is not set). +# CHANGE THIS LIST OF FLAGS. YES, THIS IS THE DROID YOU HAVE BEEN LOOKING FOR. +flags = [ + '-Wall', + '-Wextra', + '-Werror', + '-Wno-long-long', + '-Wno-variadic-macros', + '-fexceptions', + '-std=c++14', + '-x', + 'c++', + '-I','.', + '-I','imgui', + '-I','imguifs', + '-I','glm/glm', + '-I','picojson', + '-I','/usr/include/SDL2' +] + + +# Set this to the absolute path to the folder (NOT the file!) containing the +# compile_commands.json file to use that instead of 'flags'. See here for +# more details: http://clang.llvm.org/docs/JSONCompilationDatabase.html +# +# You can get CMake to generate this file for you by adding: +# set( CMAKE_EXPORT_COMPILE_COMMANDS 1 ) +# to your CMakeLists.txt file. +# +# Most projects will NOT need to set this to anything; you can just change the +# 'flags' list of compilation flags. Notice that YCM itself uses that approach. +compilation_database_folder = '' + +if os.path.exists( compilation_database_folder ): + database = ycm_core.CompilationDatabase( compilation_database_folder ) +else: + database = None + +SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ] + +def DirectoryOfThisScript(): + return os.path.dirname( os.path.dirname( os.path.abspath( __file__ ) ) ) + + +def MakeRelativePathsInFlagsAbsolute( flags, working_directory ): + if not working_directory: + return list( flags ) + new_flags = [] + make_next_absolute = False + path_flags = [ '-isystem', '-I', '-iquote', '--sysroot=' ] + for flag in flags: + new_flag = flag + + if make_next_absolute: + make_next_absolute = False + if not flag.startswith( '/' ): + new_flag = os.path.join( working_directory, flag ) + + for path_flag in path_flags: + if flag == path_flag: + make_next_absolute = True + break + + if flag.startswith( path_flag ): + path = flag[ len( path_flag ): ] + new_flag = path_flag + os.path.join( working_directory, path ) + break + + if new_flag: + new_flags.append( new_flag ) + return new_flags + + +def IsHeaderFile( filename ): + extension = os.path.splitext( filename )[ 1 ] + return extension in [ '.h', '.hxx', '.hpp', '.hh' ] + + +def GetCompilationInfoForFile( filename ): + # The compilation_commands.json file generated by CMake does not have entries + # for header files. So we do our best by asking the db for flags for a + # corresponding source file, if any. If one exists, the flags for that file + # should be good enough. + if IsHeaderFile( filename ): + basename = os.path.splitext( filename )[ 0 ] + for extension in SOURCE_EXTENSIONS: + replacement_file = basename + extension + if os.path.exists( replacement_file ): + compilation_info = database.GetCompilationInfoForFile( + replacement_file ) + if compilation_info.compiler_flags_: + return compilation_info + return None + return database.GetCompilationInfoForFile( filename ) + + +def FlagsForFile( filename, **kwargs ): + if database: + # Bear in mind that compilation_info.compiler_flags_ does NOT return a + # python list, but a "list-like" StringVec object + compilation_info = GetCompilationInfoForFile( filename ) + if not compilation_info: + return None + + final_flags = MakeRelativePathsInFlagsAbsolute( + compilation_info.compiler_flags_, + compilation_info.compiler_working_dir_ ) + + else: + relative_to = DirectoryOfThisScript() + final_flags = MakeRelativePathsInFlagsAbsolute( flags, relative_to ) + + return { 'flags': final_flags } diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cb5ffe7 --- /dev/null +++ b/Makefile @@ -0,0 +1,62 @@ +CXXFLAGS += $(shell sdl2-config --cflags) -std=c++14 -Wall +CFLAGS += $(shell sdl2-config --cflags) +CPPFLAGS += -I. -Iimgui -Iimguifs -Iglm -Ipicojson \ + -DREAL_BUILD -DGLM_ENABLE_EXPERIMENTAL +LIBS += $(shell sdl2-config --libs) -lGL -lGLEW -ldl + +FILEDUMPS = \ + fd-raymarcher.glsl.h + +IMGUI = imgui.o imgui_demo.o imgui_draw.o imguifs.o +EDITOR = \ + editor.o \ + imgui_impl_sdl.o \ + utilities.o \ + project.o \ + \ + mg-none.o \ + mg-fragment.o \ + \ + gfx-raymarcher.o + +EDITOR_DEPS = $(EDITOR:%.o=.%.d) + + +editor: $(EDITOR) $(IMGUI) + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o editor \ + $(EDITOR) $(IMGUI) $(LIBS) + +clean: + rm -f $(IMGUI) $(EDITOR) $(FILEDUMPS) editor externals.hh.gch + +fullclean: clean + rm -f $(EDITOR_DEPS) + +.PHONY: clean fullclean + + +$(FILEDUMPS): fd-%.h: % + xxd -i $< $@ + + +imgui.o: imgui/imgui.cpp + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< + +imgui_demo.o: imgui/imgui_demo.cpp + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< + +imgui_draw.o: imgui/imgui_draw.cpp + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< + +imguifs.o: imguifs/imguifilesystem.cpp imguifs/dirent_portable.h imguifs/imguifilesystem.h + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -include /usr/include/stdlib.h -c -o $@ $< + + +-include $(EDITOR_DEPS) + +$(EDITOR): %.o: %.cc externals.hh.gch | $(FILEDUMPS) + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -M -MF $(@:%.o=.%.d) -MT $@ $< + +externals.hh.gch: externals.hh + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< diff --git a/glm/.appveyor.yml b/glm/.appveyor.yml new file mode 100644 index 0000000..2380bc7 --- /dev/null +++ b/glm/.appveyor.yml @@ -0,0 +1,34 @@ +clone_folder: c:\dev\glm-cmake + +os: + - Visual Studio 2013 + +platform: + - x86 + - x86_64 + +build_script: +- md build_pure_11 +- cd build_pure_11 +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -DGLM_TEST_FORCE_PURE=ON .. +- cmake --build . --config Debug +- cmake --build . --config Release +- cd .. +- md build_simd_11 +- cd build_simd_11 +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON .. +- cmake --build . --config Debug +- cmake --build . --config Release +- cd .. +- md build_pure_98 +- cd build_pure_98 +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_FORCE_PURE=ON .. +- cmake --build . --config Debug +- cmake --build . --config Release +- cd .. +- md build_simd_98 +- cd build_simd_98 +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON .. +- cmake --build . --config Debug +- cmake --build . --config Release +- cd .. diff --git a/glm/.gitignore b/glm/.gitignore new file mode 100644 index 0000000..ec55f08 --- /dev/null +++ b/glm/.gitignore @@ -0,0 +1,54 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# CMake +CMakeCache.txt +CMakeFiles +cmake_install.cmake +install_manifest.txt +*.cmake +# ^ May need to add future .cmake files as exceptions + +# Test logs +Testing/* + +# Test input +test/gtc/*.dds + +# Project Files +Makefile +*.cbp +*.user + +# Misc. +*.log + +# local build(s) +build* + diff --git a/glm/.travis.yml b/glm/.travis.yml new file mode 100644 index 0000000..ff6e891 --- /dev/null +++ b/glm/.travis.yml @@ -0,0 +1,84 @@ +language: cpp + +os: + - linux + - osx + +matrix: + include: + - compiler: gcc + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.9 + env: COMPILER=g++-4.9 + - compiler: clang + addons: + apt: + sources: + - ubuntu-toolchain-r-test + - llvm-toolchain-precise-3.8 + packages: + - clang-3.8 + env: COMPILER=clang++-3.8 + +compiler: + - clang + +before_script: + +script: +- mkdir ./build_pure_11 +- cd ./build_pure_11 +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_11=ON -DGLM_TEST_FORCE_PURE=ON .. +- cmake --build . +- ctest +- cd .. +- mkdir ./build_pure_98 +- cd ./build_pure_98 +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_FORCE_PURE=ON .. +- cmake --build . +- ctest +- cd .. +- mkdir ./build_pure_11_debug +- cd ./build_pure_11_debug +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Debug -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_11=ON -DGLM_TEST_FORCE_PURE=ON .. +- cmake --build . +- ctest +- cd .. +- mkdir ./build_pure_98_debug +- cd ./build_pure_98_debug +- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Debug -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_FORCE_PURE=ON .. +- cmake --build . +- ctest +- cd .. +- mkdir ./build_simd_11 +- cd ./build_simd_11 +- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_11=ON -DGLM_TEST_ENABLE_SIMD_SSE3=ON ..; else cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_11=ON -DGLM_TEST_ENABLE_SIMD_AVX=ON ..; fi +- cmake --build . +- ctest +- cd .. +- mkdir ./build_simd_98 +- cd ./build_simd_98 +- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_ENABLE_SIMD_SSE3=ON ..; else cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_ENABLE_SIMD_AVX=ON ..; fi +- cmake --build . +- ctest +- cd .. +- mkdir ./build_simd_11_debug +- cd ./build_simd_11_debug +- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Debug -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_11=ON -DGLM_TEST_ENABLE_SIMD_SSE3=ON ..; else cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Debug -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_11=ON -DGLM_TEST_ENABLE_SIMD_AVX=ON ..; fi +- cmake --build . +- ctest +- cd .. +- mkdir ./build_simd_98_debug +- cd ./build_simd_98_debug +- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Debug -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_ENABLE_SIMD_SSE3=ON ..; else cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Debug -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_ENABLE_SIMD_AVX=ON ..; fi +- cmake --build . +- ctest +- cd .. + + + + diff --git a/glm/CMakeLists.txt b/glm/CMakeLists.txt new file mode 100644 index 0000000..f5c8755 --- /dev/null +++ b/glm/CMakeLists.txt @@ -0,0 +1,221 @@ +cmake_minimum_required(VERSION 2.6 FATAL_ERROR) +cmake_policy(VERSION 2.6) +if (NOT CMAKE_VERSION VERSION_LESS "3.1") + cmake_policy(SET CMP0054 NEW) +endif() + +project(glm) +set(GLM_VERSION "0.9.9") + +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + +include(GNUInstallDirs) +include(CMakePackageConfigHelpers) + +enable_testing() + +add_definitions(-D_CRT_SECURE_NO_WARNINGS) + +option(GLM_STATIC_LIBRARY_ENABLE "GLM static library" OFF) +if(GLM_STATIC_LIBRARY_ENABLE) + message(STATUS "GLM is a header only library, no need to build it. Set the option GLM_STATIC_LIBRARY_ENABLE with ON to build an optional static library") +endif() + +option(GLM_DYNAMIC_LIBRARY_ENABLE "GLM dynamic library" OFF) +if(GLM_DYNAMIC_LIBRARY_ENABLE) + message(STATUS "GLM is a header only library, no need to build it. Set the option GLM_DYNAMIC_LIBRARY_ENABLE with ON to build an optional dynamic library") +endif() + +option(GLM_INSTALL_ENABLE "GLM install" ON) + +option(GLM_TEST_ENABLE "GLM test" OFF) +if(NOT GLM_TEST_ENABLE) + message(STATUS "GLM is a header only library, no need to build it. Set the option GLM_TEST_ENABLE with ON to build and run the test bench") +endif() + +option(GLM_TEST_ENABLE_FAST_MATH "Enable fast math optimizations" OFF) + +if(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") OR (("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel") AND UNIX)) + option(GLM_TEST_ENABLE_CXX_98 "Enable C++ 98" OFF) + option(GLM_TEST_ENABLE_CXX_0X "Enable C++ 0x" OFF) + option(GLM_TEST_ENABLE_CXX_11 "Enable C++ 11" OFF) + option(GLM_TEST_ENABLE_CXX_1Y "Enable C++ 1y" OFF) + option(GLM_TEST_ENABLE_CXX_14 "Enable C++ 14" OFF) + option(GLM_TEST_ENABLE_CXX_1Z "Enable C++ 1z" OFF) + + if(GLM_TEST_ENABLE_CXX_1Z) + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD "c++1z") + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++") + set(CMAKE_CXX_FLAGS "-std=c++1Z") + elseif(GLM_TEST_ENABLE_CXX_14) + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD "c++14") + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++") + set(CMAKE_CXX_FLAGS "-std=c++14") + elseif(GLM_TEST_ENABLE_CXX_1Y) + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD "c++1y") + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++") + set(CMAKE_CXX_FLAGS "-std=c++1y") + elseif(GLM_TEST_ENABLE_CXX_11) + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD "c++11") + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++") + set(CMAKE_CXX_FLAGS "-std=c++11") + elseif(GLM_TEST_ENABLE_CXX_0X) + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD "c++0x") + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++") + set(CMAKE_CXX_FLAGS "-std=c++0x") + elseif(GLM_TEST_ENABLE_CXX_98) + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD "c++98") + set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++") + set(CMAKE_CXX_FLAGS "-std=c++98") + if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") + add_definitions(-Wno-long-long) + endif() + endif() +endif() + +option(GLM_TEST_ENABLE_LANG_EXTENSIONS "Enable language extensions" OFF) + +if(GLM_TEST_ENABLE_LANG_EXTENSIONS) + if(GLM_TEST_ENABLE_FAST_MATH) + if(CMAKE_COMPILER_IS_GNUCXX) + add_definitions(-ffast-math) + endif() + + if(MSVC) + add_definitions(/fp:fast) + endif() + elseif(NOT GLM_TEST_ENABLE_FAST_MATH) + if(MSVC) + add_definitions(/fp:precise) + endif() + endif() +else() + if(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") OR (("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel") AND WIN32)) + add_definitions(/Za) + elseif(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")) + add_definitions(-pedantic) + endif() +endif() + +if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") + add_definitions(/FAs) +endif() + +option(GLM_TEST_ENABLE_SIMD_SSE2 "Enable SSE2 optimizations" OFF) +option(GLM_TEST_ENABLE_SIMD_SSE3 "Enable SSE3 optimizations" OFF) +option(GLM_TEST_ENABLE_SIMD_AVX "Enable AVX optimizations" OFF) +option(GLM_TEST_ENABLE_SIMD_AVX2 "Enable AVX2 optimizations" OFF) +option(GLM_TEST_FORCE_PURE "Force 'pure' instructions" OFF) + +if(GLM_TEST_FORCE_PURE) + add_definitions(-DGLM_FORCE_PURE) + + if(CMAKE_COMPILER_IS_GNUCXX) + add_definitions(-mfpmath=387) + endif() + message(STATUS "GLM: No SIMD instruction set") +elseif(GLM_TEST_ENABLE_SIMD_AVX2) + if(CMAKE_COMPILER_IS_GNUCXX OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")) + add_definitions(-mavx2) + elseif(GLM_USE_INTEL) + add_definitions(/QxAVX2) + elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") + add_definitions(/arch:AVX2) + endif() + message(STATUS "GLM: AVX2 instruction set") +elseif(GLM_TEST_ENABLE_SIMD_AVX) + if(CMAKE_COMPILER_IS_GNUCXX OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")) + add_definitions(-mavx) + elseif(GLM_USE_INTEL) + add_definitions(/QxAVX) + elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") + add_definitions(/arch:AVX) + endif() + message(STATUS "GLM: AVX instruction set") +elseif(GLM_TEST_ENABLE_SIMD_SSE3) + if(CMAKE_COMPILER_IS_GNUCXX OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")) + add_definitions(-msse3) + elseif(GLM_USE_INTEL) + add_definitions(/QxSSE3) + elseif(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") AND NOT CMAKE_CL_64) + add_definitions(/arch:SSE2) # VC doesn't support /arch:SSE3 + endif() + message(STATUS "GLM: SSE3 instruction set") +elseif(GLM_TEST_ENABLE_SIMD_SSE2) + if(CMAKE_COMPILER_IS_GNUCXX OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")) + add_definitions(-msse2) + elseif(GLM_USE_INTEL) + add_definitions(/QxSSE2) + elseif(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") AND NOT CMAKE_CL_64) + add_definitions(/arch:SSE2) + endif() + message(STATUS "GLM: SSE2 instruction set") +endif() + +if(CMAKE_COMPILER_IS_GNUCXX) + #add_definitions(-S) + #add_definitions(-s) + add_definitions(-O2) + + #add_definitions(-fprofile-arcs -ftest-coverage) gcov + #ctest_enable_coverage() +endif() + +if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") + add_definitions(/FAs) +endif() + +include_directories("${PROJECT_SOURCE_DIR}") +include_directories("${PROJECT_SOURCE_DIR}/test/external") + +add_subdirectory(glm) +add_subdirectory(test) + +set(GLM_INSTALL_CONFIGDIR "${CMAKE_INSTALL_LIBDIR}/cmake/glm") +if (GLM_INSTALL_ENABLE) + install(DIRECTORY glm DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) +endif() + +write_basic_package_version_file("${CMAKE_CURRENT_BINARY_DIR}/glmConfigVersion.cmake" VERSION ${GLM_VERSION} COMPATIBILITY AnyNewerVersion) + +# build tree package config +configure_file(cmake/glmBuildConfig.cmake.in glmConfig.cmake @ONLY) + +# install tree package config +configure_package_config_file( + cmake/glmConfig.cmake.in + ${GLM_INSTALL_CONFIGDIR}/glmConfig.cmake + INSTALL_DESTINATION ${GLM_INSTALL_CONFIGDIR} + PATH_VARS CMAKE_INSTALL_INCLUDEDIR + NO_CHECK_REQUIRED_COMPONENTS_MACRO) + +if (GLM_INSTALL_ENABLE) + install(FILES + "${CMAKE_CURRENT_BINARY_DIR}/${GLM_INSTALL_CONFIGDIR}/glmConfig.cmake" + "${CMAKE_CURRENT_BINARY_DIR}/glmConfigVersion.cmake" + DESTINATION ${GLM_INSTALL_CONFIGDIR}) +endif() + +if (NOT CMAKE_VERSION VERSION_LESS "3.0") + add_library(glm INTERFACE) + target_include_directories(glm INTERFACE + $ + $) + install(TARGETS glm EXPORT glmTargets) + + export(EXPORT glmTargets FILE "${CMAKE_CURRENT_BINARY_DIR}/glmTargets.cmake") + + if (GLM_INSTALL_ENABLE) + install(EXPORT glmTargets FILE glmTargets.cmake DESTINATION ${GLM_INSTALL_CONFIGDIR}) + endif() +endif() + +# build pkg-config file +configure_file("./cmake/glm.pc.in" "glm.pc" @ONLY) + +# install pkg-config file +if (GLM_INSTALL_ENABLE) + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/glm.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") +endif() + +export(PACKAGE glm) diff --git a/glm/cmake/glm.pc.in b/glm/cmake/glm.pc.in new file mode 100644 index 0000000..fc5c7bb --- /dev/null +++ b/glm/cmake/glm.pc.in @@ -0,0 +1,7 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +includedir=${prefix}/include + +Name: GLM +Description: OpenGL Mathematics +Version: @GLM_VERSION@ +Cflags: -I${includedir} diff --git a/glm/cmake/glmBuildConfig.cmake.in b/glm/cmake/glmBuildConfig.cmake.in new file mode 100644 index 0000000..1258dea --- /dev/null +++ b/glm/cmake/glmBuildConfig.cmake.in @@ -0,0 +1,6 @@ +set(GLM_VERSION "@GLM_VERSION@") +set(GLM_INCLUDE_DIRS "@CMAKE_CURRENT_SOURCE_DIR@") + +if (NOT CMAKE_VERSION VERSION_LESS "3.0") + include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake") +endif() diff --git a/glm/cmake/glmConfig.cmake.in b/glm/cmake/glmConfig.cmake.in new file mode 100644 index 0000000..37d5ad8 --- /dev/null +++ b/glm/cmake/glmConfig.cmake.in @@ -0,0 +1,9 @@ +set(GLM_VERSION "@GLM_VERSION@") + +@PACKAGE_INIT@ + +set_and_check(GLM_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@") + +if (NOT CMAKE_VERSION VERSION_LESS "3.0") + include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake") +endif() diff --git a/glm/doc/api/a00001.html b/glm/doc/api/a00001.html new file mode 100644 index 0000000..1726123 --- /dev/null +++ b/glm/doc/api/a00001.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: _features.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_features.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file _features.hpp.

+
+ + + + diff --git a/glm/doc/api/a00001_source.html b/glm/doc/api/a00001_source.html new file mode 100644 index 0000000..3b72c3e --- /dev/null +++ b/glm/doc/api/a00001_source.html @@ -0,0 +1,496 @@ + + + + + + +0.9.9 API documenation: _features.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_features.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 // #define GLM_CXX98_EXCEPTIONS
+
7 // #define GLM_CXX98_RTTI
+
8 
+
9 // #define GLM_CXX11_RVALUE_REFERENCES
+
10 // Rvalue references - GCC 4.3
+
11 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
+
12 
+
13 // GLM_CXX11_TRAILING_RETURN
+
14 // Rvalue references for *this - GCC not supported
+
15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
+
16 
+
17 // GLM_CXX11_NONSTATIC_MEMBER_INIT
+
18 // Initialization of class objects by rvalues - GCC any
+
19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html
+
20 
+
21 // GLM_CXX11_NONSTATIC_MEMBER_INIT
+
22 // Non-static data member initializers - GCC 4.7
+
23 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm
+
24 
+
25 // #define GLM_CXX11_VARIADIC_TEMPLATE
+
26 // Variadic templates - GCC 4.3
+
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf
+
28 
+
29 //
+
30 // Extending variadic template template parameters - GCC 4.4
+
31 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2555.pdf
+
32 
+
33 // #define GLM_CXX11_GENERALIZED_INITIALIZERS
+
34 // Initializer lists - GCC 4.4
+
35 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm
+
36 
+
37 // #define GLM_CXX11_STATIC_ASSERT
+
38 // Static assertions - GCC 4.3
+
39 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
+
40 
+
41 // #define GLM_CXX11_AUTO_TYPE
+
42 // auto-typed variables - GCC 4.4
+
43 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf
+
44 
+
45 // #define GLM_CXX11_AUTO_TYPE
+
46 // Multi-declarator auto - GCC 4.4
+
47 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf
+
48 
+
49 // #define GLM_CXX11_AUTO_TYPE
+
50 // Removal of auto as a storage-class specifier - GCC 4.4
+
51 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2546.htm
+
52 
+
53 // #define GLM_CXX11_AUTO_TYPE
+
54 // New function declarator syntax - GCC 4.4
+
55 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm
+
56 
+
57 // #define GLM_CXX11_LAMBDAS
+
58 // New wording for C++0x lambdas - GCC 4.5
+
59 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2927.pdf
+
60 
+
61 // #define GLM_CXX11_DECLTYPE
+
62 // Declared type of an expression - GCC 4.3
+
63 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
+
64 
+
65 //
+
66 // Right angle brackets - GCC 4.3
+
67 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
+
68 
+
69 //
+
70 // Default template arguments for function templates DR226 GCC 4.3
+
71 // http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#226
+
72 
+
73 //
+
74 // Solving the SFINAE problem for expressions DR339 GCC 4.4
+
75 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2634.html
+
76 
+
77 // #define GLM_CXX11_ALIAS_TEMPLATE
+
78 // Template aliases N2258 GCC 4.7
+
79 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2258.pdf
+
80 
+
81 //
+
82 // Extern templates N1987 Yes
+
83 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
+
84 
+
85 // #define GLM_CXX11_NULLPTR
+
86 // Null pointer constant N2431 GCC 4.6
+
87 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf
+
88 
+
89 // #define GLM_CXX11_STRONG_ENUMS
+
90 // Strongly-typed enums N2347 GCC 4.4
+
91 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2347.pdf
+
92 
+
93 //
+
94 // Forward declarations for enums N2764 GCC 4.6
+
95 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf
+
96 
+
97 //
+
98 // Generalized attributes N2761 GCC 4.8
+
99 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf
+
100 
+
101 //
+
102 // Generalized constant expressions N2235 GCC 4.6
+
103 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2235.pdf
+
104 
+
105 //
+
106 // Alignment support N2341 GCC 4.8
+
107 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2341.pdf
+
108 
+
109 // #define GLM_CXX11_DELEGATING_CONSTRUCTORS
+
110 // Delegating constructors N1986 GCC 4.7
+
111 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf
+
112 
+
113 //
+
114 // Inheriting constructors N2540 GCC 4.8
+
115 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2540.htm
+
116 
+
117 // #define GLM_CXX11_EXPLICIT_CONVERSIONS
+
118 // Explicit conversion operators N2437 GCC 4.5
+
119 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf
+
120 
+
121 //
+
122 // New character types N2249 GCC 4.4
+
123 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2249.html
+
124 
+
125 //
+
126 // Unicode string literals N2442 GCC 4.5
+
127 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.htm
+
128 
+
129 //
+
130 // Raw string literals N2442 GCC 4.5
+
131 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.htm
+
132 
+
133 //
+
134 // Universal character name literals N2170 GCC 4.5
+
135 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2170.html
+
136 
+
137 // #define GLM_CXX11_USER_LITERALS
+
138 // User-defined literals N2765 GCC 4.7
+
139 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2765.pdf
+
140 
+
141 //
+
142 // Standard Layout Types N2342 GCC 4.5
+
143 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2342.htm
+
144 
+
145 // #define GLM_CXX11_DEFAULTED_FUNCTIONS
+
146 // #define GLM_CXX11_DELETED_FUNCTIONS
+
147 // Defaulted and deleted functions N2346 GCC 4.4
+
148 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm
+
149 
+
150 //
+
151 // Extended friend declarations N1791 GCC 4.7
+
152 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1791.pdf
+
153 
+
154 //
+
155 // Extending sizeof N2253 GCC 4.4
+
156 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2253.html
+
157 
+
158 // #define GLM_CXX11_INLINE_NAMESPACES
+
159 // Inline namespaces N2535 GCC 4.4
+
160 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2535.htm
+
161 
+
162 // #define GLM_CXX11_UNRESTRICTED_UNIONS
+
163 // Unrestricted unions N2544 GCC 4.6
+
164 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2544.pdf
+
165 
+
166 // #define GLM_CXX11_LOCAL_TYPE_TEMPLATE_ARGS
+
167 // Local and unnamed types as template arguments N2657 GCC 4.5
+
168 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm
+
169 
+
170 // #define GLM_CXX11_RANGE_FOR
+
171 // Range-based for N2930 GCC 4.6
+
172 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2930.html
+
173 
+
174 // #define GLM_CXX11_OVERRIDE_CONTROL
+
175 // Explicit virtual overrides N2928 N3206 N3272 GCC 4.7
+
176 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm
+
177 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm
+
178 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm
+
179 
+
180 //
+
181 // Minimal support for garbage collection and reachability-based leak detection N2670 No
+
182 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2670.htm
+
183 
+
184 // #define GLM_CXX11_NOEXCEPT
+
185 // Allowing move constructors to throw [noexcept] N3050 GCC 4.6 (core language only)
+
186 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html
+
187 
+
188 //
+
189 // Defining move special member functions N3053 GCC 4.6
+
190 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html
+
191 
+
192 //
+
193 // Sequence points N2239 Yes
+
194 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2239.html
+
195 
+
196 //
+
197 // Atomic operations N2427 GCC 4.4
+
198 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2239.html
+
199 
+
200 //
+
201 // Strong Compare and Exchange N2748 GCC 4.5
+
202 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html
+
203 
+
204 //
+
205 // Bidirectional Fences N2752 GCC 4.8
+
206 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2752.htm
+
207 
+
208 //
+
209 // Memory model N2429 GCC 4.8
+
210 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2429.htm
+
211 
+
212 //
+
213 // Data-dependency ordering: atomics and memory model N2664 GCC 4.4
+
214 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2664.htm
+
215 
+
216 //
+
217 // Propagating exceptions N2179 GCC 4.4
+
218 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html
+
219 
+
220 //
+
221 // Abandoning a process and at_quick_exit N2440 GCC 4.8
+
222 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2440.htm
+
223 
+
224 //
+
225 // Allow atomics use in signal handlers N2547 Yes
+
226 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2547.htm
+
227 
+
228 //
+
229 // Thread-local storage N2659 GCC 4.8
+
230 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2659.htm
+
231 
+
232 //
+
233 // Dynamic initialization and destruction with concurrency N2660 GCC 4.3
+
234 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2660.htm
+
235 
+
236 //
+
237 // __func__ predefined identifier N2340 GCC 4.3
+
238 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2340.htm
+
239 
+
240 //
+
241 // C99 preprocessor N1653 GCC 4.3
+
242 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1653.htm
+
243 
+
244 //
+
245 // long long N1811 GCC 4.3
+
246 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1811.pdf
+
247 
+
248 //
+
249 // Extended integral types N1988 Yes
+
250 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1988.pdf
+
251 
+
252 #if(GLM_COMPILER & GLM_COMPILER_GCC)
+
253 
+
254 # if(GLM_COMPILER >= GLM_COMPILER_GCC43)
+
255 # define GLM_CXX11_STATIC_ASSERT
+
256 # endif
+
257 
+
258 #elif(GLM_COMPILER & GLM_COMPILER_CLANG)
+
259 # if(__has_feature(cxx_exceptions))
+
260 # define GLM_CXX98_EXCEPTIONS
+
261 # endif
+
262 
+
263 # if(__has_feature(cxx_rtti))
+
264 # define GLM_CXX98_RTTI
+
265 # endif
+
266 
+
267 # if(__has_feature(cxx_access_control_sfinae))
+
268 # define GLM_CXX11_ACCESS_CONTROL_SFINAE
+
269 # endif
+
270 
+
271 # if(__has_feature(cxx_alias_templates))
+
272 # define GLM_CXX11_ALIAS_TEMPLATE
+
273 # endif
+
274 
+
275 # if(__has_feature(cxx_alignas))
+
276 # define GLM_CXX11_ALIGNAS
+
277 # endif
+
278 
+
279 # if(__has_feature(cxx_attributes))
+
280 # define GLM_CXX11_ATTRIBUTES
+
281 # endif
+
282 
+
283 # if(__has_feature(cxx_constexpr))
+
284 # define GLM_CXX11_CONSTEXPR
+
285 # endif
+
286 
+
287 # if(__has_feature(cxx_decltype))
+
288 # define GLM_CXX11_DECLTYPE
+
289 # endif
+
290 
+
291 # if(__has_feature(cxx_default_function_template_args))
+
292 # define GLM_CXX11_DEFAULT_FUNCTION_TEMPLATE_ARGS
+
293 # endif
+
294 
+
295 # if(__has_feature(cxx_defaulted_functions))
+
296 # define GLM_CXX11_DEFAULTED_FUNCTIONS
+
297 # endif
+
298 
+
299 # if(__has_feature(cxx_delegating_constructors))
+
300 # define GLM_CXX11_DELEGATING_CONSTRUCTORS
+
301 # endif
+
302 
+
303 # if(__has_feature(cxx_deleted_functions))
+
304 # define GLM_CXX11_DELETED_FUNCTIONS
+
305 # endif
+
306 
+
307 # if(__has_feature(cxx_explicit_conversions))
+
308 # define GLM_CXX11_EXPLICIT_CONVERSIONS
+
309 # endif
+
310 
+
311 # if(__has_feature(cxx_generalized_initializers))
+
312 # define GLM_CXX11_GENERALIZED_INITIALIZERS
+
313 # endif
+
314 
+
315 # if(__has_feature(cxx_implicit_moves))
+
316 # define GLM_CXX11_IMPLICIT_MOVES
+
317 # endif
+
318 
+
319 # if(__has_feature(cxx_inheriting_constructors))
+
320 # define GLM_CXX11_INHERITING_CONSTRUCTORS
+
321 # endif
+
322 
+
323 # if(__has_feature(cxx_inline_namespaces))
+
324 # define GLM_CXX11_INLINE_NAMESPACES
+
325 # endif
+
326 
+
327 # if(__has_feature(cxx_lambdas))
+
328 # define GLM_CXX11_LAMBDAS
+
329 # endif
+
330 
+
331 # if(__has_feature(cxx_local_type_template_args))
+
332 # define GLM_CXX11_LOCAL_TYPE_TEMPLATE_ARGS
+
333 # endif
+
334 
+
335 # if(__has_feature(cxx_noexcept))
+
336 # define GLM_CXX11_NOEXCEPT
+
337 # endif
+
338 
+
339 # if(__has_feature(cxx_nonstatic_member_init))
+
340 # define GLM_CXX11_NONSTATIC_MEMBER_INIT
+
341 # endif
+
342 
+
343 # if(__has_feature(cxx_nullptr))
+
344 # define GLM_CXX11_NULLPTR
+
345 # endif
+
346 
+
347 # if(__has_feature(cxx_override_control))
+
348 # define GLM_CXX11_OVERRIDE_CONTROL
+
349 # endif
+
350 
+
351 # if(__has_feature(cxx_reference_qualified_functions))
+
352 # define GLM_CXX11_REFERENCE_QUALIFIED_FUNCTIONS
+
353 # endif
+
354 
+
355 # if(__has_feature(cxx_range_for))
+
356 # define GLM_CXX11_RANGE_FOR
+
357 # endif
+
358 
+
359 # if(__has_feature(cxx_raw_string_literals))
+
360 # define GLM_CXX11_RAW_STRING_LITERALS
+
361 # endif
+
362 
+
363 # if(__has_feature(cxx_rvalue_references))
+
364 # define GLM_CXX11_RVALUE_REFERENCES
+
365 # endif
+
366 
+
367 # if(__has_feature(cxx_static_assert))
+
368 # define GLM_CXX11_STATIC_ASSERT
+
369 # endif
+
370 
+
371 # if(__has_feature(cxx_auto_type))
+
372 # define GLM_CXX11_AUTO_TYPE
+
373 # endif
+
374 
+
375 # if(__has_feature(cxx_strong_enums))
+
376 # define GLM_CXX11_STRONG_ENUMS
+
377 # endif
+
378 
+
379 # if(__has_feature(cxx_trailing_return))
+
380 # define GLM_CXX11_TRAILING_RETURN
+
381 # endif
+
382 
+
383 # if(__has_feature(cxx_unicode_literals))
+
384 # define GLM_CXX11_UNICODE_LITERALS
+
385 # endif
+
386 
+
387 # if(__has_feature(cxx_unrestricted_unions))
+
388 # define GLM_CXX11_UNRESTRICTED_UNIONS
+
389 # endif
+
390 
+
391 # if(__has_feature(cxx_user_literals))
+
392 # define GLM_CXX11_USER_LITERALS
+
393 # endif
+
394 
+
395 # if(__has_feature(cxx_variadic_templates))
+
396 # define GLM_CXX11_VARIADIC_TEMPLATES
+
397 # endif
+
398 
+
399 #endif//(GLM_COMPILER & GLM_COMPILER_CLANG)
+
+ + + + diff --git a/glm/doc/api/a00002.html b/glm/doc/api/a00002.html new file mode 100644 index 0000000..ced0757 --- /dev/null +++ b/glm/doc/api/a00002.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: _fixes.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_fixes.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file _fixes.hpp.

+
+ + + + diff --git a/glm/doc/api/a00002_source.html b/glm/doc/api/a00002_source.html new file mode 100644 index 0000000..bd12583 --- /dev/null +++ b/glm/doc/api/a00002_source.html @@ -0,0 +1,122 @@ + + + + + + +0.9.9 API documenation: _fixes.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_fixes.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #include <cmath>
+
5 
+
7 #ifdef max
+
8 #undef max
+
9 #endif
+
10 
+
12 #ifdef min
+
13 #undef min
+
14 #endif
+
15 
+
17 #ifdef isnan
+
18 #undef isnan
+
19 #endif
+
20 
+
22 #ifdef isinf
+
23 #undef isinf
+
24 #endif
+
25 
+
27 #ifdef log2
+
28 #undef log2
+
29 #endif
+
30 
+
+ + + + diff --git a/glm/doc/api/a00003.html b/glm/doc/api/a00003.html new file mode 100644 index 0000000..ce30f58 --- /dev/null +++ b/glm/doc/api/a00003.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: _noise.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_noise.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file _noise.hpp.

+
+ + + + diff --git a/glm/doc/api/a00003_source.html b/glm/doc/api/a00003_source.html new file mode 100644 index 0000000..408fb9f --- /dev/null +++ b/glm/doc/api/a00003_source.html @@ -0,0 +1,206 @@ + + + + + + +0.9.9 API documenation: _noise.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_noise.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../vec2.hpp"
+
7 #include "../vec3.hpp"
+
8 #include "../vec4.hpp"
+
9 #include "../common.hpp"
+
10 
+
11 namespace glm{
+
12 namespace detail
+
13 {
+
14  template <typename T>
+
15  GLM_FUNC_QUALIFIER T mod289(T const & x)
+
16  {
+
17  return x - floor(x * static_cast<T>(1.0) / static_cast<T>(289.0)) * static_cast<T>(289.0);
+
18  }
+
19 
+
20  template <typename T>
+
21  GLM_FUNC_QUALIFIER T permute(T const & x)
+
22  {
+
23  return mod289(((x * static_cast<T>(34)) + static_cast<T>(1)) * x);
+
24  }
+
25 
+
26  template <typename T, precision P>
+
27  GLM_FUNC_QUALIFIER tvec2<T, P> permute(tvec2<T, P> const & x)
+
28  {
+
29  return mod289(((x * static_cast<T>(34)) + static_cast<T>(1)) * x);
+
30  }
+
31 
+
32  template <typename T, precision P>
+
33  GLM_FUNC_QUALIFIER tvec3<T, P> permute(tvec3<T, P> const & x)
+
34  {
+
35  return mod289(((x * static_cast<T>(34)) + static_cast<T>(1)) * x);
+
36  }
+
37 
+
38  template <typename T, precision P>
+
39  GLM_FUNC_QUALIFIER tvec4<T, P> permute(tvec4<T, P> const & x)
+
40  {
+
41  return mod289(((x * static_cast<T>(34)) + static_cast<T>(1)) * x);
+
42  }
+
43 /*
+
44  template <typename T, precision P, template<typename> class vecType>
+
45  GLM_FUNC_QUALIFIER vecType<T, P> permute(vecType<T, P> const & x)
+
46  {
+
47  return mod289(((x * T(34)) + T(1)) * x);
+
48  }
+
49 */
+
50  template <typename T>
+
51  GLM_FUNC_QUALIFIER T taylorInvSqrt(T const & r)
+
52  {
+
53  return T(1.79284291400159) - T(0.85373472095314) * r;
+
54  }
+
55 
+
56  template <typename T, precision P>
+
57  GLM_FUNC_QUALIFIER tvec2<T, P> taylorInvSqrt(tvec2<T, P> const & r)
+
58  {
+
59  return T(1.79284291400159) - T(0.85373472095314) * r;
+
60  }
+
61 
+
62  template <typename T, precision P>
+
63  GLM_FUNC_QUALIFIER tvec3<T, P> taylorInvSqrt(tvec3<T, P> const & r)
+
64  {
+
65  return T(1.79284291400159) - T(0.85373472095314) * r;
+
66  }
+
67 
+
68  template <typename T, precision P>
+
69  GLM_FUNC_QUALIFIER tvec4<T, P> taylorInvSqrt(tvec4<T, P> const & r)
+
70  {
+
71  return T(1.79284291400159) - T(0.85373472095314) * r;
+
72  }
+
73 /*
+
74  template <typename T, precision P, template<typename> class vecType>
+
75  GLM_FUNC_QUALIFIER vecType<T, P> taylorInvSqrt(vecType<T, P> const & r)
+
76  {
+
77  return T(1.79284291400159) - T(0.85373472095314) * r;
+
78  }
+
79 */
+
80 
+
81  template <typename T, precision P>
+
82  GLM_FUNC_QUALIFIER tvec2<T, P> fade(tvec2<T, P> const & t)
+
83  {
+
84  return (t * t * t) * (t * (t * T(6) - T(15)) + T(10));
+
85  }
+
86 
+
87  template <typename T, precision P>
+
88  GLM_FUNC_QUALIFIER tvec3<T, P> fade(tvec3<T, P> const & t)
+
89  {
+
90  return (t * t * t) * (t * (t * T(6) - T(15)) + T(10));
+
91  }
+
92 
+
93  template <typename T, precision P>
+
94  GLM_FUNC_QUALIFIER tvec4<T, P> fade(tvec4<T, P> const & t)
+
95  {
+
96  return (t * t * t) * (t * (t * T(6) - T(15)) + T(10));
+
97  }
+
98 /*
+
99  template <typename T, precision P, template <typename> class vecType>
+
100  GLM_FUNC_QUALIFIER vecType<T, P> fade(vecType<T, P> const & t)
+
101  {
+
102  return (t * t * t) * (t * (t * T(6) - T(15)) + T(10));
+
103  }
+
104 */
+
105 }//namespace detail
+
106 }//namespace glm
+
107 
+
GLM_FUNC_DECL vecType< T, P > floor(vecType< T, P > const &x)
Returns a value equal to the nearest integer that is less then or equal to x.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00004.html b/glm/doc/api/a00004.html new file mode 100644 index 0000000..ffa8b2c --- /dev/null +++ b/glm/doc/api/a00004.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: _swizzle.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_swizzle.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file _swizzle.hpp.

+
+ + + + diff --git a/glm/doc/api/a00004_source.html b/glm/doc/api/a00004_source.html new file mode 100644 index 0000000..3e79a95 --- /dev/null +++ b/glm/doc/api/a00004_source.html @@ -0,0 +1,896 @@ + + + + + + +0.9.9 API documenation: _swizzle.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_swizzle.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 namespace glm{
+
7 namespace detail
+
8 {
+
9  // Internal class for implementing swizzle operators
+
10  template <typename T, int N>
+
11  struct _swizzle_base0
+
12  {
+
13  protected:
+
14  GLM_FUNC_QUALIFIER T& elem(size_t i){ return (reinterpret_cast<T*>(_buffer))[i]; }
+
15  GLM_FUNC_QUALIFIER T const& elem(size_t i) const{ return (reinterpret_cast<const T*>(_buffer))[i]; }
+
16 
+
17  // Use an opaque buffer to *ensure* the compiler doesn't call a constructor.
+
18  // The size 1 buffer is assumed to aligned to the actual members so that the
+
19  // elem()
+
20  char _buffer[1];
+
21  };
+
22 
+
23  template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, bool Aligned>
+
24  struct _swizzle_base1 : public _swizzle_base0<T, N>
+
25  {
+
26  };
+
27 
+
28  template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, bool Aligned>
+
29  struct _swizzle_base1<2, T, P, vecType, E0,E1,-1,-2, Aligned> : public _swizzle_base0<T, 2>
+
30  {
+
31  GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this->elem(E1)); }
+
32  };
+
33 
+
34  template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, bool Aligned>
+
35  struct _swizzle_base1<3, T, P, vecType, E0,E1,E2,-1, Aligned> : public _swizzle_base0<T, 3>
+
36  {
+
37  GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this->elem(E1), this->elem(E2)); }
+
38  };
+
39 
+
40  template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, bool Aligned>
+
41  struct _swizzle_base1<4, T, P, vecType, E0,E1,E2,E3, Aligned> : public _swizzle_base0<T, 4>
+
42  {
+
43  GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3)); }
+
44  };
+
45 
+
46  // Internal class for implementing swizzle operators
+
47  /*
+
48  Template parameters:
+
49 
+
50  ValueType = type of scalar values (e.g. float, double)
+
51  VecType = class the swizzle is applies to (e.g. tvec3<float>)
+
52  N = number of components in the vector (e.g. 3)
+
53  E0...3 = what index the n-th element of this swizzle refers to in the unswizzled vec
+
54 
+
55  DUPLICATE_ELEMENTS = 1 if there is a repeated element, 0 otherwise (used to specialize swizzles
+
56  containing duplicate elements so that they cannot be used as r-values).
+
57  */
+
58  template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
+
59  struct _swizzle_base2 : public _swizzle_base1<N, T, P, vecType, E0,E1,E2,E3, detail::is_aligned<P>::value>
+
60  {
+
61  GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const T& t)
+
62  {
+
63  for (int i = 0; i < N; ++i)
+
64  (*this)[i] = t;
+
65  return *this;
+
66  }
+
67 
+
68  GLM_FUNC_QUALIFIER _swizzle_base2& operator= (vecType<T, P> const& that)
+
69  {
+
70  struct op {
+
71  GLM_FUNC_QUALIFIER void operator() (T& e, T& t) { e = t; }
+
72  };
+
73  _apply_op(that, op());
+
74  return *this;
+
75  }
+
76 
+
77  GLM_FUNC_QUALIFIER void operator -= (vecType<T, P> const& that)
+
78  {
+
79  struct op {
+
80  GLM_FUNC_QUALIFIER void operator() (T& e, T& t) { e -= t; }
+
81  };
+
82  _apply_op(that, op());
+
83  }
+
84 
+
85  GLM_FUNC_QUALIFIER void operator += (vecType<T, P> const& that)
+
86  {
+
87  struct op {
+
88  GLM_FUNC_QUALIFIER void operator() (T& e, T& t) { e += t; }
+
89  };
+
90  _apply_op(that, op());
+
91  }
+
92 
+
93  GLM_FUNC_QUALIFIER void operator *= (vecType<T, P> const& that)
+
94  {
+
95  struct op {
+
96  GLM_FUNC_QUALIFIER void operator() (T& e, T& t) { e *= t; }
+
97  };
+
98  _apply_op(that, op());
+
99  }
+
100 
+
101  GLM_FUNC_QUALIFIER void operator /= (vecType<T, P> const& that)
+
102  {
+
103  struct op {
+
104  GLM_FUNC_QUALIFIER void operator() (T& e, T& t) { e /= t; }
+
105  };
+
106  _apply_op(that, op());
+
107  }
+
108 
+
109  GLM_FUNC_QUALIFIER T& operator[](size_t i)
+
110  {
+
111  const int offset_dst[4] = { E0, E1, E2, E3 };
+
112  return this->elem(offset_dst[i]);
+
113  }
+
114  GLM_FUNC_QUALIFIER T operator[](size_t i) const
+
115  {
+
116  const int offset_dst[4] = { E0, E1, E2, E3 };
+
117  return this->elem(offset_dst[i]);
+
118  }
+
119 
+
120  protected:
+
121  template <typename U>
+
122  GLM_FUNC_QUALIFIER void _apply_op(vecType<T, P> const& that, U op)
+
123  {
+
124  // Make a copy of the data in this == &that.
+
125  // The copier should optimize out the copy in cases where the function is
+
126  // properly inlined and the copy is not necessary.
+
127  T t[N];
+
128  for (int i = 0; i < N; ++i)
+
129  t[i] = that[i];
+
130  for (int i = 0; i < N; ++i)
+
131  op( (*this)[i], t[i] );
+
132  }
+
133  };
+
134 
+
135  // Specialization for swizzles containing duplicate elements. These cannot be modified.
+
136  template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3>
+
137  struct _swizzle_base2<N, T, P, vecType, E0,E1,E2,E3, 1> : public _swizzle_base1<N, T, P, vecType, E0,E1,E2,E3, detail::is_aligned<P>::value>
+
138  {
+
139  struct Stub {};
+
140 
+
141  GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const &) { return *this; }
+
142 
+
143  GLM_FUNC_QUALIFIER T operator[] (size_t i) const
+
144  {
+
145  const int offset_dst[4] = { E0, E1, E2, E3 };
+
146  return this->elem(offset_dst[i]);
+
147  }
+
148  };
+
149 
+
150  template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3>
+
151  struct _swizzle : public _swizzle_base2<N, T, P, vecType, E0, E1, E2, E3, (E0 == E1 || E0 == E2 || E0 == E3 || E1 == E2 || E1 == E3 || E2 == E3)>
+
152  {
+
153  typedef _swizzle_base2<N, T, P, vecType, E0, E1, E2, E3, (E0 == E1 || E0 == E2 || E0 == E3 || E1 == E2 || E1 == E3 || E2 == E3)> base_type;
+
154 
+
155  using base_type::operator=;
+
156 
+
157  GLM_FUNC_QUALIFIER operator vecType<T, P> () const { return (*this)(); }
+
158  };
+
159 
+
160 //
+
161 // To prevent the C++ syntax from getting entirely overwhelming, define some alias macros
+
162 //
+
163 #define _GLM_SWIZZLE_TEMPLATE1 template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3>
+
164 #define _GLM_SWIZZLE_TEMPLATE2 template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, int F0, int F1, int F2, int F3>
+
165 #define _GLM_SWIZZLE_TYPE1 _swizzle<N, T, P, vecType, E0, E1, E2, E3>
+
166 #define _GLM_SWIZZLE_TYPE2 _swizzle<N, T, P, vecType, F0, F1, F2, F3>
+
167 
+
168 //
+
169 // Wrapper for a binary operator (e.g. u.yy + v.zy)
+
170 //
+
171 #define _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) \
+
172  _GLM_SWIZZLE_TEMPLATE2 \
+
173  GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE2& b) \
+
174  { \
+
175  return a() OPERAND b(); \
+
176  } \
+
177  _GLM_SWIZZLE_TEMPLATE1 \
+
178  GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const vecType<T, P>& b) \
+
179  { \
+
180  return a() OPERAND b; \
+
181  } \
+
182  _GLM_SWIZZLE_TEMPLATE1 \
+
183  GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const vecType<T, P>& a, const _GLM_SWIZZLE_TYPE1& b) \
+
184  { \
+
185  return a OPERAND b(); \
+
186  }
+
187 
+
188 //
+
189 // Wrapper for a operand between a swizzle and a binary (e.g. 1.0f - u.xyz)
+
190 //
+
191 #define _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) \
+
192  _GLM_SWIZZLE_TEMPLATE1 \
+
193  GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const T& b) \
+
194  { \
+
195  return a() OPERAND b; \
+
196  } \
+
197  _GLM_SWIZZLE_TEMPLATE1 \
+
198  GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const T& a, const _GLM_SWIZZLE_TYPE1& b) \
+
199  { \
+
200  return a OPERAND b(); \
+
201  }
+
202 
+
203 //
+
204 // Macro for wrapping a function taking one argument (e.g. abs())
+
205 //
+
206 #define _GLM_SWIZZLE_FUNCTION_1_ARGS(RETURN_TYPE,FUNCTION) \
+
207  _GLM_SWIZZLE_TEMPLATE1 \
+
208  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a) \
+
209  { \
+
210  return FUNCTION(a()); \
+
211  }
+
212 
+
213 //
+
214 // Macro for wrapping a function taking two vector arguments (e.g. dot()).
+
215 //
+
216 #define _GLM_SWIZZLE_FUNCTION_2_ARGS(RETURN_TYPE,FUNCTION) \
+
217  _GLM_SWIZZLE_TEMPLATE2 \
+
218  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE2& b) \
+
219  { \
+
220  return FUNCTION(a(), b()); \
+
221  } \
+
222  _GLM_SWIZZLE_TEMPLATE1 \
+
223  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE1& b) \
+
224  { \
+
225  return FUNCTION(a(), b()); \
+
226  } \
+
227  _GLM_SWIZZLE_TEMPLATE1 \
+
228  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const typename V& b) \
+
229  { \
+
230  return FUNCTION(a(), b); \
+
231  } \
+
232  _GLM_SWIZZLE_TEMPLATE1 \
+
233  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const V& a, const _GLM_SWIZZLE_TYPE1& b) \
+
234  { \
+
235  return FUNCTION(a, b()); \
+
236  }
+
237 
+
238 //
+
239 // Macro for wrapping a function take 2 vec arguments followed by a scalar (e.g. mix()).
+
240 //
+
241 #define _GLM_SWIZZLE_FUNCTION_2_ARGS_SCALAR(RETURN_TYPE,FUNCTION) \
+
242  _GLM_SWIZZLE_TEMPLATE2 \
+
243  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE2& b, const T& c) \
+
244  { \
+
245  return FUNCTION(a(), b(), c); \
+
246  } \
+
247  _GLM_SWIZZLE_TEMPLATE1 \
+
248  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE1& b, const T& c) \
+
249  { \
+
250  return FUNCTION(a(), b(), c); \
+
251  } \
+
252  _GLM_SWIZZLE_TEMPLATE1 \
+
253  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const typename S0::vec_type& b, const T& c)\
+
254  { \
+
255  return FUNCTION(a(), b, c); \
+
256  } \
+
257  _GLM_SWIZZLE_TEMPLATE1 \
+
258  GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const typename V& a, const _GLM_SWIZZLE_TYPE1& b, const T& c) \
+
259  { \
+
260  return FUNCTION(a, b(), c); \
+
261  }
+
262 
+
263 }//namespace detail
+
264 }//namespace glm
+
265 
+
266 namespace glm
+
267 {
+
268  namespace detail
+
269  {
+
270  _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(-)
+
271  _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(*)
+
272  _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(+)
+
273  _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(-)
+
274  _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(*)
+
275  _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(/)
+
276  }
+
277 
+
278  //
+
279  // Swizzles are distinct types from the unswizzled type. The below macros will
+
280  // provide template specializations for the swizzle types for the given functions
+
281  // so that the compiler does not have any ambiguity to choosing how to handle
+
282  // the function.
+
283  //
+
284  // The alternative is to use the operator()() when calling the function in order
+
285  // to explicitly convert the swizzled type to the unswizzled type.
+
286  //
+
287 
+
288  //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, abs);
+
289  //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, acos);
+
290  //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, acosh);
+
291  //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, all);
+
292  //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, any);
+
293 
+
294  //_GLM_SWIZZLE_FUNCTION_2_ARGS(value_type, dot);
+
295  //_GLM_SWIZZLE_FUNCTION_2_ARGS(vec_type, cross);
+
296  //_GLM_SWIZZLE_FUNCTION_2_ARGS(vec_type, step);
+
297  //_GLM_SWIZZLE_FUNCTION_2_ARGS_SCALAR(vec_type, mix);
+
298 }
+
299 
+
300 #define _GLM_SWIZZLE2_2_MEMBERS(T, P, V, E0,E1) \
+
301  struct { detail::_swizzle<2, T, P, V, 0,0,-1,-2> E0 ## E0; }; \
+
302  struct { detail::_swizzle<2, T, P, V, 0,1,-1,-2> E0 ## E1; }; \
+
303  struct { detail::_swizzle<2, T, P, V, 1,0,-1,-2> E1 ## E0; }; \
+
304  struct { detail::_swizzle<2, T, P, V, 1,1,-1,-2> E1 ## E1; };
+
305 
+
306 #define _GLM_SWIZZLE2_3_MEMBERS(T, P, V, E0,E1) \
+
307  struct { detail::_swizzle<3,T, P, V, 0,0,0,-1> E0 ## E0 ## E0; }; \
+
308  struct { detail::_swizzle<3,T, P, V, 0,0,1,-1> E0 ## E0 ## E1; }; \
+
309  struct { detail::_swizzle<3,T, P, V, 0,1,0,-1> E0 ## E1 ## E0; }; \
+
310  struct { detail::_swizzle<3,T, P, V, 0,1,1,-1> E0 ## E1 ## E1; }; \
+
311  struct { detail::_swizzle<3,T, P, V, 1,0,0,-1> E1 ## E0 ## E0; }; \
+
312  struct { detail::_swizzle<3,T, P, V, 1,0,1,-1> E1 ## E0 ## E1; }; \
+
313  struct { detail::_swizzle<3,T, P, V, 1,1,0,-1> E1 ## E1 ## E0; }; \
+
314  struct { detail::_swizzle<3,T, P, V, 1,1,1,-1> E1 ## E1 ## E1; };
+
315 
+
316 #define _GLM_SWIZZLE2_4_MEMBERS(T, P, V, E0,E1) \
+
317  struct { detail::_swizzle<4,T, P, V, 0,0,0,0> E0 ## E0 ## E0 ## E0; }; \
+
318  struct { detail::_swizzle<4,T, P, V, 0,0,0,1> E0 ## E0 ## E0 ## E1; }; \
+
319  struct { detail::_swizzle<4,T, P, V, 0,0,1,0> E0 ## E0 ## E1 ## E0; }; \
+
320  struct { detail::_swizzle<4,T, P, V, 0,0,1,1> E0 ## E0 ## E1 ## E1; }; \
+
321  struct { detail::_swizzle<4,T, P, V, 0,1,0,0> E0 ## E1 ## E0 ## E0; }; \
+
322  struct { detail::_swizzle<4,T, P, V, 0,1,0,1> E0 ## E1 ## E0 ## E1; }; \
+
323  struct { detail::_swizzle<4,T, P, V, 0,1,1,0> E0 ## E1 ## E1 ## E0; }; \
+
324  struct { detail::_swizzle<4,T, P, V, 0,1,1,1> E0 ## E1 ## E1 ## E1; }; \
+
325  struct { detail::_swizzle<4,T, P, V, 1,0,0,0> E1 ## E0 ## E0 ## E0; }; \
+
326  struct { detail::_swizzle<4,T, P, V, 1,0,0,1> E1 ## E0 ## E0 ## E1; }; \
+
327  struct { detail::_swizzle<4,T, P, V, 1,0,1,0> E1 ## E0 ## E1 ## E0; }; \
+
328  struct { detail::_swizzle<4,T, P, V, 1,0,1,1> E1 ## E0 ## E1 ## E1; }; \
+
329  struct { detail::_swizzle<4,T, P, V, 1,1,0,0> E1 ## E1 ## E0 ## E0; }; \
+
330  struct { detail::_swizzle<4,T, P, V, 1,1,0,1> E1 ## E1 ## E0 ## E1; }; \
+
331  struct { detail::_swizzle<4,T, P, V, 1,1,1,0> E1 ## E1 ## E1 ## E0; }; \
+
332  struct { detail::_swizzle<4,T, P, V, 1,1,1,1> E1 ## E1 ## E1 ## E1; };
+
333 
+
334 #define _GLM_SWIZZLE3_2_MEMBERS(T, P, V, E0,E1,E2) \
+
335  struct { detail::_swizzle<2,T, P, V, 0,0,-1,-2> E0 ## E0; }; \
+
336  struct { detail::_swizzle<2,T, P, V, 0,1,-1,-2> E0 ## E1; }; \
+
337  struct { detail::_swizzle<2,T, P, V, 0,2,-1,-2> E0 ## E2; }; \
+
338  struct { detail::_swizzle<2,T, P, V, 1,0,-1,-2> E1 ## E0; }; \
+
339  struct { detail::_swizzle<2,T, P, V, 1,1,-1,-2> E1 ## E1; }; \
+
340  struct { detail::_swizzle<2,T, P, V, 1,2,-1,-2> E1 ## E2; }; \
+
341  struct { detail::_swizzle<2,T, P, V, 2,0,-1,-2> E2 ## E0; }; \
+
342  struct { detail::_swizzle<2,T, P, V, 2,1,-1,-2> E2 ## E1; }; \
+
343  struct { detail::_swizzle<2,T, P, V, 2,2,-1,-2> E2 ## E2; };
+
344 
+
345 #define _GLM_SWIZZLE3_3_MEMBERS(T, P, V ,E0,E1,E2) \
+
346  struct { detail::_swizzle<3, T, P, V, 0,0,0,-1> E0 ## E0 ## E0; }; \
+
347  struct { detail::_swizzle<3, T, P, V, 0,0,1,-1> E0 ## E0 ## E1; }; \
+
348  struct { detail::_swizzle<3, T, P, V, 0,0,2,-1> E0 ## E0 ## E2; }; \
+
349  struct { detail::_swizzle<3, T, P, V, 0,1,0,-1> E0 ## E1 ## E0; }; \
+
350  struct { detail::_swizzle<3, T, P, V, 0,1,1,-1> E0 ## E1 ## E1; }; \
+
351  struct { detail::_swizzle<3, T, P, V, 0,1,2,-1> E0 ## E1 ## E2; }; \
+
352  struct { detail::_swizzle<3, T, P, V, 0,2,0,-1> E0 ## E2 ## E0; }; \
+
353  struct { detail::_swizzle<3, T, P, V, 0,2,1,-1> E0 ## E2 ## E1; }; \
+
354  struct { detail::_swizzle<3, T, P, V, 0,2,2,-1> E0 ## E2 ## E2; }; \
+
355  struct { detail::_swizzle<3, T, P, V, 1,0,0,-1> E1 ## E0 ## E0; }; \
+
356  struct { detail::_swizzle<3, T, P, V, 1,0,1,-1> E1 ## E0 ## E1; }; \
+
357  struct { detail::_swizzle<3, T, P, V, 1,0,2,-1> E1 ## E0 ## E2; }; \
+
358  struct { detail::_swizzle<3, T, P, V, 1,1,0,-1> E1 ## E1 ## E0; }; \
+
359  struct { detail::_swizzle<3, T, P, V, 1,1,1,-1> E1 ## E1 ## E1; }; \
+
360  struct { detail::_swizzle<3, T, P, V, 1,1,2,-1> E1 ## E1 ## E2; }; \
+
361  struct { detail::_swizzle<3, T, P, V, 1,2,0,-1> E1 ## E2 ## E0; }; \
+
362  struct { detail::_swizzle<3, T, P, V, 1,2,1,-1> E1 ## E2 ## E1; }; \
+
363  struct { detail::_swizzle<3, T, P, V, 1,2,2,-1> E1 ## E2 ## E2; }; \
+
364  struct { detail::_swizzle<3, T, P, V, 2,0,0,-1> E2 ## E0 ## E0; }; \
+
365  struct { detail::_swizzle<3, T, P, V, 2,0,1,-1> E2 ## E0 ## E1; }; \
+
366  struct { detail::_swizzle<3, T, P, V, 2,0,2,-1> E2 ## E0 ## E2; }; \
+
367  struct { detail::_swizzle<3, T, P, V, 2,1,0,-1> E2 ## E1 ## E0; }; \
+
368  struct { detail::_swizzle<3, T, P, V, 2,1,1,-1> E2 ## E1 ## E1; }; \
+
369  struct { detail::_swizzle<3, T, P, V, 2,1,2,-1> E2 ## E1 ## E2; }; \
+
370  struct { detail::_swizzle<3, T, P, V, 2,2,0,-1> E2 ## E2 ## E0; }; \
+
371  struct { detail::_swizzle<3, T, P, V, 2,2,1,-1> E2 ## E2 ## E1; }; \
+
372  struct { detail::_swizzle<3, T, P, V, 2,2,2,-1> E2 ## E2 ## E2; };
+
373 
+
374 #define _GLM_SWIZZLE3_4_MEMBERS(T, P, V, E0,E1,E2) \
+
375  struct { detail::_swizzle<4,T, P, V, 0,0,0,0> E0 ## E0 ## E0 ## E0; }; \
+
376  struct { detail::_swizzle<4,T, P, V, 0,0,0,1> E0 ## E0 ## E0 ## E1; }; \
+
377  struct { detail::_swizzle<4,T, P, V, 0,0,0,2> E0 ## E0 ## E0 ## E2; }; \
+
378  struct { detail::_swizzle<4,T, P, V, 0,0,1,0> E0 ## E0 ## E1 ## E0; }; \
+
379  struct { detail::_swizzle<4,T, P, V, 0,0,1,1> E0 ## E0 ## E1 ## E1; }; \
+
380  struct { detail::_swizzle<4,T, P, V, 0,0,1,2> E0 ## E0 ## E1 ## E2; }; \
+
381  struct { detail::_swizzle<4,T, P, V, 0,0,2,0> E0 ## E0 ## E2 ## E0; }; \
+
382  struct { detail::_swizzle<4,T, P, V, 0,0,2,1> E0 ## E0 ## E2 ## E1; }; \
+
383  struct { detail::_swizzle<4,T, P, V, 0,0,2,2> E0 ## E0 ## E2 ## E2; }; \
+
384  struct { detail::_swizzle<4,T, P, V, 0,1,0,0> E0 ## E1 ## E0 ## E0; }; \
+
385  struct { detail::_swizzle<4,T, P, V, 0,1,0,1> E0 ## E1 ## E0 ## E1; }; \
+
386  struct { detail::_swizzle<4,T, P, V, 0,1,0,2> E0 ## E1 ## E0 ## E2; }; \
+
387  struct { detail::_swizzle<4,T, P, V, 0,1,1,0> E0 ## E1 ## E1 ## E0; }; \
+
388  struct { detail::_swizzle<4,T, P, V, 0,1,1,1> E0 ## E1 ## E1 ## E1; }; \
+
389  struct { detail::_swizzle<4,T, P, V, 0,1,1,2> E0 ## E1 ## E1 ## E2; }; \
+
390  struct { detail::_swizzle<4,T, P, V, 0,1,2,0> E0 ## E1 ## E2 ## E0; }; \
+
391  struct { detail::_swizzle<4,T, P, V, 0,1,2,1> E0 ## E1 ## E2 ## E1; }; \
+
392  struct { detail::_swizzle<4,T, P, V, 0,1,2,2> E0 ## E1 ## E2 ## E2; }; \
+
393  struct { detail::_swizzle<4,T, P, V, 0,2,0,0> E0 ## E2 ## E0 ## E0; }; \
+
394  struct { detail::_swizzle<4,T, P, V, 0,2,0,1> E0 ## E2 ## E0 ## E1; }; \
+
395  struct { detail::_swizzle<4,T, P, V, 0,2,0,2> E0 ## E2 ## E0 ## E2; }; \
+
396  struct { detail::_swizzle<4,T, P, V, 0,2,1,0> E0 ## E2 ## E1 ## E0; }; \
+
397  struct { detail::_swizzle<4,T, P, V, 0,2,1,1> E0 ## E2 ## E1 ## E1; }; \
+
398  struct { detail::_swizzle<4,T, P, V, 0,2,1,2> E0 ## E2 ## E1 ## E2; }; \
+
399  struct { detail::_swizzle<4,T, P, V, 0,2,2,0> E0 ## E2 ## E2 ## E0; }; \
+
400  struct { detail::_swizzle<4,T, P, V, 0,2,2,1> E0 ## E2 ## E2 ## E1; }; \
+
401  struct { detail::_swizzle<4,T, P, V, 0,2,2,2> E0 ## E2 ## E2 ## E2; }; \
+
402  struct { detail::_swizzle<4,T, P, V, 1,0,0,0> E1 ## E0 ## E0 ## E0; }; \
+
403  struct { detail::_swizzle<4,T, P, V, 1,0,0,1> E1 ## E0 ## E0 ## E1; }; \
+
404  struct { detail::_swizzle<4,T, P, V, 1,0,0,2> E1 ## E0 ## E0 ## E2; }; \
+
405  struct { detail::_swizzle<4,T, P, V, 1,0,1,0> E1 ## E0 ## E1 ## E0; }; \
+
406  struct { detail::_swizzle<4,T, P, V, 1,0,1,1> E1 ## E0 ## E1 ## E1; }; \
+
407  struct { detail::_swizzle<4,T, P, V, 1,0,1,2> E1 ## E0 ## E1 ## E2; }; \
+
408  struct { detail::_swizzle<4,T, P, V, 1,0,2,0> E1 ## E0 ## E2 ## E0; }; \
+
409  struct { detail::_swizzle<4,T, P, V, 1,0,2,1> E1 ## E0 ## E2 ## E1; }; \
+
410  struct { detail::_swizzle<4,T, P, V, 1,0,2,2> E1 ## E0 ## E2 ## E2; }; \
+
411  struct { detail::_swizzle<4,T, P, V, 1,1,0,0> E1 ## E1 ## E0 ## E0; }; \
+
412  struct { detail::_swizzle<4,T, P, V, 1,1,0,1> E1 ## E1 ## E0 ## E1; }; \
+
413  struct { detail::_swizzle<4,T, P, V, 1,1,0,2> E1 ## E1 ## E0 ## E2; }; \
+
414  struct { detail::_swizzle<4,T, P, V, 1,1,1,0> E1 ## E1 ## E1 ## E0; }; \
+
415  struct { detail::_swizzle<4,T, P, V, 1,1,1,1> E1 ## E1 ## E1 ## E1; }; \
+
416  struct { detail::_swizzle<4,T, P, V, 1,1,1,2> E1 ## E1 ## E1 ## E2; }; \
+
417  struct { detail::_swizzle<4,T, P, V, 1,1,2,0> E1 ## E1 ## E2 ## E0; }; \
+
418  struct { detail::_swizzle<4,T, P, V, 1,1,2,1> E1 ## E1 ## E2 ## E1; }; \
+
419  struct { detail::_swizzle<4,T, P, V, 1,1,2,2> E1 ## E1 ## E2 ## E2; }; \
+
420  struct { detail::_swizzle<4,T, P, V, 1,2,0,0> E1 ## E2 ## E0 ## E0; }; \
+
421  struct { detail::_swizzle<4,T, P, V, 1,2,0,1> E1 ## E2 ## E0 ## E1; }; \
+
422  struct { detail::_swizzle<4,T, P, V, 1,2,0,2> E1 ## E2 ## E0 ## E2; }; \
+
423  struct { detail::_swizzle<4,T, P, V, 1,2,1,0> E1 ## E2 ## E1 ## E0; }; \
+
424  struct { detail::_swizzle<4,T, P, V, 1,2,1,1> E1 ## E2 ## E1 ## E1; }; \
+
425  struct { detail::_swizzle<4,T, P, V, 1,2,1,2> E1 ## E2 ## E1 ## E2; }; \
+
426  struct { detail::_swizzle<4,T, P, V, 1,2,2,0> E1 ## E2 ## E2 ## E0; }; \
+
427  struct { detail::_swizzle<4,T, P, V, 1,2,2,1> E1 ## E2 ## E2 ## E1; }; \
+
428  struct { detail::_swizzle<4,T, P, V, 1,2,2,2> E1 ## E2 ## E2 ## E2; }; \
+
429  struct { detail::_swizzle<4,T, P, V, 2,0,0,0> E2 ## E0 ## E0 ## E0; }; \
+
430  struct { detail::_swizzle<4,T, P, V, 2,0,0,1> E2 ## E0 ## E0 ## E1; }; \
+
431  struct { detail::_swizzle<4,T, P, V, 2,0,0,2> E2 ## E0 ## E0 ## E2; }; \
+
432  struct { detail::_swizzle<4,T, P, V, 2,0,1,0> E2 ## E0 ## E1 ## E0; }; \
+
433  struct { detail::_swizzle<4,T, P, V, 2,0,1,1> E2 ## E0 ## E1 ## E1; }; \
+
434  struct { detail::_swizzle<4,T, P, V, 2,0,1,2> E2 ## E0 ## E1 ## E2; }; \
+
435  struct { detail::_swizzle<4,T, P, V, 2,0,2,0> E2 ## E0 ## E2 ## E0; }; \
+
436  struct { detail::_swizzle<4,T, P, V, 2,0,2,1> E2 ## E0 ## E2 ## E1; }; \
+
437  struct { detail::_swizzle<4,T, P, V, 2,0,2,2> E2 ## E0 ## E2 ## E2; }; \
+
438  struct { detail::_swizzle<4,T, P, V, 2,1,0,0> E2 ## E1 ## E0 ## E0; }; \
+
439  struct { detail::_swizzle<4,T, P, V, 2,1,0,1> E2 ## E1 ## E0 ## E1; }; \
+
440  struct { detail::_swizzle<4,T, P, V, 2,1,0,2> E2 ## E1 ## E0 ## E2; }; \
+
441  struct { detail::_swizzle<4,T, P, V, 2,1,1,0> E2 ## E1 ## E1 ## E0; }; \
+
442  struct { detail::_swizzle<4,T, P, V, 2,1,1,1> E2 ## E1 ## E1 ## E1; }; \
+
443  struct { detail::_swizzle<4,T, P, V, 2,1,1,2> E2 ## E1 ## E1 ## E2; }; \
+
444  struct { detail::_swizzle<4,T, P, V, 2,1,2,0> E2 ## E1 ## E2 ## E0; }; \
+
445  struct { detail::_swizzle<4,T, P, V, 2,1,2,1> E2 ## E1 ## E2 ## E1; }; \
+
446  struct { detail::_swizzle<4,T, P, V, 2,1,2,2> E2 ## E1 ## E2 ## E2; }; \
+
447  struct { detail::_swizzle<4,T, P, V, 2,2,0,0> E2 ## E2 ## E0 ## E0; }; \
+
448  struct { detail::_swizzle<4,T, P, V, 2,2,0,1> E2 ## E2 ## E0 ## E1; }; \
+
449  struct { detail::_swizzle<4,T, P, V, 2,2,0,2> E2 ## E2 ## E0 ## E2; }; \
+
450  struct { detail::_swizzle<4,T, P, V, 2,2,1,0> E2 ## E2 ## E1 ## E0; }; \
+
451  struct { detail::_swizzle<4,T, P, V, 2,2,1,1> E2 ## E2 ## E1 ## E1; }; \
+
452  struct { detail::_swizzle<4,T, P, V, 2,2,1,2> E2 ## E2 ## E1 ## E2; }; \
+
453  struct { detail::_swizzle<4,T, P, V, 2,2,2,0> E2 ## E2 ## E2 ## E0; }; \
+
454  struct { detail::_swizzle<4,T, P, V, 2,2,2,1> E2 ## E2 ## E2 ## E1; }; \
+
455  struct { detail::_swizzle<4,T, P, V, 2,2,2,2> E2 ## E2 ## E2 ## E2; };
+
456 
+
457 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \
+
458  struct { detail::_swizzle<2,T, P, V, 0,0,-1,-2> E0 ## E0; }; \
+
459  struct { detail::_swizzle<2,T, P, V, 0,1,-1,-2> E0 ## E1; }; \
+
460  struct { detail::_swizzle<2,T, P, V, 0,2,-1,-2> E0 ## E2; }; \
+
461  struct { detail::_swizzle<2,T, P, V, 0,3,-1,-2> E0 ## E3; }; \
+
462  struct { detail::_swizzle<2,T, P, V, 1,0,-1,-2> E1 ## E0; }; \
+
463  struct { detail::_swizzle<2,T, P, V, 1,1,-1,-2> E1 ## E1; }; \
+
464  struct { detail::_swizzle<2,T, P, V, 1,2,-1,-2> E1 ## E2; }; \
+
465  struct { detail::_swizzle<2,T, P, V, 1,3,-1,-2> E1 ## E3; }; \
+
466  struct { detail::_swizzle<2,T, P, V, 2,0,-1,-2> E2 ## E0; }; \
+
467  struct { detail::_swizzle<2,T, P, V, 2,1,-1,-2> E2 ## E1; }; \
+
468  struct { detail::_swizzle<2,T, P, V, 2,2,-1,-2> E2 ## E2; }; \
+
469  struct { detail::_swizzle<2,T, P, V, 2,3,-1,-2> E2 ## E3; }; \
+
470  struct { detail::_swizzle<2,T, P, V, 3,0,-1,-2> E3 ## E0; }; \
+
471  struct { detail::_swizzle<2,T, P, V, 3,1,-1,-2> E3 ## E1; }; \
+
472  struct { detail::_swizzle<2,T, P, V, 3,2,-1,-2> E3 ## E2; }; \
+
473  struct { detail::_swizzle<2,T, P, V, 3,3,-1,-2> E3 ## E3; };
+
474 
+
475 #define _GLM_SWIZZLE4_3_MEMBERS(T, P, V, E0,E1,E2,E3) \
+
476  struct { detail::_swizzle<3, T, P, V, 0,0,0,-1> E0 ## E0 ## E0; }; \
+
477  struct { detail::_swizzle<3, T, P, V, 0,0,1,-1> E0 ## E0 ## E1; }; \
+
478  struct { detail::_swizzle<3, T, P, V, 0,0,2,-1> E0 ## E0 ## E2; }; \
+
479  struct { detail::_swizzle<3, T, P, V, 0,0,3,-1> E0 ## E0 ## E3; }; \
+
480  struct { detail::_swizzle<3, T, P, V, 0,1,0,-1> E0 ## E1 ## E0; }; \
+
481  struct { detail::_swizzle<3, T, P, V, 0,1,1,-1> E0 ## E1 ## E1; }; \
+
482  struct { detail::_swizzle<3, T, P, V, 0,1,2,-1> E0 ## E1 ## E2; }; \
+
483  struct { detail::_swizzle<3, T, P, V, 0,1,3,-1> E0 ## E1 ## E3; }; \
+
484  struct { detail::_swizzle<3, T, P, V, 0,2,0,-1> E0 ## E2 ## E0; }; \
+
485  struct { detail::_swizzle<3, T, P, V, 0,2,1,-1> E0 ## E2 ## E1; }; \
+
486  struct { detail::_swizzle<3, T, P, V, 0,2,2,-1> E0 ## E2 ## E2; }; \
+
487  struct { detail::_swizzle<3, T, P, V, 0,2,3,-1> E0 ## E2 ## E3; }; \
+
488  struct { detail::_swizzle<3, T, P, V, 0,3,0,-1> E0 ## E3 ## E0; }; \
+
489  struct { detail::_swizzle<3, T, P, V, 0,3,1,-1> E0 ## E3 ## E1; }; \
+
490  struct { detail::_swizzle<3, T, P, V, 0,3,2,-1> E0 ## E3 ## E2; }; \
+
491  struct { detail::_swizzle<3, T, P, V, 0,3,3,-1> E0 ## E3 ## E3; }; \
+
492  struct { detail::_swizzle<3, T, P, V, 1,0,0,-1> E1 ## E0 ## E0; }; \
+
493  struct { detail::_swizzle<3, T, P, V, 1,0,1,-1> E1 ## E0 ## E1; }; \
+
494  struct { detail::_swizzle<3, T, P, V, 1,0,2,-1> E1 ## E0 ## E2; }; \
+
495  struct { detail::_swizzle<3, T, P, V, 1,0,3,-1> E1 ## E0 ## E3; }; \
+
496  struct { detail::_swizzle<3, T, P, V, 1,1,0,-1> E1 ## E1 ## E0; }; \
+
497  struct { detail::_swizzle<3, T, P, V, 1,1,1,-1> E1 ## E1 ## E1; }; \
+
498  struct { detail::_swizzle<3, T, P, V, 1,1,2,-1> E1 ## E1 ## E2; }; \
+
499  struct { detail::_swizzle<3, T, P, V, 1,1,3,-1> E1 ## E1 ## E3; }; \
+
500  struct { detail::_swizzle<3, T, P, V, 1,2,0,-1> E1 ## E2 ## E0; }; \
+
501  struct { detail::_swizzle<3, T, P, V, 1,2,1,-1> E1 ## E2 ## E1; }; \
+
502  struct { detail::_swizzle<3, T, P, V, 1,2,2,-1> E1 ## E2 ## E2; }; \
+
503  struct { detail::_swizzle<3, T, P, V, 1,2,3,-1> E1 ## E2 ## E3; }; \
+
504  struct { detail::_swizzle<3, T, P, V, 1,3,0,-1> E1 ## E3 ## E0; }; \
+
505  struct { detail::_swizzle<3, T, P, V, 1,3,1,-1> E1 ## E3 ## E1; }; \
+
506  struct { detail::_swizzle<3, T, P, V, 1,3,2,-1> E1 ## E3 ## E2; }; \
+
507  struct { detail::_swizzle<3, T, P, V, 1,3,3,-1> E1 ## E3 ## E3; }; \
+
508  struct { detail::_swizzle<3, T, P, V, 2,0,0,-1> E2 ## E0 ## E0; }; \
+
509  struct { detail::_swizzle<3, T, P, V, 2,0,1,-1> E2 ## E0 ## E1; }; \
+
510  struct { detail::_swizzle<3, T, P, V, 2,0,2,-1> E2 ## E0 ## E2; }; \
+
511  struct { detail::_swizzle<3, T, P, V, 2,0,3,-1> E2 ## E0 ## E3; }; \
+
512  struct { detail::_swizzle<3, T, P, V, 2,1,0,-1> E2 ## E1 ## E0; }; \
+
513  struct { detail::_swizzle<3, T, P, V, 2,1,1,-1> E2 ## E1 ## E1; }; \
+
514  struct { detail::_swizzle<3, T, P, V, 2,1,2,-1> E2 ## E1 ## E2; }; \
+
515  struct { detail::_swizzle<3, T, P, V, 2,1,3,-1> E2 ## E1 ## E3; }; \
+
516  struct { detail::_swizzle<3, T, P, V, 2,2,0,-1> E2 ## E2 ## E0; }; \
+
517  struct { detail::_swizzle<3, T, P, V, 2,2,1,-1> E2 ## E2 ## E1; }; \
+
518  struct { detail::_swizzle<3, T, P, V, 2,2,2,-1> E2 ## E2 ## E2; }; \
+
519  struct { detail::_swizzle<3, T, P, V, 2,2,3,-1> E2 ## E2 ## E3; }; \
+
520  struct { detail::_swizzle<3, T, P, V, 2,3,0,-1> E2 ## E3 ## E0; }; \
+
521  struct { detail::_swizzle<3, T, P, V, 2,3,1,-1> E2 ## E3 ## E1; }; \
+
522  struct { detail::_swizzle<3, T, P, V, 2,3,2,-1> E2 ## E3 ## E2; }; \
+
523  struct { detail::_swizzle<3, T, P, V, 2,3,3,-1> E2 ## E3 ## E3; }; \
+
524  struct { detail::_swizzle<3, T, P, V, 3,0,0,-1> E3 ## E0 ## E0; }; \
+
525  struct { detail::_swizzle<3, T, P, V, 3,0,1,-1> E3 ## E0 ## E1; }; \
+
526  struct { detail::_swizzle<3, T, P, V, 3,0,2,-1> E3 ## E0 ## E2; }; \
+
527  struct { detail::_swizzle<3, T, P, V, 3,0,3,-1> E3 ## E0 ## E3; }; \
+
528  struct { detail::_swizzle<3, T, P, V, 3,1,0,-1> E3 ## E1 ## E0; }; \
+
529  struct { detail::_swizzle<3, T, P, V, 3,1,1,-1> E3 ## E1 ## E1; }; \
+
530  struct { detail::_swizzle<3, T, P, V, 3,1,2,-1> E3 ## E1 ## E2; }; \
+
531  struct { detail::_swizzle<3, T, P, V, 3,1,3,-1> E3 ## E1 ## E3; }; \
+
532  struct { detail::_swizzle<3, T, P, V, 3,2,0,-1> E3 ## E2 ## E0; }; \
+
533  struct { detail::_swizzle<3, T, P, V, 3,2,1,-1> E3 ## E2 ## E1; }; \
+
534  struct { detail::_swizzle<3, T, P, V, 3,2,2,-1> E3 ## E2 ## E2; }; \
+
535  struct { detail::_swizzle<3, T, P, V, 3,2,3,-1> E3 ## E2 ## E3; }; \
+
536  struct { detail::_swizzle<3, T, P, V, 3,3,0,-1> E3 ## E3 ## E0; }; \
+
537  struct { detail::_swizzle<3, T, P, V, 3,3,1,-1> E3 ## E3 ## E1; }; \
+
538  struct { detail::_swizzle<3, T, P, V, 3,3,2,-1> E3 ## E3 ## E2; }; \
+
539  struct { detail::_swizzle<3, T, P, V, 3,3,3,-1> E3 ## E3 ## E3; };
+
540 
+
541 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \
+
542  struct { detail::_swizzle<4, T, P, V, 0,0,0,0> E0 ## E0 ## E0 ## E0; }; \
+
543  struct { detail::_swizzle<4, T, P, V, 0,0,0,1> E0 ## E0 ## E0 ## E1; }; \
+
544  struct { detail::_swizzle<4, T, P, V, 0,0,0,2> E0 ## E0 ## E0 ## E2; }; \
+
545  struct { detail::_swizzle<4, T, P, V, 0,0,0,3> E0 ## E0 ## E0 ## E3; }; \
+
546  struct { detail::_swizzle<4, T, P, V, 0,0,1,0> E0 ## E0 ## E1 ## E0; }; \
+
547  struct { detail::_swizzle<4, T, P, V, 0,0,1,1> E0 ## E0 ## E1 ## E1; }; \
+
548  struct { detail::_swizzle<4, T, P, V, 0,0,1,2> E0 ## E0 ## E1 ## E2; }; \
+
549  struct { detail::_swizzle<4, T, P, V, 0,0,1,3> E0 ## E0 ## E1 ## E3; }; \
+
550  struct { detail::_swizzle<4, T, P, V, 0,0,2,0> E0 ## E0 ## E2 ## E0; }; \
+
551  struct { detail::_swizzle<4, T, P, V, 0,0,2,1> E0 ## E0 ## E2 ## E1; }; \
+
552  struct { detail::_swizzle<4, T, P, V, 0,0,2,2> E0 ## E0 ## E2 ## E2; }; \
+
553  struct { detail::_swizzle<4, T, P, V, 0,0,2,3> E0 ## E0 ## E2 ## E3; }; \
+
554  struct { detail::_swizzle<4, T, P, V, 0,0,3,0> E0 ## E0 ## E3 ## E0; }; \
+
555  struct { detail::_swizzle<4, T, P, V, 0,0,3,1> E0 ## E0 ## E3 ## E1; }; \
+
556  struct { detail::_swizzle<4, T, P, V, 0,0,3,2> E0 ## E0 ## E3 ## E2; }; \
+
557  struct { detail::_swizzle<4, T, P, V, 0,0,3,3> E0 ## E0 ## E3 ## E3; }; \
+
558  struct { detail::_swizzle<4, T, P, V, 0,1,0,0> E0 ## E1 ## E0 ## E0; }; \
+
559  struct { detail::_swizzle<4, T, P, V, 0,1,0,1> E0 ## E1 ## E0 ## E1; }; \
+
560  struct { detail::_swizzle<4, T, P, V, 0,1,0,2> E0 ## E1 ## E0 ## E2; }; \
+
561  struct { detail::_swizzle<4, T, P, V, 0,1,0,3> E0 ## E1 ## E0 ## E3; }; \
+
562  struct { detail::_swizzle<4, T, P, V, 0,1,1,0> E0 ## E1 ## E1 ## E0; }; \
+
563  struct { detail::_swizzle<4, T, P, V, 0,1,1,1> E0 ## E1 ## E1 ## E1; }; \
+
564  struct { detail::_swizzle<4, T, P, V, 0,1,1,2> E0 ## E1 ## E1 ## E2; }; \
+
565  struct { detail::_swizzle<4, T, P, V, 0,1,1,3> E0 ## E1 ## E1 ## E3; }; \
+
566  struct { detail::_swizzle<4, T, P, V, 0,1,2,0> E0 ## E1 ## E2 ## E0; }; \
+
567  struct { detail::_swizzle<4, T, P, V, 0,1,2,1> E0 ## E1 ## E2 ## E1; }; \
+
568  struct { detail::_swizzle<4, T, P, V, 0,1,2,2> E0 ## E1 ## E2 ## E2; }; \
+
569  struct { detail::_swizzle<4, T, P, V, 0,1,2,3> E0 ## E1 ## E2 ## E3; }; \
+
570  struct { detail::_swizzle<4, T, P, V, 0,1,3,0> E0 ## E1 ## E3 ## E0; }; \
+
571  struct { detail::_swizzle<4, T, P, V, 0,1,3,1> E0 ## E1 ## E3 ## E1; }; \
+
572  struct { detail::_swizzle<4, T, P, V, 0,1,3,2> E0 ## E1 ## E3 ## E2; }; \
+
573  struct { detail::_swizzle<4, T, P, V, 0,1,3,3> E0 ## E1 ## E3 ## E3; }; \
+
574  struct { detail::_swizzle<4, T, P, V, 0,2,0,0> E0 ## E2 ## E0 ## E0; }; \
+
575  struct { detail::_swizzle<4, T, P, V, 0,2,0,1> E0 ## E2 ## E0 ## E1; }; \
+
576  struct { detail::_swizzle<4, T, P, V, 0,2,0,2> E0 ## E2 ## E0 ## E2; }; \
+
577  struct { detail::_swizzle<4, T, P, V, 0,2,0,3> E0 ## E2 ## E0 ## E3; }; \
+
578  struct { detail::_swizzle<4, T, P, V, 0,2,1,0> E0 ## E2 ## E1 ## E0; }; \
+
579  struct { detail::_swizzle<4, T, P, V, 0,2,1,1> E0 ## E2 ## E1 ## E1; }; \
+
580  struct { detail::_swizzle<4, T, P, V, 0,2,1,2> E0 ## E2 ## E1 ## E2; }; \
+
581  struct { detail::_swizzle<4, T, P, V, 0,2,1,3> E0 ## E2 ## E1 ## E3; }; \
+
582  struct { detail::_swizzle<4, T, P, V, 0,2,2,0> E0 ## E2 ## E2 ## E0; }; \
+
583  struct { detail::_swizzle<4, T, P, V, 0,2,2,1> E0 ## E2 ## E2 ## E1; }; \
+
584  struct { detail::_swizzle<4, T, P, V, 0,2,2,2> E0 ## E2 ## E2 ## E2; }; \
+
585  struct { detail::_swizzle<4, T, P, V, 0,2,2,3> E0 ## E2 ## E2 ## E3; }; \
+
586  struct { detail::_swizzle<4, T, P, V, 0,2,3,0> E0 ## E2 ## E3 ## E0; }; \
+
587  struct { detail::_swizzle<4, T, P, V, 0,2,3,1> E0 ## E2 ## E3 ## E1; }; \
+
588  struct { detail::_swizzle<4, T, P, V, 0,2,3,2> E0 ## E2 ## E3 ## E2; }; \
+
589  struct { detail::_swizzle<4, T, P, V, 0,2,3,3> E0 ## E2 ## E3 ## E3; }; \
+
590  struct { detail::_swizzle<4, T, P, V, 0,3,0,0> E0 ## E3 ## E0 ## E0; }; \
+
591  struct { detail::_swizzle<4, T, P, V, 0,3,0,1> E0 ## E3 ## E0 ## E1; }; \
+
592  struct { detail::_swizzle<4, T, P, V, 0,3,0,2> E0 ## E3 ## E0 ## E2; }; \
+
593  struct { detail::_swizzle<4, T, P, V, 0,3,0,3> E0 ## E3 ## E0 ## E3; }; \
+
594  struct { detail::_swizzle<4, T, P, V, 0,3,1,0> E0 ## E3 ## E1 ## E0; }; \
+
595  struct { detail::_swizzle<4, T, P, V, 0,3,1,1> E0 ## E3 ## E1 ## E1; }; \
+
596  struct { detail::_swizzle<4, T, P, V, 0,3,1,2> E0 ## E3 ## E1 ## E2; }; \
+
597  struct { detail::_swizzle<4, T, P, V, 0,3,1,3> E0 ## E3 ## E1 ## E3; }; \
+
598  struct { detail::_swizzle<4, T, P, V, 0,3,2,0> E0 ## E3 ## E2 ## E0; }; \
+
599  struct { detail::_swizzle<4, T, P, V, 0,3,2,1> E0 ## E3 ## E2 ## E1; }; \
+
600  struct { detail::_swizzle<4, T, P, V, 0,3,2,2> E0 ## E3 ## E2 ## E2; }; \
+
601  struct { detail::_swizzle<4, T, P, V, 0,3,2,3> E0 ## E3 ## E2 ## E3; }; \
+
602  struct { detail::_swizzle<4, T, P, V, 0,3,3,0> E0 ## E3 ## E3 ## E0; }; \
+
603  struct { detail::_swizzle<4, T, P, V, 0,3,3,1> E0 ## E3 ## E3 ## E1; }; \
+
604  struct { detail::_swizzle<4, T, P, V, 0,3,3,2> E0 ## E3 ## E3 ## E2; }; \
+
605  struct { detail::_swizzle<4, T, P, V, 0,3,3,3> E0 ## E3 ## E3 ## E3; }; \
+
606  struct { detail::_swizzle<4, T, P, V, 1,0,0,0> E1 ## E0 ## E0 ## E0; }; \
+
607  struct { detail::_swizzle<4, T, P, V, 1,0,0,1> E1 ## E0 ## E0 ## E1; }; \
+
608  struct { detail::_swizzle<4, T, P, V, 1,0,0,2> E1 ## E0 ## E0 ## E2; }; \
+
609  struct { detail::_swizzle<4, T, P, V, 1,0,0,3> E1 ## E0 ## E0 ## E3; }; \
+
610  struct { detail::_swizzle<4, T, P, V, 1,0,1,0> E1 ## E0 ## E1 ## E0; }; \
+
611  struct { detail::_swizzle<4, T, P, V, 1,0,1,1> E1 ## E0 ## E1 ## E1; }; \
+
612  struct { detail::_swizzle<4, T, P, V, 1,0,1,2> E1 ## E0 ## E1 ## E2; }; \
+
613  struct { detail::_swizzle<4, T, P, V, 1,0,1,3> E1 ## E0 ## E1 ## E3; }; \
+
614  struct { detail::_swizzle<4, T, P, V, 1,0,2,0> E1 ## E0 ## E2 ## E0; }; \
+
615  struct { detail::_swizzle<4, T, P, V, 1,0,2,1> E1 ## E0 ## E2 ## E1; }; \
+
616  struct { detail::_swizzle<4, T, P, V, 1,0,2,2> E1 ## E0 ## E2 ## E2; }; \
+
617  struct { detail::_swizzle<4, T, P, V, 1,0,2,3> E1 ## E0 ## E2 ## E3; }; \
+
618  struct { detail::_swizzle<4, T, P, V, 1,0,3,0> E1 ## E0 ## E3 ## E0; }; \
+
619  struct { detail::_swizzle<4, T, P, V, 1,0,3,1> E1 ## E0 ## E3 ## E1; }; \
+
620  struct { detail::_swizzle<4, T, P, V, 1,0,3,2> E1 ## E0 ## E3 ## E2; }; \
+
621  struct { detail::_swizzle<4, T, P, V, 1,0,3,3> E1 ## E0 ## E3 ## E3; }; \
+
622  struct { detail::_swizzle<4, T, P, V, 1,1,0,0> E1 ## E1 ## E0 ## E0; }; \
+
623  struct { detail::_swizzle<4, T, P, V, 1,1,0,1> E1 ## E1 ## E0 ## E1; }; \
+
624  struct { detail::_swizzle<4, T, P, V, 1,1,0,2> E1 ## E1 ## E0 ## E2; }; \
+
625  struct { detail::_swizzle<4, T, P, V, 1,1,0,3> E1 ## E1 ## E0 ## E3; }; \
+
626  struct { detail::_swizzle<4, T, P, V, 1,1,1,0> E1 ## E1 ## E1 ## E0; }; \
+
627  struct { detail::_swizzle<4, T, P, V, 1,1,1,1> E1 ## E1 ## E1 ## E1; }; \
+
628  struct { detail::_swizzle<4, T, P, V, 1,1,1,2> E1 ## E1 ## E1 ## E2; }; \
+
629  struct { detail::_swizzle<4, T, P, V, 1,1,1,3> E1 ## E1 ## E1 ## E3; }; \
+
630  struct { detail::_swizzle<4, T, P, V, 1,1,2,0> E1 ## E1 ## E2 ## E0; }; \
+
631  struct { detail::_swizzle<4, T, P, V, 1,1,2,1> E1 ## E1 ## E2 ## E1; }; \
+
632  struct { detail::_swizzle<4, T, P, V, 1,1,2,2> E1 ## E1 ## E2 ## E2; }; \
+
633  struct { detail::_swizzle<4, T, P, V, 1,1,2,3> E1 ## E1 ## E2 ## E3; }; \
+
634  struct { detail::_swizzle<4, T, P, V, 1,1,3,0> E1 ## E1 ## E3 ## E0; }; \
+
635  struct { detail::_swizzle<4, T, P, V, 1,1,3,1> E1 ## E1 ## E3 ## E1; }; \
+
636  struct { detail::_swizzle<4, T, P, V, 1,1,3,2> E1 ## E1 ## E3 ## E2; }; \
+
637  struct { detail::_swizzle<4, T, P, V, 1,1,3,3> E1 ## E1 ## E3 ## E3; }; \
+
638  struct { detail::_swizzle<4, T, P, V, 1,2,0,0> E1 ## E2 ## E0 ## E0; }; \
+
639  struct { detail::_swizzle<4, T, P, V, 1,2,0,1> E1 ## E2 ## E0 ## E1; }; \
+
640  struct { detail::_swizzle<4, T, P, V, 1,2,0,2> E1 ## E2 ## E0 ## E2; }; \
+
641  struct { detail::_swizzle<4, T, P, V, 1,2,0,3> E1 ## E2 ## E0 ## E3; }; \
+
642  struct { detail::_swizzle<4, T, P, V, 1,2,1,0> E1 ## E2 ## E1 ## E0; }; \
+
643  struct { detail::_swizzle<4, T, P, V, 1,2,1,1> E1 ## E2 ## E1 ## E1; }; \
+
644  struct { detail::_swizzle<4, T, P, V, 1,2,1,2> E1 ## E2 ## E1 ## E2; }; \
+
645  struct { detail::_swizzle<4, T, P, V, 1,2,1,3> E1 ## E2 ## E1 ## E3; }; \
+
646  struct { detail::_swizzle<4, T, P, V, 1,2,2,0> E1 ## E2 ## E2 ## E0; }; \
+
647  struct { detail::_swizzle<4, T, P, V, 1,2,2,1> E1 ## E2 ## E2 ## E1; }; \
+
648  struct { detail::_swizzle<4, T, P, V, 1,2,2,2> E1 ## E2 ## E2 ## E2; }; \
+
649  struct { detail::_swizzle<4, T, P, V, 1,2,2,3> E1 ## E2 ## E2 ## E3; }; \
+
650  struct { detail::_swizzle<4, T, P, V, 1,2,3,0> E1 ## E2 ## E3 ## E0; }; \
+
651  struct { detail::_swizzle<4, T, P, V, 1,2,3,1> E1 ## E2 ## E3 ## E1; }; \
+
652  struct { detail::_swizzle<4, T, P, V, 1,2,3,2> E1 ## E2 ## E3 ## E2; }; \
+
653  struct { detail::_swizzle<4, T, P, V, 1,2,3,3> E1 ## E2 ## E3 ## E3; }; \
+
654  struct { detail::_swizzle<4, T, P, V, 1,3,0,0> E1 ## E3 ## E0 ## E0; }; \
+
655  struct { detail::_swizzle<4, T, P, V, 1,3,0,1> E1 ## E3 ## E0 ## E1; }; \
+
656  struct { detail::_swizzle<4, T, P, V, 1,3,0,2> E1 ## E3 ## E0 ## E2; }; \
+
657  struct { detail::_swizzle<4, T, P, V, 1,3,0,3> E1 ## E3 ## E0 ## E3; }; \
+
658  struct { detail::_swizzle<4, T, P, V, 1,3,1,0> E1 ## E3 ## E1 ## E0; }; \
+
659  struct { detail::_swizzle<4, T, P, V, 1,3,1,1> E1 ## E3 ## E1 ## E1; }; \
+
660  struct { detail::_swizzle<4, T, P, V, 1,3,1,2> E1 ## E3 ## E1 ## E2; }; \
+
661  struct { detail::_swizzle<4, T, P, V, 1,3,1,3> E1 ## E3 ## E1 ## E3; }; \
+
662  struct { detail::_swizzle<4, T, P, V, 1,3,2,0> E1 ## E3 ## E2 ## E0; }; \
+
663  struct { detail::_swizzle<4, T, P, V, 1,3,2,1> E1 ## E3 ## E2 ## E1; }; \
+
664  struct { detail::_swizzle<4, T, P, V, 1,3,2,2> E1 ## E3 ## E2 ## E2; }; \
+
665  struct { detail::_swizzle<4, T, P, V, 1,3,2,3> E1 ## E3 ## E2 ## E3; }; \
+
666  struct { detail::_swizzle<4, T, P, V, 1,3,3,0> E1 ## E3 ## E3 ## E0; }; \
+
667  struct { detail::_swizzle<4, T, P, V, 1,3,3,1> E1 ## E3 ## E3 ## E1; }; \
+
668  struct { detail::_swizzle<4, T, P, V, 1,3,3,2> E1 ## E3 ## E3 ## E2; }; \
+
669  struct { detail::_swizzle<4, T, P, V, 1,3,3,3> E1 ## E3 ## E3 ## E3; }; \
+
670  struct { detail::_swizzle<4, T, P, V, 2,0,0,0> E2 ## E0 ## E0 ## E0; }; \
+
671  struct { detail::_swizzle<4, T, P, V, 2,0,0,1> E2 ## E0 ## E0 ## E1; }; \
+
672  struct { detail::_swizzle<4, T, P, V, 2,0,0,2> E2 ## E0 ## E0 ## E2; }; \
+
673  struct { detail::_swizzle<4, T, P, V, 2,0,0,3> E2 ## E0 ## E0 ## E3; }; \
+
674  struct { detail::_swizzle<4, T, P, V, 2,0,1,0> E2 ## E0 ## E1 ## E0; }; \
+
675  struct { detail::_swizzle<4, T, P, V, 2,0,1,1> E2 ## E0 ## E1 ## E1; }; \
+
676  struct { detail::_swizzle<4, T, P, V, 2,0,1,2> E2 ## E0 ## E1 ## E2; }; \
+
677  struct { detail::_swizzle<4, T, P, V, 2,0,1,3> E2 ## E0 ## E1 ## E3; }; \
+
678  struct { detail::_swizzle<4, T, P, V, 2,0,2,0> E2 ## E0 ## E2 ## E0; }; \
+
679  struct { detail::_swizzle<4, T, P, V, 2,0,2,1> E2 ## E0 ## E2 ## E1; }; \
+
680  struct { detail::_swizzle<4, T, P, V, 2,0,2,2> E2 ## E0 ## E2 ## E2; }; \
+
681  struct { detail::_swizzle<4, T, P, V, 2,0,2,3> E2 ## E0 ## E2 ## E3; }; \
+
682  struct { detail::_swizzle<4, T, P, V, 2,0,3,0> E2 ## E0 ## E3 ## E0; }; \
+
683  struct { detail::_swizzle<4, T, P, V, 2,0,3,1> E2 ## E0 ## E3 ## E1; }; \
+
684  struct { detail::_swizzle<4, T, P, V, 2,0,3,2> E2 ## E0 ## E3 ## E2; }; \
+
685  struct { detail::_swizzle<4, T, P, V, 2,0,3,3> E2 ## E0 ## E3 ## E3; }; \
+
686  struct { detail::_swizzle<4, T, P, V, 2,1,0,0> E2 ## E1 ## E0 ## E0; }; \
+
687  struct { detail::_swizzle<4, T, P, V, 2,1,0,1> E2 ## E1 ## E0 ## E1; }; \
+
688  struct { detail::_swizzle<4, T, P, V, 2,1,0,2> E2 ## E1 ## E0 ## E2; }; \
+
689  struct { detail::_swizzle<4, T, P, V, 2,1,0,3> E2 ## E1 ## E0 ## E3; }; \
+
690  struct { detail::_swizzle<4, T, P, V, 2,1,1,0> E2 ## E1 ## E1 ## E0; }; \
+
691  struct { detail::_swizzle<4, T, P, V, 2,1,1,1> E2 ## E1 ## E1 ## E1; }; \
+
692  struct { detail::_swizzle<4, T, P, V, 2,1,1,2> E2 ## E1 ## E1 ## E2; }; \
+
693  struct { detail::_swizzle<4, T, P, V, 2,1,1,3> E2 ## E1 ## E1 ## E3; }; \
+
694  struct { detail::_swizzle<4, T, P, V, 2,1,2,0> E2 ## E1 ## E2 ## E0; }; \
+
695  struct { detail::_swizzle<4, T, P, V, 2,1,2,1> E2 ## E1 ## E2 ## E1; }; \
+
696  struct { detail::_swizzle<4, T, P, V, 2,1,2,2> E2 ## E1 ## E2 ## E2; }; \
+
697  struct { detail::_swizzle<4, T, P, V, 2,1,2,3> E2 ## E1 ## E2 ## E3; }; \
+
698  struct { detail::_swizzle<4, T, P, V, 2,1,3,0> E2 ## E1 ## E3 ## E0; }; \
+
699  struct { detail::_swizzle<4, T, P, V, 2,1,3,1> E2 ## E1 ## E3 ## E1; }; \
+
700  struct { detail::_swizzle<4, T, P, V, 2,1,3,2> E2 ## E1 ## E3 ## E2; }; \
+
701  struct { detail::_swizzle<4, T, P, V, 2,1,3,3> E2 ## E1 ## E3 ## E3; }; \
+
702  struct { detail::_swizzle<4, T, P, V, 2,2,0,0> E2 ## E2 ## E0 ## E0; }; \
+
703  struct { detail::_swizzle<4, T, P, V, 2,2,0,1> E2 ## E2 ## E0 ## E1; }; \
+
704  struct { detail::_swizzle<4, T, P, V, 2,2,0,2> E2 ## E2 ## E0 ## E2; }; \
+
705  struct { detail::_swizzle<4, T, P, V, 2,2,0,3> E2 ## E2 ## E0 ## E3; }; \
+
706  struct { detail::_swizzle<4, T, P, V, 2,2,1,0> E2 ## E2 ## E1 ## E0; }; \
+
707  struct { detail::_swizzle<4, T, P, V, 2,2,1,1> E2 ## E2 ## E1 ## E1; }; \
+
708  struct { detail::_swizzle<4, T, P, V, 2,2,1,2> E2 ## E2 ## E1 ## E2; }; \
+
709  struct { detail::_swizzle<4, T, P, V, 2,2,1,3> E2 ## E2 ## E1 ## E3; }; \
+
710  struct { detail::_swizzle<4, T, P, V, 2,2,2,0> E2 ## E2 ## E2 ## E0; }; \
+
711  struct { detail::_swizzle<4, T, P, V, 2,2,2,1> E2 ## E2 ## E2 ## E1; }; \
+
712  struct { detail::_swizzle<4, T, P, V, 2,2,2,2> E2 ## E2 ## E2 ## E2; }; \
+
713  struct { detail::_swizzle<4, T, P, V, 2,2,2,3> E2 ## E2 ## E2 ## E3; }; \
+
714  struct { detail::_swizzle<4, T, P, V, 2,2,3,0> E2 ## E2 ## E3 ## E0; }; \
+
715  struct { detail::_swizzle<4, T, P, V, 2,2,3,1> E2 ## E2 ## E3 ## E1; }; \
+
716  struct { detail::_swizzle<4, T, P, V, 2,2,3,2> E2 ## E2 ## E3 ## E2; }; \
+
717  struct { detail::_swizzle<4, T, P, V, 2,2,3,3> E2 ## E2 ## E3 ## E3; }; \
+
718  struct { detail::_swizzle<4, T, P, V, 2,3,0,0> E2 ## E3 ## E0 ## E0; }; \
+
719  struct { detail::_swizzle<4, T, P, V, 2,3,0,1> E2 ## E3 ## E0 ## E1; }; \
+
720  struct { detail::_swizzle<4, T, P, V, 2,3,0,2> E2 ## E3 ## E0 ## E2; }; \
+
721  struct { detail::_swizzle<4, T, P, V, 2,3,0,3> E2 ## E3 ## E0 ## E3; }; \
+
722  struct { detail::_swizzle<4, T, P, V, 2,3,1,0> E2 ## E3 ## E1 ## E0; }; \
+
723  struct { detail::_swizzle<4, T, P, V, 2,3,1,1> E2 ## E3 ## E1 ## E1; }; \
+
724  struct { detail::_swizzle<4, T, P, V, 2,3,1,2> E2 ## E3 ## E1 ## E2; }; \
+
725  struct { detail::_swizzle<4, T, P, V, 2,3,1,3> E2 ## E3 ## E1 ## E3; }; \
+
726  struct { detail::_swizzle<4, T, P, V, 2,3,2,0> E2 ## E3 ## E2 ## E0; }; \
+
727  struct { detail::_swizzle<4, T, P, V, 2,3,2,1> E2 ## E3 ## E2 ## E1; }; \
+
728  struct { detail::_swizzle<4, T, P, V, 2,3,2,2> E2 ## E3 ## E2 ## E2; }; \
+
729  struct { detail::_swizzle<4, T, P, V, 2,3,2,3> E2 ## E3 ## E2 ## E3; }; \
+
730  struct { detail::_swizzle<4, T, P, V, 2,3,3,0> E2 ## E3 ## E3 ## E0; }; \
+
731  struct { detail::_swizzle<4, T, P, V, 2,3,3,1> E2 ## E3 ## E3 ## E1; }; \
+
732  struct { detail::_swizzle<4, T, P, V, 2,3,3,2> E2 ## E3 ## E3 ## E2; }; \
+
733  struct { detail::_swizzle<4, T, P, V, 2,3,3,3> E2 ## E3 ## E3 ## E3; }; \
+
734  struct { detail::_swizzle<4, T, P, V, 3,0,0,0> E3 ## E0 ## E0 ## E0; }; \
+
735  struct { detail::_swizzle<4, T, P, V, 3,0,0,1> E3 ## E0 ## E0 ## E1; }; \
+
736  struct { detail::_swizzle<4, T, P, V, 3,0,0,2> E3 ## E0 ## E0 ## E2; }; \
+
737  struct { detail::_swizzle<4, T, P, V, 3,0,0,3> E3 ## E0 ## E0 ## E3; }; \
+
738  struct { detail::_swizzle<4, T, P, V, 3,0,1,0> E3 ## E0 ## E1 ## E0; }; \
+
739  struct { detail::_swizzle<4, T, P, V, 3,0,1,1> E3 ## E0 ## E1 ## E1; }; \
+
740  struct { detail::_swizzle<4, T, P, V, 3,0,1,2> E3 ## E0 ## E1 ## E2; }; \
+
741  struct { detail::_swizzle<4, T, P, V, 3,0,1,3> E3 ## E0 ## E1 ## E3; }; \
+
742  struct { detail::_swizzle<4, T, P, V, 3,0,2,0> E3 ## E0 ## E2 ## E0; }; \
+
743  struct { detail::_swizzle<4, T, P, V, 3,0,2,1> E3 ## E0 ## E2 ## E1; }; \
+
744  struct { detail::_swizzle<4, T, P, V, 3,0,2,2> E3 ## E0 ## E2 ## E2; }; \
+
745  struct { detail::_swizzle<4, T, P, V, 3,0,2,3> E3 ## E0 ## E2 ## E3; }; \
+
746  struct { detail::_swizzle<4, T, P, V, 3,0,3,0> E3 ## E0 ## E3 ## E0; }; \
+
747  struct { detail::_swizzle<4, T, P, V, 3,0,3,1> E3 ## E0 ## E3 ## E1; }; \
+
748  struct { detail::_swizzle<4, T, P, V, 3,0,3,2> E3 ## E0 ## E3 ## E2; }; \
+
749  struct { detail::_swizzle<4, T, P, V, 3,0,3,3> E3 ## E0 ## E3 ## E3; }; \
+
750  struct { detail::_swizzle<4, T, P, V, 3,1,0,0> E3 ## E1 ## E0 ## E0; }; \
+
751  struct { detail::_swizzle<4, T, P, V, 3,1,0,1> E3 ## E1 ## E0 ## E1; }; \
+
752  struct { detail::_swizzle<4, T, P, V, 3,1,0,2> E3 ## E1 ## E0 ## E2; }; \
+
753  struct { detail::_swizzle<4, T, P, V, 3,1,0,3> E3 ## E1 ## E0 ## E3; }; \
+
754  struct { detail::_swizzle<4, T, P, V, 3,1,1,0> E3 ## E1 ## E1 ## E0; }; \
+
755  struct { detail::_swizzle<4, T, P, V, 3,1,1,1> E3 ## E1 ## E1 ## E1; }; \
+
756  struct { detail::_swizzle<4, T, P, V, 3,1,1,2> E3 ## E1 ## E1 ## E2; }; \
+
757  struct { detail::_swizzle<4, T, P, V, 3,1,1,3> E3 ## E1 ## E1 ## E3; }; \
+
758  struct { detail::_swizzle<4, T, P, V, 3,1,2,0> E3 ## E1 ## E2 ## E0; }; \
+
759  struct { detail::_swizzle<4, T, P, V, 3,1,2,1> E3 ## E1 ## E2 ## E1; }; \
+
760  struct { detail::_swizzle<4, T, P, V, 3,1,2,2> E3 ## E1 ## E2 ## E2; }; \
+
761  struct { detail::_swizzle<4, T, P, V, 3,1,2,3> E3 ## E1 ## E2 ## E3; }; \
+
762  struct { detail::_swizzle<4, T, P, V, 3,1,3,0> E3 ## E1 ## E3 ## E0; }; \
+
763  struct { detail::_swizzle<4, T, P, V, 3,1,3,1> E3 ## E1 ## E3 ## E1; }; \
+
764  struct { detail::_swizzle<4, T, P, V, 3,1,3,2> E3 ## E1 ## E3 ## E2; }; \
+
765  struct { detail::_swizzle<4, T, P, V, 3,1,3,3> E3 ## E1 ## E3 ## E3; }; \
+
766  struct { detail::_swizzle<4, T, P, V, 3,2,0,0> E3 ## E2 ## E0 ## E0; }; \
+
767  struct { detail::_swizzle<4, T, P, V, 3,2,0,1> E3 ## E2 ## E0 ## E1; }; \
+
768  struct { detail::_swizzle<4, T, P, V, 3,2,0,2> E3 ## E2 ## E0 ## E2; }; \
+
769  struct { detail::_swizzle<4, T, P, V, 3,2,0,3> E3 ## E2 ## E0 ## E3; }; \
+
770  struct { detail::_swizzle<4, T, P, V, 3,2,1,0> E3 ## E2 ## E1 ## E0; }; \
+
771  struct { detail::_swizzle<4, T, P, V, 3,2,1,1> E3 ## E2 ## E1 ## E1; }; \
+
772  struct { detail::_swizzle<4, T, P, V, 3,2,1,2> E3 ## E2 ## E1 ## E2; }; \
+
773  struct { detail::_swizzle<4, T, P, V, 3,2,1,3> E3 ## E2 ## E1 ## E3; }; \
+
774  struct { detail::_swizzle<4, T, P, V, 3,2,2,0> E3 ## E2 ## E2 ## E0; }; \
+
775  struct { detail::_swizzle<4, T, P, V, 3,2,2,1> E3 ## E2 ## E2 ## E1; }; \
+
776  struct { detail::_swizzle<4, T, P, V, 3,2,2,2> E3 ## E2 ## E2 ## E2; }; \
+
777  struct { detail::_swizzle<4, T, P, V, 3,2,2,3> E3 ## E2 ## E2 ## E3; }; \
+
778  struct { detail::_swizzle<4, T, P, V, 3,2,3,0> E3 ## E2 ## E3 ## E0; }; \
+
779  struct { detail::_swizzle<4, T, P, V, 3,2,3,1> E3 ## E2 ## E3 ## E1; }; \
+
780  struct { detail::_swizzle<4, T, P, V, 3,2,3,2> E3 ## E2 ## E3 ## E2; }; \
+
781  struct { detail::_swizzle<4, T, P, V, 3,2,3,3> E3 ## E2 ## E3 ## E3; }; \
+
782  struct { detail::_swizzle<4, T, P, V, 3,3,0,0> E3 ## E3 ## E0 ## E0; }; \
+
783  struct { detail::_swizzle<4, T, P, V, 3,3,0,1> E3 ## E3 ## E0 ## E1; }; \
+
784  struct { detail::_swizzle<4, T, P, V, 3,3,0,2> E3 ## E3 ## E0 ## E2; }; \
+
785  struct { detail::_swizzle<4, T, P, V, 3,3,0,3> E3 ## E3 ## E0 ## E3; }; \
+
786  struct { detail::_swizzle<4, T, P, V, 3,3,1,0> E3 ## E3 ## E1 ## E0; }; \
+
787  struct { detail::_swizzle<4, T, P, V, 3,3,1,1> E3 ## E3 ## E1 ## E1; }; \
+
788  struct { detail::_swizzle<4, T, P, V, 3,3,1,2> E3 ## E3 ## E1 ## E2; }; \
+
789  struct { detail::_swizzle<4, T, P, V, 3,3,1,3> E3 ## E3 ## E1 ## E3; }; \
+
790  struct { detail::_swizzle<4, T, P, V, 3,3,2,0> E3 ## E3 ## E2 ## E0; }; \
+
791  struct { detail::_swizzle<4, T, P, V, 3,3,2,1> E3 ## E3 ## E2 ## E1; }; \
+
792  struct { detail::_swizzle<4, T, P, V, 3,3,2,2> E3 ## E3 ## E2 ## E2; }; \
+
793  struct { detail::_swizzle<4, T, P, V, 3,3,2,3> E3 ## E3 ## E2 ## E3; }; \
+
794  struct { detail::_swizzle<4, T, P, V, 3,3,3,0> E3 ## E3 ## E3 ## E0; }; \
+
795  struct { detail::_swizzle<4, T, P, V, 3,3,3,1> E3 ## E3 ## E3 ## E1; }; \
+
796  struct { detail::_swizzle<4, T, P, V, 3,3,3,2> E3 ## E3 ## E3 ## E2; }; \
+
797  struct { detail::_swizzle<4, T, P, V, 3,3,3,3> E3 ## E3 ## E3 ## E3; };
+
GLM_FUNC_DECL GLM_CONSTEXPR genType e()
Return e constant.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00005.html b/glm/doc/api/a00005.html new file mode 100644 index 0000000..3b4dced --- /dev/null +++ b/glm/doc/api/a00005.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: _swizzle_func.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_swizzle_func.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file _swizzle_func.hpp.

+
+ + + + diff --git a/glm/doc/api/a00005_source.html b/glm/doc/api/a00005_source.html new file mode 100644 index 0000000..848d0b2 --- /dev/null +++ b/glm/doc/api/a00005_source.html @@ -0,0 +1,793 @@ + + + + + + +0.9.9 API documenation: _swizzle_func.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_swizzle_func.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #define GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \
+
7  SWIZZLED_TYPE<TMPL_TYPE, PRECISION> A ## B() CONST \
+
8  { \
+
9  return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B); \
+
10  }
+
11 
+
12 #define GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C) \
+
13  SWIZZLED_TYPE<TMPL_TYPE, PRECISION> A ## B ## C() CONST \
+
14  { \
+
15  return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B, this->C); \
+
16  }
+
17 
+
18 #define GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C, D) \
+
19  SWIZZLED_TYPE<TMPL_TYPE, PRECISION> A ## B ## C ## D() CONST \
+
20  { \
+
21  return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B, this->C, this->D); \
+
22  }
+
23 
+
24 #define GLM_SWIZZLE_GEN_VEC2_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \
+
25  template <typename TMPL_TYPE> \
+
26  SWIZZLED_TYPE<TMPL_TYPE> CLASS_TYPE<TMPL_TYPE, PRECISION>::A ## B() CONST \
+
27  { \
+
28  return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B); \
+
29  }
+
30 
+
31 #define GLM_SWIZZLE_GEN_VEC3_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C) \
+
32  template <typename TMPL_TYPE> \
+
33  SWIZZLED_TYPE<TMPL_TYPE> CLASS_TYPE<TMPL_TYPE, PRECISION>::A ## B ## C() CONST \
+
34  { \
+
35  return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B, this->C); \
+
36  }
+
37 
+
38 #define GLM_SWIZZLE_GEN_VEC4_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C, D) \
+
39  template <typename TMPL_TYPE> \
+
40  SWIZZLED_TYPE<TMPL_TYPE> CLASS_TYPE<TMPL_TYPE, PRECISION>::A ## B ## C ## D() CONST \
+
41  { \
+
42  return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B, this->C, this->D); \
+
43  }
+
44 
+
45 #define GLM_MUTABLE
+
46 
+
47 #define GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B) \
+
48  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B) \
+
49  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A)
+
50 
+
51 #define GLM_SWIZZLE_GEN_REF_FROM_VEC2(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE) \
+
52  GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, x, y) \
+
53  GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, r, g) \
+
54  GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, s, t)
+
55 
+
56 //GLM_SWIZZLE_GEN_REF_FROM_VEC2(valType, detail::vec2, detail::ref2)
+
57 
+
58 #define GLM_SWIZZLE_GEN_REF2_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \
+
59  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B) \
+
60  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, C) \
+
61  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A) \
+
62  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, C) \
+
63  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, A) \
+
64  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, B)
+
65 
+
66 #define GLM_SWIZZLE_GEN_REF3_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \
+
67  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B, C) \
+
68  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, C, B) \
+
69  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A, C) \
+
70  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, C, A) \
+
71  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, A, B) \
+
72  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, B, A)
+
73 
+
74 #define GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, A, B, C) \
+
75  GLM_SWIZZLE_GEN_REF3_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C) \
+
76  GLM_SWIZZLE_GEN_REF2_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C)
+
77 
+
78 #define GLM_SWIZZLE_GEN_REF_FROM_VEC3(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE) \
+
79  GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, x, y, z) \
+
80  GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, r, g, b) \
+
81  GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, s, t, p)
+
82 
+
83 //GLM_SWIZZLE_GEN_REF_FROM_VEC3(valType, detail::vec3, detail::ref2, detail::ref3)
+
84 
+
85 #define GLM_SWIZZLE_GEN_REF2_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \
+
86  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B) \
+
87  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, C) \
+
88  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, D) \
+
89  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A) \
+
90  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, C) \
+
91  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, D) \
+
92  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, A) \
+
93  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, B) \
+
94  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, D) \
+
95  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, D, A) \
+
96  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, D, B) \
+
97  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, D, C)
+
98 
+
99 #define GLM_SWIZZLE_GEN_REF3_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \
+
100  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, B, C) \
+
101  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, B, D) \
+
102  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, C, B) \
+
103  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, C, D) \
+
104  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, D, B) \
+
105  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, D, C) \
+
106  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, A, C) \
+
107  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, A, D) \
+
108  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, C, A) \
+
109  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, C, D) \
+
110  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, D, A) \
+
111  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, D, C) \
+
112  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, A, B) \
+
113  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, A, D) \
+
114  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, B, A) \
+
115  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, B, D) \
+
116  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, D, A) \
+
117  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, D, B) \
+
118  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, A, B) \
+
119  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, A, C) \
+
120  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, B, A) \
+
121  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, B, C) \
+
122  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, C, A) \
+
123  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, C, B)
+
124 
+
125 #define GLM_SWIZZLE_GEN_REF4_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \
+
126  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, C, B, D) \
+
127  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, C, D, B) \
+
128  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, D, B, C) \
+
129  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, D, C, B) \
+
130  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, B, D, C) \
+
131  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , A, B, C, D) \
+
132  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, C, A, D) \
+
133  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, C, D, A) \
+
134  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, D, A, C) \
+
135  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, D, C, A) \
+
136  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, A, D, C) \
+
137  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , B, A, C, D) \
+
138  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, B, A, D) \
+
139  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, B, D, A) \
+
140  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, D, A, B) \
+
141  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, D, B, A) \
+
142  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, A, D, B) \
+
143  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , C, A, B, D) \
+
144  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, C, B, A) \
+
145  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, C, A, B) \
+
146  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, A, B, C) \
+
147  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, A, C, B) \
+
148  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, B, A, C) \
+
149  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, , D, B, C, A)
+
150 
+
151 #define GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) \
+
152  GLM_SWIZZLE_GEN_REF2_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C, D) \
+
153  GLM_SWIZZLE_GEN_REF3_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C, D) \
+
154  GLM_SWIZZLE_GEN_REF4_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D)
+
155 
+
156 #define GLM_SWIZZLE_GEN_REF_FROM_VEC4(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \
+
157  GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y, z, w) \
+
158  GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g, b, a) \
+
159  GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t, p, q)
+
160 
+
161 //GLM_SWIZZLE_GEN_REF_FROM_VEC4(valType, detail::vec4, detail::ref2, detail::ref3, detail::ref4)
+
162 
+
163 #define GLM_SWIZZLE_GEN_VEC2_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B) \
+
164  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A) \
+
165  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B) \
+
166  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A) \
+
167  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B)
+
168 
+
169 #define GLM_SWIZZLE_GEN_VEC3_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B) \
+
170  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A) \
+
171  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B) \
+
172  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A) \
+
173  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B) \
+
174  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A) \
+
175  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B) \
+
176  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A) \
+
177  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B)
+
178 
+
179 #define GLM_SWIZZLE_GEN_VEC4_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B) \
+
180  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, A) \
+
181  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, B) \
+
182  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, A) \
+
183  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, B) \
+
184  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, A) \
+
185  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, B) \
+
186  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, A) \
+
187  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, B) \
+
188  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, A) \
+
189  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, B) \
+
190  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, A) \
+
191  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, B) \
+
192  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, A) \
+
193  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, B) \
+
194  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, A) \
+
195  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, B)
+
196 
+
197 #define GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B) \
+
198  GLM_SWIZZLE_GEN_VEC2_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B) \
+
199  GLM_SWIZZLE_GEN_VEC3_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B) \
+
200  GLM_SWIZZLE_GEN_VEC4_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B)
+
201 
+
202 #define GLM_SWIZZLE_GEN_VEC_FROM_VEC2(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \
+
203  GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y) \
+
204  GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g) \
+
205  GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t)
+
206 
+
207 //GLM_SWIZZLE_GEN_VEC_FROM_VEC2(valType, detail::vec2, detail::vec2, detail::vec3, detail::vec4)
+
208 
+
209 #define GLM_SWIZZLE_GEN_VEC2_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \
+
210  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A) \
+
211  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B) \
+
212  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C) \
+
213  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A) \
+
214  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B) \
+
215  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C) \
+
216  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A) \
+
217  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B) \
+
218  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C)
+
219 
+
220 #define GLM_SWIZZLE_GEN_VEC3_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \
+
221  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A) \
+
222  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B) \
+
223  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C) \
+
224  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A) \
+
225  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B) \
+
226  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C) \
+
227  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A) \
+
228  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B) \
+
229  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C) \
+
230  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A) \
+
231  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B) \
+
232  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C) \
+
233  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A) \
+
234  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B) \
+
235  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C) \
+
236  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A) \
+
237  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B) \
+
238  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C) \
+
239  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A) \
+
240  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B) \
+
241  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C) \
+
242  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A) \
+
243  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B) \
+
244  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C) \
+
245  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A) \
+
246  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B) \
+
247  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C)
+
248 
+
249 #define GLM_SWIZZLE_GEN_VEC4_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \
+
250  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, A) \
+
251  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, B) \
+
252  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, C) \
+
253  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, A) \
+
254  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, B) \
+
255  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, C) \
+
256  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, A) \
+
257  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, B) \
+
258  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, C) \
+
259  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, A) \
+
260  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, B) \
+
261  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, C) \
+
262  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, A) \
+
263  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, B) \
+
264  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, C) \
+
265  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, A) \
+
266  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, B) \
+
267  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, C) \
+
268  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, A) \
+
269  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, B) \
+
270  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, C) \
+
271  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, A) \
+
272  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, B) \
+
273  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, C) \
+
274  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, A) \
+
275  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, B) \
+
276  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, C) \
+
277  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, A) \
+
278  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, B) \
+
279  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, C) \
+
280  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, A) \
+
281  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, B) \
+
282  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, C) \
+
283  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, A) \
+
284  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, B) \
+
285  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, C) \
+
286  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, A) \
+
287  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, B) \
+
288  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, C) \
+
289  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, A) \
+
290  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, B) \
+
291  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, C) \
+
292  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, A) \
+
293  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, B) \
+
294  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, C) \
+
295  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, A) \
+
296  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, B) \
+
297  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, C) \
+
298  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, A) \
+
299  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, B) \
+
300  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, C) \
+
301  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, A) \
+
302  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, B) \
+
303  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, C) \
+
304  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, A) \
+
305  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, B) \
+
306  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, C) \
+
307  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, A) \
+
308  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, B) \
+
309  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, C) \
+
310  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, A) \
+
311  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, B) \
+
312  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, C) \
+
313  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, A) \
+
314  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, B) \
+
315  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, C) \
+
316  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, A) \
+
317  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, B) \
+
318  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, C) \
+
319  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, A) \
+
320  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, B) \
+
321  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, C) \
+
322  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, A) \
+
323  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, B) \
+
324  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, C) \
+
325  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, A) \
+
326  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, B) \
+
327  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, C) \
+
328  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, A) \
+
329  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, B) \
+
330  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, C)
+
331 
+
332 #define GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C) \
+
333  GLM_SWIZZLE_GEN_VEC2_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C) \
+
334  GLM_SWIZZLE_GEN_VEC3_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C) \
+
335  GLM_SWIZZLE_GEN_VEC4_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B, C)
+
336 
+
337 #define GLM_SWIZZLE_GEN_VEC_FROM_VEC3(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \
+
338  GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y, z) \
+
339  GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g, b) \
+
340  GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t, p)
+
341 
+
342 //GLM_SWIZZLE_GEN_VEC_FROM_VEC3(valType, detail::vec3, detail::vec2, detail::vec3, detail::vec4)
+
343 
+
344 #define GLM_SWIZZLE_GEN_VEC2_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \
+
345  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A) \
+
346  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B) \
+
347  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C) \
+
348  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D) \
+
349  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A) \
+
350  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B) \
+
351  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C) \
+
352  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D) \
+
353  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A) \
+
354  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B) \
+
355  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C) \
+
356  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D) \
+
357  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A) \
+
358  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B) \
+
359  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C) \
+
360  GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D)
+
361 
+
362 #define GLM_SWIZZLE_GEN_VEC3_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \
+
363  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A) \
+
364  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B) \
+
365  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C) \
+
366  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D) \
+
367  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A) \
+
368  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B) \
+
369  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C) \
+
370  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D) \
+
371  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A) \
+
372  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B) \
+
373  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C) \
+
374  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D) \
+
375  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A) \
+
376  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B) \
+
377  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C) \
+
378  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D) \
+
379  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A) \
+
380  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B) \
+
381  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C) \
+
382  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D) \
+
383  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A) \
+
384  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B) \
+
385  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C) \
+
386  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D) \
+
387  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A) \
+
388  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B) \
+
389  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C) \
+
390  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D) \
+
391  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A) \
+
392  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B) \
+
393  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C) \
+
394  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D) \
+
395  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A) \
+
396  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B) \
+
397  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C) \
+
398  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D) \
+
399  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A) \
+
400  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B) \
+
401  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C) \
+
402  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D) \
+
403  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A) \
+
404  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B) \
+
405  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C) \
+
406  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D) \
+
407  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A) \
+
408  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B) \
+
409  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C) \
+
410  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D) \
+
411  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A) \
+
412  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B) \
+
413  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C) \
+
414  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D) \
+
415  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A) \
+
416  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B) \
+
417  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C) \
+
418  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D) \
+
419  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A) \
+
420  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B) \
+
421  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C) \
+
422  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D) \
+
423  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A) \
+
424  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B) \
+
425  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C) \
+
426  GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D)
+
427 
+
428 #define GLM_SWIZZLE_GEN_VEC4_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \
+
429  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, A) \
+
430  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, B) \
+
431  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, C) \
+
432  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, D) \
+
433  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, A) \
+
434  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, B) \
+
435  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, C) \
+
436  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, D) \
+
437  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, A) \
+
438  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, B) \
+
439  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, C) \
+
440  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, D) \
+
441  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, A) \
+
442  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, B) \
+
443  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, C) \
+
444  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, D) \
+
445  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, A) \
+
446  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, B) \
+
447  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, C) \
+
448  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, D) \
+
449  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, A) \
+
450  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, B) \
+
451  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, C) \
+
452  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, D) \
+
453  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, A) \
+
454  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, B) \
+
455  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, C) \
+
456  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, D) \
+
457  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, A) \
+
458  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, B) \
+
459  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, C) \
+
460  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, D) \
+
461  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, A) \
+
462  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, B) \
+
463  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, C) \
+
464  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, D) \
+
465  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, A) \
+
466  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, B) \
+
467  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, C) \
+
468  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, D) \
+
469  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, A) \
+
470  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, B) \
+
471  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, C) \
+
472  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, D) \
+
473  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, A) \
+
474  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, B) \
+
475  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, C) \
+
476  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, D) \
+
477  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, A) \
+
478  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, B) \
+
479  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, C) \
+
480  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, D) \
+
481  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, A) \
+
482  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, B) \
+
483  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, C) \
+
484  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, D) \
+
485  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, A) \
+
486  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, B) \
+
487  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, C) \
+
488  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, D) \
+
489  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, A) \
+
490  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, B) \
+
491  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, C) \
+
492  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, D) \
+
493  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, A) \
+
494  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, B) \
+
495  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, C) \
+
496  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, D) \
+
497  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, A) \
+
498  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, B) \
+
499  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, C) \
+
500  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, D) \
+
501  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, A) \
+
502  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, B) \
+
503  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, C) \
+
504  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, D) \
+
505  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, A) \
+
506  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, B) \
+
507  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, C) \
+
508  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, D) \
+
509  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, A) \
+
510  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, B) \
+
511  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, C) \
+
512  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, D) \
+
513  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, A) \
+
514  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, B) \
+
515  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, C) \
+
516  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, D) \
+
517  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, A) \
+
518  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, B) \
+
519  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, C) \
+
520  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, D) \
+
521  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, A) \
+
522  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, B) \
+
523  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, C) \
+
524  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, D) \
+
525  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, A) \
+
526  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, B) \
+
527  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, C) \
+
528  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, D) \
+
529  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, A) \
+
530  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, B) \
+
531  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, C) \
+
532  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, D) \
+
533  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, A) \
+
534  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, B) \
+
535  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, C) \
+
536  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, D) \
+
537  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, A) \
+
538  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, B) \
+
539  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, C) \
+
540  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, D) \
+
541  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, A) \
+
542  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, B) \
+
543  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, C) \
+
544  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, D) \
+
545  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, A) \
+
546  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, B) \
+
547  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, C) \
+
548  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, D) \
+
549  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, A) \
+
550  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, B) \
+
551  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, C) \
+
552  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, D) \
+
553  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, A) \
+
554  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, B) \
+
555  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, C) \
+
556  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, D) \
+
557  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, A) \
+
558  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, B) \
+
559  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, C) \
+
560  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, D) \
+
561  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, A) \
+
562  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, B) \
+
563  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, C) \
+
564  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, D) \
+
565  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, A) \
+
566  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, B) \
+
567  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, C) \
+
568  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, D) \
+
569  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, A) \
+
570  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, B) \
+
571  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, C) \
+
572  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, D) \
+
573  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, A) \
+
574  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, B) \
+
575  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, C) \
+
576  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, D) \
+
577  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, A) \
+
578  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, B) \
+
579  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, C) \
+
580  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, D) \
+
581  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, A) \
+
582  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, B) \
+
583  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, C) \
+
584  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, D) \
+
585  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, A) \
+
586  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, B) \
+
587  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, C) \
+
588  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, D) \
+
589  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, A) \
+
590  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, B) \
+
591  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, C) \
+
592  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, D) \
+
593  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, A) \
+
594  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, B) \
+
595  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, C) \
+
596  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, D) \
+
597  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, A) \
+
598  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, B) \
+
599  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, C) \
+
600  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, D) \
+
601  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, A) \
+
602  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, B) \
+
603  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, C) \
+
604  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, D) \
+
605  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, A) \
+
606  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, B) \
+
607  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, C) \
+
608  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, D) \
+
609  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, A) \
+
610  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, B) \
+
611  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, C) \
+
612  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, D) \
+
613  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, A) \
+
614  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, B) \
+
615  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, C) \
+
616  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, D) \
+
617  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, A) \
+
618  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, B) \
+
619  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, C) \
+
620  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, D) \
+
621  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, A) \
+
622  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, B) \
+
623  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, C) \
+
624  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, D) \
+
625  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, A) \
+
626  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, B) \
+
627  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, C) \
+
628  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, D) \
+
629  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, A) \
+
630  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, B) \
+
631  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, C) \
+
632  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, D) \
+
633  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, A) \
+
634  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, B) \
+
635  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, C) \
+
636  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, D) \
+
637  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, A) \
+
638  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, B) \
+
639  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, C) \
+
640  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, D) \
+
641  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, A) \
+
642  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, B) \
+
643  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, C) \
+
644  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, D) \
+
645  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, A) \
+
646  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, B) \
+
647  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, C) \
+
648  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, D) \
+
649  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, A) \
+
650  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, B) \
+
651  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, C) \
+
652  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, D) \
+
653  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, A) \
+
654  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, B) \
+
655  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, C) \
+
656  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, D) \
+
657  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, A) \
+
658  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, B) \
+
659  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, C) \
+
660  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, D) \
+
661  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, A) \
+
662  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, B) \
+
663  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, C) \
+
664  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, D) \
+
665  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, A) \
+
666  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, B) \
+
667  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, C) \
+
668  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, D) \
+
669  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, A) \
+
670  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, B) \
+
671  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, C) \
+
672  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, D) \
+
673  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, A) \
+
674  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, B) \
+
675  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, C) \
+
676  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, D) \
+
677  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, A) \
+
678  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, B) \
+
679  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, C) \
+
680  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, D) \
+
681  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, A) \
+
682  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, B) \
+
683  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, C) \
+
684  GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, D)
+
685 
+
686 #define GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) \
+
687  GLM_SWIZZLE_GEN_VEC2_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C, D) \
+
688  GLM_SWIZZLE_GEN_VEC3_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C, D) \
+
689  GLM_SWIZZLE_GEN_VEC4_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D)
+
690 
+
691 #define GLM_SWIZZLE_GEN_VEC_FROM_VEC4(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \
+
692  GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y, z, w) \
+
693  GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g, b, a) \
+
694  GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t, p, q)
+
695 
+
696 //GLM_SWIZZLE_GEN_VEC_FROM_VEC4(valType, detail::vec4, detail::vec2, detail::vec3, detail::vec4)
+
+ + + + diff --git a/glm/doc/api/a00006.html b/glm/doc/api/a00006.html new file mode 100644 index 0000000..5e0264c --- /dev/null +++ b/glm/doc/api/a00006.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: _vectorize.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_vectorize.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file _vectorize.hpp.

+
+ + + + diff --git a/glm/doc/api/a00006_source.html b/glm/doc/api/a00006_source.html new file mode 100644 index 0000000..19493bf --- /dev/null +++ b/glm/doc/api/a00006_source.html @@ -0,0 +1,233 @@ + + + + + + +0.9.9 API documenation: _vectorize.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
_vectorize.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "type_vec1.hpp"
+
7 #include "type_vec2.hpp"
+
8 #include "type_vec3.hpp"
+
9 #include "type_vec4.hpp"
+
10 
+
11 namespace glm{
+
12 namespace detail
+
13 {
+
14  template <typename R, typename T, precision P, template <typename, precision> class vecType>
+
15  struct functor1{};
+
16 
+
17  template <typename R, typename T, precision P>
+
18  struct functor1<R, T, P, tvec1>
+
19  {
+
20  GLM_FUNC_QUALIFIER static tvec1<R, P> call(R (*Func) (T x), tvec1<T, P> const & v)
+
21  {
+
22  return tvec1<R, P>(Func(v.x));
+
23  }
+
24  };
+
25 
+
26  template <typename R, typename T, precision P>
+
27  struct functor1<R, T, P, tvec2>
+
28  {
+
29  GLM_FUNC_QUALIFIER static tvec2<R, P> call(R (*Func) (T x), tvec2<T, P> const & v)
+
30  {
+
31  return tvec2<R, P>(Func(v.x), Func(v.y));
+
32  }
+
33  };
+
34 
+
35  template <typename R, typename T, precision P>
+
36  struct functor1<R, T, P, tvec3>
+
37  {
+
38  GLM_FUNC_QUALIFIER static tvec3<R, P> call(R (*Func) (T x), tvec3<T, P> const & v)
+
39  {
+
40  return tvec3<R, P>(Func(v.x), Func(v.y), Func(v.z));
+
41  }
+
42  };
+
43 
+
44  template <typename R, typename T, precision P>
+
45  struct functor1<R, T, P, tvec4>
+
46  {
+
47  GLM_FUNC_QUALIFIER static tvec4<R, P> call(R (*Func) (T x), tvec4<T, P> const & v)
+
48  {
+
49  return tvec4<R, P>(Func(v.x), Func(v.y), Func(v.z), Func(v.w));
+
50  }
+
51  };
+
52 
+
53  template <typename T, precision P, template <typename, precision> class vecType>
+
54  struct functor2{};
+
55 
+
56  template <typename T, precision P>
+
57  struct functor2<T, P, tvec1>
+
58  {
+
59  GLM_FUNC_QUALIFIER static tvec1<T, P> call(T (*Func) (T x, T y), tvec1<T, P> const & a, tvec1<T, P> const & b)
+
60  {
+
61  return tvec1<T, P>(Func(a.x, b.x));
+
62  }
+
63  };
+
64 
+
65  template <typename T, precision P>
+
66  struct functor2<T, P, tvec2>
+
67  {
+
68  GLM_FUNC_QUALIFIER static tvec2<T, P> call(T (*Func) (T x, T y), tvec2<T, P> const & a, tvec2<T, P> const & b)
+
69  {
+
70  return tvec2<T, P>(Func(a.x, b.x), Func(a.y, b.y));
+
71  }
+
72  };
+
73 
+
74  template <typename T, precision P>
+
75  struct functor2<T, P, tvec3>
+
76  {
+
77  GLM_FUNC_QUALIFIER static tvec3<T, P> call(T (*Func) (T x, T y), tvec3<T, P> const & a, tvec3<T, P> const & b)
+
78  {
+
79  return tvec3<T, P>(Func(a.x, b.x), Func(a.y, b.y), Func(a.z, b.z));
+
80  }
+
81  };
+
82 
+
83  template <typename T, precision P>
+
84  struct functor2<T, P, tvec4>
+
85  {
+
86  GLM_FUNC_QUALIFIER static tvec4<T, P> call(T (*Func) (T x, T y), tvec4<T, P> const & a, tvec4<T, P> const & b)
+
87  {
+
88  return tvec4<T, P>(Func(a.x, b.x), Func(a.y, b.y), Func(a.z, b.z), Func(a.w, b.w));
+
89  }
+
90  };
+
91 
+
92  template <typename T, precision P, template <typename, precision> class vecType>
+
93  struct functor2_vec_sca{};
+
94 
+
95  template <typename T, precision P>
+
96  struct functor2_vec_sca<T, P, tvec1>
+
97  {
+
98  GLM_FUNC_QUALIFIER static tvec1<T, P> call(T (*Func) (T x, T y), tvec1<T, P> const & a, T b)
+
99  {
+
100  return tvec1<T, P>(Func(a.x, b));
+
101  }
+
102  };
+
103 
+
104  template <typename T, precision P>
+
105  struct functor2_vec_sca<T, P, tvec2>
+
106  {
+
107  GLM_FUNC_QUALIFIER static tvec2<T, P> call(T (*Func) (T x, T y), tvec2<T, P> const & a, T b)
+
108  {
+
109  return tvec2<T, P>(Func(a.x, b), Func(a.y, b));
+
110  }
+
111  };
+
112 
+
113  template <typename T, precision P>
+
114  struct functor2_vec_sca<T, P, tvec3>
+
115  {
+
116  GLM_FUNC_QUALIFIER static tvec3<T, P> call(T (*Func) (T x, T y), tvec3<T, P> const & a, T b)
+
117  {
+
118  return tvec3<T, P>(Func(a.x, b), Func(a.y, b), Func(a.z, b));
+
119  }
+
120  };
+
121 
+
122  template <typename T, precision P>
+
123  struct functor2_vec_sca<T, P, tvec4>
+
124  {
+
125  GLM_FUNC_QUALIFIER static tvec4<T, P> call(T (*Func) (T x, T y), tvec4<T, P> const & a, T b)
+
126  {
+
127  return tvec4<T, P>(Func(a.x, b), Func(a.y, b), Func(a.z, b), Func(a.w, b));
+
128  }
+
129  };
+
130 }//namespace detail
+
131 }//namespace glm
+
GLM Core
+
GLM Core
+
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00007.html b/glm/doc/api/a00007.html new file mode 100644 index 0000000..afcdae6 --- /dev/null +++ b/glm/doc/api/a00007.html @@ -0,0 +1,205 @@ + + + + + + +0.9.9 API documenation: associated_min_max.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
associated_min_max.hpp File Reference
+
+
+ +

GLM_GTX_associated_min_max +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , typename U >
GLM_FUNC_DECL U associatedMax (T x, U a, T y, U b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL tvec2< U, P > associatedMax (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > associatedMax (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMax (T x, U a, T y, U b, T z, U c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > associatedMax (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMax (T x, U a, T y, U b, T z, U c, T w, U d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P>
GLM_FUNC_DECL U associatedMin (T x, U a, T y, U b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL tvec2< U, P > associatedMin (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (T x, const vecType< U, P > &a, T y, const vecType< U, P > &b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMin (T x, U a, T y, U b, T z, U c)
 Minimum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)
 Minimum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMin (T x, U a, T y, U b, T z, U c, T w, U d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
+

Detailed Description

+

GLM_GTX_associated_min_max

+
See also
GLM Core (dependence)
+
+GLM_GTX_extented_min_max (dependence)
+ +

Definition in file associated_min_max.hpp.

+
+ + + + diff --git a/glm/doc/api/a00007_source.html b/glm/doc/api/a00007_source.html new file mode 100644 index 0000000..1987bc3 --- /dev/null +++ b/glm/doc/api/a00007_source.html @@ -0,0 +1,250 @@ + + + + + + +0.9.9 API documenation: associated_min_max.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
associated_min_max.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GTX_associated_min_max is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_associated_min_max extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template<typename T, typename U, precision P>
+
34  GLM_FUNC_DECL U associatedMin(T x, U a, T y, U b);
+
35 
+
38  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
39  GLM_FUNC_DECL tvec2<U, P> associatedMin(
+
40  vecType<T, P> const & x, vecType<U, P> const & a,
+
41  vecType<T, P> const & y, vecType<U, P> const & b);
+
42 
+
45  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
46  GLM_FUNC_DECL vecType<U, P> associatedMin(
+
47  T x, const vecType<U, P>& a,
+
48  T y, const vecType<U, P>& b);
+
49 
+
52  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
53  GLM_FUNC_DECL vecType<U, P> associatedMin(
+
54  vecType<T, P> const & x, U a,
+
55  vecType<T, P> const & y, U b);
+
56 
+
59  template<typename T, typename U>
+
60  GLM_FUNC_DECL U associatedMin(
+
61  T x, U a,
+
62  T y, U b,
+
63  T z, U c);
+
64 
+
67  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
68  GLM_FUNC_DECL vecType<U, P> associatedMin(
+
69  vecType<T, P> const & x, vecType<U, P> const & a,
+
70  vecType<T, P> const & y, vecType<U, P> const & b,
+
71  vecType<T, P> const & z, vecType<U, P> const & c);
+
72 
+
75  template<typename T, typename U>
+
76  GLM_FUNC_DECL U associatedMin(
+
77  T x, U a,
+
78  T y, U b,
+
79  T z, U c,
+
80  T w, U d);
+
81 
+
84  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
85  GLM_FUNC_DECL vecType<U, P> associatedMin(
+
86  vecType<T, P> const & x, vecType<U, P> const & a,
+
87  vecType<T, P> const & y, vecType<U, P> const & b,
+
88  vecType<T, P> const & z, vecType<U, P> const & c,
+
89  vecType<T, P> const & w, vecType<U, P> const & d);
+
90 
+
93  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
94  GLM_FUNC_DECL vecType<U, P> associatedMin(
+
95  T x, vecType<U, P> const & a,
+
96  T y, vecType<U, P> const & b,
+
97  T z, vecType<U, P> const & c,
+
98  T w, vecType<U, P> const & d);
+
99 
+
102  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
103  GLM_FUNC_DECL vecType<U, P> associatedMin(
+
104  vecType<T, P> const & x, U a,
+
105  vecType<T, P> const & y, U b,
+
106  vecType<T, P> const & z, U c,
+
107  vecType<T, P> const & w, U d);
+
108 
+
111  template<typename T, typename U>
+
112  GLM_FUNC_DECL U associatedMax(T x, U a, T y, U b);
+
113 
+
116  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
117  GLM_FUNC_DECL tvec2<U, P> associatedMax(
+
118  vecType<T, P> const & x, vecType<U, P> const & a,
+
119  vecType<T, P> const & y, vecType<U, P> const & b);
+
120 
+
123  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
124  GLM_FUNC_DECL vecType<T, P> associatedMax(
+
125  T x, vecType<U, P> const & a,
+
126  T y, vecType<U, P> const & b);
+
127 
+
130  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
131  GLM_FUNC_DECL vecType<U, P> associatedMax(
+
132  vecType<T, P> const & x, U a,
+
133  vecType<T, P> const & y, U b);
+
134 
+
137  template<typename T, typename U>
+
138  GLM_FUNC_DECL U associatedMax(
+
139  T x, U a,
+
140  T y, U b,
+
141  T z, U c);
+
142 
+
145  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
146  GLM_FUNC_DECL vecType<U, P> associatedMax(
+
147  vecType<T, P> const & x, vecType<U, P> const & a,
+
148  vecType<T, P> const & y, vecType<U, P> const & b,
+
149  vecType<T, P> const & z, vecType<U, P> const & c);
+
150 
+
153  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
154  GLM_FUNC_DECL vecType<T, P> associatedMax(
+
155  T x, vecType<U, P> const & a,
+
156  T y, vecType<U, P> const & b,
+
157  T z, vecType<U, P> const & c);
+
158 
+
161  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
162  GLM_FUNC_DECL vecType<U, P> associatedMax(
+
163  vecType<T, P> const & x, U a,
+
164  vecType<T, P> const & y, U b,
+
165  vecType<T, P> const & z, U c);
+
166 
+
169  template<typename T, typename U>
+
170  GLM_FUNC_DECL U associatedMax(
+
171  T x, U a,
+
172  T y, U b,
+
173  T z, U c,
+
174  T w, U d);
+
175 
+
178  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
179  GLM_FUNC_DECL vecType<U, P> associatedMax(
+
180  vecType<T, P> const & x, vecType<U, P> const & a,
+
181  vecType<T, P> const & y, vecType<U, P> const & b,
+
182  vecType<T, P> const & z, vecType<U, P> const & c,
+
183  vecType<T, P> const & w, vecType<U, P> const & d);
+
184 
+
187  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
188  GLM_FUNC_DECL vecType<U, P> associatedMax(
+
189  T x, vecType<U, P> const & a,
+
190  T y, vecType<U, P> const & b,
+
191  T z, vecType<U, P> const & c,
+
192  T w, vecType<U, P> const & d);
+
193 
+
196  template<typename T, typename U, precision P, template <typename, precision> class vecType>
+
197  GLM_FUNC_DECL vecType<U, P> associatedMax(
+
198  vecType<T, P> const & x, U a,
+
199  vecType<T, P> const & y, U b,
+
200  vecType<T, P> const & z, U c,
+
201  vecType<T, P> const & w, U d);
+
202 
+
204 } //namespace glm
+
205 
+
206 #include "associated_min_max.inl"
+
GLM_FUNC_DECL vecType< U, P > associatedMax(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)
Maximum comparison between 4 variables and returns 4 associated variable values.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL vecType< U, P > associatedMin(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)
Minimum comparison between 4 variables and returns 4 associated variable values.
+
+ + + + diff --git a/glm/doc/api/a00008.html b/glm/doc/api/a00008.html new file mode 100644 index 0000000..7cd81ca --- /dev/null +++ b/glm/doc/api/a00008.html @@ -0,0 +1,149 @@ + + + + + + +0.9.9 API documenation: bit.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
bit.hpp File Reference
+
+
+ +

GLM_GTX_bit +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genIUType >
GLM_FUNC_DECL genIUType highestBitValue (genIUType Value)
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > highestBitValue (vecType< T, P > const &value)
 Find the highest bit set to 1 in a integer variable and return its value. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType lowestBitValue (genIUType Value)
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoAbove (genIUType Value)
 Return the power of two number which value is just higher the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoAbove (vecType< T, P > const &value)
 Return the power of two number which value is just higher the input value. More...
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoBelow (genIUType Value)
 Return the power of two number which value is just lower the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoBelow (vecType< T, P > const &value)
 Return the power of two number which value is just lower the input value. More...
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoNearest (genIUType Value)
 Return the power of two number which value is the closet to the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoNearest (vecType< T, P > const &value)
 Return the power of two number which value is the closet to the input value. More...
 
+

Detailed Description

+

GLM_GTX_bit

+
See also
GLM Core (dependence)
+ +

Definition in file bit.hpp.

+
+ + + + diff --git a/glm/doc/api/a00008_source.html b/glm/doc/api/a00008_source.html new file mode 100644 index 0000000..08298f7 --- /dev/null +++ b/glm/doc/api/a00008_source.html @@ -0,0 +1,154 @@ + + + + + + +0.9.9 API documenation: bit.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
bit.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependencies
+
16 #include "../gtc/bitfield.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_bit is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_bit extension is deprecated, include GLM_GTC_bitfield and GLM_GTC_integer instead")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
32  template <typename genIUType>
+
33  GLM_FUNC_DECL genIUType highestBitValue(genIUType Value);
+
34 
+
36  template <typename genIUType>
+
37  GLM_FUNC_DECL genIUType lowestBitValue(genIUType Value);
+
38 
+
42  template <typename T, precision P, template <typename, precision> class vecType>
+
43  GLM_FUNC_DECL vecType<T, P> highestBitValue(vecType<T, P> const & value);
+
44 
+
50  template <typename genIUType>
+
51  GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoAbove(genIUType Value);
+
52 
+
58  template <typename T, precision P, template <typename, precision> class vecType>
+
59  GLM_DEPRECATED GLM_FUNC_DECL vecType<T, P> powerOfTwoAbove(vecType<T, P> const & value);
+
60 
+
66  template <typename genIUType>
+
67  GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoBelow(genIUType Value);
+
68 
+
74  template <typename T, precision P, template <typename, precision> class vecType>
+
75  GLM_DEPRECATED GLM_FUNC_DECL vecType<T, P> powerOfTwoBelow(vecType<T, P> const & value);
+
76 
+
82  template <typename genIUType>
+
83  GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoNearest(genIUType Value);
+
84 
+
90  template <typename T, precision P, template <typename, precision> class vecType>
+
91  GLM_DEPRECATED GLM_FUNC_DECL vecType<T, P> powerOfTwoNearest(vecType<T, P> const & value);
+
92 
+
94 } //namespace glm
+
95 
+
96 
+
97 #include "bit.inl"
+
98 
+
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoBelow(vecType< T, P > const &value)
Return the power of two number which value is just lower the input value.
+
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoAbove(vecType< T, P > const &value)
Return the power of two number which value is just higher the input value.
+
GLM_FUNC_DECL genIUType lowestBitValue(genIUType Value)
+
GLM_FUNC_DECL vecType< T, P > highestBitValue(vecType< T, P > const &value)
Find the highest bit set to 1 in a integer variable and return its value.
+
Definition: _noise.hpp:11
+
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoNearest(vecType< T, P > const &value)
Return the power of two number which value is the closet to the input value.
+
+ + + + diff --git a/glm/doc/api/a00009.html b/glm/doc/api/a00009.html new file mode 100644 index 0000000..25b8206 --- /dev/null +++ b/glm/doc/api/a00009.html @@ -0,0 +1,205 @@ + + + + + + +0.9.9 API documenation: bitfield.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
bitfield.hpp File Reference
+
+
+ +

GLM_GTC_bitfield +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldFillOne (genIUType Value, int FirstBit, int BitCount)
 Set to 1 a range of bits. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldFillOne (vecType< T, P > const &Value, int FirstBit, int BitCount)
 Set to 1 a range of bits. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldFillZero (genIUType Value, int FirstBit, int BitCount)
 Set to 0 a range of bits. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldFillZero (vecType< T, P > const &Value, int FirstBit, int BitCount)
 Set to 0 a range of bits. More...
 
GLM_FUNC_DECL int16 bitfieldInterleave (int8 x, int8 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL uint16 bitfieldInterleave (uint8 x, uint8 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL int32 bitfieldInterleave (int16 x, int16 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL uint32 bitfieldInterleave (uint16 x, uint16 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int32 x, int32 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint32 x, uint32 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL int32 bitfieldInterleave (int8 x, int8 y, int8 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL uint32 bitfieldInterleave (uint8 x, uint8 y, uint8 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int16 x, int16 y, int16 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint16 x, uint16 y, uint16 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int32 x, int32 y, int32 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint32 x, uint32 y, uint32 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL int32 bitfieldInterleave (int8 x, int8 y, int8 z, int8 w)
 Interleaves the bits of x, y, z and w. More...
 
GLM_FUNC_DECL uint32 bitfieldInterleave (uint8 x, uint8 y, uint8 z, uint8 w)
 Interleaves the bits of x, y, z and w. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int16 x, int16 y, int16 z, int16 w)
 Interleaves the bits of x, y, z and w. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint16 x, uint16 y, uint16 z, uint16 w)
 Interleaves the bits of x, y, z and w. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldRotateLeft (genIUType In, int Shift)
 Rotate all bits to the left. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldRotateLeft (vecType< T, P > const &In, int Shift)
 Rotate all bits to the left. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldRotateRight (genIUType In, int Shift)
 Rotate all bits to the right. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldRotateRight (vecType< T, P > const &In, int Shift)
 Rotate all bits to the right. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType mask (genIUType Bits)
 Build a mask of 'count' bits. More...
 
template<typename T , precision P, template< typename, precision > class vecIUType>
GLM_FUNC_DECL vecIUType< T, P > mask (vecIUType< T, P > const &v)
 Build a mask of 'count' bits. More...
 
+

Detailed Description

+

GLM_GTC_bitfield

+
See also
GLM Core (dependence)
+
+GLM_GTC_bitfield (dependence)
+ +

Definition in file bitfield.hpp.

+
+ + + + diff --git a/glm/doc/api/a00009_source.html b/glm/doc/api/a00009_source.html new file mode 100644 index 0000000..b40d8a2 --- /dev/null +++ b/glm/doc/api/a00009_source.html @@ -0,0 +1,188 @@ + + + + + + +0.9.9 API documenation: bitfield.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
bitfield.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 #include "../detail/type_int.hpp"
+
20 #include "../detail/_vectorize.hpp"
+
21 #include <limits>
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTC_bitfield extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
35  template <typename genIUType>
+
36  GLM_FUNC_DECL genIUType mask(genIUType Bits);
+
37 
+
41  template <typename T, precision P, template <typename, precision> class vecIUType>
+
42  GLM_FUNC_DECL vecIUType<T, P> mask(vecIUType<T, P> const & v);
+
43 
+
47  template <typename genIUType>
+
48  GLM_FUNC_DECL genIUType bitfieldRotateRight(genIUType In, int Shift);
+
49 
+
53  template <typename T, precision P, template <typename, precision> class vecType>
+
54  GLM_FUNC_DECL vecType<T, P> bitfieldRotateRight(vecType<T, P> const & In, int Shift);
+
55 
+
59  template <typename genIUType>
+
60  GLM_FUNC_DECL genIUType bitfieldRotateLeft(genIUType In, int Shift);
+
61 
+
65  template <typename T, precision P, template <typename, precision> class vecType>
+
66  GLM_FUNC_DECL vecType<T, P> bitfieldRotateLeft(vecType<T, P> const & In, int Shift);
+
67 
+
71  template <typename genIUType>
+
72  GLM_FUNC_DECL genIUType bitfieldFillOne(genIUType Value, int FirstBit, int BitCount);
+
73 
+
77  template <typename T, precision P, template <typename, precision> class vecType>
+
78  GLM_FUNC_DECL vecType<T, P> bitfieldFillOne(vecType<T, P> const & Value, int FirstBit, int BitCount);
+
79 
+
83  template <typename genIUType>
+
84  GLM_FUNC_DECL genIUType bitfieldFillZero(genIUType Value, int FirstBit, int BitCount);
+
85 
+
89  template <typename T, precision P, template <typename, precision> class vecType>
+
90  GLM_FUNC_DECL vecType<T, P> bitfieldFillZero(vecType<T, P> const & Value, int FirstBit, int BitCount);
+
91 
+
97  GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
+
98 
+
104  GLM_FUNC_DECL uint16 bitfieldInterleave(uint8 x, uint8 y);
+
105 
+
111  GLM_FUNC_DECL int32 bitfieldInterleave(int16 x, int16 y);
+
112 
+
118  GLM_FUNC_DECL uint32 bitfieldInterleave(uint16 x, uint16 y);
+
119 
+
125  GLM_FUNC_DECL int64 bitfieldInterleave(int32 x, int32 y);
+
126 
+
132  GLM_FUNC_DECL uint64 bitfieldInterleave(uint32 x, uint32 y);
+
133 
+
139  GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z);
+
140 
+
146  GLM_FUNC_DECL uint32 bitfieldInterleave(uint8 x, uint8 y, uint8 z);
+
147 
+
153  GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
+
154 
+
160  GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z);
+
161 
+
167  GLM_FUNC_DECL int64 bitfieldInterleave(int32 x, int32 y, int32 z);
+
168 
+
174  GLM_FUNC_DECL uint64 bitfieldInterleave(uint32 x, uint32 y, uint32 z);
+
175 
+
181  GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w);
+
182 
+
188  GLM_FUNC_DECL uint32 bitfieldInterleave(uint8 x, uint8 y, uint8 z, uint8 w);
+
189 
+
195  GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w);
+
196 
+
202  GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w);
+
203 
+
205 } //namespace glm
+
206 
+
207 #include "bitfield.inl"
+
GLM_FUNC_DECL vecType< T, P > bitfieldRotateRight(vecType< T, P > const &In, int Shift)
Rotate all bits to the right.
+
GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w)
Interleaves the bits of x, y, z and w.
+
GLM_FUNC_DECL vecIUType< T, P > mask(vecIUType< T, P > const &v)
Build a mask of 'count' bits.
+
GLM_FUNC_DECL vecType< T, P > bitfieldFillOne(vecType< T, P > const &Value, int FirstBit, int BitCount)
Set to 1 a range of bits.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL vecType< T, P > bitfieldFillZero(vecType< T, P > const &Value, int FirstBit, int BitCount)
Set to 0 a range of bits.
+
GLM_FUNC_DECL vecType< T, P > bitfieldRotateLeft(vecType< T, P > const &In, int Shift)
Rotate all bits to the left.
+
+ + + + diff --git a/glm/doc/api/a00010.html b/glm/doc/api/a00010.html new file mode 100644 index 0000000..9aef8fc --- /dev/null +++ b/glm/doc/api/a00010.html @@ -0,0 +1,124 @@ + + + + + + +0.9.9 API documenation: closest_point.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
closest_point.hpp File Reference
+
+
+ +

GLM_GTX_closest_point +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > closestPointOnLine (tvec3< T, P > const &point, tvec3< T, P > const &a, tvec3< T, P > const &b)
 Find the point on a straight line which is the closet of a point. More...
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec2< T, P > closestPointOnLine (tvec2< T, P > const &point, tvec2< T, P > const &a, tvec2< T, P > const &b)
 2d lines work as well
 
+

Detailed Description

+

GLM_GTX_closest_point

+
See also
GLM Core (dependence)
+ +

Definition in file closest_point.hpp.

+
+ + + + diff --git a/glm/doc/api/a00010_source.html b/glm/doc/api/a00010_source.html new file mode 100644 index 0000000..c3bffd3 --- /dev/null +++ b/glm/doc/api/a00010_source.html @@ -0,0 +1,133 @@ + + + + + + +0.9.9 API documenation: closest_point.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
closest_point.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_closest_point is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_closest_point extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T, precision P>
+
34  GLM_FUNC_DECL tvec3<T, P> closestPointOnLine(
+
35  tvec3<T, P> const & point,
+
36  tvec3<T, P> const & a,
+
37  tvec3<T, P> const & b);
+
38 
+
40  template <typename T, precision P>
+
41  GLM_FUNC_DECL tvec2<T, P> closestPointOnLine(
+
42  tvec2<T, P> const & point,
+
43  tvec2<T, P> const & a,
+
44  tvec2<T, P> const & b);
+
45 
+
47 }// namespace glm
+
48 
+
49 #include "closest_point.inl"
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec2< T, P > closestPointOnLine(tvec2< T, P > const &point, tvec2< T, P > const &a, tvec2< T, P > const &b)
2d lines work as well
+
+ + + + diff --git a/glm/doc/api/a00011.html b/glm/doc/api/a00011.html new file mode 100644 index 0000000..28e5afa --- /dev/null +++ b/glm/doc/api/a00011.html @@ -0,0 +1,137 @@ + + + + + + +0.9.9 API documenation: color_encoding.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
color_encoding.hpp File Reference
+
+
+ +

GLM_GTC_color_encoding +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertD50XYZToD65XYZ (tvec3< T, P > const &ColorD50XYZ)
 Convert a D50 YUV color to D65 YUV.
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertD65XYZToD50XYZ (tvec3< T, P > const &ColorD65XYZ)
 Convert a D65 YUV color to D50 YUV.
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertD65XYZToLinearSRGB (tvec3< T, P > const &ColorD65XYZ)
 Convert a D65 YUV color to linear sRGB.
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertLinearSRGBToD65XYZ (tvec3< T, P > const &ColorLinearSRGB)
 Convert a linear sRGB color to D65 YUV.
 
+

Detailed Description

+

GLM_GTC_color_encoding

+
See also
GLM Core (dependence)
+
+GLM_GTC_color_encoding (dependence)
+ +

Definition in file color_encoding.hpp.

+
+ + + + diff --git a/glm/doc/api/a00011_source.html b/glm/doc/api/a00011_source.html new file mode 100644 index 0000000..37f46b7 --- /dev/null +++ b/glm/doc/api/a00011_source.html @@ -0,0 +1,135 @@ + + + + + + +0.9.9 API documenation: color_encoding.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
color_encoding.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 #include "../vec3.hpp"
+
20 #include <limits>
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTC_color_encoding extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
32  template <typename T, precision P>
+
33  GLM_FUNC_DECL tvec3<T, P> convertLinearSRGBToD65XYZ(tvec3<T, P> const& ColorLinearSRGB);
+
34 
+
36  template <typename T, precision P>
+
37  GLM_FUNC_DECL tvec3<T, P> convertD65XYZToLinearSRGB(tvec3<T, P> const& ColorD65XYZ);
+
38 
+
40  template <typename T, precision P>
+
41  GLM_FUNC_DECL tvec3<T, P> convertD50XYZToD65XYZ(tvec3<T, P> const& ColorD50XYZ);
+
42 
+
44  template <typename T, precision P>
+
45  GLM_FUNC_DECL tvec3<T, P> convertD65XYZToD50XYZ(tvec3<T, P> const& ColorD65XYZ);
+
46 
+
48 } //namespace glm
+
49 
+
50 #include "color_encoding.inl"
+
GLM_FUNC_DECL tvec3< T, P > convertLinearSRGBToD65XYZ(tvec3< T, P > const &ColorLinearSRGB)
Convert a linear sRGB color to D65 YUV.
+
GLM_FUNC_DECL tvec3< T, P > convertD50XYZToD65XYZ(tvec3< T, P > const &ColorD50XYZ)
Convert a D50 YUV color to D65 YUV.
+
GLM_FUNC_DECL tvec3< T, P > convertD65XYZToD50XYZ(tvec3< T, P > const &ColorD65XYZ)
Convert a D65 YUV color to D50 YUV.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec3< T, P > convertD65XYZToLinearSRGB(tvec3< T, P > const &ColorD65XYZ)
Convert a D65 YUV color to linear sRGB.
+
+ + + + diff --git a/glm/doc/api/a00012.html b/glm/doc/api/a00012.html new file mode 100644 index 0000000..e6de0b7 --- /dev/null +++ b/glm/doc/api/a00012.html @@ -0,0 +1,134 @@ + + + + + + +0.9.9 API documenation: color_space.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtc/color_space.hpp File Reference
+
+
+ +

GLM_GTC_color_space +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertLinearToSRGB (vecType< T, P > const &ColorLinear)
 Convert a linear color to sRGB color using a standard gamma correction. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertLinearToSRGB (vecType< T, P > const &ColorLinear, T Gamma)
 Convert a linear color to sRGB color using a custom gamma correction. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertSRGBToLinear (vecType< T, P > const &ColorSRGB)
 Convert a sRGB color to linear color using a standard gamma correction. More...
 
+template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertSRGBToLinear (vecType< T, P > const &ColorSRGB, T Gamma)
 Convert a sRGB color to linear color using a custom gamma correction.
 
+

Detailed Description

+

GLM_GTC_color_space

+
See also
GLM Core (dependence)
+
+GLM_GTC_color_space (dependence)
+ +

Definition in file gtc/color_space.hpp.

+
+ + + + diff --git a/glm/doc/api/a00012_source.html b/glm/doc/api/a00012_source.html new file mode 100644 index 0000000..ac2bb6a --- /dev/null +++ b/glm/doc/api/a00012_source.html @@ -0,0 +1,136 @@ + + + + + + +0.9.9 API documenation: color_space.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtc/color_space.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 #include "../exponential.hpp"
+
20 #include "../vec3.hpp"
+
21 #include "../vec4.hpp"
+
22 #include <limits>
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTC_color_space extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
35  template <typename T, precision P, template <typename, precision> class vecType>
+
36  GLM_FUNC_DECL vecType<T, P> convertLinearToSRGB(vecType<T, P> const & ColorLinear);
+
37 
+
40  template <typename T, precision P, template <typename, precision> class vecType>
+
41  GLM_FUNC_DECL vecType<T, P> convertLinearToSRGB(vecType<T, P> const & ColorLinear, T Gamma);
+
42 
+
45  template <typename T, precision P, template <typename, precision> class vecType>
+
46  GLM_FUNC_DECL vecType<T, P> convertSRGBToLinear(vecType<T, P> const & ColorSRGB);
+
47 
+
49  // IEC 61966-2-1:1999 / Rec. 709 specification https://www.w3.org/Graphics/Color/srgb
+
50  template <typename T, precision P, template <typename, precision> class vecType>
+
51  GLM_FUNC_DECL vecType<T, P> convertSRGBToLinear(vecType<T, P> const & ColorSRGB, T Gamma);
+
52 
+
54 } //namespace glm
+
55 
+
56 #include "color_space.inl"
+
GLM_FUNC_DECL vecType< T, P > convertSRGBToLinear(vecType< T, P > const &ColorSRGB, T Gamma)
Convert a sRGB color to linear color using a custom gamma correction.
+
GLM_FUNC_DECL vecType< T, P > convertLinearToSRGB(vecType< T, P > const &ColorLinear, T Gamma)
Convert a linear color to sRGB color using a custom gamma correction.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00013.html b/glm/doc/api/a00013.html new file mode 100644 index 0000000..fa4cfb2 --- /dev/null +++ b/glm/doc/api/a00013.html @@ -0,0 +1,139 @@ + + + + + + +0.9.9 API documenation: color_space.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtx/color_space.hpp File Reference
+
+
+ +

GLM_GTX_color_space +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > hsvColor (tvec3< T, P > const &rgbValue)
 Converts a color from RGB color space to its color in HSV color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T luminosity (tvec3< T, P > const &color)
 Compute color luminosity associating ratios (0.33, 0.59, 0.11) to RGB canals. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rgbColor (tvec3< T, P > const &hsvValue)
 Converts a color from HSV color space to its color in RGB color space. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > saturation (T const s)
 Build a saturation matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > saturation (T const s, tvec3< T, P > const &color)
 Modify the saturation of a color. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > saturation (T const s, tvec4< T, P > const &color)
 Modify the saturation of a color. More...
 
+

Detailed Description

+

GLM_GTX_color_space

+
See also
GLM Core (dependence)
+ +

Definition in file gtx/color_space.hpp.

+
+ + + + diff --git a/glm/doc/api/a00013_source.html b/glm/doc/api/a00013_source.html new file mode 100644 index 0000000..79b6695 --- /dev/null +++ b/glm/doc/api/a00013_source.html @@ -0,0 +1,150 @@ + + + + + + +0.9.9 API documenation: color_space.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtx/color_space.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_color_space is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_color_space extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T, precision P>
+
34  GLM_FUNC_DECL tvec3<T, P> rgbColor(
+
35  tvec3<T, P> const & hsvValue);
+
36 
+
39  template <typename T, precision P>
+
40  GLM_FUNC_DECL tvec3<T, P> hsvColor(
+
41  tvec3<T, P> const & rgbValue);
+
42 
+
45  template <typename T>
+
46  GLM_FUNC_DECL tmat4x4<T, defaultp> saturation(
+
47  T const s);
+
48 
+
51  template <typename T, precision P>
+
52  GLM_FUNC_DECL tvec3<T, P> saturation(
+
53  T const s,
+
54  tvec3<T, P> const & color);
+
55 
+
58  template <typename T, precision P>
+
59  GLM_FUNC_DECL tvec4<T, P> saturation(
+
60  T const s,
+
61  tvec4<T, P> const & color);
+
62 
+
65  template <typename T, precision P>
+
66  GLM_FUNC_DECL T luminosity(
+
67  tvec3<T, P> const & color);
+
68 
+
70 }//namespace glm
+
71 
+
72 #include "color_space.inl"
+
GLM_FUNC_DECL tvec4< T, P > saturation(T const s, tvec4< T, P > const &color)
Modify the saturation of a color.
+
GLM_FUNC_DECL tvec3< T, P > hsvColor(tvec3< T, P > const &rgbValue)
Converts a color from RGB color space to its color in HSV color space.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec3< T, P > rgbColor(tvec3< T, P > const &hsvValue)
Converts a color from HSV color space to its color in RGB color space.
+
GLM_FUNC_DECL T luminosity(tvec3< T, P > const &color)
Compute color luminosity associating ratios (0.33, 0.59, 0.11) to RGB canals.
+
+ + + + diff --git a/glm/doc/api/a00014.html b/glm/doc/api/a00014.html new file mode 100644 index 0000000..cf867e9 --- /dev/null +++ b/glm/doc/api/a00014.html @@ -0,0 +1,131 @@ + + + + + + +0.9.9 API documenation: color_space_YCoCg.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
color_space_YCoCg.hpp File Reference
+
+
+ +

GLM_GTX_color_space_YCoCg +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rgb2YCoCg (tvec3< T, P > const &rgbColor)
 Convert a color from RGB color space to YCoCg color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rgb2YCoCgR (tvec3< T, P > const &rgbColor)
 Convert a color from RGB color space to YCoCgR color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > YCoCg2rgb (tvec3< T, P > const &YCoCgColor)
 Convert a color from YCoCg color space to RGB color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > YCoCgR2rgb (tvec3< T, P > const &YCoCgColor)
 Convert a color from YCoCgR color space to RGB color space. More...
 
+

Detailed Description

+

GLM_GTX_color_space_YCoCg

+
See also
GLM Core (dependence)
+ +

Definition in file color_space_YCoCg.hpp.

+
+ + + + diff --git a/glm/doc/api/a00014_source.html b/glm/doc/api/a00014_source.html new file mode 100644 index 0000000..823d472 --- /dev/null +++ b/glm/doc/api/a00014_source.html @@ -0,0 +1,141 @@ + + + + + + +0.9.9 API documenation: color_space_YCoCg.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
color_space_YCoCg.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_color_space_YCoCg is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_color_space_YCoCg extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T, precision P>
+
34  GLM_FUNC_DECL tvec3<T, P> rgb2YCoCg(
+
35  tvec3<T, P> const & rgbColor);
+
36 
+
39  template <typename T, precision P>
+
40  GLM_FUNC_DECL tvec3<T, P> YCoCg2rgb(
+
41  tvec3<T, P> const & YCoCgColor);
+
42 
+
46  template <typename T, precision P>
+
47  GLM_FUNC_DECL tvec3<T, P> rgb2YCoCgR(
+
48  tvec3<T, P> const & rgbColor);
+
49 
+
53  template <typename T, precision P>
+
54  GLM_FUNC_DECL tvec3<T, P> YCoCgR2rgb(
+
55  tvec3<T, P> const & YCoCgColor);
+
56 
+
58 }//namespace glm
+
59 
+
60 #include "color_space_YCoCg.inl"
+
GLM_FUNC_DECL tvec3< T, P > YCoCg2rgb(tvec3< T, P > const &YCoCgColor)
Convert a color from YCoCg color space to RGB color space.
+
GLM_FUNC_DECL tvec3< T, P > rgb2YCoCgR(tvec3< T, P > const &rgbColor)
Convert a color from RGB color space to YCoCgR color space.
+
GLM_FUNC_DECL tvec3< T, P > rgb2YCoCg(tvec3< T, P > const &rgbColor)
Convert a color from RGB color space to YCoCg color space.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec3< T, P > rgbColor(tvec3< T, P > const &hsvValue)
Converts a color from HSV color space to its color in RGB color space.
+
GLM_FUNC_DECL tvec3< T, P > YCoCgR2rgb(tvec3< T, P > const &YCoCgColor)
Convert a color from YCoCgR color space to RGB color space.
+
+ + + + diff --git a/glm/doc/api/a00015.html b/glm/doc/api/a00015.html new file mode 100644 index 0000000..8a56526 --- /dev/null +++ b/glm/doc/api/a00015.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: common.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
common.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file common.hpp.

+
+ + + + diff --git a/glm/doc/api/a00015_source.html b/glm/doc/api/a00015_source.html new file mode 100644 index 0000000..9bb8b01 --- /dev/null +++ b/glm/doc/api/a00015_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: common.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
common.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/func_common.hpp"
+ +
+ + + + diff --git a/glm/doc/api/a00016.html b/glm/doc/api/a00016.html new file mode 100644 index 0000000..eacf812 --- /dev/null +++ b/glm/doc/api/a00016.html @@ -0,0 +1,123 @@ + + + + + + +0.9.9 API documenation: common.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtx/common.hpp File Reference
+
+
+ +

GLM_GTX_common +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fmod (vecType< T, P > const &v)
 Similar to 'mod' but with a different rounding and integer support. More...
 
template<typename genType >
GLM_FUNC_DECL genType::bool_type isdenormal (genType const &x)
 Returns true if x is a denormalized number Numbers whose absolute value is too small to be represented in the normal format are represented in an alternate, denormalized format. More...
 
+

Detailed Description

+

GLM_GTX_common

+
See also
GLM Core (dependence)
+ +

Definition in file gtx/common.hpp.

+
+ + + + diff --git a/glm/doc/api/a00016_source.html b/glm/doc/api/a00016_source.html new file mode 100644 index 0000000..94c90a6 --- /dev/null +++ b/glm/doc/api/a00016_source.html @@ -0,0 +1,131 @@ + + + + + + +0.9.9 API documenation: common.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtx/common.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependencies:
+
16 #include "../vec2.hpp"
+
17 #include "../vec3.hpp"
+
18 #include "../vec4.hpp"
+
19 #include "../gtc/vec1.hpp"
+
20 
+
21 #ifndef GLM_ENABLE_EXPERIMENTAL
+
22 # error "GLM: GLM_GTX_common is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
23 #endif
+
24 
+
25 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
26 # pragma message("GLM: GLM_GTX_common extension included")
+
27 #endif
+
28 
+
29 namespace glm
+
30 {
+
33 
+
42  template <typename genType>
+
43  GLM_FUNC_DECL typename genType::bool_type isdenormal(genType const & x);
+
44 
+
50  template <typename T, precision P, template <typename, precision> class vecType>
+
51  GLM_FUNC_DECL vecType<T, P> fmod(vecType<T, P> const & v);
+
52 
+
54 }//namespace glm
+
55 
+
56 #include "common.inl"
+
GLM_FUNC_DECL genType::bool_type isdenormal(genType const &x)
Returns true if x is a denormalized number Numbers whose absolute value is too small to be represente...
+
GLM_FUNC_DECL vecType< T, P > fmod(vecType< T, P > const &v)
Similar to 'mod' but with a different rounding and integer support.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00017.html b/glm/doc/api/a00017.html new file mode 100644 index 0000000..d75205d --- /dev/null +++ b/glm/doc/api/a00017.html @@ -0,0 +1,443 @@ + + + + + + +0.9.9 API documenation: compatibility.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
compatibility.hpp File Reference
+
+
+ +

GLM_GTX_compatibility +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

+typedef bool bool1
 boolean type with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef bool bool1x1
 boolean matrix with 1 x 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< bool, highp > bool2
 boolean type with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< bool, highp > bool2x2
 boolean matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< bool, highp > bool2x3
 boolean matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< bool, highp > bool2x4
 boolean matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< bool, highp > bool3
 boolean type with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< bool, highp > bool3x2
 boolean matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< bool, highp > bool3x3
 boolean matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< bool, highp > bool3x4
 boolean matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< bool, highp > bool4
 boolean type with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< bool, highp > bool4x2
 boolean matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< bool, highp > bool4x3
 boolean matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< bool, highp > bool4x4
 boolean matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef double double1
 double-precision floating-point vector with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef double double1x1
 double-precision floating-point matrix with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< double, highp > double2
 double-precision floating-point vector with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< double, highp > double2x2
 double-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< double, highp > double2x3
 double-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< double, highp > double2x4
 double-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< double, highp > double3
 double-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< double, highp > double3x2
 double-precision floating-point matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< double, highp > double3x3
 double-precision floating-point matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< double, highp > double3x4
 double-precision floating-point matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< double, highp > double4
 double-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< double, highp > double4x2
 double-precision floating-point matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< double, highp > double4x3
 double-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< double, highp > double4x4
 double-precision floating-point matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef float float1
 single-precision floating-point vector with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef float float1x1
 single-precision floating-point matrix with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< float, highp > float2
 single-precision floating-point vector with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< float, highp > float2x2
 single-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< float, highp > float2x3
 single-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< float, highp > float2x4
 single-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< float, highp > float3
 single-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< float, highp > float3x2
 single-precision floating-point matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< float, highp > float3x3
 single-precision floating-point matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< float, highp > float3x4
 single-precision floating-point matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< float, highp > float4
 single-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< float, highp > float4x2
 single-precision floating-point matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< float, highp > float4x3
 single-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< float, highp > float4x4
 single-precision floating-point matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef int int1
 integer vector with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef int int1x1
 integer matrix with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< int, highp > int2
 integer vector with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< int, highp > int2x2
 integer matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< int, highp > int2x3
 integer matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< int, highp > int2x4
 integer matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< int, highp > int3
 integer vector with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< int, highp > int3x2
 integer matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< int, highp > int3x3
 integer matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< int, highp > int3x4
 integer matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< int, highp > int4
 integer vector with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< int, highp > int4x2
 integer matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< int, highp > int4x3
 integer matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< int, highp > int4x4
 integer matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

+template<typename T , precision P>
GLM_FUNC_QUALIFIER T atan2 (T x, T y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > atan2 (const tvec2< T, P > &x, const tvec2< T, P > &y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > atan2 (const tvec3< T, P > &x, const tvec3< T, P > &y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > atan2 (const tvec4< T, P > &x, const tvec4< T, P > &y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename genType >
GLM_FUNC_DECL bool isfinite (genType const &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec1< bool, P > isfinite (const tvec1< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec2< bool, P > isfinite (const tvec2< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< bool, P > isfinite (const tvec3< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > isfinite (const tvec4< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T >
GLM_FUNC_QUALIFIER T lerp (T x, T y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > lerp (const tvec2< T, P > &x, const tvec2< T, P > &y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > lerp (const tvec3< T, P > &x, const tvec3< T, P > &y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > lerp (const tvec4< T, P > &x, const tvec4< T, P > &y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > lerp (const tvec2< T, P > &x, const tvec2< T, P > &y, const tvec2< T, P > &a)
 Returns the component-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > lerp (const tvec3< T, P > &x, const tvec3< T, P > &y, const tvec3< T, P > &a)
 Returns the component-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > lerp (const tvec4< T, P > &x, const tvec4< T, P > &y, const tvec4< T, P > &a)
 Returns the component-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER T saturate (T x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > saturate (const tvec2< T, P > &x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > saturate (const tvec3< T, P > &x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > saturate (const tvec4< T, P > &x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+

Detailed Description

+

GLM_GTX_compatibility

+
See also
GLM Core (dependence)
+ +

Definition in file compatibility.hpp.

+
+ + + + diff --git a/glm/doc/api/a00017_source.html b/glm/doc/api/a00017_source.html new file mode 100644 index 0000000..8b80d7c --- /dev/null +++ b/glm/doc/api/a00017_source.html @@ -0,0 +1,282 @@ + + + + + + +0.9.9 API documenation: compatibility.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
compatibility.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 #include "../gtc/quaternion.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_compatibility is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_compatibility extension included")
+
25 #endif
+
26 
+
27 #if GLM_COMPILER & GLM_COMPILER_VC
+
28 # include <cfloat>
+
29 #elif GLM_COMPILER & GLM_COMPILER_GCC
+
30 # include <cmath>
+
31 # if(GLM_PLATFORM & GLM_PLATFORM_ANDROID)
+
32 # undef isfinite
+
33 # endif
+
34 #endif//GLM_COMPILER
+
35 
+
36 namespace glm
+
37 {
+
40 
+
41  template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);}
+
42  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, T a){return mix(x, y, a);}
+
43 
+
44  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, T a){return mix(x, y, a);}
+
45  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, T a){return mix(x, y, a);}
+
46  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, const tvec2<T, P>& a){return mix(x, y, a);}
+
47  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, const tvec3<T, P>& a){return mix(x, y, a);}
+
48  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, const tvec4<T, P>& a){return mix(x, y, a);}
+
49 
+
50  template <typename T, precision P> GLM_FUNC_QUALIFIER T saturate(T x){return clamp(x, T(0), T(1));}
+
51  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> saturate(const tvec2<T, P>& x){return clamp(x, T(0), T(1));}
+
52  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> saturate(const tvec3<T, P>& x){return clamp(x, T(0), T(1));}
+
53  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> saturate(const tvec4<T, P>& x){return clamp(x, T(0), T(1));}
+
54 
+
55  template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);}
+
56  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> atan2(const tvec2<T, P>& x, const tvec2<T, P>& y){return atan(x, y);}
+
57  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> atan2(const tvec3<T, P>& x, const tvec3<T, P>& y){return atan(x, y);}
+
58  template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> atan2(const tvec4<T, P>& x, const tvec4<T, P>& y){return atan(x, y);}
+
59 
+
60  template <typename genType> GLM_FUNC_DECL bool isfinite(genType const & x);
+
61  template <typename T, precision P> GLM_FUNC_DECL tvec1<bool, P> isfinite(const tvec1<T, P>& x);
+
62  template <typename T, precision P> GLM_FUNC_DECL tvec2<bool, P> isfinite(const tvec2<T, P>& x);
+
63  template <typename T, precision P> GLM_FUNC_DECL tvec3<bool, P> isfinite(const tvec3<T, P>& x);
+
64  template <typename T, precision P> GLM_FUNC_DECL tvec4<bool, P> isfinite(const tvec4<T, P>& x);
+
65 
+
66  typedef bool bool1;
+
67  typedef tvec2<bool, highp> bool2;
+
68  typedef tvec3<bool, highp> bool3;
+
69  typedef tvec4<bool, highp> bool4;
+
70 
+
71  typedef bool bool1x1;
+
72  typedef tmat2x2<bool, highp> bool2x2;
+
73  typedef tmat2x3<bool, highp> bool2x3;
+
74  typedef tmat2x4<bool, highp> bool2x4;
+
75  typedef tmat3x2<bool, highp> bool3x2;
+
76  typedef tmat3x3<bool, highp> bool3x3;
+
77  typedef tmat3x4<bool, highp> bool3x4;
+
78  typedef tmat4x2<bool, highp> bool4x2;
+
79  typedef tmat4x3<bool, highp> bool4x3;
+
80  typedef tmat4x4<bool, highp> bool4x4;
+
81 
+
82  typedef int int1;
+
83  typedef tvec2<int, highp> int2;
+
84  typedef tvec3<int, highp> int3;
+
85  typedef tvec4<int, highp> int4;
+
86 
+
87  typedef int int1x1;
+
88  typedef tmat2x2<int, highp> int2x2;
+
89  typedef tmat2x3<int, highp> int2x3;
+
90  typedef tmat2x4<int, highp> int2x4;
+
91  typedef tmat3x2<int, highp> int3x2;
+
92  typedef tmat3x3<int, highp> int3x3;
+
93  typedef tmat3x4<int, highp> int3x4;
+
94  typedef tmat4x2<int, highp> int4x2;
+
95  typedef tmat4x3<int, highp> int4x3;
+
96  typedef tmat4x4<int, highp> int4x4;
+
97 
+
98  typedef float float1;
+
99  typedef tvec2<float, highp> float2;
+
100  typedef tvec3<float, highp> float3;
+
101  typedef tvec4<float, highp> float4;
+
102 
+
103  typedef float float1x1;
+
104  typedef tmat2x2<float, highp> float2x2;
+
105  typedef tmat2x3<float, highp> float2x3;
+
106  typedef tmat2x4<float, highp> float2x4;
+
107  typedef tmat3x2<float, highp> float3x2;
+
108  typedef tmat3x3<float, highp> float3x3;
+
109  typedef tmat3x4<float, highp> float3x4;
+
110  typedef tmat4x2<float, highp> float4x2;
+
111  typedef tmat4x3<float, highp> float4x3;
+
112  typedef tmat4x4<float, highp> float4x4;
+
113 
+
114  typedef double double1;
+
115  typedef tvec2<double, highp> double2;
+
116  typedef tvec3<double, highp> double3;
+
117  typedef tvec4<double, highp> double4;
+
118 
+
119  typedef double double1x1;
+
120  typedef tmat2x2<double, highp> double2x2;
+
121  typedef tmat2x3<double, highp> double2x3;
+
122  typedef tmat2x4<double, highp> double2x4;
+
123  typedef tmat3x2<double, highp> double3x2;
+
124  typedef tmat3x3<double, highp> double3x3;
+
125  typedef tmat3x4<double, highp> double3x4;
+
126  typedef tmat4x2<double, highp> double4x2;
+
127  typedef tmat4x3<double, highp> double4x3;
+
128  typedef tmat4x4<double, highp> double4x4;
+
129 
+
131 }//namespace glm
+
132 
+
133 #include "compatibility.inl"
+
int int1x1
integer matrix with 1 component. (From GLM_GTX_compatibility extension)
+
tmat3x3< bool, highp > bool3x3
boolean matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
+
tmat3x3< float, highp > float3x3
single-precision floating-point matrix with 3 x 3 components. (From GLM_GTX_compatibility extension) ...
+
tmat2x4< int, highp > int2x4
integer matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
+
tmat2x4< float, highp > float2x4
single-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension) ...
+
tmat4x3< float, highp > float4x3
single-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension) ...
+
double double1
double-precision floating-point vector with 1 component. (From GLM_GTX_compatibility extension) ...
+
tmat2x2< double, highp > double2x2
double-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension) ...
+
tmat3x4< double, highp > double3x4
double-precision floating-point matrix with 3 x 4 components. (From GLM_GTX_compatibility extension) ...
+
tmat2x2< int, highp > int2x2
integer matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
+
tvec2< int, highp > int2
integer vector with 2 components. (From GLM_GTX_compatibility extension)
+
tvec3< double, highp > double3
double-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension) ...
+
GLM_FUNC_QUALIFIER tvec4< T, P > lerp(const tvec4< T, P > &x, const tvec4< T, P > &y, const tvec4< T, P > &a)
Returns the component-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using v...
+
tmat3x3< int, highp > int3x3
integer matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
+
tmat3x3< double, highp > double3x3
double-precision floating-point matrix with 3 x 3 components. (From GLM_GTX_compatibility extension) ...
+
tmat2x3< bool, highp > bool2x3
boolean matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
+
tmat4x4< bool, highp > bool4x4
boolean matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
+
tmat4x3< bool, highp > bool4x3
boolean matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
+
tmat2x2< float, highp > float2x2
single-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension) ...
+
GLM_FUNC_QUALIFIER tvec4< T, P > saturate(const tvec4< T, P > &x)
Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
+
tvec2< bool, highp > bool2
boolean type with 2 components. (From GLM_GTX_compatibility extension)
+
GLM_FUNC_DECL tvec4< bool, P > isfinite(const tvec4< T, P > &x)
Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)...
+
tvec4< float, highp > float4
single-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension) ...
+
tmat4x4< float, highp > float4x4
single-precision floating-point matrix with 4 x 4 components. (From GLM_GTX_compatibility extension) ...
+
tmat4x2< float, highp > float4x2
single-precision floating-point matrix with 4 x 2 components. (From GLM_GTX_compatibility extension) ...
+
float float1
single-precision floating-point vector with 1 component. (From GLM_GTX_compatibility extension) ...
+
tmat3x2< float, highp > float3x2
single-precision floating-point matrix with 3 x 2 components. (From GLM_GTX_compatibility extension) ...
+
tmat4x2< double, highp > double4x2
double-precision floating-point matrix with 4 x 2 components. (From GLM_GTX_compatibility extension) ...
+
tmat4x3< double, highp > double4x3
double-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension) ...
+
double double1x1
double-precision floating-point matrix with 1 component. (From GLM_GTX_compatibility extension) ...
+
tmat4x2< int, highp > int4x2
integer matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
+
tvec4< int, highp > int4
integer vector with 4 components. (From GLM_GTX_compatibility extension)
+
tvec3< bool, highp > bool3
boolean type with 3 components. (From GLM_GTX_compatibility extension)
+
GLM_FUNC_DECL genType clamp(genType x, genType minVal, genType maxVal)
Returns min(max(x, minVal), maxVal) for each component in x using the floating-point values minVal an...
+
tmat3x2< int, highp > int3x2
integer matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
+
tmat3x2< double, highp > double3x2
double-precision floating-point matrix with 3 x 2 components. (From GLM_GTX_compatibility extension) ...
+
GLM_FUNC_QUALIFIER tvec4< T, P > atan2(const tvec4< T, P > &x, const tvec4< T, P > &y)
Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what q...
+
tvec4< double, highp > double4
double-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension) ...
+
tmat4x2< bool, highp > bool4x2
boolean matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
+
tmat2x4< double, highp > double2x4
double-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension) ...
+
tmat4x3< int, highp > int4x3
integer matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
+
tmat2x3< double, highp > double2x3
double-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension) ...
+
tmat2x3< float, highp > float2x3
single-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension) ...
+
tmat3x4< int, highp > int3x4
integer matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
+
tmat2x4< bool, highp > bool2x4
boolean matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
+
tmat4x4< int, highp > int4x4
integer matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
+
int int1
integer vector with 1 component. (From GLM_GTX_compatibility extension)
+
tvec2< float, highp > float2
single-precision floating-point vector with 2 components. (From GLM_GTX_compatibility extension) ...
+
tmat2x2< bool, highp > bool2x2
boolean matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
+
Definition: _noise.hpp:11
+
tvec4< bool, highp > bool4
boolean type with 4 components. (From GLM_GTX_compatibility extension)
+
tmat4x4< double, highp > double4x4
double-precision floating-point matrix with 4 x 4 components. (From GLM_GTX_compatibility extension) ...
+
bool bool1
boolean type with 1 component. (From GLM_GTX_compatibility extension)
+
tmat3x4< bool, highp > bool3x4
boolean matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
+
GLM_FUNC_DECL vecType< T, P > mix(vecType< T, P > const &x, vecType< T, P > const &y, vecType< U, P > const &a)
If genTypeU is a floating scalar or vector: Returns x * (1.0 - a) + y * a, i.e., the linear blend of ...
+
GLM_FUNC_DECL vecType< T, P > atan(vecType< T, P > const &y, vecType< T, P > const &x)
Arc tangent.
+
tmat3x2< bool, highp > bool3x2
boolean matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
+
tmat3x4< float, highp > float3x4
single-precision floating-point matrix with 3 x 4 components. (From GLM_GTX_compatibility extension) ...
+
tmat2x3< int, highp > int2x3
integer matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
+
tvec3< float, highp > float3
single-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension) ...
+
tvec3< int, highp > int3
integer vector with 3 components. (From GLM_GTX_compatibility extension)
+
float float1x1
single-precision floating-point matrix with 1 component. (From GLM_GTX_compatibility extension) ...
+
tvec2< double, highp > double2
double-precision floating-point vector with 2 components. (From GLM_GTX_compatibility extension) ...
+
bool bool1x1
boolean matrix with 1 x 1 component. (From GLM_GTX_compatibility extension)
+
+ + + + diff --git a/glm/doc/api/a00018.html b/glm/doc/api/a00018.html new file mode 100644 index 0000000..fbf03b1 --- /dev/null +++ b/glm/doc/api/a00018.html @@ -0,0 +1,141 @@ + + + + + + +0.9.9 API documenation: component_wise.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
component_wise.hpp File Reference
+
+
+ +

GLM_GTX_component_wise +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType::value_type compAdd (genType const &v)
 Add all vector components together. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type compMax (genType const &v)
 Find the maximum value between single vector components. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type compMin (genType const &v)
 Find the minimum value between single vector components. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type compMul (genType const &v)
 Multiply all vector components together. More...
 
template<typename floatType , typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< floatType, P > compNormalize (vecType< T, P > const &v)
 Convert an integer vector to a normalized float vector. More...
 
template<typename T , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > compScale (vecType< floatType, P > const &v)
 Convert a normalized float vector to an integer vector. More...
 
+

Detailed Description

+

GLM_GTX_component_wise

+
Date
2007-05-21 / 2011-06-07
+
Author
Christophe Riccio
+
See also
GLM Core (dependence)
+ +

Definition in file component_wise.hpp.

+
+ + + + diff --git a/glm/doc/api/a00018_source.html b/glm/doc/api/a00018_source.html new file mode 100644 index 0000000..e0dd70e --- /dev/null +++ b/glm/doc/api/a00018_source.html @@ -0,0 +1,145 @@ + + + + + + +0.9.9 API documenation: component_wise.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
component_wise.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependencies
+
18 #include "../detail/setup.hpp"
+
19 #include "../detail/precision.hpp"
+
20 
+
21 #ifndef GLM_ENABLE_EXPERIMENTAL
+
22 # error "GLM: GLM_GTX_component_wise is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
23 #endif
+
24 
+
25 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
26 # pragma message("GLM: GLM_GTX_component_wise extension included")
+
27 #endif
+
28 
+
29 namespace glm
+
30 {
+
33 
+
37  template <typename floatType, typename T, precision P, template <typename, precision> class vecType>
+
38  GLM_FUNC_DECL vecType<floatType, P> compNormalize(vecType<T, P> const & v);
+
39 
+
43  template <typename T, typename floatType, precision P, template <typename, precision> class vecType>
+
44  GLM_FUNC_DECL vecType<T, P> compScale(vecType<floatType, P> const & v);
+
45 
+
48  template <typename genType>
+
49  GLM_FUNC_DECL typename genType::value_type compAdd(genType const & v);
+
50 
+
53  template <typename genType>
+
54  GLM_FUNC_DECL typename genType::value_type compMul(genType const & v);
+
55 
+
58  template <typename genType>
+
59  GLM_FUNC_DECL typename genType::value_type compMin(genType const & v);
+
60 
+
63  template <typename genType>
+
64  GLM_FUNC_DECL typename genType::value_type compMax(genType const & v);
+
65 
+
67 }//namespace glm
+
68 
+
69 #include "component_wise.inl"
+
GLM_FUNC_DECL genType::value_type compAdd(genType const &v)
Add all vector components together.
+
GLM_FUNC_DECL vecType< T, P > compScale(vecType< floatType, P > const &v)
Convert a normalized float vector to an integer vector.
+
GLM_FUNC_DECL genType::value_type compMul(genType const &v)
Multiply all vector components together.
+
GLM_FUNC_DECL vecType< floatType, P > compNormalize(vecType< T, P > const &v)
Convert an integer vector to a normalized float vector.
+
GLM_FUNC_DECL genType::value_type compMin(genType const &v)
Find the minimum value between single vector components.
+
GLM_FUNC_DECL genType::value_type compMax(genType const &v)
Find the maximum value between single vector components.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00019.html b/glm/doc/api/a00019.html new file mode 100644 index 0000000..329c127 --- /dev/null +++ b/glm/doc/api/a00019.html @@ -0,0 +1,231 @@ + + + + + + +0.9.9 API documenation: constants.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
constants.hpp File Reference
+
+
+ +

GLM_GTC_constants +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType e ()
 Return e constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon ()
 Return the epsilon constant for floating point types. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType euler ()
 Return Euler's constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType four_over_pi ()
 Return 4 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType golden_ratio ()
 Return the golden ratio constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType half_pi ()
 Return pi / 2. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ln_two ()
 Return ln(ln(2)). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ten ()
 Return ln(10). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_two ()
 Return ln(2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one ()
 Return 1. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_pi ()
 Return 1 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_root_two ()
 Return 1 / sqrt(2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_two_pi ()
 Return 1 / (pi * 2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType pi ()
 Return the pi constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType quarter_pi ()
 Return pi / 4. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_five ()
 Return sqrt(5). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_half_pi ()
 Return sqrt(pi / 2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_ln_four ()
 Return sqrt(ln(4)). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_pi ()
 Return square root of pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_three ()
 Return sqrt(3). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_two ()
 Return sqrt(2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_two_pi ()
 Return sqrt(2 * pi). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType third ()
 Return 1 / 3. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType three_over_two_pi ()
 Return pi / 2 * 3. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_pi ()
 Return 2 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_root_pi ()
 Return 2 / sqrt(pi). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_pi ()
 Return pi * 2. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_thirds ()
 Return 2 / 3. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType zero ()
 Return 0. More...
 
+

Detailed Description

+

GLM_GTC_constants

+
See also
GLM Core (dependence)
+ +

Definition in file constants.hpp.

+
+ + + + diff --git a/glm/doc/api/a00019_source.html b/glm/doc/api/a00019_source.html new file mode 100644 index 0000000..a30280a --- /dev/null +++ b/glm/doc/api/a00019_source.html @@ -0,0 +1,232 @@ + + + + + + +0.9.9 API documenation: constants.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
constants.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependencies
+
16 #include "../detail/setup.hpp"
+
17 
+
18 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
19 # pragma message("GLM: GLM_GTC_constants extension included")
+
20 #endif
+
21 
+
22 namespace glm
+
23 {
+
26 
+
29  template <typename genType>
+
30  GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon();
+
31 
+
34  template <typename genType>
+
35  GLM_FUNC_DECL GLM_CONSTEXPR genType zero();
+
36 
+
39  template <typename genType>
+
40  GLM_FUNC_DECL GLM_CONSTEXPR genType one();
+
41 
+
44  template <typename genType>
+
45  GLM_FUNC_DECL GLM_CONSTEXPR genType pi();
+
46 
+
49  template <typename genType>
+
50  GLM_FUNC_DECL GLM_CONSTEXPR genType two_pi();
+
51 
+
54  template <typename genType>
+
55  GLM_FUNC_DECL GLM_CONSTEXPR genType root_pi();
+
56 
+
59  template <typename genType>
+
60  GLM_FUNC_DECL GLM_CONSTEXPR genType half_pi();
+
61 
+
64  template <typename genType>
+
65  GLM_FUNC_DECL GLM_CONSTEXPR genType three_over_two_pi();
+
66 
+
69  template <typename genType>
+
70  GLM_FUNC_DECL GLM_CONSTEXPR genType quarter_pi();
+
71 
+
74  template <typename genType>
+
75  GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_pi();
+
76 
+
79  template <typename genType>
+
80  GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_two_pi();
+
81 
+
84  template <typename genType>
+
85  GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_pi();
+
86 
+
89  template <typename genType>
+
90  GLM_FUNC_DECL GLM_CONSTEXPR genType four_over_pi();
+
91 
+
94  template <typename genType>
+
95  GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_root_pi();
+
96 
+
99  template <typename genType>
+
100  GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_root_two();
+
101 
+
104  template <typename genType>
+
105  GLM_FUNC_DECL GLM_CONSTEXPR genType root_half_pi();
+
106 
+
109  template <typename genType>
+
110  GLM_FUNC_DECL GLM_CONSTEXPR genType root_two_pi();
+
111 
+
114  template <typename genType>
+
115  GLM_FUNC_DECL GLM_CONSTEXPR genType root_ln_four();
+
116 
+
119  template <typename genType>
+
120  GLM_FUNC_DECL GLM_CONSTEXPR genType e();
+
121 
+
124  template <typename genType>
+
125  GLM_FUNC_DECL GLM_CONSTEXPR genType euler();
+
126 
+
129  template <typename genType>
+
130  GLM_FUNC_DECL GLM_CONSTEXPR genType root_two();
+
131 
+
134  template <typename genType>
+
135  GLM_FUNC_DECL GLM_CONSTEXPR genType root_three();
+
136 
+
139  template <typename genType>
+
140  GLM_FUNC_DECL GLM_CONSTEXPR genType root_five();
+
141 
+
144  template <typename genType>
+
145  GLM_FUNC_DECL GLM_CONSTEXPR genType ln_two();
+
146 
+
149  template <typename genType>
+
150  GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ten();
+
151 
+
154  template <typename genType>
+
155  GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ln_two();
+
156 
+
159  template <typename genType>
+
160  GLM_FUNC_DECL GLM_CONSTEXPR genType third();
+
161 
+
164  template <typename genType>
+
165  GLM_FUNC_DECL GLM_CONSTEXPR genType two_thirds();
+
166 
+
169  template <typename genType>
+
170  GLM_FUNC_DECL GLM_CONSTEXPR genType golden_ratio();
+
171 
+
173 } //namespace glm
+
174 
+
175 #include "constants.inl"
+
GLM_FUNC_DECL GLM_CONSTEXPR genType root_two()
Return sqrt(2).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType root_pi()
Return square root of pi.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType zero()
Return 0.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType one()
Return 1.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType euler()
Return Euler's constant.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType e()
Return e constant.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_root_pi()
Return 2 / sqrt(pi).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType root_three()
Return sqrt(3).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ten()
Return ln(10).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType third()
Return 1 / 3.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_two()
Return ln(2).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_root_two()
Return 1 / sqrt(2).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ln_two()
Return ln(ln(2)).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType three_over_two_pi()
Return pi / 2 * 3.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType half_pi()
Return pi / 2.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_two_pi()
Return 1 / (pi * 2).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType root_five()
Return sqrt(5).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType root_half_pi()
Return sqrt(pi / 2).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType root_two_pi()
Return sqrt(2 * pi).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType four_over_pi()
Return 4 / pi.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL GLM_CONSTEXPR genType root_ln_four()
Return sqrt(ln(4)).
+
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_pi()
Return 1 / pi.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType two_thirds()
Return 2 / 3.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType quarter_pi()
Return pi / 4.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType pi()
Return the pi constant.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_pi()
Return 2 / pi.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType golden_ratio()
Return the golden ratio constant.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType two_pi()
Return pi * 2.
+
+ + + + diff --git a/glm/doc/api/a00020.html b/glm/doc/api/a00020.html new file mode 100644 index 0000000..ee47e7c --- /dev/null +++ b/glm/doc/api/a00020.html @@ -0,0 +1,188 @@ + + + + + + +0.9.9 API documenation: dual_quaternion.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
dual_quaternion.hpp File Reference
+
+
+ +

GLM_GTX_dual_quaternion +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_ddualquat ddualquat
 Dual-quaternion of default double-precision floating-point numbers. More...
 
typedef highp_fdualquat dualquat
 Dual-quaternion of floating-point numbers. More...
 
typedef highp_fdualquat fdualquat
 Dual-quaternion of single-precision floating-point numbers. More...
 
typedef tdualquat< double, highp > highp_ddualquat
 Dual-quaternion of high double-precision floating-point numbers. More...
 
typedef tdualquat< float, highp > highp_dualquat
 Dual-quaternion of high single-precision floating-point numbers. More...
 
typedef tdualquat< float, highp > highp_fdualquat
 Dual-quaternion of high single-precision floating-point numbers. More...
 
typedef tdualquat< double, lowp > lowp_ddualquat
 Dual-quaternion of low double-precision floating-point numbers. More...
 
typedef tdualquat< float, lowp > lowp_dualquat
 Dual-quaternion of low single-precision floating-point numbers. More...
 
typedef tdualquat< float, lowp > lowp_fdualquat
 Dual-quaternion of low single-precision floating-point numbers. More...
 
typedef tdualquat< double, mediump > mediump_ddualquat
 Dual-quaternion of medium double-precision floating-point numbers. More...
 
typedef tdualquat< float, mediump > mediump_dualquat
 Dual-quaternion of medium single-precision floating-point numbers. More...
 
typedef tdualquat< float, mediump > mediump_fdualquat
 Dual-quaternion of medium single-precision floating-point numbers. More...
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > dualquat_cast (tmat2x4< T, P > const &x)
 Converts a 2 * 4 matrix (matrix which holds real and dual parts) to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > dualquat_cast (tmat3x4< T, P > const &x)
 Converts a 3 * 4 matrix (augmented matrix rotation + translation) to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > inverse (tdualquat< T, P > const &q)
 Returns the q inverse. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > lerp (tdualquat< T, P > const &x, tdualquat< T, P > const &y, T const &a)
 Returns the linear interpolation of two dual quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x4< T, P > mat2x4_cast (tdualquat< T, P > const &x)
 Converts a quaternion to a 2 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x4< T, P > mat3x4_cast (tdualquat< T, P > const &x)
 Converts a quaternion to a 3 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > normalize (tdualquat< T, P > const &q)
 Returns the normalized quaternion. More...
 
+

Detailed Description

+

GLM_GTX_dual_quaternion

+
Author
Maksim Vorobiev (msome.nosp@m.one@.nosp@m.gmail.nosp@m..com)
+
See also
GLM Core (dependence)
+
+GLM_GTC_constants (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file dual_quaternion.hpp.

+
+ + + + diff --git a/glm/doc/api/a00020_source.html b/glm/doc/api/a00020_source.html new file mode 100644 index 0000000..53e61c7 --- /dev/null +++ b/glm/doc/api/a00020_source.html @@ -0,0 +1,314 @@ + + + + + + +0.9.9 API documenation: dual_quaternion.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
dual_quaternion.hpp
+
+
+Go to the documentation of this file.
1 
+
16 #pragma once
+
17 
+
18 // Dependency:
+
19 #include "../glm.hpp"
+
20 #include "../gtc/constants.hpp"
+
21 #include "../gtc/quaternion.hpp"
+
22 
+
23 #ifndef GLM_ENABLE_EXPERIMENTAL
+
24 # error "GLM: GLM_GTX_dual_quaternion is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
25 #endif
+
26 
+
27 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
28 # pragma message("GLM: GLM_GTX_dual_quaternion extension included")
+
29 #endif
+
30 
+
31 namespace glm
+
32 {
+
35 
+
36  template <typename T, precision P = defaultp>
+
37  struct tdualquat
+
38  {
+
39  // -- Implementation detail --
+
40 
+
41  typedef T value_type;
+
42  typedef glm::tquat<T, P> part_type;
+
43 
+
44  // -- Data --
+
45 
+
46  glm::tquat<T, P> real, dual;
+
47 
+
48  // -- Component accesses --
+
49 
+
50  typedef length_t length_type;
+
52  GLM_FUNC_DECL static length_type length(){return 2;}
+
53 
+
54  GLM_FUNC_DECL part_type & operator[](length_type i);
+
55  GLM_FUNC_DECL part_type const & operator[](length_type i) const;
+
56 
+
57  // -- Implicit basic constructors --
+
58 
+
59  GLM_FUNC_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT_CTOR;
+
60  GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, P> const & d) GLM_DEFAULT;
+
61  template <precision Q>
+
62  GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const & d);
+
63 
+
64  // -- Explicit basic constructors --
+
65 
+
66  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tdualquat(ctor);
+
67  GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tquat<T, P> const & real);
+
68  GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tquat<T, P> const & orientation, tvec3<T, P> const & translation);
+
69  GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tquat<T, P> const & real, tquat<T, P> const & dual);
+
70 
+
71  // -- Conversion constructors --
+
72 
+
73  template <typename U, precision Q>
+
74  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tdualquat(tdualquat<U, Q> const & q);
+
75 
+
76  GLM_FUNC_DECL GLM_EXPLICIT tdualquat(tmat2x4<T, P> const & holder_mat);
+
77  GLM_FUNC_DECL GLM_EXPLICIT tdualquat(tmat3x4<T, P> const & aug_mat);
+
78 
+
79  // -- Unary arithmetic operators --
+
80 
+
81  GLM_FUNC_DECL tdualquat<T, P> & operator=(tdualquat<T, P> const & m) GLM_DEFAULT;
+
82 
+
83  template <typename U>
+
84  GLM_FUNC_DECL tdualquat<T, P> & operator=(tdualquat<U, P> const & m);
+
85  template <typename U>
+
86  GLM_FUNC_DECL tdualquat<T, P> & operator*=(U s);
+
87  template <typename U>
+
88  GLM_FUNC_DECL tdualquat<T, P> & operator/=(U s);
+
89  };
+
90 
+
91  // -- Unary bit operators --
+
92 
+
93  template <typename T, precision P>
+
94  GLM_FUNC_DECL tdualquat<T, P> operator+(tdualquat<T, P> const & q);
+
95 
+
96  template <typename T, precision P>
+
97  GLM_FUNC_DECL tdualquat<T, P> operator-(tdualquat<T, P> const & q);
+
98 
+
99  // -- Binary operators --
+
100 
+
101  template <typename T, precision P>
+
102  GLM_FUNC_DECL tdualquat<T, P> operator+(tdualquat<T, P> const & q, tdualquat<T, P> const & p);
+
103 
+
104  template <typename T, precision P>
+
105  GLM_FUNC_DECL tdualquat<T, P> operator*(tdualquat<T, P> const & q, tdualquat<T, P> const & p);
+
106 
+
107  template <typename T, precision P>
+
108  GLM_FUNC_DECL tvec3<T, P> operator*(tdualquat<T, P> const & q, tvec3<T, P> const & v);
+
109 
+
110  template <typename T, precision P>
+
111  GLM_FUNC_DECL tvec3<T, P> operator*(tvec3<T, P> const & v, tdualquat<T, P> const & q);
+
112 
+
113  template <typename T, precision P>
+
114  GLM_FUNC_DECL tvec4<T, P> operator*(tdualquat<T, P> const & q, tvec4<T, P> const & v);
+
115 
+
116  template <typename T, precision P>
+
117  GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v, tdualquat<T, P> const & q);
+
118 
+
119  template <typename T, precision P>
+
120  GLM_FUNC_DECL tdualquat<T, P> operator*(tdualquat<T, P> const & q, T const & s);
+
121 
+
122  template <typename T, precision P>
+
123  GLM_FUNC_DECL tdualquat<T, P> operator*(T const & s, tdualquat<T, P> const & q);
+
124 
+
125  template <typename T, precision P>
+
126  GLM_FUNC_DECL tdualquat<T, P> operator/(tdualquat<T, P> const & q, T const & s);
+
127 
+
128  // -- Boolean operators --
+
129 
+
130  template <typename T, precision P>
+
131  GLM_FUNC_DECL bool operator==(tdualquat<T, P> const & q1, tdualquat<T, P> const & q2);
+
132 
+
133  template <typename T, precision P>
+
134  GLM_FUNC_DECL bool operator!=(tdualquat<T, P> const & q1, tdualquat<T, P> const & q2);
+
135 
+
139  template <typename T, precision P>
+
140  GLM_FUNC_DECL tdualquat<T, P> normalize(tdualquat<T, P> const & q);
+
141 
+
145  template <typename T, precision P>
+
146  GLM_FUNC_DECL tdualquat<T, P> lerp(tdualquat<T, P> const & x, tdualquat<T, P> const & y, T const & a);
+
147 
+
151  template <typename T, precision P>
+
152  GLM_FUNC_DECL tdualquat<T, P> inverse(tdualquat<T, P> const & q);
+
153 
+
157  template <typename T, precision P>
+
158  GLM_FUNC_DECL tmat2x4<T, P> mat2x4_cast(tdualquat<T, P> const & x);
+
159 
+
163  template <typename T, precision P>
+
164  GLM_FUNC_DECL tmat3x4<T, P> mat3x4_cast(tdualquat<T, P> const & x);
+
165 
+
169  template <typename T, precision P>
+
170  GLM_FUNC_DECL tdualquat<T, P> dualquat_cast(tmat2x4<T, P> const & x);
+
171 
+
175  template <typename T, precision P>
+
176  GLM_FUNC_DECL tdualquat<T, P> dualquat_cast(tmat3x4<T, P> const & x);
+
177 
+
178 
+
182  typedef tdualquat<float, lowp> lowp_dualquat;
+
183 
+
187  typedef tdualquat<float, mediump> mediump_dualquat;
+
188 
+
192  typedef tdualquat<float, highp> highp_dualquat;
+
193 
+
194 
+
198  typedef tdualquat<float, lowp> lowp_fdualquat;
+
199 
+
203  typedef tdualquat<float, mediump> mediump_fdualquat;
+
204 
+
208  typedef tdualquat<float, highp> highp_fdualquat;
+
209 
+
210 
+
214  typedef tdualquat<double, lowp> lowp_ddualquat;
+
215 
+
219  typedef tdualquat<double, mediump> mediump_ddualquat;
+
220 
+
224  typedef tdualquat<double, highp> highp_ddualquat;
+
225 
+
226 
+
227 #if(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
228  typedef highp_fdualquat dualquat;
+
232 
+
236  typedef highp_fdualquat fdualquat;
+
237 #elif(defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
238  typedef highp_fdualquat dualquat;
+
239  typedef highp_fdualquat fdualquat;
+
240 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
241  typedef mediump_fdualquat dualquat;
+
242  typedef mediump_fdualquat fdualquat;
+
243 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && defined(GLM_PRECISION_LOWP_FLOAT))
+
244  typedef lowp_fdualquat dualquat;
+
245  typedef lowp_fdualquat fdualquat;
+
246 #else
+
247 # error "GLM error: multiple default precision requested for single-precision floating-point types"
+
248 #endif
+
249 
+
250 
+
251 #if(!defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE))
+
252  typedef highp_ddualquat ddualquat;
+
256 #elif(defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE))
+
257  typedef highp_ddualquat ddualquat;
+
258 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE))
+
259  typedef mediump_ddualquat ddualquat;
+
260 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && defined(GLM_PRECISION_LOWP_DOUBLE))
+
261  typedef lowp_ddualquat ddualquat;
+
262 #else
+
263 # error "GLM error: Multiple default precision requested for double-precision floating-point types"
+
264 #endif
+
265 
+
267 } //namespace glm
+
268 
+
269 #include "dual_quaternion.inl"
+
GLM_FUNC_DECL tmat4x4< T, P > orientation(tvec3< T, P > const &Normal, tvec3< T, P > const &Up)
Build a rotation matrix from a normal and a up vector.
+
tdualquat< float, lowp > lowp_fdualquat
Dual-quaternion of low single-precision floating-point numbers.
+
GLM_FUNC_DECL tdualquat< T, P > dualquat_cast(tmat3x4< T, P > const &x)
Converts a 3 * 4 matrix (augmented matrix rotation + translation) to a quaternion.
+
highp_fdualquat fdualquat
Dual-quaternion of single-precision floating-point numbers.
+
tdualquat< double, mediump > mediump_ddualquat
Dual-quaternion of medium double-precision floating-point numbers.
+
GLM_FUNC_DECL tdualquat< T, P > normalize(tdualquat< T, P > const &q)
Returns the normalized quaternion.
+
tdualquat< float, mediump > mediump_fdualquat
Dual-quaternion of medium single-precision floating-point numbers.
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
tdualquat< double, lowp > lowp_ddualquat
Dual-quaternion of low double-precision floating-point numbers.
+
highp_ddualquat ddualquat
Dual-quaternion of default double-precision floating-point numbers.
+
highp_fdualquat dualquat
Dual-quaternion of floating-point numbers.
+
tdualquat< float, highp > highp_fdualquat
Dual-quaternion of high single-precision floating-point numbers.
+
tdualquat< float, mediump > mediump_dualquat
Dual-quaternion of medium single-precision floating-point numbers.
+
GLM_FUNC_DECL tdualquat< T, P > lerp(tdualquat< T, P > const &x, tdualquat< T, P > const &y, T const &a)
Returns the linear interpolation of two dual quaternion.
+
GLM_FUNC_DECL tmat3x4< T, P > mat3x4_cast(tdualquat< T, P > const &x)
Converts a quaternion to a 3 * 4 matrix.
+
Definition: _noise.hpp:11
+
tdualquat< float, highp > highp_dualquat
Dual-quaternion of high single-precision floating-point numbers.
+
GLM_FUNC_DECL tmat2x4< T, P > mat2x4_cast(tdualquat< T, P > const &x)
Converts a quaternion to a 2 * 4 matrix.
+
tdualquat< float, lowp > lowp_dualquat
Dual-quaternion of low single-precision floating-point numbers.
+
GLM_FUNC_DECL tdualquat< T, P > inverse(tdualquat< T, P > const &q)
Returns the q inverse.
+
tdualquat< double, highp > highp_ddualquat
Dual-quaternion of high double-precision floating-point numbers.
+
+ + + + diff --git a/glm/doc/api/a00021.html b/glm/doc/api/a00021.html new file mode 100644 index 0000000..1b0d7e1 --- /dev/null +++ b/glm/doc/api/a00021.html @@ -0,0 +1,133 @@ + + + + + + +0.9.9 API documenation: epsilon.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
epsilon.hpp File Reference
+
+
+ +

GLM_GTC_epsilon +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > epsilonEqual (vecType< T, P > const &x, vecType< T, P > const &y, T const &epsilon)
 Returns the component-wise comparison of |x - y| < epsilon. More...
 
template<typename genType >
GLM_FUNC_DECL bool epsilonEqual (genType const &x, genType const &y, genType const &epsilon)
 Returns the component-wise comparison of |x - y| < epsilon. More...
 
template<typename genType >
GLM_FUNC_DECL genType::boolType epsilonNotEqual (genType const &x, genType const &y, typename genType::value_type const &epsilon)
 Returns the component-wise comparison of |x - y| < epsilon. More...
 
template<typename genType >
GLM_FUNC_DECL bool epsilonNotEqual (genType const &x, genType const &y, genType const &epsilon)
 Returns the component-wise comparison of |x - y| >= epsilon. More...
 
+

Detailed Description

+

GLM_GTC_epsilon

+
See also
GLM Core (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file epsilon.hpp.

+
+ + + + diff --git a/glm/doc/api/a00021_source.html b/glm/doc/api/a00021_source.html new file mode 100644 index 0000000..6d4b160 --- /dev/null +++ b/glm/doc/api/a00021_source.html @@ -0,0 +1,144 @@ + + + + + + +0.9.9 API documenation: epsilon.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
epsilon.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 
+
20 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
21 # pragma message("GLM: GLM_GTC_epsilon extension included")
+
22 #endif
+
23 
+
24 namespace glm
+
25 {
+
28 
+
33  template <typename T, precision P, template <typename, precision> class vecType>
+
34  GLM_FUNC_DECL vecType<bool, P> epsilonEqual(
+
35  vecType<T, P> const & x,
+
36  vecType<T, P> const & y,
+
37  T const & epsilon);
+
38 
+
43  template <typename genType>
+
44  GLM_FUNC_DECL bool epsilonEqual(
+
45  genType const & x,
+
46  genType const & y,
+
47  genType const & epsilon);
+
48 
+
53  template <typename genType>
+
54  GLM_FUNC_DECL typename genType::boolType epsilonNotEqual(
+
55  genType const & x,
+
56  genType const & y,
+
57  typename genType::value_type const & epsilon);
+
58 
+
63  template <typename genType>
+
64  GLM_FUNC_DECL bool epsilonNotEqual(
+
65  genType const & x,
+
66  genType const & y,
+
67  genType const & epsilon);
+
68 
+
70 }//namespace glm
+
71 
+
72 #include "epsilon.inl"
+
GLM_FUNC_DECL bool epsilonNotEqual(genType const &x, genType const &y, genType const &epsilon)
Returns the component-wise comparison of |x - y| >= epsilon.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.
+
GLM_FUNC_DECL bool epsilonEqual(genType const &x, genType const &y, genType const &epsilon)
Returns the component-wise comparison of |x - y| < epsilon.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00022.html b/glm/doc/api/a00022.html new file mode 100644 index 0000000..9ad8dbc --- /dev/null +++ b/glm/doc/api/a00022.html @@ -0,0 +1,183 @@ + + + + + + +0.9.9 API documenation: euler_angles.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
euler_angles.hpp File Reference
+
+
+ +

GLM_GTX_euler_angles +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleX (T const &angleX)
 Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle X. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXY (T const &angleX, T const &angleY)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXYZ (T const &t1, T const &t2, T const &t3)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXZ (T const &angleX, T const &angleZ)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleY (T const &angleY)
 Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Y. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYX (T const &angleY, T const &angleX)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYXZ (T const &yaw, T const &pitch, T const &roll)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYZ (T const &angleY, T const &angleZ)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZ (T const &angleZ)
 Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Z. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZX (T const &angle, T const &angleX)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * X). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZY (T const &angleZ, T const &angleY)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * Y). More...
 
template<typename T >
GLM_FUNC_DECL void extractEulerAngleXYZ (tmat4x4< T, defaultp > const &M, T &t1, T &t2, T &t3)
 Extracts the (X * Y * Z) Euler angles from the rotation matrix M. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x2< T, defaultp > orientate2 (T const &angle)
 Creates a 2D 2 * 2 rotation matrix from an euler angle. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x3< T, defaultp > orientate3 (T const &angle)
 Creates a 2D 4 * 4 homogeneous rotation matrix from an euler angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > orientate3 (tvec3< T, P > const &angles)
 Creates a 3D 3 * 3 rotation matrix from euler angles (Y * X * Z). More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > orientate4 (tvec3< T, P > const &angles)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > yawPitchRoll (T const &yaw, T const &pitch, T const &roll)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z). More...
 
+

Detailed Description

+

GLM_GTX_euler_angles

+
See also
GLM Core (dependence)
+ +

Definition in file euler_angles.hpp.

+
+ + + + diff --git a/glm/doc/api/a00022_source.html b/glm/doc/api/a00022_source.html new file mode 100644 index 0000000..53103fc --- /dev/null +++ b/glm/doc/api/a00022_source.html @@ -0,0 +1,218 @@ + + + + + + +0.9.9 API documenation: euler_angles.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
euler_angles.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_euler_angles is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_euler_angles extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T>
+
34  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleX(
+
35  T const & angleX);
+
36 
+
39  template <typename T>
+
40  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleY(
+
41  T const & angleY);
+
42 
+
45  template <typename T>
+
46  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleZ(
+
47  T const & angleZ);
+
48 
+
51  template <typename T>
+
52  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleXY(
+
53  T const & angleX,
+
54  T const & angleY);
+
55 
+
58  template <typename T>
+
59  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleYX(
+
60  T const & angleY,
+
61  T const & angleX);
+
62 
+
65  template <typename T>
+
66  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleXZ(
+
67  T const & angleX,
+
68  T const & angleZ);
+
69 
+
72  template <typename T>
+
73  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleZX(
+
74  T const & angle,
+
75  T const & angleX);
+
76 
+
79  template <typename T>
+
80  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleYZ(
+
81  T const & angleY,
+
82  T const & angleZ);
+
83 
+
86  template <typename T>
+
87  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleZY(
+
88  T const & angleZ,
+
89  T const & angleY);
+
90 
+
93  template <typename T>
+
94  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleXYZ(
+
95  T const & t1,
+
96  T const & t2,
+
97  T const & t3);
+
98 
+
101  template <typename T>
+
102  GLM_FUNC_DECL tmat4x4<T, defaultp> eulerAngleYXZ(
+
103  T const & yaw,
+
104  T const & pitch,
+
105  T const & roll);
+
106 
+
109  template <typename T>
+
110  GLM_FUNC_DECL tmat4x4<T, defaultp> yawPitchRoll(
+
111  T const & yaw,
+
112  T const & pitch,
+
113  T const & roll);
+
114 
+
117  template <typename T>
+
118  GLM_FUNC_DECL tmat2x2<T, defaultp> orientate2(T const & angle);
+
119 
+
122  template <typename T>
+
123  GLM_FUNC_DECL tmat3x3<T, defaultp> orientate3(T const & angle);
+
124 
+
127  template <typename T, precision P>
+
128  GLM_FUNC_DECL tmat3x3<T, P> orientate3(tvec3<T, P> const & angles);
+
129 
+
132  template <typename T, precision P>
+
133  GLM_FUNC_DECL tmat4x4<T, P> orientate4(tvec3<T, P> const & angles);
+
134 
+
137  template <typename T>
+
138  GLM_FUNC_DECL void extractEulerAngleXYZ(tmat4x4<T, defaultp> const & M,
+
139  T & t1,
+
140  T & t2,
+
141  T & t3);
+
142 
+
144 }//namespace glm
+
145 
+
146 #include "euler_angles.inl"
+
GLM_FUNC_DECL T roll(tquat< T, P > const &x)
Returns roll value of euler angles expressed in radians.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleX(T const &angleX)
Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle X.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXZ(T const &angleX, T const &angleZ)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Z).
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYZ(T const &angleY, T const &angleZ)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * Z).
+
GLM_FUNC_DECL T pitch(tquat< T, P > const &x)
Returns pitch value of euler angles expressed in radians.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > yawPitchRoll(T const &yaw, T const &pitch, T const &roll)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z).
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXYZ(T const &t1, T const &t2, T const &t3)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y * Z).
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYXZ(T const &yaw, T const &pitch, T const &roll)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z).
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleY(T const &angleY)
Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Y.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZY(T const &angleZ, T const &angleY)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * Y).
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZX(T const &angle, T const &angleX)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * X).
+
GLM_FUNC_DECL tmat4x4< T, P > orientate4(tvec3< T, P > const &angles)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z).
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZ(T const &angleZ)
Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Z.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYX(T const &angleY, T const &angleX)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X).
+
GLM_FUNC_DECL tmat3x3< T, P > orientate3(tvec3< T, P > const &angles)
Creates a 3D 3 * 3 rotation matrix from euler angles (Y * X * Z).
+
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXY(T const &angleX, T const &angleY)
Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y).
+
GLM_FUNC_DECL void extractEulerAngleXYZ(tmat4x4< T, defaultp > const &M, T &t1, T &t2, T &t3)
Extracts the (X * Y * Z) Euler angles from the rotation matrix M.
+
GLM_FUNC_DECL T yaw(tquat< T, P > const &x)
Returns yaw value of euler angles expressed in radians.
+
GLM_FUNC_DECL tmat2x2< T, defaultp > orientate2(T const &angle)
Creates a 2D 2 * 2 rotation matrix from an euler angle.
+
+ + + + diff --git a/glm/doc/api/a00023.html b/glm/doc/api/a00023.html new file mode 100644 index 0000000..2dc7ad1 --- /dev/null +++ b/glm/doc/api/a00023.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: exponential.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
exponential.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file exponential.hpp.

+
+ + + + diff --git a/glm/doc/api/a00023_source.html b/glm/doc/api/a00023_source.html new file mode 100644 index 0000000..e3d76a6 --- /dev/null +++ b/glm/doc/api/a00023_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: exponential.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
exponential.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+ + +
+ + + + diff --git a/glm/doc/api/a00024.html b/glm/doc/api/a00024.html new file mode 100644 index 0000000..f1bc8e5 --- /dev/null +++ b/glm/doc/api/a00024.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: ext.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
ext.hpp File Reference
+
+
+ +

GLM Core (Dependence) +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core (Dependence)

+ +

Definition in file ext.hpp.

+
+ + + + diff --git a/glm/doc/api/a00024_source.html b/glm/doc/api/a00024_source.html new file mode 100644 index 0000000..f27ae71 --- /dev/null +++ b/glm/doc/api/a00024_source.html @@ -0,0 +1,264 @@ + + + + + + +0.9.9 API documenation: ext.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
ext.hpp
+
+
+Go to the documentation of this file.
1 
+
28 #pragma once
+
29 
+
30 #include "glm.hpp"
+
31 
+
32 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_EXT_INCLUDED_DISPLAYED)
+
33 # define GLM_MESSAGE_EXT_INCLUDED_DISPLAYED
+
34 # pragma message("GLM: All extensions included (not recommanded)")
+
35 #endif//GLM_MESSAGES
+
36 
+
37 #include "./gtc/bitfield.hpp"
+
38 #include "./gtc/color_encoding.hpp"
+
39 #include "./gtc/color_space.hpp"
+
40 #include "./gtc/constants.hpp"
+
41 #include "./gtc/epsilon.hpp"
+
42 #include "./gtc/functions.hpp"
+
43 #include "./gtc/integer.hpp"
+
44 #include "./gtc/matrix_access.hpp"
+
45 #include "./gtc/matrix_integer.hpp"
+
46 #include "./gtc/matrix_inverse.hpp"
+ +
48 #include "./gtc/noise.hpp"
+
49 #include "./gtc/packing.hpp"
+
50 #include "./gtc/quaternion.hpp"
+
51 #include "./gtc/random.hpp"
+
52 #include "./gtc/reciprocal.hpp"
+
53 #include "./gtc/round.hpp"
+
54 //#include "./gtc/type_aligned.hpp"
+
55 #include "./gtc/type_precision.hpp"
+
56 #include "./gtc/type_ptr.hpp"
+
57 #include "./gtc/ulp.hpp"
+
58 #include "./gtc/vec1.hpp"
+
59 #if GLM_HAS_ALIGNED_TYPE
+
60 # include "./gtc/type_aligned.hpp"
+
61 #endif
+
62 
+
63 #ifdef GLM_ENABLE_EXPERIMENTAL
+ +
65 #include "./gtx/bit.hpp"
+
66 #include "./gtx/closest_point.hpp"
+
67 #include "./gtx/color_space.hpp"
+ +
69 #include "./gtx/compatibility.hpp"
+
70 #include "./gtx/component_wise.hpp"
+ +
72 #include "./gtx/euler_angles.hpp"
+
73 #include "./gtx/extend.hpp"
+ + + + +
78 #include "./gtx/gradient_paint.hpp"
+ +
80 #include "./gtx/integer.hpp"
+
81 #include "./gtx/intersect.hpp"
+
82 #include "./gtx/log_base.hpp"
+ + + + +
87 #include "./gtx/matrix_query.hpp"
+
88 #include "./gtx/mixed_product.hpp"
+
89 #include "./gtx/norm.hpp"
+
90 #include "./gtx/normal.hpp"
+
91 #include "./gtx/normalize_dot.hpp"
+ +
93 #include "./gtx/optimum_pow.hpp"
+
94 #include "./gtx/orthonormalize.hpp"
+
95 #include "./gtx/perpendicular.hpp"
+ +
97 #include "./gtx/projection.hpp"
+
98 #include "./gtx/quaternion.hpp"
+
99 #include "./gtx/raw_data.hpp"
+
100 #include "./gtx/rotate_vector.hpp"
+
101 #include "./gtx/spline.hpp"
+
102 #include "./gtx/std_based_type.hpp"
+
103 #if !(GLM_COMPILER & GLM_COMPILER_CUDA)
+
104 # include "./gtx/string_cast.hpp"
+
105 #endif
+
106 #include "./gtx/transform.hpp"
+
107 #include "./gtx/transform2.hpp"
+
108 #include "./gtx/vec_swizzle.hpp"
+
109 #include "./gtx/vector_angle.hpp"
+
110 #include "./gtx/vector_query.hpp"
+
111 #include "./gtx/wrap.hpp"
+
112 
+
113 #if GLM_HAS_TEMPLATE_ALIASES
+ +
115 #endif
+
116 
+
117 #if GLM_HAS_RANGE_FOR
+
118 # include "./gtx/range.hpp"
+
119 #endif
+
120 #endif//GLM_ENABLE_EXPERIMENTAL
+
GLM_GTX_euler_angles
+
GLM_GTC_type_precision
+
GLM_GTX_closest_point
+
GLM_GTC_reciprocal
+
GLM_GTX_matrix_major_storage
+
GLM_GTX_wrap
+
GLM_GTX_range
+
GLM_GTX_fast_exponential
+
GLM_GTX_gradient_paint
+
GLM_GTX_transform
+
GLM_GTC_ulp
+
GLM_GTC_quaternion
+
GLM_GTX_std_based_type
+
GLM_GTX_normal
+
GLM_GTX_vec_swizzle
+
GLM_GTC_matrix_access
+
GLM_GTC_type_ptr
+
GLM_GTX_log_base
+
GLM_GTC_epsilon
+
GLM_GTX_optimum_pow
+
GLM_GTC_round
+
GLM_GTC_matrix_inverse
+
GLM_GTX_perpendicular
+
GLM_GTX_handed_coordinate_space
+
GLM_GTX_component_wise
+
GLM_GTX_matrix_query
+
GLM Core
+
GLM_GTC_type_aligned
+
GLM_GTX_projection
+
GLM_GTX_norm
+
GLM_GTX_matrix_cross_product
+
GLM_GTC_functions
+
GLM_GTC_bitfield
+
GLM_GTC_random
+
gtx_extended_min_max
+
GLM_GTX_color_space_YCoCg
+
GLM_GTC_color_space
+
GLM_GTX_rotate_vector
+
GLM_GTX_spline
+
GLM_GTX_fast_trigonometry
+
GLM_GTC_packing
+
GLM_GTX_integer
+
GLM_GTX_compatibility
+
GLM_GTX_dual_quaternion
+
GLM_GTX_number_precision
+
GLM_GTX_matrix_interpolation
+
GLM_GTX_vector_query
+
GLM_GTX_extend
+
GLM_GTX_color_space
+
GLM_GTC_color_encoding
+
GLM_GTX_matrix_operation
+
GLM_GTC_noise
+
GLM_GTC_integer
+
GLM_GTX_bit
+
GLM_GTC_vec1
+
GLM_GTX_quaternion
+
GLM_GTX_normalize_dot
+
GLM_GTC_matrix_integer
+
GLM_GTX_raw_data
+
GLM_GTX_fast_square_root
+
GLM_GTX_orthonormalize
+
GTX Extensions (Experimental)
+
GLM_GTX_transform2
+
GLM_GTX_polar_coordinates
+
GLM_GTX_string_cast
+
GLM_GTX_mixed_producte
+
GLM_GTX_intersect
+
GLM_GTC_constants
+
GLM_GTC_matrix_transform
+
GLM_GTX_associated_min_max
+
GLM_GTX_vector_angle
+
+ + + + diff --git a/glm/doc/api/a00025.html b/glm/doc/api/a00025.html new file mode 100644 index 0000000..8c3ade6 --- /dev/null +++ b/glm/doc/api/a00025.html @@ -0,0 +1,119 @@ + + + + + + +0.9.9 API documenation: extend.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
extend.hpp File Reference
+
+
+ +

GLM_GTX_extend +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType extend (genType const &Origin, genType const &Source, typename genType::value_type const Length)
 Extends of Length the Origin position using the (Source - Origin) direction. More...
 
+

Detailed Description

+

GLM_GTX_extend

+
See also
GLM Core (dependence)
+ +

Definition in file extend.hpp.

+
+ + + + diff --git a/glm/doc/api/a00025_source.html b/glm/doc/api/a00025_source.html new file mode 100644 index 0000000..5e49755 --- /dev/null +++ b/glm/doc/api/a00025_source.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: extend.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
extend.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_extend is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_extend extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename genType>
+
34  GLM_FUNC_DECL genType extend(
+
35  genType const & Origin,
+
36  genType const & Source,
+
37  typename genType::value_type const Length);
+
38 
+
40 }//namespace glm
+
41 
+
42 #include "extend.inl"
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL genType extend(genType const &Origin, genType const &Source, typename genType::value_type const Length)
Extends of Length the Origin position using the (Source - Origin) direction.
+
+ + + + diff --git a/glm/doc/api/a00026.html b/glm/doc/api/a00026.html new file mode 100644 index 0000000..17a42ce --- /dev/null +++ b/glm/doc/api/a00026.html @@ -0,0 +1,163 @@ + + + + + + +0.9.9 API documenation: extended_min_max.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
extended_min_max.hpp File Reference
+
+
+ +

gtx_extended_min_max +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T max (T const &x, T const &y, T const &z)
 Return the maximum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)
 Return the maximum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, C< T > const &y, C< T > const &z)
 Return the maximum component-wise values of 3 inputs. More...
 
template<typename T >
GLM_FUNC_DECL T max (T const &x, T const &y, T const &z, T const &w)
 Return the maximum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)
 Return the maximum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
 Return the maximum component-wise values of 4 inputs. More...
 
template<typename T >
GLM_FUNC_DECL T min (T const &x, T const &y, T const &z)
 Return the minimum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)
 Return the minimum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, C< T > const &y, C< T > const &z)
 Return the minimum component-wise values of 3 inputs. More...
 
template<typename T >
GLM_FUNC_DECL T min (T const &x, T const &y, T const &z, T const &w)
 Return the minimum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)
 Return the minimum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
 Return the minimum component-wise values of 4 inputs. More...
 
+

Detailed Description

+

gtx_extended_min_max

+
See also
GLM Core (dependence)
+ +

Definition in file extended_min_max.hpp.

+
+ + + + diff --git a/glm/doc/api/a00026_source.html b/glm/doc/api/a00026_source.html new file mode 100644 index 0000000..1760b0e --- /dev/null +++ b/glm/doc/api/a00026_source.html @@ -0,0 +1,200 @@ + + + + + + +0.9.9 API documenation: extended_min_max.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
extended_min_max.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_extented_min_max is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_extented_min_max extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T>
+
34  GLM_FUNC_DECL T min(
+
35  T const & x,
+
36  T const & y,
+
37  T const & z);
+
38 
+
41  template <typename T, template <typename> class C>
+
42  GLM_FUNC_DECL C<T> min(
+
43  C<T> const & x,
+
44  typename C<T>::T const & y,
+
45  typename C<T>::T const & z);
+
46 
+
49  template <typename T, template <typename> class C>
+
50  GLM_FUNC_DECL C<T> min(
+
51  C<T> const & x,
+
52  C<T> const & y,
+
53  C<T> const & z);
+
54 
+
57  template <typename T>
+
58  GLM_FUNC_DECL T min(
+
59  T const & x,
+
60  T const & y,
+
61  T const & z,
+
62  T const & w);
+
63 
+
66  template <typename T, template <typename> class C>
+
67  GLM_FUNC_DECL C<T> min(
+
68  C<T> const & x,
+
69  typename C<T>::T const & y,
+
70  typename C<T>::T const & z,
+
71  typename C<T>::T const & w);
+
72 
+
75  template <typename T, template <typename> class C>
+
76  GLM_FUNC_DECL C<T> min(
+
77  C<T> const & x,
+
78  C<T> const & y,
+
79  C<T> const & z,
+
80  C<T> const & w);
+
81 
+
84  template <typename T>
+
85  GLM_FUNC_DECL T max(
+
86  T const & x,
+
87  T const & y,
+
88  T const & z);
+
89 
+
92  template <typename T, template <typename> class C>
+
93  GLM_FUNC_DECL C<T> max(
+
94  C<T> const & x,
+
95  typename C<T>::T const & y,
+
96  typename C<T>::T const & z);
+
97 
+
100  template <typename T, template <typename> class C>
+
101  GLM_FUNC_DECL C<T> max(
+
102  C<T> const & x,
+
103  C<T> const & y,
+
104  C<T> const & z);
+
105 
+
108  template <typename T>
+
109  GLM_FUNC_DECL T max(
+
110  T const & x,
+
111  T const & y,
+
112  T const & z,
+
113  T const & w);
+
114 
+
117  template <typename T, template <typename> class C>
+
118  GLM_FUNC_DECL C<T> max(
+
119  C<T> const & x,
+
120  typename C<T>::T const & y,
+
121  typename C<T>::T const & z,
+
122  typename C<T>::T const & w);
+
123 
+
126  template <typename T, template <typename> class C>
+
127  GLM_FUNC_DECL C<T> max(
+
128  C<T> const & x,
+
129  C<T> const & y,
+
130  C<T> const & z,
+
131  C<T> const & w);
+
132 
+
134 }//namespace glm
+
135 
+
136 #include "extended_min_max.inl"
+
GLM_FUNC_DECL C< T > min(C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
Return the minimum component-wise values of 4 inputs.
+
GLM_FUNC_DECL C< T > max(C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
Return the maximum component-wise values of 4 inputs.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00027.html b/glm/doc/api/a00027.html new file mode 100644 index 0000000..28a2f03 --- /dev/null +++ b/glm/doc/api/a00027.html @@ -0,0 +1,165 @@ + + + + + + +0.9.9 API documenation: fast_exponential.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
fast_exponential.hpp File Reference
+
+
+ +

GLM_GTX_fast_exponential +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T fastExp (T x)
 Faster than the common exp function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastExp (vecType< T, P > const &x)
 Faster than the common exp function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastExp2 (T x)
 Faster than the common exp2 function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastExp2 (vecType< T, P > const &x)
 Faster than the common exp2 function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastLog (T x)
 Faster than the common log function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastLog (vecType< T, P > const &x)
 Faster than the common exp2 function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastLog2 (T x)
 Faster than the common log2 function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastLog2 (vecType< T, P > const &x)
 Faster than the common log2 function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastPow (genType x, genType y)
 Faster than the common pow function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastPow (vecType< T, P > const &x, vecType< T, P > const &y)
 Faster than the common pow function but less accurate. More...
 
template<typename genTypeT , typename genTypeU >
GLM_FUNC_DECL genTypeT fastPow (genTypeT x, genTypeU y)
 Faster than the common pow function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastPow (vecType< T, P > const &x)
 Faster than the common pow function but less accurate. More...
 
+

Detailed Description

+

GLM_GTX_fast_exponential

+
See also
GLM Core (dependence)
+
+gtx_half_float (dependence)
+ +

Definition in file fast_exponential.hpp.

+
+ + + + diff --git a/glm/doc/api/a00027_source.html b/glm/doc/api/a00027_source.html new file mode 100644 index 0000000..14ecf8f --- /dev/null +++ b/glm/doc/api/a00027_source.html @@ -0,0 +1,161 @@ + + + + + + +0.9.9 API documenation: fast_exponential.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
fast_exponential.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_fast_exponential is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_fast_exponential extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename genType>
+
35  GLM_FUNC_DECL genType fastPow(genType x, genType y);
+
36 
+
39  template <typename T, precision P, template <typename, precision> class vecType>
+
40  GLM_FUNC_DECL vecType<T, P> fastPow(vecType<T, P> const & x, vecType<T, P> const & y);
+
41 
+
44  template <typename genTypeT, typename genTypeU>
+
45  GLM_FUNC_DECL genTypeT fastPow(genTypeT x, genTypeU y);
+
46 
+
49  template <typename T, precision P, template <typename, precision> class vecType>
+
50  GLM_FUNC_DECL vecType<T, P> fastPow(vecType<T, P> const & x);
+
51 
+
54  template <typename T>
+
55  GLM_FUNC_DECL T fastExp(T x);
+
56 
+
59  template <typename T, precision P, template <typename, precision> class vecType>
+
60  GLM_FUNC_DECL vecType<T, P> fastExp(vecType<T, P> const & x);
+
61 
+
64  template <typename T>
+
65  GLM_FUNC_DECL T fastLog(T x);
+
66 
+
69  template <typename T, precision P, template <typename, precision> class vecType>
+
70  GLM_FUNC_DECL vecType<T, P> fastLog(vecType<T, P> const & x);
+
71 
+
74  template <typename T>
+
75  GLM_FUNC_DECL T fastExp2(T x);
+
76 
+
79  template <typename T, precision P, template <typename, precision> class vecType>
+
80  GLM_FUNC_DECL vecType<T, P> fastExp2(vecType<T, P> const & x);
+
81 
+
84  template <typename T>
+
85  GLM_FUNC_DECL T fastLog2(T x);
+
86 
+
89  template <typename T, precision P, template <typename, precision> class vecType>
+
90  GLM_FUNC_DECL vecType<T, P> fastLog2(vecType<T, P> const & x);
+
91 
+
93 }//namespace glm
+
94 
+
95 #include "fast_exponential.inl"
+
GLM_FUNC_DECL vecType< T, P > fastLog(vecType< T, P > const &x)
Faster than the common exp2 function but less accurate.
+
GLM_FUNC_DECL vecType< T, P > fastPow(vecType< T, P > const &x)
Faster than the common pow function but less accurate.
+
GLM_FUNC_DECL vecType< T, P > fastExp(vecType< T, P > const &x)
Faster than the common exp function but less accurate.
+
GLM_FUNC_DECL vecType< T, P > fastExp2(vecType< T, P > const &x)
Faster than the common exp2 function but less accurate.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL vecType< T, P > fastLog2(vecType< T, P > const &x)
Faster than the common log2 function but less accurate.
+
+ + + + diff --git a/glm/doc/api/a00028.html b/glm/doc/api/a00028.html new file mode 100644 index 0000000..6485cfd --- /dev/null +++ b/glm/doc/api/a00028.html @@ -0,0 +1,151 @@ + + + + + + +0.9.9 API documenation: fast_square_root.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
fast_square_root.hpp File Reference
+
+
+ +

GLM_GTX_fast_square_root +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType fastDistance (genType x, genType y)
 Faster than the common distance function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T fastDistance (vecType< T, P > const &x, vecType< T, P > const &y)
 Faster than the common distance function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastInverseSqrt (genType x)
 Faster than the common inversesqrt function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastInverseSqrt (vecType< T, P > const &x)
 Faster than the common inversesqrt function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastLength (genType x)
 Faster than the common length function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T fastLength (vecType< T, P > const &x)
 Faster than the common length function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastNormalize (genType const &x)
 Faster than the common normalize function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastSqrt (genType x)
 Faster than the common sqrt function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastSqrt (vecType< T, P > const &x)
 Faster than the common sqrt function but less accurate. More...
 
+

Detailed Description

+

GLM_GTX_fast_square_root

+
See also
GLM Core (dependence)
+ +

Definition in file fast_square_root.hpp.

+
+ + + + diff --git a/glm/doc/api/a00028_source.html b/glm/doc/api/a00028_source.html new file mode 100644 index 0000000..86f827a --- /dev/null +++ b/glm/doc/api/a00028_source.html @@ -0,0 +1,154 @@ + + + + + + +0.9.9 API documenation: fast_square_root.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
fast_square_root.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependency:
+
18 #include "../common.hpp"
+
19 #include "../exponential.hpp"
+
20 #include "../geometric.hpp"
+
21 
+
22 #ifndef GLM_ENABLE_EXPERIMENTAL
+
23 # error "GLM: GLM_GTX_fast_square_root is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
24 #endif
+
25 
+
26 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
27 # pragma message("GLM: GLM_GTX_fast_square_root extension included")
+
28 #endif
+
29 
+
30 namespace glm
+
31 {
+
34 
+
38  template <typename genType>
+
39  GLM_FUNC_DECL genType fastSqrt(genType x);
+
40 
+
44  template <typename T, precision P, template <typename, precision> class vecType>
+
45  GLM_FUNC_DECL vecType<T, P> fastSqrt(vecType<T, P> const & x);
+
46 
+
50  template <typename genType>
+
51  GLM_FUNC_DECL genType fastInverseSqrt(genType x);
+
52 
+
56  template <typename T, precision P, template <typename, precision> class vecType>
+
57  GLM_FUNC_DECL vecType<T, P> fastInverseSqrt(vecType<T, P> const & x);
+
58 
+
62  template <typename genType>
+
63  GLM_FUNC_DECL genType fastLength(genType x);
+
64 
+
68  template <typename T, precision P, template <typename, precision> class vecType>
+
69  GLM_FUNC_DECL T fastLength(vecType<T, P> const & x);
+
70 
+
74  template <typename genType>
+
75  GLM_FUNC_DECL genType fastDistance(genType x, genType y);
+
76 
+
80  template <typename T, precision P, template <typename, precision> class vecType>
+
81  GLM_FUNC_DECL T fastDistance(vecType<T, P> const & x, vecType<T, P> const & y);
+
82 
+
86  template <typename genType>
+
87  GLM_FUNC_DECL genType fastNormalize(genType const & x);
+
88 
+
90 }// namespace glm
+
91 
+
92 #include "fast_square_root.inl"
+
GLM_FUNC_DECL T fastDistance(vecType< T, P > const &x, vecType< T, P > const &y)
Faster than the common distance function but less accurate.
+
GLM_FUNC_DECL genType fastNormalize(genType const &x)
Faster than the common normalize function but less accurate.
+
GLM_FUNC_DECL vecType< T, P > fastInverseSqrt(vecType< T, P > const &x)
Faster than the common inversesqrt function but less accurate.
+
GLM_FUNC_DECL vecType< T, P > fastSqrt(vecType< T, P > const &x)
Faster than the common sqrt function but less accurate.
+
GLM_FUNC_DECL T fastLength(vecType< T, P > const &x)
Faster than the common length function but less accurate.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00029.html b/glm/doc/api/a00029.html new file mode 100644 index 0000000..9167034 --- /dev/null +++ b/glm/doc/api/a00029.html @@ -0,0 +1,147 @@ + + + + + + +0.9.9 API documenation: fast_trigonometry.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
fast_trigonometry.hpp File Reference
+
+
+ +

GLM_GTX_fast_trigonometry +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T fastAcos (T angle)
 Faster than the common acos function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastAsin (T angle)
 Faster than the common asin function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastAtan (T y, T x)
 Faster than the common atan function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastAtan (T angle)
 Faster than the common atan function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastCos (T angle)
 Faster than the common cos function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastSin (T angle)
 Faster than the common sin function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastTan (T angle)
 Faster than the common tan function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T wrapAngle (T angle)
 Wrap an angle to [0 2pi[ From GLM_GTX_fast_trigonometry extension. More...
 
+

Detailed Description

+

GLM_GTX_fast_trigonometry

+
See also
GLM Core (dependence)
+ +

Definition in file fast_trigonometry.hpp.

+
+ + + + diff --git a/glm/doc/api/a00029_source.html b/glm/doc/api/a00029_source.html new file mode 100644 index 0000000..2afb225 --- /dev/null +++ b/glm/doc/api/a00029_source.html @@ -0,0 +1,152 @@ + + + + + + +0.9.9 API documenation: fast_trigonometry.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
fast_trigonometry.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../gtc/constants.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_fast_trigonometry is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_fast_trigonometry extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T>
+
34  GLM_FUNC_DECL T wrapAngle(T angle);
+
35 
+
38  template <typename T>
+
39  GLM_FUNC_DECL T fastSin(T angle);
+
40 
+
43  template <typename T>
+
44  GLM_FUNC_DECL T fastCos(T angle);
+
45 
+
49  template <typename T>
+
50  GLM_FUNC_DECL T fastTan(T angle);
+
51 
+
55  template <typename T>
+
56  GLM_FUNC_DECL T fastAsin(T angle);
+
57 
+
61  template <typename T>
+
62  GLM_FUNC_DECL T fastAcos(T angle);
+
63 
+
67  template <typename T>
+
68  GLM_FUNC_DECL T fastAtan(T y, T x);
+
69 
+
73  template <typename T>
+
74  GLM_FUNC_DECL T fastAtan(T angle);
+
75 
+
77 }//namespace glm
+
78 
+
79 #include "fast_trigonometry.inl"
+
GLM_FUNC_DECL T fastAcos(T angle)
Faster than the common acos function but less accurate.
+
GLM_FUNC_DECL T fastSin(T angle)
Faster than the common sin function but less accurate.
+
GLM_FUNC_DECL T wrapAngle(T angle)
Wrap an angle to [0 2pi[ From GLM_GTX_fast_trigonometry extension.
+
GLM_FUNC_DECL T fastAsin(T angle)
Faster than the common asin function but less accurate.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL T fastTan(T angle)
Faster than the common tan function but less accurate.
+
GLM_FUNC_DECL T fastCos(T angle)
Faster than the common cos function but less accurate.
+
GLM_FUNC_DECL T fastAtan(T angle)
Faster than the common atan function but less accurate.
+
+ + + + diff --git a/glm/doc/api/a00030.html b/glm/doc/api/a00030.html new file mode 100644 index 0000000..04b40fe --- /dev/null +++ b/glm/doc/api/a00030.html @@ -0,0 +1,243 @@ + + + + + + +0.9.9 API documenation: func_common.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_common.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType abs (genType x)
 Returns x if x >= 0; otherwise, it returns -x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > ceil (vecType< T, P > const &x)
 Returns a value equal to the nearest integer that is greater than or equal to x. More...
 
template<typename genType >
GLM_FUNC_DECL genType clamp (genType x, genType minVal, genType maxVal)
 Returns min(max(x, minVal), maxVal) for each component in x using the floating-point values minVal and maxVal. More...
 
GLM_FUNC_DECL int floatBitsToInt (float const &v)
 Returns a signed integer value representing the encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< int, P > floatBitsToInt (vecType< float, P > const &v)
 Returns a signed integer value representing the encoding of a floating-point value. More...
 
GLM_FUNC_DECL uint floatBitsToUint (float const &v)
 Returns a unsigned integer value representing the encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< uint, P > floatBitsToUint (vecType< float, P > const &v)
 Returns a unsigned integer value representing the encoding of a floating-point value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > floor (vecType< T, P > const &x)
 Returns a value equal to the nearest integer that is less then or equal to x. More...
 
template<typename genType >
GLM_FUNC_DECL genType fma (genType const &a, genType const &b, genType const &c)
 Computes and returns a * b + c. More...
 
template<typename genType >
GLM_FUNC_DECL genType fract (genType x)
 Return x - floor(x). More...
 
template<typename genType , typename genIType >
GLM_FUNC_DECL genType frexp (genType const &x, genIType &exp)
 Splits x into a floating-point significand in the range [0.5, 1.0) and an integral exponent of two, such that: x = significand * exp(2, exponent) More...
 
GLM_FUNC_DECL float intBitsToFloat (int const &v)
 Returns a floating-point value corresponding to a signed integer encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< float, P > intBitsToFloat (vecType< int, P > const &v)
 Returns a floating-point value corresponding to a signed integer encoding of a floating-point value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isinf (vecType< T, P > const &x)
 Returns true if x holds a positive infinity or negative infinity representation in the underlying implementation's set of floating point representations. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isnan (vecType< T, P > const &x)
 Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of floating point representations. More...
 
template<typename genType , typename genIType >
GLM_FUNC_DECL genType ldexp (genType const &x, genIType const &exp)
 Builds a floating-point number from x and the corresponding integral exponent of two in exp, returning: significand * exp(2, exponent) More...
 
template<typename genType >
GLM_FUNC_DECL genType max (genType x, genType y)
 Returns y if x < y; otherwise, it returns x. More...
 
template<typename genType >
GLM_FUNC_DECL genType min (genType x, genType y)
 Returns y if y < x; otherwise, it returns x. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mix (vecType< T, P > const &x, vecType< T, P > const &y, vecType< U, P > const &a)
 If genTypeU is a floating scalar or vector: Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. More...
 
template<typename genType >
GLM_FUNC_DECL genType mod (genType x, genType y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const &x, T y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const &x, vecType< T, P > const &y)
 Modulus. More...
 
template<typename genType >
GLM_FUNC_DECL genType modf (genType x, genType &i)
 Returns the fractional part of x and sets i to the integer part (as a whole number floating point value). More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > round (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > roundEven (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sign (vecType< T, P > const &x)
 Returns 1.0 if x > 0, 0.0 if x == 0, or -1.0 if x < 0. More...
 
template<typename genType >
GLM_FUNC_DECL genType smoothstep (genType edge0, genType edge1, genType x)
 Returns 0.0 if x <= edge0 and 1.0 if x >= edge1 and performs smooth Hermite interpolation between 0 and 1 when edge0 < x < edge1. More...
 
template<typename genType >
GLM_FUNC_DECL genType step (genType edge, genType x)
 Returns 0.0 if x < edge, otherwise it returns 1.0 for each component of a genType. More...
 
template<template< typename, precision > class vecType, typename T , precision P>
GLM_FUNC_DECL vecType< T, P > step (T edge, vecType< T, P > const &x)
 Returns 0.0 if x < edge, otherwise it returns 1.0. More...
 
template<template< typename, precision > class vecType, typename T , precision P>
GLM_FUNC_DECL vecType< T, P > step (vecType< T, P > const &edge, vecType< T, P > const &x)
 Returns 0.0 if x < edge, otherwise it returns 1.0. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > trunc (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x whose absolute value is not larger than the absolute value of x. More...
 
GLM_FUNC_DECL float uintBitsToFloat (uint const &v)
 Returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< float, P > uintBitsToFloat (vecType< uint, P > const &v)
 Returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00030_source.html b/glm/doc/api/a00030_source.html new file mode 100644 index 0000000..f2e1d3e --- /dev/null +++ b/glm/doc/api/a00030_source.html @@ -0,0 +1,277 @@ + + + + + + +0.9.9 API documenation: func_common.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_common.hpp
+
+
+Go to the documentation of this file.
1 
+
11 #pragma once
+
12 
+
13 #include "setup.hpp"
+
14 #include "precision.hpp"
+
15 #include "type_int.hpp"
+
16 #include "_fixes.hpp"
+
17 
+
18 namespace glm
+
19 {
+
22 
+
29  template <typename genType>
+
30  GLM_FUNC_DECL genType abs(genType x);
+
31 
+
32  template <typename T, precision P, template <typename, precision> class vecType>
+
33  GLM_FUNC_DECL vecType<T, P> abs(vecType<T, P> const & x);
+
34 
+
41  template <typename T, precision P, template <typename, precision> class vecType>
+
42  GLM_FUNC_DECL vecType<T, P> sign(vecType<T, P> const & x);
+
43 
+
50  template <typename T, precision P, template <typename, precision> class vecType>
+
51  GLM_FUNC_DECL vecType<T, P> floor(vecType<T, P> const & x);
+
52 
+
60  template <typename T, precision P, template <typename, precision> class vecType>
+
61  GLM_FUNC_DECL vecType<T, P> trunc(vecType<T, P> const & x);
+
62 
+
73  template <typename T, precision P, template <typename, precision> class vecType>
+
74  GLM_FUNC_DECL vecType<T, P> round(vecType<T, P> const & x);
+
75 
+
85  template <typename T, precision P, template <typename, precision> class vecType>
+
86  GLM_FUNC_DECL vecType<T, P> roundEven(vecType<T, P> const & x);
+
87 
+
95  template <typename T, precision P, template <typename, precision> class vecType>
+
96  GLM_FUNC_DECL vecType<T, P> ceil(vecType<T, P> const & x);
+
97 
+
104  template <typename genType>
+
105  GLM_FUNC_DECL genType fract(genType x);
+
106 
+
107  template <typename T, precision P, template <typename, precision> class vecType>
+
108  GLM_FUNC_DECL vecType<T, P> fract(vecType<T, P> const & x);
+
109 
+
117  template <typename genType>
+
118  GLM_FUNC_DECL genType mod(genType x, genType y);
+
119 
+
120  template <typename T, precision P, template <typename, precision> class vecType>
+
121  GLM_FUNC_DECL vecType<T, P> mod(vecType<T, P> const & x, T y);
+
122 
+
123  template <typename T, precision P, template <typename, precision> class vecType>
+
124  GLM_FUNC_DECL vecType<T, P> mod(vecType<T, P> const & x, vecType<T, P> const & y);
+
125 
+
135  template <typename genType>
+
136  GLM_FUNC_DECL genType modf(genType x, genType & i);
+
137 
+
144  template <typename genType>
+
145  GLM_FUNC_DECL genType min(genType x, genType y);
+
146 
+
147  template <typename T, precision P, template <typename, precision> class vecType>
+
148  GLM_FUNC_DECL vecType<T, P> min(vecType<T, P> const & x, T y);
+
149 
+
150  template <typename T, precision P, template <typename, precision> class vecType>
+
151  GLM_FUNC_DECL vecType<T, P> min(vecType<T, P> const & x, vecType<T, P> const & y);
+
152 
+
159  template <typename genType>
+
160  GLM_FUNC_DECL genType max(genType x, genType y);
+
161 
+
162  template <typename T, precision P, template <typename, precision> class vecType>
+
163  GLM_FUNC_DECL vecType<T, P> max(vecType<T, P> const & x, T y);
+
164 
+
165  template <typename T, precision P, template <typename, precision> class vecType>
+
166  GLM_FUNC_DECL vecType<T, P> max(vecType<T, P> const & x, vecType<T, P> const & y);
+
167 
+
175  template <typename genType>
+
176  GLM_FUNC_DECL genType clamp(genType x, genType minVal, genType maxVal);
+
177 
+
178  template <typename T, precision P, template <typename, precision> class vecType>
+
179  GLM_FUNC_DECL vecType<T, P> clamp(vecType<T, P> const & x, T minVal, T maxVal);
+
180 
+
181  template <typename T, precision P, template <typename, precision> class vecType>
+
182  GLM_FUNC_DECL vecType<T, P> clamp(vecType<T, P> const & x, vecType<T, P> const & minVal, vecType<T, P> const & maxVal);
+
183 
+
226  template <typename T, typename U, precision P, template <typename, precision> class vecType>
+
227  GLM_FUNC_DECL vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, vecType<U, P> const & a);
+
228 
+
229  template <typename T, typename U, precision P, template <typename, precision> class vecType>
+
230  GLM_FUNC_DECL vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, U a);
+
231 
+
232  template <typename genTypeT, typename genTypeU>
+
233  GLM_FUNC_DECL genTypeT mix(genTypeT x, genTypeT y, genTypeU a);
+
234 
+
239  template <typename genType>
+
240  GLM_FUNC_DECL genType step(genType edge, genType x);
+
241 
+
246  template <template <typename, precision> class vecType, typename T, precision P>
+
247  GLM_FUNC_DECL vecType<T, P> step(T edge, vecType<T, P> const & x);
+
248 
+
253  template <template <typename, precision> class vecType, typename T, precision P>
+
254  GLM_FUNC_DECL vecType<T, P> step(vecType<T, P> const & edge, vecType<T, P> const & x);
+
255 
+
270  template <typename genType>
+
271  GLM_FUNC_DECL genType smoothstep(genType edge0, genType edge1, genType x);
+
272 
+
273  template <typename T, precision P, template <typename, precision> class vecType>
+
274  GLM_FUNC_DECL vecType<T, P> smoothstep(T edge0, T edge1, vecType<T, P> const & x);
+
275 
+
276  template <typename T, precision P, template <typename, precision> class vecType>
+
277  GLM_FUNC_DECL vecType<T, P> smoothstep(vecType<T, P> const & edge0, vecType<T, P> const & edge1, vecType<T, P> const & x);
+
278 
+
291  template <typename T, precision P, template <typename, precision> class vecType>
+
292  GLM_FUNC_DECL vecType<bool, P> isnan(vecType<T, P> const & x);
+
293 
+
304  template <typename T, precision P, template <typename, precision> class vecType>
+
305  GLM_FUNC_DECL vecType<bool, P> isinf(vecType<T, P> const & x);
+
306 
+
313  GLM_FUNC_DECL int floatBitsToInt(float const & v);
+
314 
+
321  template <template <typename, precision> class vecType, precision P>
+
322  GLM_FUNC_DECL vecType<int, P> floatBitsToInt(vecType<float, P> const & v);
+
323 
+
330  GLM_FUNC_DECL uint floatBitsToUint(float const & v);
+
331 
+
338  template <template <typename, precision> class vecType, precision P>
+
339  GLM_FUNC_DECL vecType<uint, P> floatBitsToUint(vecType<float, P> const & v);
+
340 
+
349  GLM_FUNC_DECL float intBitsToFloat(int const & v);
+
350 
+
359  template <template <typename, precision> class vecType, precision P>
+
360  GLM_FUNC_DECL vecType<float, P> intBitsToFloat(vecType<int, P> const & v);
+
361 
+
370  GLM_FUNC_DECL float uintBitsToFloat(uint const & v);
+
371 
+
380  template <template <typename, precision> class vecType, precision P>
+
381  GLM_FUNC_DECL vecType<float, P> uintBitsToFloat(vecType<uint, P> const & v);
+
382 
+
389  template <typename genType>
+
390  GLM_FUNC_DECL genType fma(genType const & a, genType const & b, genType const & c);
+
391 
+
406  template <typename genType, typename genIType>
+
407  GLM_FUNC_DECL genType frexp(genType const & x, genIType & exp);
+
408 
+
420  template <typename genType, typename genIType>
+
421  GLM_FUNC_DECL genType ldexp(genType const & x, genIType const & exp);
+
422 
+
424 }//namespace glm
+
425 
+
426 #include "func_common.inl"
+
427 
+
GLM_FUNC_DECL genType frexp(genType const &x, genIType &exp)
Splits x into a floating-point significand in the range [0.5, 1.0) and an integral exponent of two...
+
GLM_FUNC_DECL vecType< uint, P > floatBitsToUint(vecType< float, P > const &v)
Returns a unsigned integer value representing the encoding of a floating-point value.
+
GLM_FUNC_DECL vecType< T, P > exp(vecType< T, P > const &v)
Returns the natural exponentiation of x, i.e., e^x.
+
unsigned int uint
Unsigned integer type.
Definition: type_int.hpp:288
+
GLM_FUNC_DECL vecType< T, P > step(vecType< T, P > const &edge, vecType< T, P > const &x)
Returns 0.0 if x < edge, otherwise it returns 1.0.
+
GLM_FUNC_DECL genType fma(genType const &a, genType const &b, genType const &c)
Computes and returns a * b + c.
+
GLM_FUNC_DECL vecType< bool, P > isinf(vecType< T, P > const &x)
Returns true if x holds a positive infinity or negative infinity representation in the underlying imp...
+
GLM_FUNC_DECL vecType< float, P > uintBitsToFloat(vecType< uint, P > const &v)
Returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value...
+
GLM Core
+
GLM_FUNC_DECL vecType< T, P > floor(vecType< T, P > const &x)
Returns a value equal to the nearest integer that is less then or equal to x.
+
GLM_FUNC_DECL vecType< int, P > floatBitsToInt(vecType< float, P > const &v)
Returns a signed integer value representing the encoding of a floating-point value.
+
GLM_FUNC_DECL genType min(genType x, genType y)
Returns y if y < x; otherwise, it returns x.
+
GLM_FUNC_DECL genType clamp(genType x, genType minVal, genType maxVal)
Returns min(max(x, minVal), maxVal) for each component in x using the floating-point values minVal an...
+
GLM_FUNC_DECL vecType< float, P > intBitsToFloat(vecType< int, P > const &v)
Returns a floating-point value corresponding to a signed integer encoding of a floating-point value...
+
GLM_FUNC_DECL vecType< T, P > sign(vecType< T, P > const &x)
Returns 1.0 if x > 0, 0.0 if x == 0, or -1.0 if x < 0.
+
GLM_FUNC_DECL vecType< T, P > ceil(vecType< T, P > const &x)
Returns a value equal to the nearest integer that is greater than or equal to x.
+
GLM_FUNC_DECL genType fract(genType x)
Return x - floor(x).
+
Definition: _noise.hpp:11
+
GLM Core
+
GLM_FUNC_DECL genType ldexp(genType const &x, genIType const &exp)
Builds a floating-point number from x and the corresponding integral exponent of two in exp...
+
GLM Core
+
GLM_FUNC_DECL genType smoothstep(genType edge0, genType edge1, genType x)
Returns 0.0 if x <= edge0 and 1.0 if x >= edge1 and performs smooth Hermite interpolation between 0 a...
+
GLM_FUNC_DECL vecType< T, P > round(vecType< T, P > const &x)
Returns a value equal to the nearest integer to x.
+
GLM_FUNC_DECL genType modf(genType x, genType &i)
Returns the fractional part of x and sets i to the integer part (as a whole number floating point val...
+
GLM_FUNC_DECL vecType< T, P > mix(vecType< T, P > const &x, vecType< T, P > const &y, vecType< U, P > const &a)
If genTypeU is a floating scalar or vector: Returns x * (1.0 - a) + y * a, i.e., the linear blend of ...
+
GLM_FUNC_DECL vecType< T, P > mod(vecType< T, P > const &x, vecType< T, P > const &y)
Modulus.
+
GLM_FUNC_DECL vecType< bool, P > isnan(vecType< T, P > const &x)
Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of...
+
GLM Core
+
GLM_FUNC_DECL genType max(genType x, genType y)
Returns y if x < y; otherwise, it returns x.
+
GLM_FUNC_DECL vecType< T, P > trunc(vecType< T, P > const &x)
Returns a value equal to the nearest integer to x whose absolute value is not larger than the absolut...
+
GLM_FUNC_DECL genType abs(genType x)
Returns x if x >= 0; otherwise, it returns -x.
+
GLM_FUNC_DECL vecType< T, P > roundEven(vecType< T, P > const &x)
Returns a value equal to the nearest integer to x.
+
+ + + + diff --git a/glm/doc/api/a00031.html b/glm/doc/api/a00031.html new file mode 100644 index 0000000..bb42013 --- /dev/null +++ b/glm/doc/api/a00031.html @@ -0,0 +1,143 @@ + + + + + + +0.9.9 API documenation: func_exponential.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_exponential.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > exp (vecType< T, P > const &v)
 Returns the natural exponentiation of x, i.e., e^x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > exp2 (vecType< T, P > const &v)
 Returns 2 raised to the v power. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > inversesqrt (vecType< T, P > const &v)
 Returns the reciprocal of the positive square root of v. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > log (vecType< T, P > const &v)
 Returns the natural logarithm of v, i.e., returns the value y which satisfies the equation x = e^y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > log2 (vecType< T, P > const &v)
 Returns the base 2 log of x, i.e., returns the value y, which satisfies the equation x = 2 ^ y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > pow (vecType< T, P > const &base, vecType< T, P > const &exponent)
 Returns 'base' raised to the power 'exponent'. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sqrt (vecType< T, P > const &v)
 Returns the positive square root of v. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00031_source.html b/glm/doc/api/a00031_source.html new file mode 100644 index 0000000..41f654f --- /dev/null +++ b/glm/doc/api/a00031_source.html @@ -0,0 +1,149 @@ + + + + + + +0.9.9 API documenation: func_exponential.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_exponential.hpp
+
+
+Go to the documentation of this file.
1 
+
11 #pragma once
+
12 
+
13 #include "type_vec1.hpp"
+
14 #include "type_vec2.hpp"
+
15 #include "type_vec3.hpp"
+
16 #include "type_vec4.hpp"
+
17 #include <cmath>
+
18 
+
19 namespace glm
+
20 {
+
23 
+
32  template <typename T, precision P, template <typename, precision> class vecType>
+
33  GLM_FUNC_DECL vecType<T, P> pow(vecType<T, P> const & base, vecType<T, P> const & exponent);
+
34 
+
42  template <typename T, precision P, template <typename, precision> class vecType>
+
43  GLM_FUNC_DECL vecType<T, P> exp(vecType<T, P> const & v);
+
44 
+
54  template <typename T, precision P, template <typename, precision> class vecType>
+
55  GLM_FUNC_DECL vecType<T, P> log(vecType<T, P> const & v);
+
56 
+
64  template <typename T, precision P, template <typename, precision> class vecType>
+
65  GLM_FUNC_DECL vecType<T, P> exp2(vecType<T, P> const & v);
+
66 
+
75  template <typename T, precision P, template <typename, precision> class vecType>
+
76  GLM_FUNC_DECL vecType<T, P> log2(vecType<T, P> const & v);
+
77 
+
85  //template <typename genType>
+
86  //GLM_FUNC_DECL genType sqrt(genType const & x);
+
87  template <typename T, precision P, template <typename, precision> class vecType>
+
88  GLM_FUNC_DECL vecType<T, P> sqrt(vecType<T, P> const & v);
+
89 
+
97  template <typename T, precision P, template <typename, precision> class vecType>
+
98  GLM_FUNC_DECL vecType<T, P> inversesqrt(vecType<T, P> const & v);
+
99 
+
101 }//namespace glm
+
102 
+
103 #include "func_exponential.inl"
+
GLM_FUNC_DECL vecType< T, P > exp(vecType< T, P > const &v)
Returns the natural exponentiation of x, i.e., e^x.
+
GLM_FUNC_DECL vecType< T, P > log(vecType< T, P > const &v)
Returns the natural logarithm of v, i.e., returns the value y which satisfies the equation x = e^y...
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM_FUNC_DECL vecType< T, P > inversesqrt(vecType< T, P > const &v)
Returns the reciprocal of the positive square root of v.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL vecType< T, P > pow(vecType< T, P > const &base, vecType< T, P > const &exponent)
Returns 'base' raised to the power 'exponent'.
+
GLM_FUNC_DECL vecType< T, P > log2(vecType< T, P > const &v)
Returns the base 2 log of x, i.e., returns the value y, which satisfies the equation x = 2 ^ y...
+
GLM Core
+
GLM_FUNC_DECL vecType< T, P > exp2(vecType< T, P > const &v)
Returns 2 raised to the v power.
+
GLM_FUNC_DECL vecType< T, P > sqrt(vecType< T, P > const &v)
Returns the positive square root of v.
+
+ + + + diff --git a/glm/doc/api/a00032.html b/glm/doc/api/a00032.html new file mode 100644 index 0000000..1a9dfce --- /dev/null +++ b/glm/doc/api/a00032.html @@ -0,0 +1,147 @@ + + + + + + +0.9.9 API documenation: func_geometric.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_geometric.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > cross (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Returns the cross product of x and y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T distance (vecType< T, P > const &p0, vecType< T, P > const &p1)
 Returns the distance betwwen p0 and p1, i.e., length(p0 - p1). More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T dot (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the dot product of x and y, i.e., result = x * y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > faceforward (vecType< T, P > const &N, vecType< T, P > const &I, vecType< T, P > const &Nref)
 If dot(Nref, I) < 0.0, return N, otherwise, return -N. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T length (vecType< T, P > const &x)
 Returns the length of x, i.e., sqrt(x * x). More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > normalize (vecType< T, P > const &x)
 Returns a vector in the same direction as x but with length of 1. More...
 
template<typename genType >
GLM_FUNC_DECL genType reflect (genType const &I, genType const &N)
 For the incident vector I and surface orientation N, returns the reflection direction : result = I - 2.0 * dot(N, I) * N. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > refract (vecType< T, P > const &I, vecType< T, P > const &N, T eta)
 For the incident vector I and surface normal N, and the ratio of indices of refraction eta, return the refraction vector. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00032_source.html b/glm/doc/api/a00032_source.html new file mode 100644 index 0000000..9ed30e0 --- /dev/null +++ b/glm/doc/api/a00032_source.html @@ -0,0 +1,160 @@ + + + + + + +0.9.9 API documenation: func_geometric.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_geometric.hpp
+
+
+Go to the documentation of this file.
1 
+
11 #pragma once
+
12 
+
13 #include "type_vec3.hpp"
+
14 
+
15 namespace glm
+
16 {
+
19 
+
26  template <typename T, precision P, template <typename, precision> class vecType>
+
27  GLM_FUNC_DECL T length(
+
28  vecType<T, P> const & x);
+
29 
+
36  template <typename T, precision P, template <typename, precision> class vecType>
+
37  GLM_FUNC_DECL T distance(
+
38  vecType<T, P> const & p0,
+
39  vecType<T, P> const & p1);
+
40 
+
47  template <typename T, precision P, template <typename, precision> class vecType>
+
48  GLM_FUNC_DECL T dot(
+
49  vecType<T, P> const & x,
+
50  vecType<T, P> const & y);
+
51 
+
58  template <typename T, precision P>
+
59  GLM_FUNC_DECL tvec3<T, P> cross(
+
60  tvec3<T, P> const & x,
+
61  tvec3<T, P> const & y);
+
62 
+
68  template <typename T, precision P, template <typename, precision> class vecType>
+
69  GLM_FUNC_DECL vecType<T, P> normalize(
+
70  vecType<T, P> const & x);
+
71 
+
78  template <typename T, precision P, template <typename, precision> class vecType>
+
79  GLM_FUNC_DECL vecType<T, P> faceforward(
+
80  vecType<T, P> const & N,
+
81  vecType<T, P> const & I,
+
82  vecType<T, P> const & Nref);
+
83 
+
91  template <typename genType>
+
92  GLM_FUNC_DECL genType reflect(
+
93  genType const & I,
+
94  genType const & N);
+
95 
+
104  template <typename T, precision P, template <typename, precision> class vecType>
+
105  GLM_FUNC_DECL vecType<T, P> refract(
+
106  vecType<T, P> const & I,
+
107  vecType<T, P> const & N,
+
108  T eta);
+
109 
+
111 }//namespace glm
+
112 
+
113 #include "func_geometric.inl"
+
GLM_FUNC_DECL vecType< T, P > faceforward(vecType< T, P > const &N, vecType< T, P > const &I, vecType< T, P > const &Nref)
If dot(Nref, I) < 0.0, return N, otherwise, return -N.
+
GLM_FUNC_DECL vecType< T, P > normalize(vecType< T, P > const &x)
Returns a vector in the same direction as x but with length of 1.
+
GLM_FUNC_DECL T distance(vecType< T, P > const &p0, vecType< T, P > const &p1)
Returns the distance betwwen p0 and p1, i.e., length(p0 - p1).
+
GLM_FUNC_DECL tvec3< T, P > cross(tvec3< T, P > const &x, tvec3< T, P > const &y)
Returns the cross product of x and y.
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM_FUNC_DECL vecType< T, P > refract(vecType< T, P > const &I, vecType< T, P > const &N, T eta)
For the incident vector I and surface normal N, and the ratio of indices of refraction eta...
+
GLM_FUNC_DECL genType reflect(genType const &I, genType const &N)
For the incident vector I and surface orientation N, returns the reflection direction : result = I - ...
+
Definition: _noise.hpp:11
+
GLM Core
+
GLM_FUNC_DECL T dot(vecType< T, P > const &x, vecType< T, P > const &y)
Returns the dot product of x and y, i.e., result = x * y.
+
+ + + + diff --git a/glm/doc/api/a00033.html b/glm/doc/api/a00033.html new file mode 100644 index 0000000..982dd07 --- /dev/null +++ b/glm/doc/api/a00033.html @@ -0,0 +1,167 @@ + + + + + + +0.9.9 API documenation: func_integer.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_integer.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL int bitCount (genType v)
 Returns the number of bits set to 1 in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > bitCount (vecType< T, P > const &v)
 Returns the number of bits set to 1 in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldExtract (vecType< T, P > const &Value, int Offset, int Bits)
 Extracts bits [offset, offset + bits - 1] from value, returning them in the least significant bits of the result. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldInsert (vecType< T, P > const &Base, vecType< T, P > const &Insert, int Offset, int Bits)
 Returns the insertion the bits least-significant bits of insert into base. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldReverse (vecType< T, P > const &v)
 Returns the reversal of the bits of value. More...
 
template<typename genIUType >
GLM_FUNC_DECL int findLSB (genIUType x)
 Returns the bit number of the least significant bit set to 1 in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > findLSB (vecType< T, P > const &v)
 Returns the bit number of the least significant bit set to 1 in the binary representation of value. More...
 
template<typename genIUType >
GLM_FUNC_DECL int findMSB (genIUType x)
 Returns the bit number of the most significant bit in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > findMSB (vecType< T, P > const &v)
 Returns the bit number of the most significant bit in the binary representation of value. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL void imulExtended (vecType< int, P > const &x, vecType< int, P > const &y, vecType< int, P > &msb, vecType< int, P > &lsb)
 Multiplies 32-bit integers x and y, producing a 64-bit result. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint, P > uaddCarry (vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &carry)
 Adds 32-bit unsigned integer x and y, returning the sum modulo pow(2, 32). More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL void umulExtended (vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &msb, vecType< uint, P > &lsb)
 Multiplies 32-bit integers x and y, producing a 64-bit result. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint, P > usubBorrow (vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &borrow)
 Subtracts the 32-bit unsigned integer y from x, returning the difference if non-negative, or pow(2, 32) plus the difference otherwise. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00033_source.html b/glm/doc/api/a00033_source.html new file mode 100644 index 0000000..118de38 --- /dev/null +++ b/glm/doc/api/a00033_source.html @@ -0,0 +1,188 @@ + + + + + + +0.9.9 API documenation: func_integer.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_integer.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 #include "setup.hpp"
+
16 #include "precision.hpp"
+
17 #include "func_common.hpp"
+ +
19 
+
20 namespace glm
+
21 {
+
24 
+
33  template <precision P, template <typename, precision> class vecType>
+
34  GLM_FUNC_DECL vecType<uint, P> uaddCarry(
+
35  vecType<uint, P> const & x,
+
36  vecType<uint, P> const & y,
+
37  vecType<uint, P> & carry);
+
38 
+
47  template <precision P, template <typename, precision> class vecType>
+
48  GLM_FUNC_DECL vecType<uint, P> usubBorrow(
+
49  vecType<uint, P> const & x,
+
50  vecType<uint, P> const & y,
+
51  vecType<uint, P> & borrow);
+
52 
+
61  template <precision P, template <typename, precision> class vecType>
+
62  GLM_FUNC_DECL void umulExtended(
+
63  vecType<uint, P> const & x,
+
64  vecType<uint, P> const & y,
+
65  vecType<uint, P> & msb,
+
66  vecType<uint, P> & lsb);
+
67 
+
76  template <precision P, template <typename, precision> class vecType>
+
77  GLM_FUNC_DECL void imulExtended(
+
78  vecType<int, P> const & x,
+
79  vecType<int, P> const & y,
+
80  vecType<int, P> & msb,
+
81  vecType<int, P> & lsb);
+
82 
+
98  template <typename T, precision P, template <typename, precision> class vecType>
+
99  GLM_FUNC_DECL vecType<T, P> bitfieldExtract(
+
100  vecType<T, P> const & Value,
+
101  int Offset,
+
102  int Bits);
+
103 
+
118  template <typename T, precision P, template <typename, precision> class vecType>
+
119  GLM_FUNC_DECL vecType<T, P> bitfieldInsert(
+
120  vecType<T, P> const & Base,
+
121  vecType<T, P> const & Insert,
+
122  int Offset,
+
123  int Bits);
+
124 
+
133  template <typename T, precision P, template <typename, precision> class vecType>
+
134  GLM_FUNC_DECL vecType<T, P> bitfieldReverse(vecType<T, P> const & v);
+
135 
+
142  template <typename genType>
+
143  GLM_FUNC_DECL int bitCount(genType v);
+
144 
+
151  template <typename T, precision P, template <typename, precision> class vecType>
+
152  GLM_FUNC_DECL vecType<int, P> bitCount(vecType<T, P> const & v);
+
153 
+
162  template <typename genIUType>
+
163  GLM_FUNC_DECL int findLSB(genIUType x);
+
164 
+
173  template <typename T, precision P, template <typename, precision> class vecType>
+
174  GLM_FUNC_DECL vecType<int, P> findLSB(vecType<T, P> const & v);
+
175 
+
185  template <typename genIUType>
+
186  GLM_FUNC_DECL int findMSB(genIUType x);
+
187 
+
197  template <typename T, precision P, template <typename, precision> class vecType>
+
198  GLM_FUNC_DECL vecType<int, P> findMSB(vecType<T, P> const & v);
+
199 
+
201 }//namespace glm
+
202 
+
203 #include "func_integer.inl"
+
GLM_FUNC_DECL vecType< int, P > findMSB(vecType< T, P > const &v)
Returns the bit number of the most significant bit in the binary representation of value...
+
GLM_FUNC_DECL void imulExtended(vecType< int, P > const &x, vecType< int, P > const &y, vecType< int, P > &msb, vecType< int, P > &lsb)
Multiplies 32-bit integers x and y, producing a 64-bit result.
+ +
GLM_FUNC_DECL vecType< int, P > bitCount(vecType< T, P > const &v)
Returns the number of bits set to 1 in the binary representation of value.
+
GLM Core
+
GLM_FUNC_DECL vecType< uint, P > uaddCarry(vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &carry)
Adds 32-bit unsigned integer x and y, returning the sum modulo pow(2, 32).
+
GLM_FUNC_DECL void umulExtended(vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &msb, vecType< uint, P > &lsb)
Multiplies 32-bit integers x and y, producing a 64-bit result.
+
GLM_FUNC_DECL vecType< T, P > bitfieldExtract(vecType< T, P > const &Value, int Offset, int Bits)
Extracts bits [offset, offset + bits - 1] from value, returning them in the least significant bits of...
+
GLM_FUNC_DECL vecType< T, P > bitfieldReverse(vecType< T, P > const &v)
Returns the reversal of the bits of value.
+ +
Definition: _noise.hpp:11
+
GLM_FUNC_DECL vecType< uint, P > usubBorrow(vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &borrow)
Subtracts the 32-bit unsigned integer y from x, returning the difference if non-negative, or pow(2, 32) plus the difference otherwise.
+
GLM Core
+
GLM_FUNC_DECL vecType< T, P > bitfieldInsert(vecType< T, P > const &Base, vecType< T, P > const &Insert, int Offset, int Bits)
Returns the insertion the bits least-significant bits of insert into base.
+
GLM_FUNC_DECL vecType< int, P > findLSB(vecType< T, P > const &v)
Returns the bit number of the least significant bit set to 1 in the binary representation of value...
+
+ + + + diff --git a/glm/doc/api/a00034.html b/glm/doc/api/a00034.html new file mode 100644 index 0000000..fa79386 --- /dev/null +++ b/glm/doc/api/a00034.html @@ -0,0 +1,131 @@ + + + + + + +0.9.9 API documenation: func_matrix.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_matrix.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL T determinant (matType< T, P > const &m)
 Returns the transposed matrix of x. More...
 
template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL matType< T, P > inverse (matType< T, P > const &m)
 Return the inverse of a squared matrix. More...
 
template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL matType< T, P > matrixCompMult (matType< T, P > const &x, matType< T, P > const &y)
 Multiply matrix x by matrix y component-wise, i.e., result[i][j] is the scalar product of x[i][j] and y[i][j]. More...
 
template<typename T , precision P, template< typename, precision > class vecTypeA, template< typename, precision > class vecTypeB>
GLM_FUNC_DECL detail::outerProduct_trait< T, P, vecTypeA, vecTypeB >::type outerProduct (vecTypeA< T, P > const &c, vecTypeB< T, P > const &r)
 Treats the first parameter c as a column vector and the second parameter r as a row vector and does a linear algebraic matrix multiply c * r. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00034_source.html b/glm/doc/api/a00034_source.html new file mode 100644 index 0000000..b99fa97 --- /dev/null +++ b/glm/doc/api/a00034_source.html @@ -0,0 +1,204 @@ + + + + + + +0.9.9 API documenation: func_matrix.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_matrix.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependencies
+
18 #include "../detail/precision.hpp"
+
19 #include "../detail/setup.hpp"
+
20 #include "../detail/type_mat.hpp"
+
21 #include "../vec2.hpp"
+
22 #include "../vec3.hpp"
+
23 #include "../vec4.hpp"
+
24 #include "../mat2x2.hpp"
+
25 #include "../mat2x3.hpp"
+
26 #include "../mat2x4.hpp"
+
27 #include "../mat3x2.hpp"
+
28 #include "../mat3x3.hpp"
+
29 #include "../mat3x4.hpp"
+
30 #include "../mat4x2.hpp"
+
31 #include "../mat4x3.hpp"
+
32 #include "../mat4x4.hpp"
+
33 
+
34 namespace glm{
+
35 namespace detail
+
36 {
+
37  template <typename T, precision P>
+
38  struct outerProduct_trait<T, P, tvec2, tvec2>
+
39  {
+
40  typedef tmat2x2<T, P> type;
+
41  };
+
42 
+
43  template <typename T, precision P>
+
44  struct outerProduct_trait<T, P, tvec2, tvec3>
+
45  {
+
46  typedef tmat3x2<T, P> type;
+
47  };
+
48 
+
49  template <typename T, precision P>
+
50  struct outerProduct_trait<T, P, tvec2, tvec4>
+
51  {
+
52  typedef tmat4x2<T, P> type;
+
53  };
+
54 
+
55  template <typename T, precision P>
+
56  struct outerProduct_trait<T, P, tvec3, tvec2>
+
57  {
+
58  typedef tmat2x3<T, P> type;
+
59  };
+
60 
+
61  template <typename T, precision P>
+
62  struct outerProduct_trait<T, P, tvec3, tvec3>
+
63  {
+
64  typedef tmat3x3<T, P> type;
+
65  };
+
66 
+
67  template <typename T, precision P>
+
68  struct outerProduct_trait<T, P, tvec3, tvec4>
+
69  {
+
70  typedef tmat4x3<T, P> type;
+
71  };
+
72 
+
73  template <typename T, precision P>
+
74  struct outerProduct_trait<T, P, tvec4, tvec2>
+
75  {
+
76  typedef tmat2x4<T, P> type;
+
77  };
+
78 
+
79  template <typename T, precision P>
+
80  struct outerProduct_trait<T, P, tvec4, tvec3>
+
81  {
+
82  typedef tmat3x4<T, P> type;
+
83  };
+
84 
+
85  template <typename T, precision P>
+
86  struct outerProduct_trait<T, P, tvec4, tvec4>
+
87  {
+
88  typedef tmat4x4<T, P> type;
+
89  };
+
90 
+
91 }//namespace detail
+
92 
+
95 
+
103  template <typename T, precision P, template <typename, precision> class matType>
+
104  GLM_FUNC_DECL matType<T, P> matrixCompMult(matType<T, P> const & x, matType<T, P> const & y);
+
105 
+
114  template <typename T, precision P, template <typename, precision> class vecTypeA, template <typename, precision> class vecTypeB>
+
115  GLM_FUNC_DECL typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduct(vecTypeA<T, P> const & c, vecTypeB<T, P> const & r);
+
116 
+
123 # if((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC11))
+
124  template <typename T, precision P, template <typename, precision> class matType>
+
125  GLM_FUNC_DECL typename matType<T, P>::transpose_type transpose(matType<T, P> const & x);
+
126 # endif
+
127 
+
134  template <typename T, precision P, template <typename, precision> class matType>
+
135  GLM_FUNC_DECL T determinant(matType<T, P> const & m);
+
136 
+
143  template <typename T, precision P, template <typename, precision> class matType>
+
144  GLM_FUNC_DECL matType<T, P> inverse(matType<T, P> const & m);
+
145 
+
147 }//namespace glm
+
148 
+
149 #include "func_matrix.inl"
+
GLM_FUNC_DECL T determinant(matType< T, P > const &m)
Returns the transposed matrix of x.
+
GLM_FUNC_DECL matType< T, P > inverse(matType< T, P > const &m)
Return the inverse of a squared matrix.
+
GLM_FUNC_DECL detail::outerProduct_trait< T, P, vecTypeA, vecTypeB >::type outerProduct(vecTypeA< T, P > const &c, vecTypeB< T, P > const &r)
Treats the first parameter c as a column vector and the second parameter r as a row vector and does a...
+
GLM_FUNC_DECL matType< T, P > matrixCompMult(matType< T, P > const &x, matType< T, P > const &y)
Multiply matrix x by matrix y component-wise, i.e., result[i][j] is the scalar product of x[i][j] and...
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00035.html b/glm/doc/api/a00035.html new file mode 100644 index 0000000..61a7f14 --- /dev/null +++ b/glm/doc/api/a00035.html @@ -0,0 +1,153 @@ + + + + + + +0.9.9 API documenation: func_packing.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_packing.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

GLM_FUNC_DECL double packDouble2x32 (uvec2 const &v)
 Returns a double-precision value obtained by packing the components of v into a 64-bit value. More...
 
GLM_FUNC_DECL uint packHalf2x16 (vec2 const &v)
 Returns an unsigned integer obtained by converting the components of a two-component floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification, and then packing these two 16- bit integers into a 32-bit unsigned integer. More...
 
GLM_FUNC_DECL uint packSnorm2x16 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uint packSnorm4x8 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uint packUnorm2x16 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uint packUnorm4x8 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uvec2 unpackDouble2x32 (double v)
 Returns a two-component unsigned integer vector representation of v. More...
 
GLM_FUNC_DECL vec2 unpackHalf2x16 (uint v)
 Returns a two-component floating-point vector with components obtained by unpacking a 32-bit unsigned integer into a pair of 16-bit values, interpreting those values as 16-bit floating-point numbers according to the OpenGL Specification, and converting them to 32-bit floating-point values. More...
 
GLM_FUNC_DECL vec2 unpackSnorm2x16 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackSnorm4x8 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
GLM_FUNC_DECL vec2 unpackUnorm2x16 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm4x8 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00035_source.html b/glm/doc/api/a00035_source.html new file mode 100644 index 0000000..a3af805 --- /dev/null +++ b/glm/doc/api/a00035_source.html @@ -0,0 +1,154 @@ + + + + + + +0.9.9 API documenation: func_packing.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_packing.hpp
+
+
+Go to the documentation of this file.
1 
+
12 #pragma once
+
13 
+
14 #include "type_vec2.hpp"
+
15 #include "type_vec4.hpp"
+
16 
+
17 namespace glm
+
18 {
+
21 
+
33  GLM_FUNC_DECL uint packUnorm2x16(vec2 const & v);
+
34 
+
46  GLM_FUNC_DECL uint packSnorm2x16(vec2 const & v);
+
47 
+
59  GLM_FUNC_DECL uint packUnorm4x8(vec4 const & v);
+
60 
+
72  GLM_FUNC_DECL uint packSnorm4x8(vec4 const & v);
+
73 
+
85  GLM_FUNC_DECL vec2 unpackUnorm2x16(uint p);
+
86 
+
98  GLM_FUNC_DECL vec2 unpackSnorm2x16(uint p);
+
99 
+
111  GLM_FUNC_DECL vec4 unpackUnorm4x8(uint p);
+
112 
+
124  GLM_FUNC_DECL vec4 unpackSnorm4x8(uint p);
+
125 
+
134  GLM_FUNC_DECL double packDouble2x32(uvec2 const & v);
+
135 
+
143  GLM_FUNC_DECL uvec2 unpackDouble2x32(double v);
+
144 
+
153  GLM_FUNC_DECL uint packHalf2x16(vec2 const & v);
+
154 
+
163  GLM_FUNC_DECL vec2 unpackHalf2x16(uint v);
+
164 
+
166 }//namespace glm
+
167 
+
168 #include "func_packing.inl"
+
GLM_FUNC_DECL vec4 unpackSnorm4x8(uint p)
First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.
+
GLM_FUNC_DECL vec2 unpackSnorm2x16(uint p)
First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.
+
unsigned int uint
Unsigned integer type.
Definition: type_int.hpp:288
+
GLM Core
+
GLM_FUNC_DECL vec2 unpackHalf2x16(uint v)
Returns a two-component floating-point vector with components obtained by unpacking a 32-bit unsigned...
+
GLM_FUNC_DECL vec2 unpackUnorm2x16(uint p)
First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.
+
GLM_FUNC_DECL uint packSnorm2x16(vec2 const &v)
First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...
+
GLM_FUNC_DECL uint packUnorm4x8(vec4 const &v)
First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...
+
GLM_FUNC_DECL uint packUnorm2x16(vec2 const &v)
First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...
+
GLM_FUNC_DECL vec4 unpackUnorm4x8(uint p)
First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.
+
highp_uvec2 uvec2
2 components vector of unsigned integer numbers.
Definition: type_vec.hpp:535
+
GLM_FUNC_DECL double packDouble2x32(uvec2 const &v)
Returns a double-precision value obtained by packing the components of v into a 64-bit value...
+
GLM Core
+
GLM_FUNC_DECL uint packSnorm4x8(vec4 const &v)
First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...
+
GLM_FUNC_DECL uint packHalf2x16(vec2 const &v)
Returns an unsigned integer obtained by converting the components of a two-component floating-point v...
+
GLM_FUNC_DECL uvec2 unpackDouble2x32(double v)
Returns a two-component unsigned integer vector representation of v.
+
highp_vec2 vec2
2 components vector of floating-point numbers.
Definition: type_vec.hpp:454
+
Definition: _noise.hpp:11
+
highp_vec4 vec4
4 components vector of floating-point numbers.
Definition: type_vec.hpp:464
+
+ + + + diff --git a/glm/doc/api/a00036.html b/glm/doc/api/a00036.html new file mode 100644 index 0000000..3f1eb10 --- /dev/null +++ b/glm/doc/api/a00036.html @@ -0,0 +1,175 @@ + + + + + + +0.9.9 API documenation: func_trigonometric.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_trigonometric.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > acos (vecType< T, P > const &x)
 Arc cosine. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > acosh (vecType< T, P > const &x)
 Arc hyperbolic cosine; returns the non-negative inverse of cosh. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > asin (vecType< T, P > const &x)
 Arc sine. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > asinh (vecType< T, P > const &x)
 Arc hyperbolic sine; returns the inverse of sinh. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > atan (vecType< T, P > const &y, vecType< T, P > const &x)
 Arc tangent. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > atan (vecType< T, P > const &y_over_x)
 Arc tangent. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > atanh (vecType< T, P > const &x)
 Arc hyperbolic tangent; returns the inverse of tanh. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > cos (vecType< T, P > const &angle)
 The standard trigonometric cosine function. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > cosh (vecType< T, P > const &angle)
 Returns the hyperbolic cosine function, (exp(x) + exp(-x)) / 2. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > degrees (vecType< T, P > const &radians)
 Converts radians to degrees and returns the result. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > radians (vecType< T, P > const &degrees)
 Converts degrees to radians and returns the result. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sin (vecType< T, P > const &angle)
 The standard trigonometric sine function. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sinh (vecType< T, P > const &angle)
 Returns the hyperbolic sine function, (exp(x) - exp(-x)) / 2. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > tan (vecType< T, P > const &angle)
 The standard trigonometric tangent function. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > tanh (vecType< T, P > const &angle)
 Returns the hyperbolic tangent function, sinh(angle) / cosh(angle) More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00036_source.html b/glm/doc/api/a00036_source.html new file mode 100644 index 0000000..e35761f --- /dev/null +++ b/glm/doc/api/a00036_source.html @@ -0,0 +1,174 @@ + + + + + + +0.9.9 API documenation: func_trigonometric.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_trigonometric.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 #include "setup.hpp"
+
18 #include "precision.hpp"
+
19 
+
20 namespace glm
+
21 {
+
24 
+
31  template <typename T, precision P, template <typename, precision> class vecType>
+
32  GLM_FUNC_DECL GLM_CONSTEXPR vecType<T, P> radians(vecType<T, P> const & degrees);
+
33 
+
40  template <typename T, precision P, template <typename, precision> class vecType>
+
41  GLM_FUNC_DECL GLM_CONSTEXPR vecType<T, P> degrees(vecType<T, P> const & radians);
+
42 
+
50  template <typename T, precision P, template <typename, precision> class vecType>
+
51  GLM_FUNC_DECL vecType<T, P> sin(vecType<T, P> const & angle);
+
52 
+
60  template <typename T, precision P, template <typename, precision> class vecType>
+
61  GLM_FUNC_DECL vecType<T, P> cos(vecType<T, P> const & angle);
+
62 
+
69  template <typename T, precision P, template <typename, precision> class vecType>
+
70  GLM_FUNC_DECL vecType<T, P> tan(vecType<T, P> const & angle);
+
71 
+
80  template <typename T, precision P, template <typename, precision> class vecType>
+
81  GLM_FUNC_DECL vecType<T, P> asin(vecType<T, P> const & x);
+
82 
+
91  template <typename T, precision P, template <typename, precision> class vecType>
+
92  GLM_FUNC_DECL vecType<T, P> acos(vecType<T, P> const & x);
+
93 
+
104  template <typename T, precision P, template <typename, precision> class vecType>
+
105  GLM_FUNC_DECL vecType<T, P> atan(vecType<T, P> const & y, vecType<T, P> const & x);
+
106 
+
114  template <typename T, precision P, template <typename, precision> class vecType>
+
115  GLM_FUNC_DECL vecType<T, P> atan(vecType<T, P> const & y_over_x);
+
116 
+
123  template <typename T, precision P, template <typename, precision> class vecType>
+
124  GLM_FUNC_DECL vecType<T, P> sinh(vecType<T, P> const & angle);
+
125 
+
132  template <typename T, precision P, template <typename, precision> class vecType>
+
133  GLM_FUNC_DECL vecType<T, P> cosh(vecType<T, P> const & angle);
+
134 
+
141  template <typename T, precision P, template <typename, precision> class vecType>
+
142  GLM_FUNC_DECL vecType<T, P> tanh(vecType<T, P> const & angle);
+
143 
+
150  template <typename T, precision P, template <typename, precision> class vecType>
+
151  GLM_FUNC_DECL vecType<T, P> asinh(vecType<T, P> const & x);
+
152 
+
160  template <typename T, precision P, template <typename, precision> class vecType>
+
161  GLM_FUNC_DECL vecType<T, P> acosh(vecType<T, P> const & x);
+
162 
+
170  template <typename T, precision P, template <typename, precision> class vecType>
+
171  GLM_FUNC_DECL vecType<T, P> atanh(vecType<T, P> const & x);
+
172 
+
174 }//namespace glm
+
175 
+
176 #include "func_trigonometric.inl"
+
GLM_FUNC_DECL vecType< T, P > atan(vecType< T, P > const &y_over_x)
Arc tangent.
+
GLM_FUNC_DECL vecType< T, P > asin(vecType< T, P > const &x)
Arc sine.
+
GLM_FUNC_DECL vecType< T, P > atanh(vecType< T, P > const &x)
Arc hyperbolic tangent; returns the inverse of tanh.
+
GLM_FUNC_DECL vecType< T, P > sinh(vecType< T, P > const &angle)
Returns the hyperbolic sine function, (exp(x) - exp(-x)) / 2.
+
GLM_FUNC_DECL vecType< T, P > cosh(vecType< T, P > const &angle)
Returns the hyperbolic cosine function, (exp(x) + exp(-x)) / 2.
+
GLM_FUNC_DECL vecType< T, P > asinh(vecType< T, P > const &x)
Arc hyperbolic sine; returns the inverse of sinh.
+
GLM_FUNC_DECL vecType< T, P > acos(vecType< T, P > const &x)
Arc cosine.
+
GLM_FUNC_DECL vecType< T, P > cos(vecType< T, P > const &angle)
The standard trigonometric cosine function.
+
GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > degrees(vecType< T, P > const &radians)
Converts radians to degrees and returns the result.
+
GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > radians(vecType< T, P > const &degrees)
Converts degrees to radians and returns the result.
+
GLM Core
+
GLM_FUNC_DECL vecType< T, P > tan(vecType< T, P > const &angle)
The standard trigonometric tangent function.
+
GLM_FUNC_DECL vecType< T, P > tanh(vecType< T, P > const &angle)
Returns the hyperbolic tangent function, sinh(angle) / cosh(angle)
+
GLM_FUNC_DECL vecType< T, P > acosh(vecType< T, P > const &x)
Arc hyperbolic cosine; returns the non-negative inverse of cosh.
+
GLM_FUNC_DECL vecType< T, P > sin(vecType< T, P > const &angle)
The standard trigonometric sine function.
+
Definition: _noise.hpp:11
+
GLM Core
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
+ + + + diff --git a/glm/doc/api/a00037.html b/glm/doc/api/a00037.html new file mode 100644 index 0000000..df01e64 --- /dev/null +++ b/glm/doc/api/a00037.html @@ -0,0 +1,151 @@ + + + + + + +0.9.9 API documenation: func_vector_relational.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
func_vector_relational.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool all (vecType< bool, P > const &v)
 Returns true if all components of x are true. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool any (vecType< bool, P > const &v)
 Returns true if any component of x is true. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > equal (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x == y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > greaterThan (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x > y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > greaterThanEqual (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x >= y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > lessThan (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison result of x < y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > lessThanEqual (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x <= y. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > not_ (vecType< bool, P > const &v)
 Returns the component-wise logical complement of x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > notEqual (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x != y. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00037_source.html b/glm/doc/api/a00037_source.html new file mode 100644 index 0000000..d1431a8 --- /dev/null +++ b/glm/doc/api/a00037_source.html @@ -0,0 +1,150 @@ + + + + + + +0.9.9 API documenation: func_vector_relational.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
func_vector_relational.hpp
+
+
+Go to the documentation of this file.
1 
+
16 #pragma once
+
17 
+
18 #include "precision.hpp"
+
19 #include "setup.hpp"
+
20 
+
21 namespace glm
+
22 {
+
25 
+
32  template <typename T, precision P, template <typename, precision> class vecType>
+
33  GLM_FUNC_DECL vecType<bool, P> lessThan(vecType<T, P> const & x, vecType<T, P> const & y);
+
34 
+
41  template <typename T, precision P, template <typename, precision> class vecType>
+
42  GLM_FUNC_DECL vecType<bool, P> lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
+
43 
+
50  template <typename T, precision P, template <typename, precision> class vecType>
+
51  GLM_FUNC_DECL vecType<bool, P> greaterThan(vecType<T, P> const & x, vecType<T, P> const & y);
+
52 
+
59  template <typename T, precision P, template <typename, precision> class vecType>
+
60  GLM_FUNC_DECL vecType<bool, P> greaterThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
+
61 
+
68  template <typename T, precision P, template <typename, precision> class vecType>
+
69  GLM_FUNC_DECL vecType<bool, P> equal(vecType<T, P> const & x, vecType<T, P> const & y);
+
70 
+
77  template <typename T, precision P, template <typename, precision> class vecType>
+
78  GLM_FUNC_DECL vecType<bool, P> notEqual(vecType<T, P> const & x, vecType<T, P> const & y);
+
79 
+
86  template <precision P, template <typename, precision> class vecType>
+
87  GLM_FUNC_DECL bool any(vecType<bool, P> const & v);
+
88 
+
95  template <precision P, template <typename, precision> class vecType>
+
96  GLM_FUNC_DECL bool all(vecType<bool, P> const & v);
+
97 
+
105  template <precision P, template <typename, precision> class vecType>
+
106  GLM_FUNC_DECL vecType<bool, P> not_(vecType<bool, P> const & v);
+
107 
+
109 }//namespace glm
+
110 
+
111 #include "func_vector_relational.inl"
+
GLM_FUNC_DECL vecType< bool, P > greaterThan(vecType< T, P > const &x, vecType< T, P > const &y)
Returns the component-wise comparison of result x > y.
+
GLM Core
+
GLM_FUNC_DECL bool any(vecType< bool, P > const &v)
Returns true if any component of x is true.
+
GLM_FUNC_DECL vecType< bool, P > equal(vecType< T, P > const &x, vecType< T, P > const &y)
Returns the component-wise comparison of result x == y.
+
GLM_FUNC_DECL bool all(vecType< bool, P > const &v)
Returns true if all components of x are true.
+
GLM_FUNC_DECL vecType< bool, P > greaterThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)
Returns the component-wise comparison of result x >= y.
+
GLM_FUNC_DECL vecType< bool, P > notEqual(vecType< T, P > const &x, vecType< T, P > const &y)
Returns the component-wise comparison of result x != y.
+
Definition: _noise.hpp:11
+
GLM Core
+
GLM_FUNC_DECL vecType< bool, P > lessThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)
Returns the component-wise comparison of result x <= y.
+
GLM_FUNC_DECL vecType< bool, P > not_(vecType< bool, P > const &v)
Returns the component-wise logical complement of x.
+
GLM_FUNC_DECL vecType< bool, P > lessThan(vecType< T, P > const &x, vecType< T, P > const &y)
Returns the component-wise comparison result of x < y.
+
+ + + + diff --git a/glm/doc/api/a00038.html b/glm/doc/api/a00038.html new file mode 100644 index 0000000..bb13753 --- /dev/null +++ b/glm/doc/api/a00038.html @@ -0,0 +1,125 @@ + + + + + + +0.9.9 API documenation: functions.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
functions.hpp File Reference
+
+
+ +

GLM_GTC_functions +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T gauss (T x, T ExpectedValue, T StandardDeviation)
 1D gauss function More...
 
template<typename T , precision P>
GLM_FUNC_DECL T gauss (tvec2< T, P > const &Coord, tvec2< T, P > const &ExpectedValue, tvec2< T, P > const &StandardDeviation)
 2D gauss function More...
 
+

Detailed Description

+

GLM_GTC_functions

+
See also
GLM Core (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file functions.hpp.

+
+ + + + diff --git a/glm/doc/api/a00038_source.html b/glm/doc/api/a00038_source.html new file mode 100644 index 0000000..cad4cdb --- /dev/null +++ b/glm/doc/api/a00038_source.html @@ -0,0 +1,132 @@ + + + + + + +0.9.9 API documenation: functions.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
functions.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 #include "../detail/type_vec2.hpp"
+
20 
+
21 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
22 # pragma message("GLM: GLM_GTC_functions extension included")
+
23 #endif
+
24 
+
25 namespace glm
+
26 {
+
29 
+
33  template <typename T>
+
34  GLM_FUNC_DECL T gauss(
+
35  T x,
+
36  T ExpectedValue,
+
37  T StandardDeviation);
+
38 
+
42  template <typename T, precision P>
+
43  GLM_FUNC_DECL T gauss(
+
44  tvec2<T, P> const& Coord,
+
45  tvec2<T, P> const& ExpectedValue,
+
46  tvec2<T, P> const& StandardDeviation);
+
47 
+
49 }//namespace glm
+
50 
+
51 #include "functions.inl"
+
52 
+
GLM_FUNC_DECL T gauss(tvec2< T, P > const &Coord, tvec2< T, P > const &ExpectedValue, tvec2< T, P > const &StandardDeviation)
2D gauss function
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00039.html b/glm/doc/api/a00039.html new file mode 100644 index 0000000..a0265f4 --- /dev/null +++ b/glm/doc/api/a00039.html @@ -0,0 +1,1474 @@ + + + + + + +0.9.9 API documenation: fwd.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
fwd.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_dquat dquat
 Quaternion of default double-precision floating-point numbers. More...
 
typedef highp_float32_t f32
 Default 32 bit single-precision floating-point scalar. More...
 
typedef f32mat2x2 f32mat2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x2 f32mat2x2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x3 f32mat2x3
 Default single-precision floating-point 2x3 matrix. More...
 
typedef highp_f32mat2x4 f32mat2x4
 Default single-precision floating-point 2x4 matrix. More...
 
typedef f32mat3x3 f32mat3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x2 f32mat3x2
 Default single-precision floating-point 3x2 matrix. More...
 
typedef highp_f32mat3x3 f32mat3x3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x4 f32mat3x4
 Default single-precision floating-point 3x4 matrix. More...
 
typedef f32mat4x4 f32mat4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef highp_f32mat4x2 f32mat4x2
 Default single-precision floating-point 4x2 matrix. More...
 
typedef highp_f32mat4x3 f32mat4x3
 Default single-precision floating-point 4x3 matrix. More...
 
typedef highp_f32mat4x4 f32mat4x4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef highp_f32quat f32quat
 Default single-precision floating-point quaternion. More...
 
typedef highp_f32vec1 f32vec1
 Default single-precision floating-point vector of 1 components. More...
 
typedef highp_f32vec2 f32vec2
 Default single-precision floating-point vector of 2 components. More...
 
typedef highp_f32vec3 f32vec3
 Default single-precision floating-point vector of 3 components. More...
 
typedef highp_f32vec4 f32vec4
 Default single-precision floating-point vector of 4 components. More...
 
typedef highp_float64_t f64
 Default 64 bit double-precision floating-point scalar. More...
 
typedef f64mat2x2 f64mat2
 Default double-precision floating-point 2x2 matrix. More...
 
typedef highp_f64mat2x2 f64mat2x2
 Default double-precision floating-point 2x2 matrix. More...
 
typedef highp_f64mat2x3 f64mat2x3
 Default double-precision floating-point 2x3 matrix. More...
 
typedef highp_f64mat2x4 f64mat2x4
 Default double-precision floating-point 2x4 matrix. More...
 
typedef f64mat3x3 f64mat3
 Default double-precision floating-point 3x3 matrix. More...
 
typedef highp_f64mat3x2 f64mat3x2
 Default double-precision floating-point 3x2 matrix. More...
 
typedef highp_f64mat3x3 f64mat3x3
 Default double-precision floating-point 3x3 matrix. More...
 
typedef highp_f64mat3x4 f64mat3x4
 Default double-precision floating-point 3x4 matrix. More...
 
typedef f64mat4x4 f64mat4
 Default double-precision floating-point 4x4 matrix. More...
 
typedef highp_f64mat4x2 f64mat4x2
 Default double-precision floating-point 4x2 matrix. More...
 
typedef highp_f64mat4x3 f64mat4x3
 Default double-precision floating-point 4x3 matrix. More...
 
typedef highp_f64mat4x4 f64mat4x4
 Default double-precision floating-point 4x4 matrix. More...
 
typedef highp_f64quat f64quat
 Default double-precision floating-point quaternion. More...
 
typedef highp_f64vec1 f64vec1
 Default double-precision floating-point vector of 1 components. More...
 
typedef highp_f64vec2 f64vec2
 Default double-precision floating-point vector of 2 components. More...
 
typedef highp_f64vec3 f64vec3
 Default double-precision floating-point vector of 3 components. More...
 
typedef highp_f64vec4 f64vec4
 Default double-precision floating-point vector of 4 components. More...
 
typedef highp_float32_t float32_t
 Default 32 bit single-precision floating-point scalar. More...
 
typedef highp_float64_t float64_t
 Default 64 bit double-precision floating-point scalar. More...
 
typedef fmat2x2 fmat2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x2 fmat2x2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x3 fmat2x3
 Default single-precision floating-point 2x3 matrix. More...
 
typedef highp_f32mat2x4 fmat2x4
 Default single-precision floating-point 2x4 matrix. More...
 
typedef fmat3x3 fmat3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x2 fmat3x2
 Default single-precision floating-point 3x2 matrix. More...
 
typedef highp_f32mat3x3 fmat3x3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x4 fmat3x4
 Default single-precision floating-point 3x4 matrix. More...
 
typedef fmat4x4 fmat4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef highp_f32mat4x2 fmat4x2
 Default single-precision floating-point 4x2 matrix. More...
 
typedef highp_f32mat4x3 fmat4x3
 Default single-precision floating-point 4x3 matrix. More...
 
typedef highp_f32mat4x4 fmat4x4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef quat fquat
 Quaternion of default single-precision floating-point numbers. More...
 
typedef highp_f32vec1 fvec1
 Default single-precision floating-point vector of 1 components. More...
 
typedef highp_f32vec2 fvec2
 Default single-precision floating-point vector of 2 components. More...
 
typedef highp_f32vec3 fvec3
 Default single-precision floating-point vector of 3 components. More...
 
typedef highp_f32vec4 fvec4
 Default single-precision floating-point vector of 4 components. More...
 
typedef tquat< double, highp > highp_dquat
 Quaternion of high double-precision floating-point numbers. More...
 
typedef float32 highp_f32
 High 32 bit single-precision floating-point scalar. More...
 
typedef highp_f32mat2x2 highp_f32mat2
 High single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f32, highp > highp_f32mat2x2
 High single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f32, highp > highp_f32mat2x3
 High single-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f32, highp > highp_f32mat2x4
 High single-precision floating-point 2x4 matrix. More...
 
typedef highp_f32mat3x3 highp_f32mat3
 High single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f32, highp > highp_f32mat3x2
 High single-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f32, highp > highp_f32mat3x3
 High single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f32, highp > highp_f32mat3x4
 High single-precision floating-point 3x4 matrix. More...
 
typedef highp_f32mat4x4 highp_f32mat4
 High single-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f32, highp > highp_f32mat4x2
 High single-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f32, highp > highp_f32mat4x3
 High single-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f32, highp > highp_f32mat4x4
 High single-precision floating-point 4x4 matrix. More...
 
typedef tquat< f32, highp > highp_f32quat
 High single-precision floating-point quaternion. More...
 
typedef tvec1< f32, highp > highp_f32vec1
 High single-precision floating-point vector of 1 component. More...
 
typedef tvec2< f32, highp > highp_f32vec2
 High single-precision floating-point vector of 2 components. More...
 
typedef tvec3< f32, highp > highp_f32vec3
 High single-precision floating-point vector of 3 components. More...
 
typedef tvec4< f32, highp > highp_f32vec4
 High single-precision floating-point vector of 4 components. More...
 
typedef float64 highp_f64
 High 64 bit double-precision floating-point scalar. More...
 
typedef highp_f64mat2x2 highp_f64mat2
 High double-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f64, highp > highp_f64mat2x2
 High double-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f64, highp > highp_f64mat2x3
 High double-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f64, highp > highp_f64mat2x4
 High double-precision floating-point 2x4 matrix. More...
 
typedef highp_f64mat3x3 highp_f64mat3
 High double-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f64, highp > highp_f64mat3x2
 High double-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f64, highp > highp_f64mat3x3
 High double-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f64, highp > highp_f64mat3x4
 High double-precision floating-point 3x4 matrix. More...
 
typedef highp_f64mat4x4 highp_f64mat4
 High double-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f64, highp > highp_f64mat4x2
 High double-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f64, highp > highp_f64mat4x3
 High double-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f64, highp > highp_f64mat4x4
 High double-precision floating-point 4x4 matrix. More...
 
typedef tquat< f64, highp > highp_f64quat
 High double-precision floating-point quaternion. More...
 
typedef tvec1< f64, highp > highp_f64vec1
 High double-precision floating-point vector of 1 component. More...
 
typedef tvec2< f64, highp > highp_f64vec2
 High double-precision floating-point vector of 2 components. More...
 
typedef tvec3< f64, highp > highp_f64vec3
 High double-precision floating-point vector of 3 components. More...
 
typedef tvec4< f64, highp > highp_f64vec4
 High double-precision floating-point vector of 4 components. More...
 
typedef detail::float32 highp_float32
 High 32 bit single-precision floating-point scalar. More...
 
typedef detail::float32 highp_float32_t
 High 32 bit single-precision floating-point scalar. More...
 
typedef detail::float64 highp_float64
 High 64 bit double-precision floating-point scalar. More...
 
typedef detail::float64 highp_float64_t
 High 64 bit double-precision floating-point scalar. More...
 
typedef highp_fmat2x2 highp_fmat2
 High single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f32, highp > highp_fmat2x2
 High single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f32, highp > highp_fmat2x3
 High single-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f32, highp > highp_fmat2x4
 High single-precision floating-point 2x4 matrix. More...
 
typedef highp_fmat3x3 highp_fmat3
 High single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f32, highp > highp_fmat3x2
 High single-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f32, highp > highp_fmat3x3
 High single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f32, highp > highp_fmat3x4
 High single-precision floating-point 3x4 matrix. More...
 
typedef highp_fmat4x4 highp_fmat4
 High single-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f32, highp > highp_fmat4x2
 High single-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f32, highp > highp_fmat4x3
 High single-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f32, highp > highp_fmat4x4
 High single-precision floating-point 4x4 matrix. More...
 
typedef highp_quat highp_fquat
 Quaternion of high single-precision floating-point numbers. More...
 
typedef tvec1< float, highp > highp_fvec1
 High single-precision floating-point vector of 1 component. More...
 
typedef tvec2< float, highp > highp_fvec2
 High Single-precision floating-point vector of 2 components. More...
 
typedef tvec3< float, highp > highp_fvec3
 High Single-precision floating-point vector of 3 components. More...
 
typedef tvec4< float, highp > highp_fvec4
 High Single-precision floating-point vector of 4 components. More...
 
typedef detail::int16 highp_i16
 High precision 16 bit signed integer type. More...
 
typedef tvec1< i16, highp > highp_i16vec1
 High precision 16 bit signed integer scalar type. More...
 
typedef tvec2< i16, highp > highp_i16vec2
 High precision 16 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i16, highp > highp_i16vec3
 High precision 16 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i16, highp > highp_i16vec4
 High precision 16 bit signed integer vector of 4 components type. More...
 
typedef detail::int32 highp_i32
 High precision 32 bit signed integer type. More...
 
typedef tvec1< i32, highp > highp_i32vec1
 High precision 32 bit signed integer scalar type. More...
 
typedef tvec2< i32, highp > highp_i32vec2
 High precision 32 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i32, highp > highp_i32vec3
 High precision 32 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i32, highp > highp_i32vec4
 High precision 32 bit signed integer vector of 4 components type. More...
 
typedef detail::int64 highp_i64
 High precision 64 bit signed integer type. More...
 
typedef tvec1< i64, highp > highp_i64vec1
 High precision 64 bit signed integer scalar type. More...
 
typedef tvec2< i64, highp > highp_i64vec2
 High precision 64 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i64, highp > highp_i64vec3
 High precision 64 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i64, highp > highp_i64vec4
 High precision 64 bit signed integer vector of 4 components type. More...
 
typedef detail::int8 highp_i8
 High precision 8 bit signed integer type. More...
 
typedef tvec1< i8, highp > highp_i8vec1
 High precision 8 bit signed integer scalar type. More...
 
typedef tvec2< i8, highp > highp_i8vec2
 High precision 8 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i8, highp > highp_i8vec3
 High precision 8 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i8, highp > highp_i8vec4
 High precision 8 bit signed integer vector of 4 components type. More...
 
typedef detail::int16 highp_int16
 High precision 16 bit signed integer type. More...
 
typedef detail::int16 highp_int16_t
 High precision 16 bit signed integer type. More...
 
typedef detail::int32 highp_int32
 High precision 32 bit signed integer type. More...
 
typedef detail::int32 highp_int32_t
 32 bit signed integer type. More...
 
typedef detail::int64 highp_int64
 High precision 64 bit signed integer type. More...
 
typedef detail::int64 highp_int64_t
 High precision 64 bit signed integer type. More...
 
typedef detail::int8 highp_int8
 High precision 8 bit signed integer type. More...
 
typedef detail::int8 highp_int8_t
 High precision 8 bit signed integer type. More...
 
typedef tquat< float, highp > highp_quat
 Quaternion of high single-precision floating-point numbers. More...
 
typedef detail::uint16 highp_u16
 Medium precision 16 bit unsigned integer type. More...
 
typedef tvec1< u16, highp > highp_u16vec1
 High precision 16 bit unsigned integer scalar type. More...
 
typedef tvec2< u16, highp > highp_u16vec2
 High precision 16 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u16, highp > highp_u16vec3
 High precision 16 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u16, highp > highp_u16vec4
 High precision 16 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint32 highp_u32
 Medium precision 32 bit unsigned integer type. More...
 
typedef tvec1< u32, highp > highp_u32vec1
 High precision 32 bit unsigned integer scalar type. More...
 
typedef tvec2< u32, highp > highp_u32vec2
 High precision 32 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u32, highp > highp_u32vec3
 High precision 32 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u32, highp > highp_u32vec4
 High precision 32 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint64 highp_u64
 Medium precision 64 bit unsigned integer type. More...
 
typedef tvec1< u64, highp > highp_u64vec1
 High precision 64 bit unsigned integer scalar type. More...
 
typedef tvec2< u64, highp > highp_u64vec2
 High precision 64 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u64, highp > highp_u64vec3
 High precision 64 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u64, highp > highp_u64vec4
 High precision 64 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint8 highp_u8
 Medium precision 8 bit unsigned integer type. More...
 
typedef tvec1< u8, highp > highp_u8vec1
 High precision 8 bit unsigned integer scalar type. More...
 
typedef tvec2< u8, highp > highp_u8vec2
 High precision 8 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u8, highp > highp_u8vec3
 High precision 8 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u8, highp > highp_u8vec4
 High precision 8 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint16 highp_uint16
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint16 highp_uint16_t
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 highp_uint32
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint32 highp_uint32_t
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 highp_uint64
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint64 highp_uint64_t
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 highp_uint8
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::uint8 highp_uint8_t
 Medium precision 8 bit unsigned integer type. More...
 
typedef tvec1< float, highp > highp_vec1
 High single-precision floating-point vector of 1 component. More...
 
typedef detail::int16 i16
 16 bit signed integer type. More...
 
typedef highp_i16vec1 i16vec1
 Default precision 16 bit signed integer scalar type. More...
 
typedef highp_i16vec2 i16vec2
 Default precision 16 bit signed integer vector of 2 components type. More...
 
typedef highp_i16vec3 i16vec3
 Default precision 16 bit signed integer vector of 3 components type. More...
 
typedef highp_i16vec4 i16vec4
 Default precision 16 bit signed integer vector of 4 components type. More...
 
typedef detail::int32 i32
 32 bit signed integer type. More...
 
typedef highp_i32vec1 i32vec1
 Default precision 32 bit signed integer scalar type. More...
 
typedef highp_i32vec2 i32vec2
 Default precision 32 bit signed integer vector of 2 components type. More...
 
typedef highp_i32vec3 i32vec3
 Default precision 32 bit signed integer vector of 3 components type. More...
 
typedef highp_i32vec4 i32vec4
 Default precision 32 bit signed integer vector of 4 components type. More...
 
typedef detail::int64 i64
 64 bit signed integer type. More...
 
typedef highp_i64vec1 i64vec1
 Default precision 64 bit signed integer scalar type. More...
 
typedef highp_i64vec2 i64vec2
 Default precision 64 bit signed integer vector of 2 components type. More...
 
typedef highp_i64vec3 i64vec3
 Default precision 64 bit signed integer vector of 3 components type. More...
 
typedef highp_i64vec4 i64vec4
 Default precision 64 bit signed integer vector of 4 components type. More...
 
typedef detail::int8 i8
 8 bit signed integer type. More...
 
typedef highp_i8vec1 i8vec1
 Default precision 8 bit signed integer scalar type. More...
 
typedef highp_i8vec2 i8vec2
 Default precision 8 bit signed integer vector of 2 components type. More...
 
typedef highp_i8vec3 i8vec3
 Default precision 8 bit signed integer vector of 3 components type. More...
 
typedef highp_i8vec4 i8vec4
 Default precision 8 bit signed integer vector of 4 components type. More...
 
typedef detail::int16 int16_t
 16 bit signed integer type. More...
 
typedef detail::int32 int32_t
 32 bit signed integer type. More...
 
typedef detail::int64 int64_t
 64 bit signed integer type. More...
 
typedef detail::int8 int8_t
 8 bit signed integer type. More...
 
typedef tquat< double, lowp > lowp_dquat
 Quaternion of low double-precision floating-point numbers. More...
 
typedef float32 lowp_f32
 Low 32 bit single-precision floating-point scalar. More...
 
typedef lowp_f32mat2x2 lowp_f32mat2
 Low single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f32, lowp > lowp_f32mat2x2
 Low single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f32, lowp > lowp_f32mat2x3
 Low single-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f32, lowp > lowp_f32mat2x4
 Low single-precision floating-point 2x4 matrix. More...
 
typedef lowp_f32mat3x3 lowp_f32mat3
 Low single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f32, lowp > lowp_f32mat3x2
 Low single-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f32, lowp > lowp_f32mat3x3
 Low single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f32, lowp > lowp_f32mat3x4
 Low single-precision floating-point 3x4 matrix. More...
 
typedef lowp_f32mat4x4 lowp_f32mat4
 Low single-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f32, lowp > lowp_f32mat4x2
 Low single-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f32, lowp > lowp_f32mat4x3
 Low single-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f32, lowp > lowp_f32mat4x4
 Low single-precision floating-point 4x4 matrix. More...
 
typedef tquat< f32, lowp > lowp_f32quat
 Low single-precision floating-point quaternion. More...
 
typedef tvec1< f32, lowp > lowp_f32vec1
 Low single-precision floating-point vector of 1 component. More...
 
typedef tvec2< f32, lowp > lowp_f32vec2
 Low single-precision floating-point vector of 2 components. More...
 
typedef tvec3< f32, lowp > lowp_f32vec3
 Low single-precision floating-point vector of 3 components. More...
 
typedef tvec4< f32, lowp > lowp_f32vec4
 Low single-precision floating-point vector of 4 components. More...
 
typedef float64 lowp_f64
 Low 64 bit double-precision floating-point scalar. More...
 
typedef lowp_f64mat2x2 lowp_f64mat2
 Low double-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f64, lowp > lowp_f64mat2x2
 Low double-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f64, lowp > lowp_f64mat2x3
 Low double-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f64, lowp > lowp_f64mat2x4
 Low double-precision floating-point 2x4 matrix. More...
 
typedef lowp_f64mat3x3 lowp_f64mat3
 Low double-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f64, lowp > lowp_f64mat3x2
 Low double-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f64, lowp > lowp_f64mat3x3
 Low double-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f64, lowp > lowp_f64mat3x4
 Low double-precision floating-point 3x4 matrix. More...
 
typedef lowp_f64mat4x4 lowp_f64mat4
 Low double-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f64, lowp > lowp_f64mat4x2
 Low double-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f64, lowp > lowp_f64mat4x3
 Low double-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f64, lowp > lowp_f64mat4x4
 Low double-precision floating-point 4x4 matrix. More...
 
typedef tquat< f64, lowp > lowp_f64quat
 Low double-precision floating-point quaternion. More...
 
typedef tvec1< f64, lowp > lowp_f64vec1
 Low double-precision floating-point vector of 1 component. More...
 
typedef tvec2< f64, lowp > lowp_f64vec2
 Low double-precision floating-point vector of 2 components. More...
 
typedef tvec3< f64, lowp > lowp_f64vec3
 Low double-precision floating-point vector of 3 components. More...
 
typedef tvec4< f64, lowp > lowp_f64vec4
 Low double-precision floating-point vector of 4 components. More...
 
typedef detail::float32 lowp_float32
 Low 32 bit single-precision floating-point scalar. More...
 
typedef detail::float32 lowp_float32_t
 Low 32 bit single-precision floating-point scalar. More...
 
typedef detail::float64 lowp_float64
 Low 64 bit double-precision floating-point scalar. More...
 
typedef detail::float64 lowp_float64_t
 Low 64 bit double-precision floating-point scalar. More...
 
typedef lowp_fmat2x2 lowp_fmat2
 Low single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f32, lowp > lowp_fmat2x2
 Low single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f32, lowp > lowp_fmat2x3
 Low single-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f32, lowp > lowp_fmat2x4
 Low single-precision floating-point 2x4 matrix. More...
 
typedef lowp_fmat3x3 lowp_fmat3
 Low single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f32, lowp > lowp_fmat3x2
 Low single-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f32, lowp > lowp_fmat3x3
 Low single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f32, lowp > lowp_fmat3x4
 Low single-precision floating-point 3x4 matrix. More...
 
typedef lowp_fmat4x4 lowp_fmat4
 Low single-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f32, lowp > lowp_fmat4x2
 Low single-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f32, lowp > lowp_fmat4x3
 Low single-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f32, lowp > lowp_fmat4x4
 Low single-precision floating-point 4x4 matrix. More...
 
typedef lowp_quat lowp_fquat
 Quaternion of low single-precision floating-point numbers. More...
 
typedef tvec1< float, lowp > lowp_fvec1
 Low single-precision floating-point vector of 1 component. More...
 
typedef tvec2< float, lowp > lowp_fvec2
 Low single-precision floating-point vector of 2 components. More...
 
typedef tvec3< float, lowp > lowp_fvec3
 Low single-precision floating-point vector of 3 components. More...
 
typedef tvec4< float, lowp > lowp_fvec4
 Low single-precision floating-point vector of 4 components. More...
 
typedef detail::int16 lowp_i16
 Low precision 16 bit signed integer type. More...
 
typedef tvec1< i16, lowp > lowp_i16vec1
 Low precision 16 bit signed integer scalar type. More...
 
typedef tvec2< i16, lowp > lowp_i16vec2
 Low precision 16 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i16, lowp > lowp_i16vec3
 Low precision 16 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i16, lowp > lowp_i16vec4
 Low precision 16 bit signed integer vector of 4 components type. More...
 
typedef detail::int32 lowp_i32
 Low precision 32 bit signed integer type. More...
 
typedef tvec1< i32, lowp > lowp_i32vec1
 Low precision 32 bit signed integer scalar type. More...
 
typedef tvec2< i32, lowp > lowp_i32vec2
 Low precision 32 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i32, lowp > lowp_i32vec3
 Low precision 32 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i32, lowp > lowp_i32vec4
 Low precision 32 bit signed integer vector of 4 components type. More...
 
typedef detail::int64 lowp_i64
 Low precision 64 bit signed integer type. More...
 
typedef tvec1< i64, lowp > lowp_i64vec1
 Low precision 64 bit signed integer scalar type. More...
 
typedef tvec2< i64, lowp > lowp_i64vec2
 Low precision 64 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i64, lowp > lowp_i64vec3
 Low precision 64 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i64, lowp > lowp_i64vec4
 Low precision 64 bit signed integer vector of 4 components type. More...
 
typedef detail::int8 lowp_i8
 Low precision 8 bit signed integer type. More...
 
typedef tvec1< i8, lowp > lowp_i8vec1
 Low precision 8 bit signed integer scalar type. More...
 
typedef tvec2< i8, lowp > lowp_i8vec2
 Low precision 8 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i8, lowp > lowp_i8vec3
 Low precision 8 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i8, lowp > lowp_i8vec4
 Low precision 8 bit signed integer vector of 4 components type. More...
 
typedef detail::int16 lowp_int16
 Low precision 16 bit signed integer type. More...
 
typedef detail::int16 lowp_int16_t
 Low precision 16 bit signed integer type. More...
 
typedef detail::int32 lowp_int32
 Low precision 32 bit signed integer type. More...
 
typedef detail::int32 lowp_int32_t
 Low precision 32 bit signed integer type. More...
 
typedef detail::int64 lowp_int64
 Low precision 64 bit signed integer type. More...
 
typedef detail::int64 lowp_int64_t
 Low precision 64 bit signed integer type. More...
 
typedef detail::int8 lowp_int8
 Low precision 8 bit signed integer type. More...
 
typedef detail::int8 lowp_int8_t
 Low precision 8 bit signed integer type. More...
 
typedef tquat< float, lowp > lowp_quat
 Quaternion of low single-precision floating-point numbers. More...
 
typedef detail::uint16 lowp_u16
 Low precision 16 bit unsigned integer type. More...
 
typedef tvec1< u16, lowp > lowp_u16vec1
 Low precision 16 bit unsigned integer scalar type. More...
 
typedef tvec2< u16, lowp > lowp_u16vec2
 Low precision 16 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u16, lowp > lowp_u16vec3
 Low precision 16 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u16, lowp > lowp_u16vec4
 Low precision 16 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint32 lowp_u32
 Low precision 32 bit unsigned integer type. More...
 
typedef tvec1< u32, lowp > lowp_u32vec1
 Low precision 32 bit unsigned integer scalar type. More...
 
typedef tvec2< u32, lowp > lowp_u32vec2
 Low precision 32 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u32, lowp > lowp_u32vec3
 Low precision 32 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u32, lowp > lowp_u32vec4
 Low precision 32 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint64 lowp_u64
 Low precision 64 bit unsigned integer type. More...
 
typedef tvec1< u64, lowp > lowp_u64vec1
 Low precision 64 bit unsigned integer scalar type. More...
 
typedef tvec2< u64, lowp > lowp_u64vec2
 Low precision 64 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u64, lowp > lowp_u64vec3
 Low precision 64 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u64, lowp > lowp_u64vec4
 Low precision 64 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint8 lowp_u8
 Low precision 8 bit unsigned integer type. More...
 
typedef tvec1< u8, lowp > lowp_u8vec1
 Low precision 8 bit unsigned integer scalar type. More...
 
typedef tvec2< u8, lowp > lowp_u8vec2
 Low precision 8 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u8, lowp > lowp_u8vec3
 Low precision 8 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u8, lowp > lowp_u8vec4
 Low precision 8 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint16 lowp_uint16
 Low precision 16 bit unsigned integer type. More...
 
typedef detail::uint16 lowp_uint16_t
 Low precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 lowp_uint32
 Low precision 32 bit unsigned integer type. More...
 
typedef detail::uint32 lowp_uint32_t
 Low precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 lowp_uint64
 Low precision 64 bit unsigned integer type. More...
 
typedef detail::uint64 lowp_uint64_t
 Low precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 lowp_uint8
 Low precision 8 bit unsigned integer type. More...
 
typedef detail::uint8 lowp_uint8_t
 Low precision 8 bit unsigned integer type. More...
 
typedef tvec1< float, lowp > lowp_vec1
 Low single-precision floating-point vector of 1 component. More...
 
typedef tquat< double, mediump > mediump_dquat
 Quaternion of medium double-precision floating-point numbers. More...
 
typedef float32 mediump_f32
 Medium 32 bit single-precision floating-point scalar. More...
 
typedef mediump_f32mat2x2 mediump_f32mat2
 Medium single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f32, mediump > mediump_f32mat2x2
 High single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f32, mediump > mediump_f32mat2x3
 Medium single-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f32, mediump > mediump_f32mat2x4
 Medium single-precision floating-point 2x4 matrix. More...
 
typedef mediump_f32mat3x3 mediump_f32mat3
 Medium single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f32, mediump > mediump_f32mat3x2
 Medium single-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f32, mediump > mediump_f32mat3x3
 Medium single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f32, mediump > mediump_f32mat3x4
 Medium single-precision floating-point 3x4 matrix. More...
 
typedef mediump_f32mat4x4 mediump_f32mat4
 Medium single-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f32, mediump > mediump_f32mat4x2
 Medium single-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f32, mediump > mediump_f32mat4x3
 Medium single-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f32, mediump > mediump_f32mat4x4
 Medium single-precision floating-point 4x4 matrix. More...
 
typedef tquat< f32, mediump > mediump_f32quat
 Medium single-precision floating-point quaternion. More...
 
typedef tvec1< f32, mediump > mediump_f32vec1
 Medium single-precision floating-point vector of 1 component. More...
 
typedef tvec2< f32, mediump > mediump_f32vec2
 Medium single-precision floating-point vector of 2 components. More...
 
typedef tvec3< f32, mediump > mediump_f32vec3
 Medium single-precision floating-point vector of 3 components. More...
 
typedef tvec4< f32, mediump > mediump_f32vec4
 Medium single-precision floating-point vector of 4 components. More...
 
typedef float64 mediump_f64
 Medium 64 bit double-precision floating-point scalar. More...
 
typedef mediump_f64mat2x2 mediump_f64mat2
 Medium double-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f64, mediump > mediump_f64mat2x2
 Medium double-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f64, mediump > mediump_f64mat2x3
 Medium double-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f64, mediump > mediump_f64mat2x4
 Medium double-precision floating-point 2x4 matrix. More...
 
typedef mediump_f64mat3x3 mediump_f64mat3
 Medium double-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f64, mediump > mediump_f64mat3x2
 Medium double-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f64, mediump > mediump_f64mat3x3
 Medium double-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f64, mediump > mediump_f64mat3x4
 Medium double-precision floating-point 3x4 matrix. More...
 
typedef mediump_f64mat4x4 mediump_f64mat4
 Medium double-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f64, mediump > mediump_f64mat4x2
 Medium double-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f64, mediump > mediump_f64mat4x3
 Medium double-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f64, mediump > mediump_f64mat4x4
 Medium double-precision floating-point 4x4 matrix. More...
 
typedef tquat< f64, mediump > mediump_f64quat
 Medium double-precision floating-point quaternion. More...
 
typedef tvec1< f64, mediump > mediump_f64vec1
 Medium double-precision floating-point vector of 1 component. More...
 
typedef tvec2< f64, mediump > mediump_f64vec2
 Medium double-precision floating-point vector of 2 components. More...
 
typedef tvec3< f64, mediump > mediump_f64vec3
 Medium double-precision floating-point vector of 3 components. More...
 
typedef tvec4< f64, mediump > mediump_f64vec4
 Medium double-precision floating-point vector of 4 components. More...
 
typedef detail::float32 mediump_float32
 Medium 32 bit single-precision floating-point scalar. More...
 
typedef detail::float32 mediump_float32_t
 Medium 32 bit single-precision floating-point scalar. More...
 
typedef detail::float64 mediump_float64
 Medium 64 bit double-precision floating-point scalar. More...
 
typedef detail::float64 mediump_float64_t
 Medium 64 bit double-precision floating-point scalar. More...
 
typedef mediump_fmat2x2 mediump_fmat2
 Medium single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x2< f32, mediump > mediump_fmat2x2
 Medium single-precision floating-point 1x1 matrix. More...
 
typedef tmat2x3< f32, mediump > mediump_fmat2x3
 Medium single-precision floating-point 2x3 matrix. More...
 
typedef tmat2x4< f32, mediump > mediump_fmat2x4
 Medium single-precision floating-point 2x4 matrix. More...
 
typedef mediump_fmat3x3 mediump_fmat3
 Medium single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x2< f32, mediump > mediump_fmat3x2
 Medium single-precision floating-point 3x2 matrix. More...
 
typedef tmat3x3< f32, mediump > mediump_fmat3x3
 Medium single-precision floating-point 3x3 matrix. More...
 
typedef tmat3x4< f32, mediump > mediump_fmat3x4
 Medium single-precision floating-point 3x4 matrix. More...
 
typedef mediump_fmat4x4 mediump_fmat4
 Medium single-precision floating-point 4x4 matrix. More...
 
typedef tmat4x2< f32, mediump > mediump_fmat4x2
 Medium single-precision floating-point 4x2 matrix. More...
 
typedef tmat4x3< f32, mediump > mediump_fmat4x3
 Medium single-precision floating-point 4x3 matrix. More...
 
typedef tmat4x4< f32, mediump > mediump_fmat4x4
 Medium single-precision floating-point 4x4 matrix. More...
 
typedef mediump_quat mediump_fquat
 Quaternion of medium single-precision floating-point numbers. More...
 
typedef tvec1< float, mediump > mediump_fvec1
 Medium single-precision floating-point vector of 1 component. More...
 
typedef tvec2< float, mediump > mediump_fvec2
 Medium Single-precision floating-point vector of 2 components. More...
 
typedef tvec3< float, mediump > mediump_fvec3
 Medium Single-precision floating-point vector of 3 components. More...
 
typedef tvec4< float, mediump > mediump_fvec4
 Medium Single-precision floating-point vector of 4 components. More...
 
typedef detail::int16 mediump_i16
 Medium precision 16 bit signed integer type. More...
 
typedef tvec1< i16, mediump > mediump_i16vec1
 Medium precision 16 bit signed integer scalar type. More...
 
typedef tvec2< i16, mediump > mediump_i16vec2
 Medium precision 16 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i16, mediump > mediump_i16vec3
 Medium precision 16 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i16, mediump > mediump_i16vec4
 Medium precision 16 bit signed integer vector of 4 components type. More...
 
typedef detail::int32 mediump_i32
 Medium precision 32 bit signed integer type. More...
 
typedef tvec1< i32, mediump > mediump_i32vec1
 Medium precision 32 bit signed integer scalar type. More...
 
typedef tvec2< i32, mediump > mediump_i32vec2
 Medium precision 32 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i32, mediump > mediump_i32vec3
 Medium precision 32 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i32, mediump > mediump_i32vec4
 Medium precision 32 bit signed integer vector of 4 components type. More...
 
typedef detail::int64 mediump_i64
 Medium precision 64 bit signed integer type. More...
 
typedef tvec1< i64, mediump > mediump_i64vec1
 Medium precision 64 bit signed integer scalar type. More...
 
typedef tvec2< i64, mediump > mediump_i64vec2
 Medium precision 64 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i64, mediump > mediump_i64vec3
 Medium precision 64 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i64, mediump > mediump_i64vec4
 Medium precision 64 bit signed integer vector of 4 components type. More...
 
typedef detail::int8 mediump_i8
 Medium precision 8 bit signed integer type. More...
 
typedef tvec1< i8, mediump > mediump_i8vec1
 Medium precision 8 bit signed integer scalar type. More...
 
typedef tvec2< i8, mediump > mediump_i8vec2
 Medium precision 8 bit signed integer vector of 2 components type. More...
 
typedef tvec3< i8, mediump > mediump_i8vec3
 Medium precision 8 bit signed integer vector of 3 components type. More...
 
typedef tvec4< i8, mediump > mediump_i8vec4
 Medium precision 8 bit signed integer vector of 4 components type. More...
 
typedef detail::int16 mediump_int16
 Medium precision 16 bit signed integer type. More...
 
typedef detail::int16 mediump_int16_t
 Medium precision 16 bit signed integer type. More...
 
typedef detail::int32 mediump_int32
 Medium precision 32 bit signed integer type. More...
 
typedef detail::int32 mediump_int32_t
 Medium precision 32 bit signed integer type. More...
 
typedef detail::int64 mediump_int64
 Medium precision 64 bit signed integer type. More...
 
typedef detail::int64 mediump_int64_t
 Medium precision 64 bit signed integer type. More...
 
typedef detail::int8 mediump_int8
 Medium precision 8 bit signed integer type. More...
 
typedef detail::int8 mediump_int8_t
 Medium precision 8 bit signed integer type. More...
 
typedef tquat< float, mediump > mediump_quat
 Quaternion of medium single-precision floating-point numbers. More...
 
typedef detail::uint16 mediump_u16
 Medium precision 16 bit unsigned integer type. More...
 
typedef tvec1< u16, mediump > mediump_u16vec1
 Medium precision 16 bit unsigned integer scalar type. More...
 
typedef tvec2< u16, mediump > mediump_u16vec2
 Medium precision 16 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u16, mediump > mediump_u16vec3
 Medium precision 16 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u16, mediump > mediump_u16vec4
 Medium precision 16 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint32 mediump_u32
 Medium precision 32 bit unsigned integer type. More...
 
typedef tvec1< u32, mediump > mediump_u32vec1
 Medium precision 32 bit unsigned integer scalar type. More...
 
typedef tvec2< u32, mediump > mediump_u32vec2
 Medium precision 32 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u32, mediump > mediump_u32vec3
 Medium precision 32 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u32, mediump > mediump_u32vec4
 Medium precision 32 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint64 mediump_u64
 Medium precision 64 bit unsigned integer type. More...
 
typedef tvec1< u64, mediump > mediump_u64vec1
 Medium precision 64 bit unsigned integer scalar type. More...
 
typedef tvec2< u64, mediump > mediump_u64vec2
 Medium precision 64 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u64, mediump > mediump_u64vec3
 Medium precision 64 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u64, mediump > mediump_u64vec4
 Medium precision 64 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint8 mediump_u8
 Medium precision 8 bit unsigned integer type. More...
 
typedef tvec1< u8, mediump > mediump_u8vec1
 Medium precision 8 bit unsigned integer scalar type. More...
 
typedef tvec2< u8, mediump > mediump_u8vec2
 Medium precision 8 bit unsigned integer vector of 2 components type. More...
 
typedef tvec3< u8, mediump > mediump_u8vec3
 Medium precision 8 bit unsigned integer vector of 3 components type. More...
 
typedef tvec4< u8, mediump > mediump_u8vec4
 Medium precision 8 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint16 mediump_uint16
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint16 mediump_uint16_t
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 mediump_uint32
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint32 mediump_uint32_t
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 mediump_uint64
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint64 mediump_uint64_t
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 mediump_uint8
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::uint8 mediump_uint8_t
 Medium precision 8 bit unsigned integer type. More...
 
typedef tvec1< float, mediump > mediump_vec1
 Medium single-precision floating-point vector of 1 component. More...
 
+typedef highp_quat quat
 Quaternion of default single-precision floating-point numbers.
 
typedef detail::uint16 u16
 16 bit unsigned integer type. More...
 
typedef highp_u16vec1 u16vec1
 Default precision 16 bit unsigned integer scalar type. More...
 
typedef highp_u16vec2 u16vec2
 Default precision 16 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u16vec3 u16vec3
 Default precision 16 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u16vec4 u16vec4
 Default precision 16 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint32 u32
 32 bit unsigned integer type. More...
 
typedef highp_u32vec1 u32vec1
 Default precision 32 bit unsigned integer scalar type. More...
 
typedef highp_u32vec2 u32vec2
 Default precision 32 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u32vec3 u32vec3
 Default precision 32 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u32vec4 u32vec4
 Default precision 32 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint64 u64
 64 bit unsigned integer type. More...
 
typedef highp_u64vec1 u64vec1
 Default precision 64 bit unsigned integer scalar type. More...
 
typedef highp_u64vec2 u64vec2
 Default precision 64 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u64vec3 u64vec3
 Default precision 64 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u64vec4 u64vec4
 Default precision 64 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint8 u8
 8 bit unsigned integer type. More...
 
typedef highp_u8vec1 u8vec1
 Default precision 8 bit unsigned integer scalar type. More...
 
typedef highp_u8vec2 u8vec2
 Default precision 8 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u8vec3 u8vec3
 Default precision 8 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u8vec4 u8vec4
 Default precision 8 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint16 uint16_t
 16 bit unsigned integer type. More...
 
typedef detail::uint32 uint32_t
 32 bit unsigned integer type. More...
 
typedef detail::uint64 uint64_t
 64 bit unsigned integer type. More...
 
typedef detail::uint8 uint8_t
 8 bit unsigned integer type. More...
 
+

Detailed Description

+

GLM Core

+ +

Definition in file fwd.hpp.

+
+ + + + diff --git a/glm/doc/api/a00039_source.html b/glm/doc/api/a00039_source.html new file mode 100644 index 0000000..e663c47 --- /dev/null +++ b/glm/doc/api/a00039_source.html @@ -0,0 +1,1755 @@ + + + + + + +0.9.9 API documenation: fwd.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
fwd.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_int.hpp"
+
7 #include "detail/type_float.hpp"
+
8 #include "detail/type_vec.hpp"
+
9 #include "detail/type_mat.hpp"
+
10 
+
12 // GLM_GTC_quaternion
+
13 namespace glm
+
14 {
+
15  template <typename T, precision P> struct tquat;
+
16 
+
20  typedef tquat<float, lowp> lowp_quat;
+
21 
+
25  typedef tquat<float, mediump> mediump_quat;
+
26 
+
30  typedef tquat<float, highp> highp_quat;
+
31 
+
32 #if(defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
33  typedef highp_quat quat;
+
34 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
35  typedef mediump_quat quat;
+
36 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && defined(GLM_PRECISION_LOWP_FLOAT))
+
37  typedef lowp_quat quat;
+
38 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
39  typedef highp_quat quat;
+
41 #endif
+
42 
+
46  typedef lowp_quat lowp_fquat;
+
47 
+
51  typedef mediump_quat mediump_fquat;
+
52 
+
56  typedef highp_quat highp_fquat;
+
57 
+
61  typedef quat fquat;
+
62 
+
63 
+
67  typedef tquat<double, lowp> lowp_dquat;
+
68 
+
72  typedef tquat<double, mediump> mediump_dquat;
+
73 
+
77  typedef tquat<double, highp> highp_dquat;
+
78 
+
79 #if(defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE))
+
80  typedef highp_dquat dquat;
+
81 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE))
+
82  typedef mediump_dquat dquat;
+
83 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && defined(GLM_PRECISION_LOWP_DOUBLE))
+
84  typedef lowp_dquat dquat;
+
85 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE))
+
86  typedef highp_dquat dquat;
+
90 #endif
+
91 
+
92 }//namespace glm
+
93 
+
95 // GLM_GTC_precision
+
96 namespace glm
+
97 {
+
100  typedef detail::int8 lowp_int8;
+
101 
+
104  typedef detail::int16 lowp_int16;
+
105 
+
108  typedef detail::int32 lowp_int32;
+
109 
+
112  typedef detail::int64 lowp_int64;
+
113 
+
116  typedef detail::int8 lowp_int8_t;
+
117 
+
120  typedef detail::int16 lowp_int16_t;
+
121 
+
124  typedef detail::int32 lowp_int32_t;
+
125 
+
128  typedef detail::int64 lowp_int64_t;
+
129 
+
132  typedef detail::int8 lowp_i8;
+
133 
+
136  typedef detail::int16 lowp_i16;
+
137 
+
140  typedef detail::int32 lowp_i32;
+
141 
+
144  typedef detail::int64 lowp_i64;
+
145 
+
148  typedef detail::int8 mediump_int8;
+
149 
+
152  typedef detail::int16 mediump_int16;
+
153 
+
156  typedef detail::int32 mediump_int32;
+
157 
+
160  typedef detail::int64 mediump_int64;
+
161 
+
164  typedef detail::int8 mediump_int8_t;
+
165 
+
168  typedef detail::int16 mediump_int16_t;
+
169 
+
172  typedef detail::int32 mediump_int32_t;
+
173 
+
176  typedef detail::int64 mediump_int64_t;
+
177 
+
180  typedef detail::int8 mediump_i8;
+
181 
+
184  typedef detail::int16 mediump_i16;
+
185 
+
188  typedef detail::int32 mediump_i32;
+
189 
+
192  typedef detail::int64 mediump_i64;
+
193 
+
196  typedef detail::int8 highp_int8;
+
197 
+
200  typedef detail::int16 highp_int16;
+
201 
+
204  typedef detail::int32 highp_int32;
+
205 
+
208  typedef detail::int64 highp_int64;
+
209 
+
212  typedef detail::int8 highp_int8_t;
+
213 
+
216  typedef detail::int16 highp_int16_t;
+
217 
+
220  typedef detail::int32 highp_int32_t;
+
221 
+
224  typedef detail::int64 highp_int64_t;
+
225 
+
228  typedef detail::int8 highp_i8;
+
229 
+
232  typedef detail::int16 highp_i16;
+
233 
+
236  typedef detail::int32 highp_i32;
+
237 
+
240  typedef detail::int64 highp_i64;
+
241 
+
242 
+
245  typedef detail::int8 int8;
+
246 
+
249  typedef detail::int16 int16;
+
250 
+
253  typedef detail::int32 int32;
+
254 
+
257  typedef detail::int64 int64;
+
258 
+
259 
+
260 #if GLM_HAS_EXTENDED_INTEGER_TYPE
+
261  using std::int8_t;
+
262  using std::int16_t;
+
263  using std::int32_t;
+
264  using std::int64_t;
+
265 #else
+
266  typedef detail::int8 int8_t;
+
269 
+
272  typedef detail::int16 int16_t;
+
273 
+
276  typedef detail::int32 int32_t;
+
277 
+
280  typedef detail::int64 int64_t;
+
281 #endif
+
282 
+
285  typedef detail::int8 i8;
+
286 
+
289  typedef detail::int16 i16;
+
290 
+
293  typedef detail::int32 i32;
+
294 
+
297  typedef detail::int64 i64;
+
298 
+
299 
+
300 
+
303  typedef tvec1<i8, lowp> lowp_i8vec1;
+
304 
+
307  typedef tvec2<i8, lowp> lowp_i8vec2;
+
308 
+
311  typedef tvec3<i8, lowp> lowp_i8vec3;
+
312 
+
315  typedef tvec4<i8, lowp> lowp_i8vec4;
+
316 
+
317 
+
320  typedef tvec1<i8, mediump> mediump_i8vec1;
+
321 
+
324  typedef tvec2<i8, mediump> mediump_i8vec2;
+
325 
+
328  typedef tvec3<i8, mediump> mediump_i8vec3;
+
329 
+
332  typedef tvec4<i8, mediump> mediump_i8vec4;
+
333 
+
334 
+
337  typedef tvec1<i8, highp> highp_i8vec1;
+
338 
+
341  typedef tvec2<i8, highp> highp_i8vec2;
+
342 
+
345  typedef tvec3<i8, highp> highp_i8vec3;
+
346 
+
349  typedef tvec4<i8, highp> highp_i8vec4;
+
350 
+
351 #if(defined(GLM_PRECISION_LOWP_INT))
+
352  typedef lowp_i8vec1 i8vec1;
+
353  typedef lowp_i8vec2 i8vec2;
+
354  typedef lowp_i8vec3 i8vec3;
+
355  typedef lowp_i8vec4 i8vec4;
+
356 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
357  typedef mediump_i8vec1 i8vec1;
+
358  typedef mediump_i8vec2 i8vec2;
+
359  typedef mediump_i8vec3 i8vec3;
+
360  typedef mediump_i8vec4 i8vec4;
+
361 #else
+
362  typedef highp_i8vec1 i8vec1;
+
365 
+
368  typedef highp_i8vec2 i8vec2;
+
369 
+
372  typedef highp_i8vec3 i8vec3;
+
373 
+
376  typedef highp_i8vec4 i8vec4;
+
377 #endif
+
378 
+
379 
+
382  typedef tvec1<i16, lowp> lowp_i16vec1;
+
383 
+
386  typedef tvec2<i16, lowp> lowp_i16vec2;
+
387 
+
390  typedef tvec3<i16, lowp> lowp_i16vec3;
+
391 
+
394  typedef tvec4<i16, lowp> lowp_i16vec4;
+
395 
+
396 
+
399  typedef tvec1<i16, mediump> mediump_i16vec1;
+
400 
+
403  typedef tvec2<i16, mediump> mediump_i16vec2;
+
404 
+
407  typedef tvec3<i16, mediump> mediump_i16vec3;
+
408 
+
411  typedef tvec4<i16, mediump> mediump_i16vec4;
+
412 
+
413 
+
416  typedef tvec1<i16, highp> highp_i16vec1;
+
417 
+
420  typedef tvec2<i16, highp> highp_i16vec2;
+
421 
+
424  typedef tvec3<i16, highp> highp_i16vec3;
+
425 
+
428  typedef tvec4<i16, highp> highp_i16vec4;
+
429 
+
430 
+
431 #if(defined(GLM_PRECISION_LOWP_INT))
+
432  typedef lowp_i16vec1 i16vec1;
+
433  typedef lowp_i16vec2 i16vec2;
+
434  typedef lowp_i16vec3 i16vec3;
+
435  typedef lowp_i16vec4 i16vec4;
+
436 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
437  typedef mediump_i16vec1 i16vec1;
+
438  typedef mediump_i16vec2 i16vec2;
+
439  typedef mediump_i16vec3 i16vec3;
+
440  typedef mediump_i16vec4 i16vec4;
+
441 #else
+
442  typedef highp_i16vec1 i16vec1;
+
445 
+
448  typedef highp_i16vec2 i16vec2;
+
449 
+
452  typedef highp_i16vec3 i16vec3;
+
453 
+
456  typedef highp_i16vec4 i16vec4;
+
457 #endif
+
458 
+
459 
+
462  typedef tvec1<i32, lowp> lowp_i32vec1;
+
463 
+
466  typedef tvec2<i32, lowp> lowp_i32vec2;
+
467 
+
470  typedef tvec3<i32, lowp> lowp_i32vec3;
+
471 
+
474  typedef tvec4<i32, lowp> lowp_i32vec4;
+
475 
+
476 
+
479  typedef tvec1<i32, mediump> mediump_i32vec1;
+
480 
+
483  typedef tvec2<i32, mediump> mediump_i32vec2;
+
484 
+
487  typedef tvec3<i32, mediump> mediump_i32vec3;
+
488 
+
491  typedef tvec4<i32, mediump> mediump_i32vec4;
+
492 
+
493 
+
496  typedef tvec1<i32, highp> highp_i32vec1;
+
497 
+
500  typedef tvec2<i32, highp> highp_i32vec2;
+
501 
+
504  typedef tvec3<i32, highp> highp_i32vec3;
+
505 
+
508  typedef tvec4<i32, highp> highp_i32vec4;
+
509 
+
510 #if(defined(GLM_PRECISION_LOWP_INT))
+
511  typedef lowp_i32vec1 i32vec1;
+
512  typedef lowp_i32vec2 i32vec2;
+
513  typedef lowp_i32vec3 i32vec3;
+
514  typedef lowp_i32vec4 i32vec4;
+
515 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
516  typedef mediump_i32vec1 i32vec1;
+
517  typedef mediump_i32vec2 i32vec2;
+
518  typedef mediump_i32vec3 i32vec3;
+
519  typedef mediump_i32vec4 i32vec4;
+
520 #else
+
521  typedef highp_i32vec1 i32vec1;
+
524 
+
527  typedef highp_i32vec2 i32vec2;
+
528 
+
531  typedef highp_i32vec3 i32vec3;
+
532 
+
535  typedef highp_i32vec4 i32vec4;
+
536 #endif
+
537 
+
538 
+
541  typedef tvec1<i32, lowp> lowp_i32vec1;
+
542 
+
545  typedef tvec2<i32, lowp> lowp_i32vec2;
+
546 
+
549  typedef tvec3<i32, lowp> lowp_i32vec3;
+
550 
+
553  typedef tvec4<i32, lowp> lowp_i32vec4;
+
554 
+
555 
+
558  typedef tvec1<i32, mediump> mediump_i32vec1;
+
559 
+
562  typedef tvec2<i32, mediump> mediump_i32vec2;
+
563 
+
566  typedef tvec3<i32, mediump> mediump_i32vec3;
+
567 
+
570  typedef tvec4<i32, mediump> mediump_i32vec4;
+
571 
+
572 
+
575  typedef tvec1<i32, highp> highp_i32vec1;
+
576 
+
579  typedef tvec2<i32, highp> highp_i32vec2;
+
580 
+
583  typedef tvec3<i32, highp> highp_i32vec3;
+
584 
+
587  typedef tvec4<i32, highp> highp_i32vec4;
+
588 
+
589 #if(defined(GLM_PRECISION_LOWP_INT))
+
590  typedef lowp_i32vec1 i32vec1;
+
591  typedef lowp_i32vec2 i32vec2;
+
592  typedef lowp_i32vec3 i32vec3;
+
593  typedef lowp_i32vec4 i32vec4;
+
594 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
595  typedef mediump_i32vec1 i32vec1;
+
596  typedef mediump_i32vec2 i32vec2;
+
597  typedef mediump_i32vec3 i32vec3;
+
598  typedef mediump_i32vec4 i32vec4;
+
599 #else
+
600  typedef highp_i32vec1 i32vec1;
+
603 
+
606  typedef highp_i32vec2 i32vec2;
+
607 
+
610  typedef highp_i32vec3 i32vec3;
+
611 
+
614  typedef highp_i32vec4 i32vec4;
+
615 #endif
+
616 
+
617 
+
618 
+
621  typedef tvec1<i64, lowp> lowp_i64vec1;
+
622 
+
625  typedef tvec2<i64, lowp> lowp_i64vec2;
+
626 
+
629  typedef tvec3<i64, lowp> lowp_i64vec3;
+
630 
+
633  typedef tvec4<i64, lowp> lowp_i64vec4;
+
634 
+
635 
+
638  typedef tvec1<i64, mediump> mediump_i64vec1;
+
639 
+
642  typedef tvec2<i64, mediump> mediump_i64vec2;
+
643 
+
646  typedef tvec3<i64, mediump> mediump_i64vec3;
+
647 
+
650  typedef tvec4<i64, mediump> mediump_i64vec4;
+
651 
+
652 
+
655  typedef tvec1<i64, highp> highp_i64vec1;
+
656 
+
659  typedef tvec2<i64, highp> highp_i64vec2;
+
660 
+
663  typedef tvec3<i64, highp> highp_i64vec3;
+
664 
+
667  typedef tvec4<i64, highp> highp_i64vec4;
+
668 
+
669 #if(defined(GLM_PRECISION_LOWP_INT))
+
670  typedef lowp_i64vec1 i64vec1;
+
671  typedef lowp_i64vec2 i64vec2;
+
672  typedef lowp_i64vec3 i64vec3;
+
673  typedef lowp_i64vec4 i64vec4;
+
674 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
675  typedef mediump_i64vec1 i64vec1;
+
676  typedef mediump_i64vec2 i64vec2;
+
677  typedef mediump_i64vec3 i64vec3;
+
678  typedef mediump_i64vec4 i64vec4;
+
679 #else
+
680  typedef highp_i64vec1 i64vec1;
+
683 
+
686  typedef highp_i64vec2 i64vec2;
+
687 
+
690  typedef highp_i64vec3 i64vec3;
+
691 
+
694  typedef highp_i64vec4 i64vec4;
+
695 #endif
+
696 
+
697 
+
699  // Unsigned int vector types
+
700 
+
703  typedef detail::uint8 lowp_uint8;
+
704 
+
707  typedef detail::uint16 lowp_uint16;
+
708 
+
711  typedef detail::uint32 lowp_uint32;
+
712 
+
715  typedef detail::uint64 lowp_uint64;
+
716 
+
717 
+
720  typedef detail::uint8 lowp_uint8_t;
+
721 
+
724  typedef detail::uint16 lowp_uint16_t;
+
725 
+
728  typedef detail::uint32 lowp_uint32_t;
+
729 
+
732  typedef detail::uint64 lowp_uint64_t;
+
733 
+
734 
+
737  typedef detail::uint8 lowp_u8;
+
738 
+
741  typedef detail::uint16 lowp_u16;
+
742 
+
745  typedef detail::uint32 lowp_u32;
+
746 
+
749  typedef detail::uint64 lowp_u64;
+
750 
+
751 
+
752 
+
755  typedef detail::uint8 mediump_uint8;
+
756 
+
759  typedef detail::uint16 mediump_uint16;
+
760 
+
763  typedef detail::uint32 mediump_uint32;
+
764 
+
767  typedef detail::uint64 mediump_uint64;
+
768 
+
771  typedef detail::uint8 mediump_uint8_t;
+
772 
+
775  typedef detail::uint16 mediump_uint16_t;
+
776 
+
779  typedef detail::uint32 mediump_uint32_t;
+
780 
+
783  typedef detail::uint64 mediump_uint64_t;
+
784 
+
787  typedef detail::uint8 mediump_u8;
+
788 
+
791  typedef detail::uint16 mediump_u16;
+
792 
+
795  typedef detail::uint32 mediump_u32;
+
796 
+
799  typedef detail::uint64 mediump_u64;
+
800 
+
801 
+
802 
+
805  typedef detail::uint8 highp_uint8;
+
806 
+
809  typedef detail::uint16 highp_uint16;
+
810 
+
813  typedef detail::uint32 highp_uint32;
+
814 
+
817  typedef detail::uint64 highp_uint64;
+
818 
+
821  typedef detail::uint8 highp_uint8_t;
+
822 
+
825  typedef detail::uint16 highp_uint16_t;
+
826 
+
829  typedef detail::uint32 highp_uint32_t;
+
830 
+
833  typedef detail::uint64 highp_uint64_t;
+
834 
+
837  typedef detail::uint8 highp_u8;
+
838 
+
841  typedef detail::uint16 highp_u16;
+
842 
+
845  typedef detail::uint32 highp_u32;
+
846 
+
849  typedef detail::uint64 highp_u64;
+
850 
+
851 
+
852 
+
855  typedef detail::uint8 uint8;
+
856 
+
859  typedef detail::uint16 uint16;
+
860 
+
863  typedef detail::uint32 uint32;
+
864 
+
867  typedef detail::uint64 uint64;
+
868 
+
869 #if GLM_HAS_EXTENDED_INTEGER_TYPE
+
870  using std::uint8_t;
+
871  using std::uint16_t;
+
872  using std::uint32_t;
+
873  using std::uint64_t;
+
874 #else
+
875  typedef detail::uint8 uint8_t;
+
878 
+
881  typedef detail::uint16 uint16_t;
+
882 
+
885  typedef detail::uint32 uint32_t;
+
886 
+
889  typedef detail::uint64 uint64_t;
+
890 #endif
+
891 
+
894  typedef detail::uint8 u8;
+
895 
+
898  typedef detail::uint16 u16;
+
899 
+
902  typedef detail::uint32 u32;
+
903 
+
906  typedef detail::uint64 u64;
+
907 
+
908 
+
909 
+
912  typedef tvec1<u8, lowp> lowp_u8vec1;
+
913 
+
916  typedef tvec2<u8, lowp> lowp_u8vec2;
+
917 
+
920  typedef tvec3<u8, lowp> lowp_u8vec3;
+
921 
+
924  typedef tvec4<u8, lowp> lowp_u8vec4;
+
925 
+
926 
+
929  typedef tvec1<u8, mediump> mediump_u8vec1;
+
930 
+
933  typedef tvec2<u8, mediump> mediump_u8vec2;
+
934 
+
937  typedef tvec3<u8, mediump> mediump_u8vec3;
+
938 
+
941  typedef tvec4<u8, mediump> mediump_u8vec4;
+
942 
+
943 
+
946  typedef tvec1<u8, highp> highp_u8vec1;
+
947 
+
950  typedef tvec2<u8, highp> highp_u8vec2;
+
951 
+
954  typedef tvec3<u8, highp> highp_u8vec3;
+
955 
+
958  typedef tvec4<u8, highp> highp_u8vec4;
+
959 
+
960 #if(defined(GLM_PRECISION_LOWP_INT))
+
961  typedef lowp_u8vec1 u8vec1;
+
962  typedef lowp_u8vec2 u8vec2;
+
963  typedef lowp_u8vec3 u8vec3;
+
964  typedef lowp_u8vec4 u8vec4;
+
965 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
966  typedef mediump_u8vec1 u8vec1;
+
967  typedef mediump_u8vec2 u8vec2;
+
968  typedef mediump_u8vec3 u8vec3;
+
969  typedef mediump_u8vec4 u8vec4;
+
970 #else
+
971  typedef highp_u8vec1 u8vec1;
+
974 
+
977  typedef highp_u8vec2 u8vec2;
+
978 
+
981  typedef highp_u8vec3 u8vec3;
+
982 
+
985  typedef highp_u8vec4 u8vec4;
+
986 #endif
+
987 
+
988 
+
991  typedef tvec1<u16, lowp> lowp_u16vec1;
+
992 
+
995  typedef tvec2<u16, lowp> lowp_u16vec2;
+
996 
+
999  typedef tvec3<u16, lowp> lowp_u16vec3;
+
1000 
+
1003  typedef tvec4<u16, lowp> lowp_u16vec4;
+
1004 
+
1005 
+
1008  typedef tvec1<u16, mediump> mediump_u16vec1;
+
1009 
+
1012  typedef tvec2<u16, mediump> mediump_u16vec2;
+
1013 
+
1016  typedef tvec3<u16, mediump> mediump_u16vec3;
+
1017 
+
1020  typedef tvec4<u16, mediump> mediump_u16vec4;
+
1021 
+
1022 
+
1025  typedef tvec1<u16, highp> highp_u16vec1;
+
1026 
+
1029  typedef tvec2<u16, highp> highp_u16vec2;
+
1030 
+
1033  typedef tvec3<u16, highp> highp_u16vec3;
+
1034 
+
1037  typedef tvec4<u16, highp> highp_u16vec4;
+
1038 
+
1039 
+
1040 #if(defined(GLM_PRECISION_LOWP_INT))
+
1041  typedef lowp_u16vec1 u16vec1;
+
1042  typedef lowp_u16vec2 u16vec2;
+
1043  typedef lowp_u16vec3 u16vec3;
+
1044  typedef lowp_u16vec4 u16vec4;
+
1045 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
1046  typedef mediump_u16vec1 u16vec1;
+
1047  typedef mediump_u16vec2 u16vec2;
+
1048  typedef mediump_u16vec3 u16vec3;
+
1049  typedef mediump_u16vec4 u16vec4;
+
1050 #else
+
1051  typedef highp_u16vec1 u16vec1;
+
1054 
+
1057  typedef highp_u16vec2 u16vec2;
+
1058 
+
1061  typedef highp_u16vec3 u16vec3;
+
1062 
+
1065  typedef highp_u16vec4 u16vec4;
+
1066 #endif
+
1067 
+
1068 
+
1071  typedef tvec1<u32, lowp> lowp_u32vec1;
+
1072 
+
1075  typedef tvec2<u32, lowp> lowp_u32vec2;
+
1076 
+
1079  typedef tvec3<u32, lowp> lowp_u32vec3;
+
1080 
+
1083  typedef tvec4<u32, lowp> lowp_u32vec4;
+
1084 
+
1085 
+
1088  typedef tvec1<u32, mediump> mediump_u32vec1;
+
1089 
+
1092  typedef tvec2<u32, mediump> mediump_u32vec2;
+
1093 
+
1096  typedef tvec3<u32, mediump> mediump_u32vec3;
+
1097 
+
1100  typedef tvec4<u32, mediump> mediump_u32vec4;
+
1101 
+
1102 
+
1105  typedef tvec1<u32, highp> highp_u32vec1;
+
1106 
+
1109  typedef tvec2<u32, highp> highp_u32vec2;
+
1110 
+
1113  typedef tvec3<u32, highp> highp_u32vec3;
+
1114 
+
1117  typedef tvec4<u32, highp> highp_u32vec4;
+
1118 
+
1119 #if(defined(GLM_PRECISION_LOWP_INT))
+
1120  typedef lowp_u32vec1 u32vec1;
+
1121  typedef lowp_u32vec2 u32vec2;
+
1122  typedef lowp_u32vec3 u32vec3;
+
1123  typedef lowp_u32vec4 u32vec4;
+
1124 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
1125  typedef mediump_u32vec1 u32vec1;
+
1126  typedef mediump_u32vec2 u32vec2;
+
1127  typedef mediump_u32vec3 u32vec3;
+
1128  typedef mediump_u32vec4 u32vec4;
+
1129 #else
+
1130  typedef highp_u32vec1 u32vec1;
+
1133 
+
1136  typedef highp_u32vec2 u32vec2;
+
1137 
+
1140  typedef highp_u32vec3 u32vec3;
+
1141 
+
1144  typedef highp_u32vec4 u32vec4;
+
1145 #endif
+
1146 
+
1147 
+
1150  typedef tvec1<u32, lowp> lowp_u32vec1;
+
1151 
+
1154  typedef tvec2<u32, lowp> lowp_u32vec2;
+
1155 
+
1158  typedef tvec3<u32, lowp> lowp_u32vec3;
+
1159 
+
1162  typedef tvec4<u32, lowp> lowp_u32vec4;
+
1163 
+
1164 
+
1167  typedef tvec1<u32, mediump> mediump_u32vec1;
+
1168 
+
1171  typedef tvec2<u32, mediump> mediump_u32vec2;
+
1172 
+
1175  typedef tvec3<u32, mediump> mediump_u32vec3;
+
1176 
+
1179  typedef tvec4<u32, mediump> mediump_u32vec4;
+
1180 
+
1181 
+
1184  typedef tvec1<u32, highp> highp_u32vec1;
+
1185 
+
1188  typedef tvec2<u32, highp> highp_u32vec2;
+
1189 
+
1192  typedef tvec3<u32, highp> highp_u32vec3;
+
1193 
+
1196  typedef tvec4<u32, highp> highp_u32vec4;
+
1197 
+
1198 #if(defined(GLM_PRECISION_LOWP_INT))
+
1199  typedef lowp_u32vec1 u32vec1;
+
1200  typedef lowp_u32vec2 u32vec2;
+
1201  typedef lowp_u32vec3 u32vec3;
+
1202  typedef lowp_u32vec4 u32vec4;
+
1203 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
1204  typedef mediump_u32vec1 u32vec1;
+
1205  typedef mediump_u32vec2 u32vec2;
+
1206  typedef mediump_u32vec3 u32vec3;
+
1207  typedef mediump_u32vec4 u32vec4;
+
1208 #else
+
1209  typedef highp_u32vec1 u32vec1;
+
1212 
+
1215  typedef highp_u32vec2 u32vec2;
+
1216 
+
1219  typedef highp_u32vec3 u32vec3;
+
1220 
+
1223  typedef highp_u32vec4 u32vec4;
+
1224 #endif
+
1225 
+
1226 
+
1227 
+
1230  typedef tvec1<u64, lowp> lowp_u64vec1;
+
1231 
+
1234  typedef tvec2<u64, lowp> lowp_u64vec2;
+
1235 
+
1238  typedef tvec3<u64, lowp> lowp_u64vec3;
+
1239 
+
1242  typedef tvec4<u64, lowp> lowp_u64vec4;
+
1243 
+
1244 
+
1247  typedef tvec1<u64, mediump> mediump_u64vec1;
+
1248 
+
1251  typedef tvec2<u64, mediump> mediump_u64vec2;
+
1252 
+
1255  typedef tvec3<u64, mediump> mediump_u64vec3;
+
1256 
+
1259  typedef tvec4<u64, mediump> mediump_u64vec4;
+
1260 
+
1261 
+
1264  typedef tvec1<u64, highp> highp_u64vec1;
+
1265 
+
1268  typedef tvec2<u64, highp> highp_u64vec2;
+
1269 
+
1272  typedef tvec3<u64, highp> highp_u64vec3;
+
1273 
+
1276  typedef tvec4<u64, highp> highp_u64vec4;
+
1277 
+
1278 #if(defined(GLM_PRECISION_LOWP_UINT))
+
1279  typedef lowp_u64vec1 u64vec1;
+
1280  typedef lowp_u64vec2 u64vec2;
+
1281  typedef lowp_u64vec3 u64vec3;
+
1282  typedef lowp_u64vec4 u64vec4;
+
1283 #elif(defined(GLM_PRECISION_MEDIUMP_UINT))
+
1284  typedef mediump_u64vec1 u64vec1;
+
1285  typedef mediump_u64vec2 u64vec2;
+
1286  typedef mediump_u64vec3 u64vec3;
+
1287  typedef mediump_u64vec4 u64vec4;
+
1288 #else
+
1289  typedef highp_u64vec1 u64vec1;
+
1292 
+
1295  typedef highp_u64vec2 u64vec2;
+
1296 
+
1299  typedef highp_u64vec3 u64vec3;
+
1300 
+
1303  typedef highp_u64vec4 u64vec4;
+
1304 #endif
+
1305 
+
1306 
+
1308  // Float vector types
+
1309 
+
1312  typedef detail::float32 lowp_float32;
+
1313 
+
1316  typedef detail::float64 lowp_float64;
+
1317 
+
1320  typedef detail::float32 lowp_float32_t;
+
1321 
+
1324  typedef detail::float64 lowp_float64_t;
+
1325 
+
1328  typedef float32 lowp_f32;
+
1329 
+
1332  typedef float64 lowp_f64;
+
1333 
+
1336  typedef detail::float32 lowp_float32;
+
1337 
+
1340  typedef detail::float64 lowp_float64;
+
1341 
+
1344  typedef detail::float32 lowp_float32_t;
+
1345 
+
1348  typedef detail::float64 lowp_float64_t;
+
1349 
+
1352  typedef float32 lowp_f32;
+
1353 
+
1356  typedef float64 lowp_f64;
+
1357 
+
1358 
+
1361  typedef detail::float32 lowp_float32;
+
1362 
+
1365  typedef detail::float64 lowp_float64;
+
1366 
+
1369  typedef detail::float32 lowp_float32_t;
+
1370 
+
1373  typedef detail::float64 lowp_float64_t;
+
1374 
+
1377  typedef float32 lowp_f32;
+
1378 
+
1381  typedef float64 lowp_f64;
+
1382 
+
1383 
+
1386  typedef detail::float32 mediump_float32;
+
1387 
+
1390  typedef detail::float64 mediump_float64;
+
1391 
+
1394  typedef detail::float32 mediump_float32_t;
+
1395 
+
1398  typedef detail::float64 mediump_float64_t;
+
1399 
+
1402  typedef float32 mediump_f32;
+
1403 
+
1406  typedef float64 mediump_f64;
+
1407 
+
1408 
+
1411  typedef detail::float32 highp_float32;
+
1412 
+
1415  typedef detail::float64 highp_float64;
+
1416 
+
1419  typedef detail::float32 highp_float32_t;
+
1420 
+
1423  typedef detail::float64 highp_float64_t;
+
1424 
+
1427  typedef float32 highp_f32;
+
1428 
+
1431  typedef float64 highp_f64;
+
1432 
+
1433 
+
1434 #if(defined(GLM_PRECISION_LOWP_FLOAT))
+
1435  typedef lowp_float32 float32;
+
1438 
+
1441  typedef lowp_float64 float64;
+
1442 
+
1445  typedef lowp_float32_t float32_t;
+
1446 
+
1449  typedef lowp_float64_t float64_t;
+
1450 
+
1453  typedef lowp_f32 f32;
+
1454 
+
1457  typedef lowp_f64 f64;
+
1458 
+
1459 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT))
+
1460 
+
1463  typedef mediump_float32 float32;
+
1464 
+
1467  typedef mediump_float64 float64;
+
1468 
+
1471  typedef mediump_float32 float32_t;
+
1472 
+
1475  typedef mediump_float64 float64_t;
+
1476 
+
1479  typedef mediump_float32 f32;
+
1480 
+
1483  typedef mediump_float64 f64;
+
1484 
+
1485 #else//(defined(GLM_PRECISION_HIGHP_FLOAT))
+
1486 
+
1489  typedef highp_float32 float32;
+
1490 
+
1493  typedef highp_float64 float64;
+
1494 
+
1497  typedef highp_float32_t float32_t;
+
1498 
+
1501  typedef highp_float64_t float64_t;
+
1502 
+
1505  typedef highp_float32_t f32;
+
1506 
+
1509  typedef highp_float64_t f64;
+
1510 #endif
+
1511 
+
1512 
+
1515  typedef tvec1<float, lowp> lowp_vec1;
+
1516 
+
1519  typedef tvec2<float, lowp> lowp_vec2;
+
1520 
+
1523  typedef tvec3<float, lowp> lowp_vec3;
+
1524 
+
1527  typedef tvec4<float, lowp> lowp_vec4;
+
1528 
+
1531  typedef tvec1<float, lowp> lowp_fvec1;
+
1532 
+
1535  typedef tvec2<float, lowp> lowp_fvec2;
+
1536 
+
1539  typedef tvec3<float, lowp> lowp_fvec3;
+
1540 
+
1543  typedef tvec4<float, lowp> lowp_fvec4;
+
1544 
+
1545 
+
1548  typedef tvec1<float, mediump> mediump_vec1;
+
1549 
+
1552  typedef tvec2<float, mediump> mediump_vec2;
+
1553 
+
1556  typedef tvec3<float, mediump> mediump_vec3;
+
1557 
+
1560  typedef tvec4<float, mediump> mediump_vec4;
+
1561 
+
1564  typedef tvec1<float, mediump> mediump_fvec1;
+
1565 
+
1568  typedef tvec2<float, mediump> mediump_fvec2;
+
1569 
+
1572  typedef tvec3<float, mediump> mediump_fvec3;
+
1573 
+
1576  typedef tvec4<float, mediump> mediump_fvec4;
+
1577 
+
1578 
+
1581  typedef tvec1<float, highp> highp_vec1;
+
1582 
+
1585  typedef tvec2<float, highp> highp_vec2;
+
1586 
+
1589  typedef tvec3<float, highp> highp_vec3;
+
1590 
+
1593  typedef tvec4<float, highp> highp_vec4;
+
1594 
+
1597  typedef tvec1<float, highp> highp_fvec1;
+
1598 
+
1601  typedef tvec2<float, highp> highp_fvec2;
+
1602 
+
1605  typedef tvec3<float, highp> highp_fvec3;
+
1606 
+
1609  typedef tvec4<float, highp> highp_fvec4;
+
1610 
+
1611 
+
1614  typedef tvec1<f32, lowp> lowp_f32vec1;
+
1615 
+
1618  typedef tvec2<f32, lowp> lowp_f32vec2;
+
1619 
+
1622  typedef tvec3<f32, lowp> lowp_f32vec3;
+
1623 
+
1626  typedef tvec4<f32, lowp> lowp_f32vec4;
+
1627 
+
1630  typedef tvec1<f32, mediump> mediump_f32vec1;
+
1631 
+
1634  typedef tvec2<f32, mediump> mediump_f32vec2;
+
1635 
+
1638  typedef tvec3<f32, mediump> mediump_f32vec3;
+
1639 
+
1642  typedef tvec4<f32, mediump> mediump_f32vec4;
+
1643 
+
1646  typedef tvec1<f32, highp> highp_f32vec1;
+
1647 
+
1650  typedef tvec2<f32, highp> highp_f32vec2;
+
1651 
+
1654  typedef tvec3<f32, highp> highp_f32vec3;
+
1655 
+
1658  typedef tvec4<f32, highp> highp_f32vec4;
+
1659 
+
1660 
+
1663  typedef tvec1<f64, lowp> lowp_f64vec1;
+
1664 
+
1667  typedef tvec2<f64, lowp> lowp_f64vec2;
+
1668 
+
1671  typedef tvec3<f64, lowp> lowp_f64vec3;
+
1672 
+
1675  typedef tvec4<f64, lowp> lowp_f64vec4;
+
1676 
+
1679  typedef tvec1<f64, mediump> mediump_f64vec1;
+
1680 
+
1683  typedef tvec2<f64, mediump> mediump_f64vec2;
+
1684 
+
1687  typedef tvec3<f64, mediump> mediump_f64vec3;
+
1688 
+
1691  typedef tvec4<f64, mediump> mediump_f64vec4;
+
1692 
+
1695  typedef tvec1<f64, highp> highp_f64vec1;
+
1696 
+
1699  typedef tvec2<f64, highp> highp_f64vec2;
+
1700 
+
1703  typedef tvec3<f64, highp> highp_f64vec3;
+
1704 
+
1707  typedef tvec4<f64, highp> highp_f64vec4;
+
1708 
+
1709 
+
1711  // Float matrix types
+
1712 
+
1715  //typedef lowp_f32 lowp_fmat1x1;
+
1716 
+
1719  typedef tmat2x2<f32, lowp> lowp_fmat2x2;
+
1720 
+
1723  typedef tmat2x3<f32, lowp> lowp_fmat2x3;
+
1724 
+
1727  typedef tmat2x4<f32, lowp> lowp_fmat2x4;
+
1728 
+
1731  typedef tmat3x2<f32, lowp> lowp_fmat3x2;
+
1732 
+
1735  typedef tmat3x3<f32, lowp> lowp_fmat3x3;
+
1736 
+
1739  typedef tmat3x4<f32, lowp> lowp_fmat3x4;
+
1740 
+
1743  typedef tmat4x2<f32, lowp> lowp_fmat4x2;
+
1744 
+
1747  typedef tmat4x3<f32, lowp> lowp_fmat4x3;
+
1748 
+
1751  typedef tmat4x4<f32, lowp> lowp_fmat4x4;
+
1752 
+
1755  //typedef lowp_fmat1x1 lowp_fmat1;
+
1756 
+
1759  typedef lowp_fmat2x2 lowp_fmat2;
+
1760 
+
1763  typedef lowp_fmat3x3 lowp_fmat3;
+
1764 
+
1767  typedef lowp_fmat4x4 lowp_fmat4;
+
1768 
+
1769 
+
1772  //typedef mediump_f32 mediump_fmat1x1;
+
1773 
+
1776  typedef tmat2x2<f32, mediump> mediump_fmat2x2;
+
1777 
+
1780  typedef tmat2x3<f32, mediump> mediump_fmat2x3;
+
1781 
+
1784  typedef tmat2x4<f32, mediump> mediump_fmat2x4;
+
1785 
+
1788  typedef tmat3x2<f32, mediump> mediump_fmat3x2;
+
1789 
+
1792  typedef tmat3x3<f32, mediump> mediump_fmat3x3;
+
1793 
+
1796  typedef tmat3x4<f32, mediump> mediump_fmat3x4;
+
1797 
+
1800  typedef tmat4x2<f32, mediump> mediump_fmat4x2;
+
1801 
+
1804  typedef tmat4x3<f32, mediump> mediump_fmat4x3;
+
1805 
+
1808  typedef tmat4x4<f32, mediump> mediump_fmat4x4;
+
1809 
+
1812  //typedef mediump_fmat1x1 mediump_fmat1;
+
1813 
+
1816  typedef mediump_fmat2x2 mediump_fmat2;
+
1817 
+
1820  typedef mediump_fmat3x3 mediump_fmat3;
+
1821 
+
1824  typedef mediump_fmat4x4 mediump_fmat4;
+
1825 
+
1826 
+
1829  //typedef highp_f32 highp_fmat1x1;
+
1830 
+
1833  typedef tmat2x2<f32, highp> highp_fmat2x2;
+
1834 
+
1837  typedef tmat2x3<f32, highp> highp_fmat2x3;
+
1838 
+
1841  typedef tmat2x4<f32, highp> highp_fmat2x4;
+
1842 
+
1845  typedef tmat3x2<f32, highp> highp_fmat3x2;
+
1846 
+
1849  typedef tmat3x3<f32, highp> highp_fmat3x3;
+
1850 
+
1853  typedef tmat3x4<f32, highp> highp_fmat3x4;
+
1854 
+
1857  typedef tmat4x2<f32, highp> highp_fmat4x2;
+
1858 
+
1861  typedef tmat4x3<f32, highp> highp_fmat4x3;
+
1862 
+
1865  typedef tmat4x4<f32, highp> highp_fmat4x4;
+
1866 
+
1869  //typedef highp_fmat1x1 highp_fmat1;
+
1870 
+
1873  typedef highp_fmat2x2 highp_fmat2;
+
1874 
+
1877  typedef highp_fmat3x3 highp_fmat3;
+
1878 
+
1881  typedef highp_fmat4x4 highp_fmat4;
+
1882 
+
1883 
+
1886  //typedef f32 lowp_f32mat1x1;
+
1887 
+
1890  typedef tmat2x2<f32, lowp> lowp_f32mat2x2;
+
1891 
+
1894  typedef tmat2x3<f32, lowp> lowp_f32mat2x3;
+
1895 
+
1898  typedef tmat2x4<f32, lowp> lowp_f32mat2x4;
+
1899 
+
1902  typedef tmat3x2<f32, lowp> lowp_f32mat3x2;
+
1903 
+
1906  typedef tmat3x3<f32, lowp> lowp_f32mat3x3;
+
1907 
+
1910  typedef tmat3x4<f32, lowp> lowp_f32mat3x4;
+
1911 
+
1914  typedef tmat4x2<f32, lowp> lowp_f32mat4x2;
+
1915 
+
1918  typedef tmat4x3<f32, lowp> lowp_f32mat4x3;
+
1919 
+
1922  typedef tmat4x4<f32, lowp> lowp_f32mat4x4;
+
1923 
+
1926  //typedef detail::tmat1x1<f32, lowp> lowp_f32mat1;
+
1927 
+
1930  typedef lowp_f32mat2x2 lowp_f32mat2;
+
1931 
+
1934  typedef lowp_f32mat3x3 lowp_f32mat3;
+
1935 
+
1938  typedef lowp_f32mat4x4 lowp_f32mat4;
+
1939 
+
1940 
+
1943  //typedef f32 mediump_f32mat1x1;
+
1944 
+
1947  typedef tmat2x2<f32, mediump> mediump_f32mat2x2;
+
1948 
+
1951  typedef tmat2x3<f32, mediump> mediump_f32mat2x3;
+
1952 
+
1955  typedef tmat2x4<f32, mediump> mediump_f32mat2x4;
+
1956 
+
1959  typedef tmat3x2<f32, mediump> mediump_f32mat3x2;
+
1960 
+
1963  typedef tmat3x3<f32, mediump> mediump_f32mat3x3;
+
1964 
+
1967  typedef tmat3x4<f32, mediump> mediump_f32mat3x4;
+
1968 
+
1971  typedef tmat4x2<f32, mediump> mediump_f32mat4x2;
+
1972 
+
1975  typedef tmat4x3<f32, mediump> mediump_f32mat4x3;
+
1976 
+
1979  typedef tmat4x4<f32, mediump> mediump_f32mat4x4;
+
1980 
+
1983  //typedef detail::tmat1x1<f32, mediump> f32mat1;
+
1984 
+
1987  typedef mediump_f32mat2x2 mediump_f32mat2;
+
1988 
+
1991  typedef mediump_f32mat3x3 mediump_f32mat3;
+
1992 
+
1995  typedef mediump_f32mat4x4 mediump_f32mat4;
+
1996 
+
1997 
+
2000  //typedef f32 highp_f32mat1x1;
+
2001 
+
2004  typedef tmat2x2<f32, highp> highp_f32mat2x2;
+
2005 
+
2008  typedef tmat2x3<f32, highp> highp_f32mat2x3;
+
2009 
+
2012  typedef tmat2x4<f32, highp> highp_f32mat2x4;
+
2013 
+
2016  typedef tmat3x2<f32, highp> highp_f32mat3x2;
+
2017 
+
2020  typedef tmat3x3<f32, highp> highp_f32mat3x3;
+
2021 
+
2024  typedef tmat3x4<f32, highp> highp_f32mat3x4;
+
2025 
+
2028  typedef tmat4x2<f32, highp> highp_f32mat4x2;
+
2029 
+
2032  typedef tmat4x3<f32, highp> highp_f32mat4x3;
+
2033 
+
2036  typedef tmat4x4<f32, highp> highp_f32mat4x4;
+
2037 
+
2040  //typedef detail::tmat1x1<f32, highp> f32mat1;
+
2041 
+
2044  typedef highp_f32mat2x2 highp_f32mat2;
+
2045 
+
2048  typedef highp_f32mat3x3 highp_f32mat3;
+
2049 
+
2052  typedef highp_f32mat4x4 highp_f32mat4;
+
2053 
+
2054 
+
2057  //typedef f64 lowp_f64mat1x1;
+
2058 
+
2061  typedef tmat2x2<f64, lowp> lowp_f64mat2x2;
+
2062 
+
2065  typedef tmat2x3<f64, lowp> lowp_f64mat2x3;
+
2066 
+
2069  typedef tmat2x4<f64, lowp> lowp_f64mat2x4;
+
2070 
+
2073  typedef tmat3x2<f64, lowp> lowp_f64mat3x2;
+
2074 
+
2077  typedef tmat3x3<f64, lowp> lowp_f64mat3x3;
+
2078 
+
2081  typedef tmat3x4<f64, lowp> lowp_f64mat3x4;
+
2082 
+
2085  typedef tmat4x2<f64, lowp> lowp_f64mat4x2;
+
2086 
+
2089  typedef tmat4x3<f64, lowp> lowp_f64mat4x3;
+
2090 
+
2093  typedef tmat4x4<f64, lowp> lowp_f64mat4x4;
+
2094 
+
2097  //typedef lowp_f64mat1x1 lowp_f64mat1;
+
2098 
+
2101  typedef lowp_f64mat2x2 lowp_f64mat2;
+
2102 
+
2105  typedef lowp_f64mat3x3 lowp_f64mat3;
+
2106 
+
2109  typedef lowp_f64mat4x4 lowp_f64mat4;
+
2110 
+
2111 
+
2114  //typedef f64 Highp_f64mat1x1;
+
2115 
+
2118  typedef tmat2x2<f64, mediump> mediump_f64mat2x2;
+
2119 
+
2122  typedef tmat2x3<f64, mediump> mediump_f64mat2x3;
+
2123 
+
2126  typedef tmat2x4<f64, mediump> mediump_f64mat2x4;
+
2127 
+
2130  typedef tmat3x2<f64, mediump> mediump_f64mat3x2;
+
2131 
+
2134  typedef tmat3x3<f64, mediump> mediump_f64mat3x3;
+
2135 
+
2138  typedef tmat3x4<f64, mediump> mediump_f64mat3x4;
+
2139 
+
2142  typedef tmat4x2<f64, mediump> mediump_f64mat4x2;
+
2143 
+
2146  typedef tmat4x3<f64, mediump> mediump_f64mat4x3;
+
2147 
+
2150  typedef tmat4x4<f64, mediump> mediump_f64mat4x4;
+
2151 
+
2154  //typedef mediump_f64mat1x1 mediump_f64mat1;
+
2155 
+
2158  typedef mediump_f64mat2x2 mediump_f64mat2;
+
2159 
+
2162  typedef mediump_f64mat3x3 mediump_f64mat3;
+
2163 
+
2166  typedef mediump_f64mat4x4 mediump_f64mat4;
+
2167 
+
2170  //typedef f64 highp_f64mat1x1;
+
2171 
+
2174  typedef tmat2x2<f64, highp> highp_f64mat2x2;
+
2175 
+
2178  typedef tmat2x3<f64, highp> highp_f64mat2x3;
+
2179 
+
2182  typedef tmat2x4<f64, highp> highp_f64mat2x4;
+
2183 
+
2186  typedef tmat3x2<f64, highp> highp_f64mat3x2;
+
2187 
+
2190  typedef tmat3x3<f64, highp> highp_f64mat3x3;
+
2191 
+
2194  typedef tmat3x4<f64, highp> highp_f64mat3x4;
+
2195 
+
2198  typedef tmat4x2<f64, highp> highp_f64mat4x2;
+
2199 
+
2202  typedef tmat4x3<f64, highp> highp_f64mat4x3;
+
2203 
+
2206  typedef tmat4x4<f64, highp> highp_f64mat4x4;
+
2207 
+
2210  //typedef highp_f64mat1x1 highp_f64mat1;
+
2211 
+
2214  typedef highp_f64mat2x2 highp_f64mat2;
+
2215 
+
2218  typedef highp_f64mat3x3 highp_f64mat3;
+
2219 
+
2222  typedef highp_f64mat4x4 highp_f64mat4;
+
2223 
+
2225  // Quaternion types
+
2226 
+
2229  typedef tquat<f32, lowp> lowp_f32quat;
+
2230 
+
2233  typedef tquat<f64, lowp> lowp_f64quat;
+
2234 
+
2237  typedef tquat<f32, mediump> mediump_f32quat;
+
2238 
+
2241  typedef tquat<f64, mediump> mediump_f64quat;
+
2242 
+
2245  typedef tquat<f32, highp> highp_f32quat;
+
2246 
+
2249  typedef tquat<f64, highp> highp_f64quat;
+
2250 
+
2251 
+
2252 #if(defined(GLM_PRECISION_LOWP_FLOAT))
+
2253  typedef lowp_f32vec1 fvec1;
+
2254  typedef lowp_f32vec2 fvec2;
+
2255  typedef lowp_f32vec3 fvec3;
+
2256  typedef lowp_f32vec4 fvec4;
+
2257  typedef lowp_f32mat2 fmat2;
+
2258  typedef lowp_f32mat3 fmat3;
+
2259  typedef lowp_f32mat4 fmat4;
+
2260  typedef lowp_f32mat2x2 fmat2x2;
+
2261  typedef lowp_f32mat3x2 fmat3x2;
+
2262  typedef lowp_f32mat4x2 fmat4x2;
+
2263  typedef lowp_f32mat2x3 fmat2x3;
+
2264  typedef lowp_f32mat3x3 fmat3x3;
+
2265  typedef lowp_f32mat4x3 fmat4x3;
+
2266  typedef lowp_f32mat2x4 fmat2x4;
+
2267  typedef lowp_f32mat3x4 fmat3x4;
+
2268  typedef lowp_f32mat4x4 fmat4x4;
+
2269  typedef lowp_f32quat fquat;
+
2270 
+
2271  typedef lowp_f32vec1 f32vec1;
+
2272  typedef lowp_f32vec2 f32vec2;
+
2273  typedef lowp_f32vec3 f32vec3;
+
2274  typedef lowp_f32vec4 f32vec4;
+
2275  typedef lowp_f32mat2 f32mat2;
+
2276  typedef lowp_f32mat3 f32mat3;
+
2277  typedef lowp_f32mat4 f32mat4;
+
2278  typedef lowp_f32mat2x2 f32mat2x2;
+
2279  typedef lowp_f32mat3x2 f32mat3x2;
+
2280  typedef lowp_f32mat4x2 f32mat4x2;
+
2281  typedef lowp_f32mat2x3 f32mat2x3;
+
2282  typedef lowp_f32mat3x3 f32mat3x3;
+
2283  typedef lowp_f32mat4x3 f32mat4x3;
+
2284  typedef lowp_f32mat2x4 f32mat2x4;
+
2285  typedef lowp_f32mat3x4 f32mat3x4;
+
2286  typedef lowp_f32mat4x4 f32mat4x4;
+
2287  typedef lowp_f32quat f32quat;
+
2288 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT))
+
2289  typedef mediump_f32vec1 fvec1;
+
2290  typedef mediump_f32vec2 fvec2;
+
2291  typedef mediump_f32vec3 fvec3;
+
2292  typedef mediump_f32vec4 fvec4;
+
2293  typedef mediump_f32mat2 fmat2;
+
2294  typedef mediump_f32mat3 fmat3;
+
2295  typedef mediump_f32mat4 fmat4;
+
2296  typedef mediump_f32mat2x2 fmat2x2;
+
2297  typedef mediump_f32mat3x2 fmat3x2;
+
2298  typedef mediump_f32mat4x2 fmat4x2;
+
2299  typedef mediump_f32mat2x3 fmat2x3;
+
2300  typedef mediump_f32mat3x3 fmat3x3;
+
2301  typedef mediump_f32mat4x3 fmat4x3;
+
2302  typedef mediump_f32mat2x4 fmat2x4;
+
2303  typedef mediump_f32mat3x4 fmat3x4;
+
2304  typedef mediump_f32mat4x4 fmat4x4;
+
2305  typedef mediump_f32quat fquat;
+
2306 
+
2307  typedef mediump_f32vec1 f32vec1;
+
2308  typedef mediump_f32vec2 f32vec2;
+
2309  typedef mediump_f32vec3 f32vec3;
+
2310  typedef mediump_f32vec4 f32vec4;
+
2311  typedef mediump_f32mat2 f32mat2;
+
2312  typedef mediump_f32mat3 f32mat3;
+
2313  typedef mediump_f32mat4 f32mat4;
+
2314  typedef mediump_f32mat2x2 f32mat2x2;
+
2315  typedef mediump_f32mat3x2 f32mat3x2;
+
2316  typedef mediump_f32mat4x2 f32mat4x2;
+
2317  typedef mediump_f32mat2x3 f32mat2x3;
+
2318  typedef mediump_f32mat3x3 f32mat3x3;
+
2319  typedef mediump_f32mat4x3 f32mat4x3;
+
2320  typedef mediump_f32mat2x4 f32mat2x4;
+
2321  typedef mediump_f32mat3x4 f32mat3x4;
+
2322  typedef mediump_f32mat4x4 f32mat4x4;
+
2323  typedef mediump_f32quat f32quat;
+
2324 #else//if(defined(GLM_PRECISION_HIGHP_FLOAT))
+
2325  typedef highp_f32vec1 fvec1;
+
2328 
+
2331  typedef highp_f32vec2 fvec2;
+
2332 
+
2335  typedef highp_f32vec3 fvec3;
+
2336 
+
2339  typedef highp_f32vec4 fvec4;
+
2340 
+
2343  typedef highp_f32mat2x2 fmat2x2;
+
2344 
+
2347  typedef highp_f32mat2x3 fmat2x3;
+
2348 
+
2351  typedef highp_f32mat2x4 fmat2x4;
+
2352 
+
2355  typedef highp_f32mat3x2 fmat3x2;
+
2356 
+
2359  typedef highp_f32mat3x3 fmat3x3;
+
2360 
+
2363  typedef highp_f32mat3x4 fmat3x4;
+
2364 
+
2367  typedef highp_f32mat4x2 fmat4x2;
+
2368 
+
2371  typedef highp_f32mat4x3 fmat4x3;
+
2372 
+
2375  typedef highp_f32mat4x4 fmat4x4;
+
2376 
+
2379  typedef fmat2x2 fmat2;
+
2380 
+
2383  typedef fmat3x3 fmat3;
+
2384 
+
2387  typedef fmat4x4 fmat4;
+
2388 
+
2391  typedef highp_fquat fquat;
+
2392 
+
2393 
+
2394 
+
2397  typedef highp_f32vec1 f32vec1;
+
2398 
+
2401  typedef highp_f32vec2 f32vec2;
+
2402 
+
2405  typedef highp_f32vec3 f32vec3;
+
2406 
+
2409  typedef highp_f32vec4 f32vec4;
+
2410 
+
2413  typedef highp_f32mat2x2 f32mat2x2;
+
2414 
+
2417  typedef highp_f32mat2x3 f32mat2x3;
+
2418 
+
2421  typedef highp_f32mat2x4 f32mat2x4;
+
2422 
+
2425  typedef highp_f32mat3x2 f32mat3x2;
+
2426 
+
2429  typedef highp_f32mat3x3 f32mat3x3;
+
2430 
+
2433  typedef highp_f32mat3x4 f32mat3x4;
+
2434 
+
2437  typedef highp_f32mat4x2 f32mat4x2;
+
2438 
+
2441  typedef highp_f32mat4x3 f32mat4x3;
+
2442 
+
2445  typedef highp_f32mat4x4 f32mat4x4;
+
2446 
+
2449  typedef f32mat2x2 f32mat2;
+
2450 
+
2453  typedef f32mat3x3 f32mat3;
+
2454 
+
2457  typedef f32mat4x4 f32mat4;
+
2458 
+
2461  typedef highp_f32quat f32quat;
+
2462 #endif
+
2463 
+
2464 #if(defined(GLM_PRECISION_LOWP_DOUBLE))
+
2465  typedef lowp_f64vec1 f64vec1;
+
2466  typedef lowp_f64vec2 f64vec2;
+
2467  typedef lowp_f64vec3 f64vec3;
+
2468  typedef lowp_f64vec4 f64vec4;
+
2469  typedef lowp_f64mat2 f64mat2;
+
2470  typedef lowp_f64mat3 f64mat3;
+
2471  typedef lowp_f64mat4 f64mat4;
+
2472  typedef lowp_f64mat2x2 f64mat2x2;
+
2473  typedef lowp_f64mat3x2 f64mat3x2;
+
2474  typedef lowp_f64mat4x2 f64mat4x2;
+
2475  typedef lowp_f64mat2x3 f64mat2x3;
+
2476  typedef lowp_f64mat3x3 f64mat3x3;
+
2477  typedef lowp_f64mat4x3 f64mat4x3;
+
2478  typedef lowp_f64mat2x4 f64mat2x4;
+
2479  typedef lowp_f64mat3x4 f64mat3x4;
+
2480  typedef lowp_f64mat4x4 f64mat4x4;
+
2481  typedef lowp_f64quat f64quat;
+
2482 #elif(defined(GLM_PRECISION_MEDIUMP_DOUBLE))
+
2483  typedef mediump_f64vec1 f64vec1;
+
2484  typedef mediump_f64vec2 f64vec2;
+
2485  typedef mediump_f64vec3 f64vec3;
+
2486  typedef mediump_f64vec4 f64vec4;
+
2487  typedef mediump_f64mat2 f64mat2;
+
2488  typedef mediump_f64mat3 f64mat3;
+
2489  typedef mediump_f64mat4 f64mat4;
+
2490  typedef mediump_f64mat2x2 f64mat2x2;
+
2491  typedef mediump_f64mat3x2 f64mat3x2;
+
2492  typedef mediump_f64mat4x2 f64mat4x2;
+
2493  typedef mediump_f64mat2x3 f64mat2x3;
+
2494  typedef mediump_f64mat3x3 f64mat3x3;
+
2495  typedef mediump_f64mat4x3 f64mat4x3;
+
2496  typedef mediump_f64mat2x4 f64mat2x4;
+
2497  typedef mediump_f64mat3x4 f64mat3x4;
+
2498  typedef mediump_f64mat4x4 f64mat4x4;
+
2499  typedef mediump_f64quat f64quat;
+
2500 #else
+
2501  typedef highp_f64vec1 f64vec1;
+
2504 
+
2507  typedef highp_f64vec2 f64vec2;
+
2508 
+
2511  typedef highp_f64vec3 f64vec3;
+
2512 
+
2515  typedef highp_f64vec4 f64vec4;
+
2516 
+
2519  typedef highp_f64mat2x2 f64mat2x2;
+
2520 
+
2523  typedef highp_f64mat2x3 f64mat2x3;
+
2524 
+
2527  typedef highp_f64mat2x4 f64mat2x4;
+
2528 
+
2531  typedef highp_f64mat3x2 f64mat3x2;
+
2532 
+
2535  typedef highp_f64mat3x3 f64mat3x3;
+
2536 
+
2539  typedef highp_f64mat3x4 f64mat3x4;
+
2540 
+
2543  typedef highp_f64mat4x2 f64mat4x2;
+
2544 
+
2547  typedef highp_f64mat4x3 f64mat4x3;
+
2548 
+
2551  typedef highp_f64mat4x4 f64mat4x4;
+
2552 
+
2555  typedef f64mat2x2 f64mat2;
+
2556 
+
2559  typedef f64mat3x3 f64mat3;
+
2560 
+
2563  typedef f64mat4x4 f64mat4;
+
2564 
+
2567  typedef highp_f64quat f64quat;
+
2568 #endif
+
2569 
+
2570 }//namespace glm
+
detail::int8 lowp_int8_t
Low precision 8 bit signed integer type.
Definition: fwd.hpp:116
+
f32mat4x4 f32mat4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2457
+
highp_i16vec1 i16vec1
Default precision 16 bit signed integer scalar type.
Definition: fwd.hpp:444
+
float float32
Default 32 bit single-precision floating-point scalar.
Definition: type_float.hpp:55
+
highp_f32vec1 f32vec1
Default single-precision floating-point vector of 1 components.
Definition: fwd.hpp:2397
+
highp_f32mat2x4 f32mat2x4
Default single-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2421
+
detail::uint8 lowp_uint8
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:703
+
highp_f64vec4 f64vec4
Default double-precision floating-point vector of 4 components.
Definition: fwd.hpp:2515
+
highp_u32vec1 u32vec1
Default precision 32 bit unsigned integer scalar type.
Definition: fwd.hpp:1132
+
detail::int8 mediump_int8
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:148
+
detail::int8 mediump_i8
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:180
+
detail::uint8 highp_u8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:837
+
detail::int8 mediump_int8_t
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:164
+
detail::uint64 highp_uint64_t
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:833
+
detail::uint16 highp_uint16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:809
+
detail::uint32 highp_uint32_t
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:829
+
detail::int32 mediump_i32
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:188
+
detail::int8 highp_i8
High precision 8 bit signed integer type.
Definition: fwd.hpp:228
+
highp_i64vec2 i64vec2
Default precision 64 bit signed integer vector of 2 components type.
Definition: fwd.hpp:686
+
highp_u32vec3 u32vec3
Default precision 32 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1140
+
detail::uint16 lowp_uint16
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:707
+
highp_u8vec3 u8vec3
Default precision 8 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:981
+
highp_f32mat3x3 f32mat3x3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2429
+
tvec3< float, lowp > lowp_vec3
3 components vector of low single-precision floating-point numbers.
Definition: type_vec.hpp:257
+
detail::int64 mediump_i64
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:192
+
highp_u16vec4 u16vec4
Default precision 16 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1065
+
detail::uint64 highp_u64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:849
+
highp_float64_t f64
Default 64 bit double-precision floating-point scalar.
Definition: fwd.hpp:1509
+
highp_f64vec1 f64vec1
Default double-precision floating-point vector of 1 components.
Definition: fwd.hpp:2503
+
highp_u64vec4 u64vec4
Default precision 64 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1303
+
detail::int8 lowp_int8
Low precision 8 bit signed integer type.
Definition: fwd.hpp:100
+
detail::int16 lowp_int16
Low precision 16 bit signed integer type.
Definition: fwd.hpp:104
+
highp_i16vec4 i16vec4
Default precision 16 bit signed integer vector of 4 components type.
Definition: fwd.hpp:456
+
detail::int16 i16
16 bit signed integer type.
Definition: fwd.hpp:289
+
highp_f64mat3x2 f64mat3x2
Default double-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2531
+
fmat3x3 fmat3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2383
+
detail::int8 int8
8 bit signed integer type.
Definition: type_int.hpp:206
+
detail::int32 lowp_i32
Low precision 32 bit signed integer type.
Definition: fwd.hpp:140
+
detail::uint8 uint8_t
8 bit unsigned integer type.
Definition: fwd.hpp:877
+
detail::int32 lowp_int32_t
Low precision 32 bit signed integer type.
Definition: fwd.hpp:124
+
tvec2< float, highp > highp_vec2
2 components vector of high single-precision floating-point numbers.
Definition: type_vec.hpp:133
+
detail::uint8 highp_uint8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:805
+
detail::int32 highp_i32
High precision 32 bit signed integer type.
Definition: fwd.hpp:236
+
detail::uint8 mediump_uint8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:755
+
detail::uint8 mediump_u8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:787
+
highp_f32mat2x3 fmat2x3
Default single-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2347
+
highp_f32mat4x2 f32mat4x2
Default single-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2437
+
detail::uint16 highp_u16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:841
+
detail::uint32 highp_u32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:845
+
detail::int64 int64
64 bit signed integer type.
Definition: type_int.hpp:209
+
detail::uint32 u32
32 bit unsigned integer type.
Definition: fwd.hpp:902
+
highp_f64mat4x4 f64mat4x4
Default double-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2551
+
double float64
Default 64 bit double-precision floating-point scalar.
Definition: type_float.hpp:56
+
detail::int8 highp_int8
High precision 8 bit signed integer type.
Definition: fwd.hpp:196
+
highp_f64mat2x3 f64mat2x3
Default double-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2523
+
highp_u16vec3 u16vec3
Default precision 16 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1061
+
highp_i16vec2 i16vec2
Default precision 16 bit signed integer vector of 2 components type.
Definition: fwd.hpp:448
+
f32mat2x2 f32mat2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2449
+
detail::uint32 lowp_uint32
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:711
+
detail::int16 mediump_int16_t
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:168
+
detail::int8 int8_t
8 bit signed integer type.
Definition: fwd.hpp:268
+
detail::uint64 mediump_uint64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:767
+
detail::uint16 uint16
16 bit unsigned integer type.
Definition: type_int.hpp:212
+
highp_f32mat4x3 fmat4x3
Default single-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2371
+
detail::uint16 u16
16 bit unsigned integer type.
Definition: fwd.hpp:898
+
highp_f32vec4 fvec4
Default single-precision floating-point vector of 4 components.
Definition: fwd.hpp:2339
+
highp_u32vec2 u32vec2
Default precision 32 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1136
+
highp_f32mat2x2 f32mat2x2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2413
+
f64mat4x4 f64mat4
Default double-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2563
+
detail::int32 mediump_int32
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:156
+
detail::int16 highp_i16
High precision 16 bit signed integer type.
Definition: fwd.hpp:232
+
highp_f32mat3x2 f32mat3x2
Default single-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2425
+
detail::uint8 highp_uint8_t
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:821
+
highp_f64mat4x2 f64mat4x2
Default double-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2543
+
highp_f64mat3x4 f64mat3x4
Default double-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2539
+
highp_f32mat4x4 fmat4x4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2375
+
highp_float32_t float32_t
Default 32 bit single-precision floating-point scalar.
Definition: fwd.hpp:1497
+
detail::uint64 highp_uint64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:817
+
highp_u64vec1 u64vec1
Default precision 64 bit unsigned integer scalar type.
Definition: fwd.hpp:1291
+
detail::int64 lowp_i64
Low precision 64 bit signed integer type.
Definition: fwd.hpp:144
+
highp_f64vec3 f64vec3
Default double-precision floating-point vector of 3 components.
Definition: fwd.hpp:2511
+
detail::int16 int16
16 bit signed integer type.
Definition: type_int.hpp:207
+
detail::int32 lowp_int32
Low precision 32 bit signed integer type.
Definition: fwd.hpp:108
+
detail::uint64 lowp_uint64_t
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:732
+
highp_i32vec1 i32vec1
Default precision 32 bit signed integer scalar type.
Definition: fwd.hpp:523
+
tvec3< float, highp > highp_vec3
3 components vector of high single-precision floating-point numbers.
Definition: type_vec.hpp:243
+
detail::uint32 lowp_u32
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:745
+
highp_u8vec2 u8vec2
Default precision 8 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:977
+
highp_i16vec3 i16vec3
Default precision 16 bit signed integer vector of 3 components type.
Definition: fwd.hpp:452
+
highp_f32vec2 f32vec2
Default single-precision floating-point vector of 2 components.
Definition: fwd.hpp:2401
+
detail::uint8 lowp_uint8_t
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:720
+
highp_i64vec4 i64vec4
Default precision 64 bit signed integer vector of 4 components type.
Definition: fwd.hpp:694
+
highp_f32vec2 fvec2
Default single-precision floating-point vector of 2 components.
Definition: fwd.hpp:2331
+
fmat4x4 fmat4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2387
+
GLM Core
+
highp_f32vec4 f32vec4
Default single-precision floating-point vector of 4 components.
Definition: fwd.hpp:2409
+
detail::uint64 lowp_u64
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:749
+
detail::int8 i8
8 bit signed integer type.
Definition: fwd.hpp:285
+
highp_f32mat2x2 fmat2x2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2343
+
highp_i64vec3 i64vec3
Default precision 64 bit signed integer vector of 3 components type.
Definition: fwd.hpp:690
+
tvec4< float, lowp > lowp_vec4
4 components vector of low single-precision floating-point numbers.
Definition: type_vec.hpp:361
+
tvec2< float, lowp > lowp_vec2
2 components vector of low single-precision floating-point numbers.
Definition: type_vec.hpp:147
+
detail::int16 lowp_i16
Low precision 16 bit signed integer type.
Definition: fwd.hpp:136
+
detail::uint64 lowp_uint64
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:715
+
detail::int64 highp_int64
High precision 64 bit signed integer type.
Definition: fwd.hpp:208
+
detail::uint8 u8
8 bit unsigned integer type.
Definition: fwd.hpp:894
+
detail::uint32 mediump_u32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:795
+
f64mat2x2 f64mat2
Default double-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2555
+
highp_f64mat2x2 f64mat2x2
Default double-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2519
+
detail::int64 lowp_int64_t
Low precision 64 bit signed integer type.
Definition: fwd.hpp:128
+
detail::uint16 lowp_u16
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:741
+
highp_u16vec2 u16vec2
Default precision 16 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1057
+
detail::uint32 mediump_uint32_t
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:779
+
highp_u16vec1 u16vec1
Default precision 16 bit unsigned integer scalar type.
Definition: fwd.hpp:1053
+
highp_f64quat f64quat
Default double-precision floating-point quaternion.
Definition: fwd.hpp:2567
+
detail::uint16 lowp_uint16_t
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:724
+
detail::int64 highp_i64
High precision 64 bit signed integer type.
Definition: fwd.hpp:240
+
detail::int16 mediump_i16
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:184
+
highp_u64vec2 u64vec2
Default precision 64 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1295
+
detail::int32 highp_int32
High precision 32 bit signed integer type.
Definition: fwd.hpp:204
+
highp_f32mat2x3 f32mat2x3
Default single-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2417
+
highp_u32vec4 u32vec4
Default precision 32 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1144
+
detail::uint8 uint8
8 bit unsigned integer type.
Definition: type_int.hpp:211
+
detail::int32 mediump_int32_t
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:172
+
GLM Core
+
detail::uint32 uint32
32 bit unsigned integer type.
Definition: type_int.hpp:213
+
detail::int32 int32_t
32 bit signed integer type.
Definition: fwd.hpp:276
+
fmat2x2 fmat2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2379
+
detail::uint16 mediump_u16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:791
+
detail::uint16 highp_uint16_t
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:825
+
tvec3< float, mediump > mediump_vec3
3 components vector of medium single-precision floating-point numbers.
Definition: type_vec.hpp:250
+
detail::uint32 mediump_uint32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:763
+
Definition: _noise.hpp:11
+
detail::uint64 uint64_t
64 bit unsigned integer type.
Definition: fwd.hpp:889
+
GLM Core
+
highp_i8vec2 i8vec2
Default precision 8 bit signed integer vector of 2 components type.
Definition: fwd.hpp:368
+
highp_f32mat4x3 f32mat4x3
Default single-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2441
+
highp_f64mat4x3 f64mat4x3
Default double-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2547
+
detail::uint64 uint64
64 bit unsigned integer type.
Definition: type_int.hpp:214
+
highp_f32mat2x4 fmat2x4
Default single-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2351
+
detail::uint8 mediump_uint8_t
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:771
+
highp_f32mat3x4 fmat3x4
Default single-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2363
+
highp_i32vec2 i32vec2
Default precision 32 bit signed integer vector of 2 components type.
Definition: fwd.hpp:527
+
highp_float64_t float64_t
Default 64 bit double-precision floating-point scalar.
Definition: fwd.hpp:1501
+
highp_i8vec3 i8vec3
Default precision 8 bit signed integer vector of 3 components type.
Definition: fwd.hpp:372
+
detail::int64 mediump_int64_t
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:176
+ +
highp_f32mat4x4 f32mat4x4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2445
+
highp_i8vec1 i8vec1
Default precision 8 bit signed integer scalar type.
Definition: fwd.hpp:364
+
highp_i32vec4 i32vec4
Default precision 32 bit signed integer vector of 4 components type.
Definition: fwd.hpp:535
+
detail::int8 lowp_i8
Low precision 8 bit signed integer type.
Definition: fwd.hpp:132
+
highp_f32vec3 f32vec3
Default single-precision floating-point vector of 3 components.
Definition: fwd.hpp:2405
+
highp_f32vec1 fvec1
Default single-precision floating-point vector of 1 components.
Definition: fwd.hpp:2327
+
detail::int32 highp_int32_t
32 bit signed integer type.
Definition: fwd.hpp:220
+
detail::int64 mediump_int64
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:160
+
detail::uint64 mediump_u64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:799
+
highp_u64vec3 u64vec3
Default precision 64 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1299
+
highp_f32mat3x3 fmat3x3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2359
+
highp_i8vec4 i8vec4
Default precision 8 bit signed integer vector of 4 components type.
Definition: fwd.hpp:376
+
highp_f32vec3 fvec3
Default single-precision floating-point vector of 3 components.
Definition: fwd.hpp:2335
+
detail::uint8 lowp_u8
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:737
+
detail::uint32 highp_uint32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:813
+
highp_f32mat4x2 fmat4x2
Default single-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2367
+
detail::uint16 mediump_uint16_t
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:775
+
detail::uint32 uint32_t
32 bit unsigned integer type.
Definition: fwd.hpp:885
+
detail::uint64 mediump_uint64_t
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:783
+
tvec4< float, highp > highp_vec4
4 components vector of high single-precision floating-point numbers.
Definition: type_vec.hpp:349
+
highp_i32vec3 i32vec3
Default precision 32 bit signed integer vector of 3 components type.
Definition: fwd.hpp:531
+
highp_f32mat3x4 f32mat3x4
Default single-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2433
+
tvec2< float, mediump > mediump_vec2
2 components vector of medium single-precision floating-point numbers.
Definition: type_vec.hpp:140
+
detail::int32 int32
32 bit signed integer type.
Definition: type_int.hpp:208
+
highp_u8vec4 u8vec4
Default precision 8 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:985
+
detail::int64 highp_int64_t
High precision 64 bit signed integer type.
Definition: fwd.hpp:224
+
highp_i64vec1 i64vec1
Default precision 64 bit signed integer scalar type.
Definition: fwd.hpp:682
+
detail::uint16 mediump_uint16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:759
+
detail::uint64 u64
64 bit unsigned integer type.
Definition: fwd.hpp:906
+
detail::int64 lowp_int64
Low precision 64 bit signed integer type.
Definition: fwd.hpp:112
+
detail::int16 lowp_int16_t
Low precision 16 bit signed integer type.
Definition: fwd.hpp:120
+
tvec4< float, mediump > mediump_vec4
4 components vector of medium single-precision floating-point numbers.
Definition: type_vec.hpp:355
+
detail::int16 mediump_int16
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:152
+
detail::int16 int16_t
16 bit signed integer type.
Definition: fwd.hpp:272
+
detail::int64 int64_t
64 bit signed integer type.
Definition: fwd.hpp:280
+
detail::int32 i32
32 bit signed integer type.
Definition: fwd.hpp:293
+
detail::uint32 lowp_uint32_t
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:728
+
detail::int16 highp_int16
High precision 16 bit signed integer type.
Definition: fwd.hpp:200
+
detail::uint16 uint16_t
16 bit unsigned integer type.
Definition: fwd.hpp:881
+
highp_f32quat f32quat
Default single-precision floating-point quaternion.
Definition: fwd.hpp:2461
+
f64mat3x3 f64mat3
Default double-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2559
+
highp_f64vec2 f64vec2
Default double-precision floating-point vector of 2 components.
Definition: fwd.hpp:2507
+
detail::int64 i64
64 bit signed integer type.
Definition: fwd.hpp:297
+
highp_f64mat2x4 f64mat2x4
Default double-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2527
+
highp_f64mat3x3 f64mat3x3
Default double-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2535
+
detail::int16 highp_int16_t
High precision 16 bit signed integer type.
Definition: fwd.hpp:216
+
highp_f32mat3x2 fmat3x2
Default single-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2355
+
highp_u8vec1 u8vec1
Default precision 8 bit unsigned integer scalar type.
Definition: fwd.hpp:973
+
highp_float32_t f32
Default 32 bit single-precision floating-point scalar.
Definition: fwd.hpp:1505
+
detail::int8 highp_int8_t
High precision 8 bit signed integer type.
Definition: fwd.hpp:212
+
f32mat3x3 f32mat3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2453
+
+ + + + diff --git a/glm/doc/api/a00040.html b/glm/doc/api/a00040.html new file mode 100644 index 0000000..15ef3e3 --- /dev/null +++ b/glm/doc/api/a00040.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: geometric.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
geometric.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file geometric.hpp.

+
+ + + + diff --git a/glm/doc/api/a00040_source.html b/glm/doc/api/a00040_source.html new file mode 100644 index 0000000..75a2685 --- /dev/null +++ b/glm/doc/api/a00040_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: geometric.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
geometric.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+ + +
+ + + + diff --git a/glm/doc/api/a00041.html b/glm/doc/api/a00041.html new file mode 100644 index 0000000..033d009 --- /dev/null +++ b/glm/doc/api/a00041.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: glm.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
glm.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file glm.hpp.

+
+ + + + diff --git a/glm/doc/api/a00041_source.html b/glm/doc/api/a00041_source.html new file mode 100644 index 0000000..c6f920f --- /dev/null +++ b/glm/doc/api/a00041_source.html @@ -0,0 +1,159 @@ + + + + + + +0.9.9 API documenation: glm.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
glm.hpp
+
+
+Go to the documentation of this file.
1 
+
52 #include "detail/_fixes.hpp"
+
53 
+
54 #pragma once
+
55 
+
56 #include <cmath>
+
57 #include <climits>
+
58 #include <cfloat>
+
59 #include <limits>
+
60 #include <cassert>
+
61 #include "fwd.hpp"
+
62 
+
63 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED)
+
64 # define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED
+
65 # pragma message("GLM: Core library included")
+
66 #endif//GLM_MESSAGES
+
67 
+
68 #include "vec2.hpp"
+
69 #include "vec3.hpp"
+
70 #include "vec4.hpp"
+
71 #include "mat2x2.hpp"
+
72 #include "mat2x3.hpp"
+
73 #include "mat2x4.hpp"
+
74 #include "mat3x2.hpp"
+
75 #include "mat3x3.hpp"
+
76 #include "mat3x4.hpp"
+
77 #include "mat4x2.hpp"
+
78 #include "mat4x3.hpp"
+
79 #include "mat4x4.hpp"
+
80 
+
81 #include "trigonometric.hpp"
+
82 #include "exponential.hpp"
+
83 #include "common.hpp"
+
84 #include "packing.hpp"
+
85 #include "geometric.hpp"
+
86 #include "matrix.hpp"
+
87 #include "vector_relational.hpp"
+
88 #include "integer.hpp"
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+ +
GLM Core
+
GLM Core
+ +
GLM Core
+
GLM Core
+
GLM Core
+ +
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00042.html b/glm/doc/api/a00042.html new file mode 100644 index 0000000..5565f67 --- /dev/null +++ b/glm/doc/api/a00042.html @@ -0,0 +1,125 @@ + + + + + + +0.9.9 API documenation: gradient_paint.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gradient_paint.hpp File Reference
+
+
+ +

GLM_GTX_gradient_paint +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL T linearGradient (tvec2< T, P > const &Point0, tvec2< T, P > const &Point1, tvec2< T, P > const &Position)
 Return a color from a linear gradient. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T radialGradient (tvec2< T, P > const &Center, T const &Radius, tvec2< T, P > const &Focal, tvec2< T, P > const &Position)
 Return a color from a radial gradient. More...
 
+

Detailed Description

+

GLM_GTX_gradient_paint

+
See also
GLM Core (dependence)
+
+GLM_GTX_optimum_pow (dependence)
+ +

Definition in file gradient_paint.hpp.

+
+ + + + diff --git a/glm/doc/api/a00042_source.html b/glm/doc/api/a00042_source.html new file mode 100644 index 0000000..ac2f44e --- /dev/null +++ b/glm/doc/api/a00042_source.html @@ -0,0 +1,136 @@ + + + + + + +0.9.9 API documenation: gradient_paint.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gradient_paint.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 #include "../gtx/optimum_pow.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_gradient_paint is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_gradient_paint extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename T, precision P>
+
35  GLM_FUNC_DECL T radialGradient(
+
36  tvec2<T, P> const & Center,
+
37  T const & Radius,
+
38  tvec2<T, P> const & Focal,
+
39  tvec2<T, P> const & Position);
+
40 
+
43  template <typename T, precision P>
+
44  GLM_FUNC_DECL T linearGradient(
+
45  tvec2<T, P> const & Point0,
+
46  tvec2<T, P> const & Point1,
+
47  tvec2<T, P> const & Position);
+
48 
+
50 }// namespace glm
+
51 
+
52 #include "gradient_paint.inl"
+
GLM_FUNC_DECL T linearGradient(tvec2< T, P > const &Point0, tvec2< T, P > const &Point1, tvec2< T, P > const &Position)
Return a color from a linear gradient.
+
GLM_FUNC_DECL T radialGradient(tvec2< T, P > const &Center, T const &Radius, tvec2< T, P > const &Focal, tvec2< T, P > const &Position)
Return a color from a radial gradient.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00043.html b/glm/doc/api/a00043.html new file mode 100644 index 0000000..ad35f7b --- /dev/null +++ b/glm/doc/api/a00043.html @@ -0,0 +1,123 @@ + + + + + + +0.9.9 API documenation: handed_coordinate_space.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
handed_coordinate_space.hpp File Reference
+
+
+ +

GLM_GTX_handed_coordinate_space +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL bool leftHanded (tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
 Return if a trihedron left handed or not. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool rightHanded (tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
 Return if a trihedron right handed or not. More...
 
+

Detailed Description

+

GLM_GTX_handed_coordinate_space

+
See also
GLM Core (dependence)
+ +

Definition in file handed_coordinate_space.hpp.

+
+ + + + diff --git a/glm/doc/api/a00043_source.html b/glm/doc/api/a00043_source.html new file mode 100644 index 0000000..64515c8 --- /dev/null +++ b/glm/doc/api/a00043_source.html @@ -0,0 +1,134 @@ + + + + + + +0.9.9 API documenation: handed_coordinate_space.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
handed_coordinate_space.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_handed_coordinate_space is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_handed_coordinate_space extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T, precision P>
+
34  GLM_FUNC_DECL bool rightHanded(
+
35  tvec3<T, P> const & tangent,
+
36  tvec3<T, P> const & binormal,
+
37  tvec3<T, P> const & normal);
+
38 
+
41  template <typename T, precision P>
+
42  GLM_FUNC_DECL bool leftHanded(
+
43  tvec3<T, P> const & tangent,
+
44  tvec3<T, P> const & binormal,
+
45  tvec3<T, P> const & normal);
+
46 
+
48 }// namespace glm
+
49 
+
50 #include "handed_coordinate_space.inl"
+
GLM_FUNC_DECL bool leftHanded(tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
Return if a trihedron left handed or not.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL bool rightHanded(tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
Return if a trihedron right handed or not.
+
+ + + + diff --git a/glm/doc/api/a00044.html b/glm/doc/api/a00044.html new file mode 100644 index 0000000..73f7bd7 --- /dev/null +++ b/glm/doc/api/a00044.html @@ -0,0 +1,109 @@ + + + + + + +0.9.9 API documenation: hash.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
hash.hpp File Reference
+
+
+ +

GLM_GTX_hash +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM_GTX_hash

+
See also
GLM Core (dependence)
+ +

Definition in file hash.hpp.

+
+ + + + diff --git a/glm/doc/api/a00044_source.html b/glm/doc/api/a00044_source.html new file mode 100644 index 0000000..098c6cd --- /dev/null +++ b/glm/doc/api/a00044_source.html @@ -0,0 +1,228 @@ + + + + + + +0.9.9 API documenation: hash.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
hash.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 #ifndef GLM_ENABLE_EXPERIMENTAL
+
16 # error "GLM: GLM_GTX_hash is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
17 #endif
+
18 
+
19 #include <functional>
+
20 
+
21 #include "../vec2.hpp"
+
22 #include "../vec3.hpp"
+
23 #include "../vec4.hpp"
+
24 #include "../gtc/vec1.hpp"
+
25 
+
26 #include "../gtc/quaternion.hpp"
+
27 #include "../gtx/dual_quaternion.hpp"
+
28 
+
29 #include "../mat2x2.hpp"
+
30 #include "../mat2x3.hpp"
+
31 #include "../mat2x4.hpp"
+
32 
+
33 #include "../mat3x2.hpp"
+
34 #include "../mat3x3.hpp"
+
35 #include "../mat3x4.hpp"
+
36 
+
37 #include "../mat4x2.hpp"
+
38 #include "../mat4x3.hpp"
+
39 #include "../mat4x4.hpp"
+
40 
+
41 #if !GLM_HAS_CXX11_STL
+
42 # error "GLM_GTX_hash requires C++11 standard library support"
+
43 #endif
+
44 
+
45 namespace std
+
46 {
+
47  template <typename T, glm::precision P>
+
48  struct hash<glm::tvec1<T,P> >
+
49  {
+
50  GLM_FUNC_DECL size_t operator()(glm::tvec1<T, P> const & v) const;
+
51  };
+
52 
+
53  template <typename T, glm::precision P>
+
54  struct hash<glm::tvec2<T,P> >
+
55  {
+
56  GLM_FUNC_DECL size_t operator()(glm::tvec2<T, P> const & v) const;
+
57  };
+
58 
+
59  template <typename T, glm::precision P>
+
60  struct hash<glm::tvec3<T,P> >
+
61  {
+
62  GLM_FUNC_DECL size_t operator()(glm::tvec3<T, P> const & v) const;
+
63  };
+
64 
+
65  template <typename T, glm::precision P>
+
66  struct hash<glm::tvec4<T,P> >
+
67  {
+
68  GLM_FUNC_DECL size_t operator()(glm::tvec4<T, P> const & v) const;
+
69  };
+
70 
+
71  template <typename T, glm::precision P>
+
72  struct hash<glm::tquat<T,P>>
+
73  {
+
74  GLM_FUNC_DECL size_t operator()(glm::tquat<T, P> const & q) const;
+
75  };
+
76 
+
77  template <typename T, glm::precision P>
+
78  struct hash<glm::tdualquat<T,P> >
+
79  {
+
80  GLM_FUNC_DECL size_t operator()(glm::tdualquat<T,P> const & q) const;
+
81  };
+
82 
+
83  template <typename T, glm::precision P>
+
84  struct hash<glm::tmat2x2<T,P> >
+
85  {
+
86  GLM_FUNC_DECL size_t operator()(glm::tmat2x2<T,P> const & m) const;
+
87  };
+
88 
+
89  template <typename T, glm::precision P>
+
90  struct hash<glm::tmat2x3<T,P> >
+
91  {
+
92  GLM_FUNC_DECL size_t operator()(glm::tmat2x3<T,P> const & m) const;
+
93  };
+
94 
+
95  template <typename T, glm::precision P>
+
96  struct hash<glm::tmat2x4<T,P> >
+
97  {
+
98  GLM_FUNC_DECL size_t operator()(glm::tmat2x4<T,P> const & m) const;
+
99  };
+
100 
+
101  template <typename T, glm::precision P>
+
102  struct hash<glm::tmat3x2<T,P> >
+
103  {
+
104  GLM_FUNC_DECL size_t operator()(glm::tmat3x2<T,P> const & m) const;
+
105  };
+
106 
+
107  template <typename T, glm::precision P>
+
108  struct hash<glm::tmat3x3<T,P> >
+
109  {
+
110  GLM_FUNC_DECL size_t operator()(glm::tmat3x3<T,P> const & m) const;
+
111  };
+
112 
+
113  template <typename T, glm::precision P>
+
114  struct hash<glm::tmat3x4<T,P> >
+
115  {
+
116  GLM_FUNC_DECL size_t operator()(glm::tmat3x4<T,P> const & m) const;
+
117  };
+
118 
+
119  template <typename T, glm::precision P>
+
120  struct hash<glm::tmat4x2<T,P> >
+
121  {
+
122  GLM_FUNC_DECL size_t operator()(glm::tmat4x2<T,P> const & m) const;
+
123  };
+
124 
+
125  template <typename T, glm::precision P>
+
126  struct hash<glm::tmat4x3<T,P> >
+
127  {
+
128  GLM_FUNC_DECL size_t operator()(glm::tmat4x3<T,P> const & m) const;
+
129  };
+
130 
+
131  template <typename T, glm::precision P>
+
132  struct hash<glm::tmat4x4<T,P> >
+
133  {
+
134  GLM_FUNC_DECL size_t operator()(glm::tmat4x4<T,P> const & m) const;
+
135  };
+
136 } // namespace std
+
137 
+
138 #include "hash.inl"
+
Definition: hash.hpp:45
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00045.html b/glm/doc/api/a00045.html new file mode 100644 index 0000000..0bf432a --- /dev/null +++ b/glm/doc/api/a00045.html @@ -0,0 +1,141 @@ + + + + + + +0.9.9 API documenation: integer.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtc/integer.hpp File Reference
+
+
+ +

GLM_GTC_integer +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > iround (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType log2 (genIUType x)
 Returns the log2 of x for integer values. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType mod (genIUType x, genIUType y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const &x, T y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const &x, vecType< T, P > const &y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint, P > uround (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
+

Detailed Description

+

GLM_GTC_integer

+
See also
GLM Core (dependence)
+
+GLM_GTC_integer (dependence)
+ +

Definition in file gtc/integer.hpp.

+
+ + + + diff --git a/glm/doc/api/a00045_source.html b/glm/doc/api/a00045_source.html new file mode 100644 index 0000000..9377569 --- /dev/null +++ b/glm/doc/api/a00045_source.html @@ -0,0 +1,143 @@ + + + + + + +0.9.9 API documenation: integer.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtc/integer.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 #include "../detail/func_common.hpp"
+
20 #include "../detail/func_integer.hpp"
+
21 #include "../detail/func_exponential.hpp"
+
22 #include <limits>
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTC_integer extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
35  template <typename genIUType>
+
36  GLM_FUNC_DECL genIUType log2(genIUType x);
+
37 
+
46  template <typename genIUType>
+
47  GLM_FUNC_DECL genIUType mod(genIUType x, genIUType y);
+
48 
+
58  template <typename T, precision P, template <typename, precision> class vecType>
+
59  GLM_FUNC_DECL vecType<T, P> mod(vecType<T, P> const & x, T y);
+
60 
+
70  template <typename T, precision P, template <typename, precision> class vecType>
+
71  GLM_FUNC_DECL vecType<T, P> mod(vecType<T, P> const & x, vecType<T, P> const & y);
+
72 
+
83  template <typename T, precision P, template <typename, precision> class vecType>
+
84  GLM_FUNC_DECL vecType<int, P> iround(vecType<T, P> const & x);
+
85 
+
96  template <typename T, precision P, template <typename, precision> class vecType>
+
97  GLM_FUNC_DECL vecType<uint, P> uround(vecType<T, P> const & x);
+
98 
+
100 } //namespace glm
+
101 
+
102 #include "integer.inl"
+
GLM_FUNC_DECL vecType< uint, P > uround(vecType< T, P > const &x)
Returns a value equal to the nearest integer to x.
+
GLM_FUNC_DECL genIUType log2(genIUType x)
Returns the log2 of x for integer values.
+
GLM_FUNC_DECL genIUType mod(genIUType x, genIUType y)
Modulus.
+
GLM_FUNC_DECL vecType< int, P > iround(vecType< T, P > const &x)
Returns a value equal to the nearest integer to x.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00046.html b/glm/doc/api/a00046.html new file mode 100644 index 0000000..ab5cdde --- /dev/null +++ b/glm/doc/api/a00046.html @@ -0,0 +1,150 @@ + + + + + + +0.9.9 API documenation: integer.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtx/integer.hpp File Reference
+
+
+ +

GLM_GTX_integer +More...

+ +

Go to the source code of this file.

+ + + + + +

+Typedefs

typedef signed int sint
 32bit signed integer. More...
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType factorial (genType const &x)
 Return the factorial value of a number (!12 max, integer only) From GLM_GTX_integer extension. More...
 
GLM_FUNC_DECL unsigned int floor_log2 (unsigned int x)
 Returns the floor log2 of x. More...
 
GLM_FUNC_DECL int mod (int x, int y)
 Modulus. More...
 
GLM_FUNC_DECL uint mod (uint x, uint y)
 Modulus. More...
 
GLM_FUNC_DECL uint nlz (uint x)
 Returns the number of leading zeros. More...
 
GLM_FUNC_DECL int pow (int x, int y)
 Returns x raised to the y power. More...
 
GLM_FUNC_DECL uint pow (uint x, uint y)
 Returns x raised to the y power. More...
 
GLM_FUNC_DECL int sqrt (int x)
 Returns the positive square root of x. More...
 
GLM_FUNC_DECL uint sqrt (uint x)
 Returns the positive square root of x. More...
 
+

Detailed Description

+

GLM_GTX_integer

+
See also
GLM Core (dependence)
+ +

Definition in file gtx/integer.hpp.

+
+ + + + diff --git a/glm/doc/api/a00046_source.html b/glm/doc/api/a00046_source.html new file mode 100644 index 0000000..6d7fc86 --- /dev/null +++ b/glm/doc/api/a00046_source.html @@ -0,0 +1,150 @@ + + + + + + +0.9.9 API documenation: integer.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtx/integer.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 #include "../gtc/integer.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_integer is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_integer extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  GLM_FUNC_DECL int pow(int x, int y);
+
35 
+
38  GLM_FUNC_DECL int sqrt(int x);
+
39 
+
42  GLM_FUNC_DECL unsigned int floor_log2(unsigned int x);
+
43 
+
46  GLM_FUNC_DECL int mod(int x, int y);
+
47 
+
50  template <typename genType>
+
51  GLM_FUNC_DECL genType factorial(genType const & x);
+
52 
+
55  typedef signed int sint;
+
56 
+
59  GLM_FUNC_DECL uint pow(uint x, uint y);
+
60 
+
63  GLM_FUNC_DECL uint sqrt(uint x);
+
64 
+
67  GLM_FUNC_DECL uint mod(uint x, uint y);
+
68 
+
71  GLM_FUNC_DECL uint nlz(uint x);
+
72 
+
74 }//namespace glm
+
75 
+
76 #include "integer.inl"
+
unsigned int uint
Unsigned integer type.
Definition: type_int.hpp:288
+
GLM_FUNC_DECL uint mod(uint x, uint y)
Modulus.
+
signed int sint
32bit signed integer.
Definition: gtx/integer.hpp:55
+
GLM_FUNC_DECL uint pow(uint x, uint y)
Returns x raised to the y power.
+
GLM_FUNC_DECL uint nlz(uint x)
Returns the number of leading zeros.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL uint sqrt(uint x)
Returns the positive square root of x.
+
GLM_FUNC_DECL genType factorial(genType const &x)
Return the factorial value of a number (!12 max, integer only) From GLM_GTX_integer extension...
+
GLM_FUNC_DECL unsigned int floor_log2(unsigned int x)
Returns the floor log2 of x.
+
+ + + + diff --git a/glm/doc/api/a00047.html b/glm/doc/api/a00047.html new file mode 100644 index 0000000..ca81c88 --- /dev/null +++ b/glm/doc/api/a00047.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: integer.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
integer.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file integer.hpp.

+
+ + + + diff --git a/glm/doc/api/a00047_source.html b/glm/doc/api/a00047_source.html new file mode 100644 index 0000000..e855d71 --- /dev/null +++ b/glm/doc/api/a00047_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: integer.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
integer.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+ + +
+ + + + diff --git a/glm/doc/api/a00048.html b/glm/doc/api/a00048.html new file mode 100644 index 0000000..781e6e5 --- /dev/null +++ b/glm/doc/api/a00048.html @@ -0,0 +1,141 @@ + + + + + + +0.9.9 API documenation: intersect.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
intersect.hpp File Reference
+
+
+ +

GLM_GTX_intersect +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL bool intersectLineSphere (genType const &point0, genType const &point1, genType const &sphereCenter, typename genType::value_type sphereRadius, genType &intersectionPosition1, genType &intersectionNormal1, genType &intersectionPosition2=genType(), genType &intersectionNormal2=genType())
 Compute the intersection of a line and a sphere. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectLineTriangle (genType const &orig, genType const &dir, genType const &vert0, genType const &vert1, genType const &vert2, genType &position)
 Compute the intersection of a line and a triangle. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRayPlane (genType const &orig, genType const &dir, genType const &planeOrig, genType const &planeNormal, typename genType::value_type &intersectionDistance)
 Compute the intersection of a ray and a plane. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRaySphere (genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, typename genType::value_type const sphereRadiusSquered, typename genType::value_type &intersectionDistance)
 Compute the intersection distance of a ray and a sphere. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRaySphere (genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, const typename genType::value_type sphereRadius, genType &intersectionPosition, genType &intersectionNormal)
 Compute the intersection of a ray and a sphere. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRayTriangle (genType const &orig, genType const &dir, genType const &vert0, genType const &vert1, genType const &vert2, genType &baryPosition)
 Compute the intersection of a ray and a triangle. More...
 
+

Detailed Description

+

GLM_GTX_intersect

+
See also
GLM Core (dependence)
+
+GLM_GTX_closest_point (dependence)
+ +

Definition in file intersect.hpp.

+
+ + + + diff --git a/glm/doc/api/a00048_source.html b/glm/doc/api/a00048_source.html new file mode 100644 index 0000000..18928c7 --- /dev/null +++ b/glm/doc/api/a00048_source.html @@ -0,0 +1,167 @@ + + + + + + +0.9.9 API documenation: intersect.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
intersect.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include <cfloat>
+
18 #include <limits>
+
19 #include "../glm.hpp"
+
20 #include "../geometric.hpp"
+
21 #include "../gtx/closest_point.hpp"
+
22 #include "../gtx/vector_query.hpp"
+
23 
+
24 #ifndef GLM_ENABLE_EXPERIMENTAL
+
25 # error "GLM: GLM_GTX_closest_point is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
26 #endif
+
27 
+
28 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
29 # pragma message("GLM: GLM_GTX_closest_point extension included")
+
30 #endif
+
31 
+
32 namespace glm
+
33 {
+
36 
+
40  template <typename genType>
+
41  GLM_FUNC_DECL bool intersectRayPlane(
+
42  genType const & orig, genType const & dir,
+
43  genType const & planeOrig, genType const & planeNormal,
+
44  typename genType::value_type & intersectionDistance);
+
45 
+
48  template <typename genType>
+
49  GLM_FUNC_DECL bool intersectRayTriangle(
+
50  genType const & orig, genType const & dir,
+
51  genType const & vert0, genType const & vert1, genType const & vert2,
+
52  genType & baryPosition);
+
53 
+
56  template <typename genType>
+
57  GLM_FUNC_DECL bool intersectLineTriangle(
+
58  genType const & orig, genType const & dir,
+
59  genType const & vert0, genType const & vert1, genType const & vert2,
+
60  genType & position);
+
61 
+
65  template <typename genType>
+
66  GLM_FUNC_DECL bool intersectRaySphere(
+
67  genType const & rayStarting, genType const & rayNormalizedDirection,
+
68  genType const & sphereCenter, typename genType::value_type const sphereRadiusSquered,
+
69  typename genType::value_type & intersectionDistance);
+
70 
+
73  template <typename genType>
+
74  GLM_FUNC_DECL bool intersectRaySphere(
+
75  genType const & rayStarting, genType const & rayNormalizedDirection,
+
76  genType const & sphereCenter, const typename genType::value_type sphereRadius,
+
77  genType & intersectionPosition, genType & intersectionNormal);
+
78 
+
81  template <typename genType>
+
82  GLM_FUNC_DECL bool intersectLineSphere(
+
83  genType const & point0, genType const & point1,
+
84  genType const & sphereCenter, typename genType::value_type sphereRadius,
+
85  genType & intersectionPosition1, genType & intersectionNormal1,
+
86  genType & intersectionPosition2 = genType(), genType & intersectionNormal2 = genType());
+
87 
+
89 }//namespace glm
+
90 
+
91 #include "intersect.inl"
+
GLM_FUNC_DECL bool intersectRaySphere(genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, const typename genType::value_type sphereRadius, genType &intersectionPosition, genType &intersectionNormal)
Compute the intersection of a ray and a sphere.
+
GLM_FUNC_DECL bool intersectRayPlane(genType const &orig, genType const &dir, genType const &planeOrig, genType const &planeNormal, typename genType::value_type &intersectionDistance)
Compute the intersection of a ray and a plane.
+
GLM_FUNC_DECL bool intersectLineTriangle(genType const &orig, genType const &dir, genType const &vert0, genType const &vert1, genType const &vert2, genType &position)
Compute the intersection of a line and a triangle.
+
GLM_FUNC_DECL bool intersectLineSphere(genType const &point0, genType const &point1, genType const &sphereCenter, typename genType::value_type sphereRadius, genType &intersectionPosition1, genType &intersectionNormal1, genType &intersectionPosition2=genType(), genType &intersectionNormal2=genType())
Compute the intersection of a line and a sphere.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL bool intersectRayTriangle(genType const &orig, genType const &dir, genType const &vert0, genType const &vert1, genType const &vert2, genType &baryPosition)
Compute the intersection of a ray and a triangle.
+
+ + + + diff --git a/glm/doc/api/a00049.html b/glm/doc/api/a00049.html new file mode 100644 index 0000000..075e13f --- /dev/null +++ b/glm/doc/api/a00049.html @@ -0,0 +1,114 @@ + + + + + + +0.9.9 API documenation: io.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
io.hpp File Reference
+
+
+ +

GLM_GTX_io +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM_GTX_io

+
Author
Jan P Springer (regni.nosp@m.rpsj.nosp@m.@gmai.nosp@m.l.co.nosp@m.m)
+
See also
GLM Core (dependence)
+
+GLM_GTC_matrix_access (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file io.hpp.

+
+ + + + diff --git a/glm/doc/api/a00049_source.html b/glm/doc/api/a00049_source.html new file mode 100644 index 0000000..07d9168 --- /dev/null +++ b/glm/doc/api/a00049_source.html @@ -0,0 +1,280 @@ + + + + + + +0.9.9 API documenation: io.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
io.hpp
+
+
+Go to the documentation of this file.
1 
+
20 #pragma once
+
21 
+
22 // Dependency:
+
23 #include "../glm.hpp"
+
24 #include "../gtx/quaternion.hpp"
+
25 
+
26 #ifndef GLM_ENABLE_EXPERIMENTAL
+
27 # error "GLM: GLM_GTX_io is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
28 #endif
+
29 
+
30 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
31 # pragma message("GLM: GLM_GTX_io extension included")
+
32 #endif
+
33 
+
34 #include <iosfwd> // std::basic_ostream<> (fwd)
+
35 #include <locale> // std::locale, std::locale::facet, std::locale::id
+
36 #include <utility> // std::pair<>
+
37 
+
38 namespace glm
+
39 {
+
42 
+
43  namespace io
+
44  {
+
45  enum order_type { column_major, row_major};
+
46 
+
47  template <typename CTy>
+
48  class format_punct : public std::locale::facet
+
49  {
+
50  typedef CTy char_type;
+
51 
+
52  public:
+
53 
+
54  static std::locale::id id;
+
55 
+
56  bool formatted;
+
57  unsigned precision;
+
58  unsigned width;
+
59  char_type separator;
+
60  char_type delim_left;
+
61  char_type delim_right;
+
62  char_type space;
+
63  char_type newline;
+
64  order_type order;
+
65 
+
66  GLM_FUNC_DECL explicit format_punct(size_t a = 0);
+
67  GLM_FUNC_DECL explicit format_punct(format_punct const&);
+
68  };
+
69 
+
70  template <typename CTy, typename CTr = std::char_traits<CTy> >
+
71  class basic_state_saver {
+
72 
+
73  public:
+
74 
+
75  GLM_FUNC_DECL explicit basic_state_saver(std::basic_ios<CTy,CTr>&);
+
76  GLM_FUNC_DECL ~basic_state_saver();
+
77 
+
78  private:
+
79 
+
80  typedef ::std::basic_ios<CTy,CTr> state_type;
+
81  typedef typename state_type::char_type char_type;
+
82  typedef ::std::ios_base::fmtflags flags_type;
+
83  typedef ::std::streamsize streamsize_type;
+
84  typedef ::std::locale const locale_type;
+
85 
+
86  state_type& state_;
+
87  flags_type flags_;
+
88  streamsize_type precision_;
+
89  streamsize_type width_;
+
90  char_type fill_;
+
91  locale_type locale_;
+
92 
+
93  GLM_FUNC_DECL basic_state_saver& operator=(basic_state_saver const&);
+
94  };
+
95 
+
96  typedef basic_state_saver<char> state_saver;
+
97  typedef basic_state_saver<wchar_t> wstate_saver;
+
98 
+
99  template <typename CTy, typename CTr = std::char_traits<CTy> >
+
100  class basic_format_saver
+
101  {
+
102  public:
+
103 
+
104  GLM_FUNC_DECL explicit basic_format_saver(std::basic_ios<CTy,CTr>&);
+
105  GLM_FUNC_DECL ~basic_format_saver();
+
106 
+
107  private:
+
108 
+
109  basic_state_saver<CTy> const bss_;
+
110 
+
111  GLM_FUNC_DECL basic_format_saver& operator=(basic_format_saver const&);
+
112  };
+
113 
+
114  typedef basic_format_saver<char> format_saver;
+
115  typedef basic_format_saver<wchar_t> wformat_saver;
+
116 
+
117  struct precision
+
118  {
+
119  unsigned value;
+
120 
+
121  GLM_FUNC_DECL explicit precision(unsigned);
+
122  };
+
123 
+
124  struct width
+
125  {
+
126  unsigned value;
+
127 
+
128  GLM_FUNC_DECL explicit width(unsigned);
+
129  };
+
130 
+
131  template <typename CTy>
+
132  struct delimeter
+
133  {
+
134  CTy value[3];
+
135 
+
136  GLM_FUNC_DECL explicit delimeter(CTy /* left */, CTy /* right */, CTy /* separator */ = ',');
+
137  };
+
138 
+
139  struct order
+
140  {
+
141  order_type value;
+
142 
+
143  GLM_FUNC_DECL explicit order(order_type);
+
144  };
+
145 
+
146  // functions, inlined (inline)
+
147 
+
148  template <typename FTy, typename CTy, typename CTr>
+
149  FTy const& get_facet(std::basic_ios<CTy,CTr>&);
+
150  template <typename FTy, typename CTy, typename CTr>
+
151  std::basic_ios<CTy,CTr>& formatted(std::basic_ios<CTy,CTr>&);
+
152  template <typename FTy, typename CTy, typename CTr>
+
153  std::basic_ios<CTy,CTr>& unformattet(std::basic_ios<CTy,CTr>&);
+
154 
+
155  template <typename CTy, typename CTr>
+
156  std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>&, precision const&);
+
157  template <typename CTy, typename CTr>
+
158  std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>&, width const&);
+
159  template <typename CTy, typename CTr>
+
160  std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>&, delimeter<CTy> const&);
+
161  template <typename CTy, typename CTr>
+
162  std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>&, order const&);
+
163  }//namespace io
+
164 
+
165  template <typename CTy, typename CTr, typename T, precision P>
+
166  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tquat<T,P> const&);
+
167  template <typename CTy, typename CTr, typename T, precision P>
+
168  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec1<T,P> const&);
+
169  template <typename CTy, typename CTr, typename T, precision P>
+
170  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec2<T,P> const&);
+
171  template <typename CTy, typename CTr, typename T, precision P>
+
172  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec3<T,P> const&);
+
173  template <typename CTy, typename CTr, typename T, precision P>
+
174  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec4<T,P> const&);
+
175  template <typename CTy, typename CTr, typename T, precision P>
+
176  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat2x2<T,P> const&);
+
177  template <typename CTy, typename CTr, typename T, precision P>
+
178  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat2x3<T,P> const&);
+
179  template <typename CTy, typename CTr, typename T, precision P>
+
180  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat2x4<T,P> const&);
+
181  template <typename CTy, typename CTr, typename T, precision P>
+
182  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat3x2<T,P> const&);
+
183  template <typename CTy, typename CTr, typename T, precision P>
+
184  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat3x3<T,P> const&);
+
185  template <typename CTy, typename CTr, typename T, precision P>
+
186  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat3x4<T,P> const&);
+
187  template <typename CTy, typename CTr, typename T, precision P>
+
188  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat4x2<T,P> const&);
+
189  template <typename CTy, typename CTr, typename T, precision P>
+
190  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat4x3<T,P> const&);
+
191  template <typename CTy, typename CTr, typename T, precision P>
+
192  GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat4x4<T,P> const&);
+
193 
+
194  template <typename CTy, typename CTr, typename T, precision P>
+
195  GLM_FUNC_DECL std::basic_ostream<CTy,CTr> & operator<<(std::basic_ostream<CTy,CTr> &,
+
196  std::pair<tmat4x4<T,P> const, tmat4x4<T,P> const> const &);
+
197 
+
199 }//namespace glm
+
200 
+
201 #include "io.inl"
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00050.html b/glm/doc/api/a00050.html new file mode 100644 index 0000000..985604a --- /dev/null +++ b/glm/doc/api/a00050.html @@ -0,0 +1,123 @@ + + + + + + +0.9.9 API documenation: log_base.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
log_base.hpp File Reference
+
+
+ +

GLM_GTX_log_base +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType log (genType const &x, genType const &base)
 Logarithm for any base. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sign (vecType< T, P > const &x, vecType< T, P > const &base)
 Logarithm for any base. More...
 
+

Detailed Description

+

GLM_GTX_log_base

+
See also
GLM Core (dependence)
+ +

Definition in file log_base.hpp.

+
+ + + + diff --git a/glm/doc/api/a00050_source.html b/glm/doc/api/a00050_source.html new file mode 100644 index 0000000..4395c26 --- /dev/null +++ b/glm/doc/api/a00050_source.html @@ -0,0 +1,132 @@ + + + + + + +0.9.9 API documenation: log_base.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
log_base.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_log_base is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_log_base extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename genType>
+
34  GLM_FUNC_DECL genType log(
+
35  genType const & x,
+
36  genType const & base);
+
37 
+
40  template <typename T, precision P, template <typename, precision> class vecType>
+
41  GLM_FUNC_DECL vecType<T, P> sign(
+
42  vecType<T, P> const & x,
+
43  vecType<T, P> const & base);
+
44 
+
46 }//namespace glm
+
47 
+
48 #include "log_base.inl"
+
GLM_FUNC_DECL genType log(genType const &x, genType const &base)
Logarithm for any base.
+
GLM_FUNC_DECL vecType< T, P > sign(vecType< T, P > const &x, vecType< T, P > const &base)
Logarithm for any base.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00051_source.html b/glm/doc/api/a00051_source.html new file mode 100644 index 0000000..5ceda44 --- /dev/null +++ b/glm/doc/api/a00051_source.html @@ -0,0 +1,2515 @@ + + + + + + +0.9.9 API documenation: man.doxy Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
man.doxy
+
+
+
1 # Doxyfile 1.8.10
+
2 
+
3 # This file describes the settings to be used by the documentation system
+
4 # doxygen (www.doxygen.org) for a project.
+
5 #
+
6 # All text after a double hash (##) is considered a comment and is placed in
+
7 # front of the TAG it is preceding.
+
8 #
+
9 # All text after a single hash (#) is considered a comment and will be ignored.
+
10 # The format is:
+
11 # TAG = value [value, ...]
+
12 # For lists, items can also be appended using:
+
13 # TAG += value [value, ...]
+
14 # Values that contain spaces should be placed between quotes (\" \").
+
15 
+
16 #---------------------------------------------------------------------------
+
17 # Project related configuration options
+
18 #---------------------------------------------------------------------------
+
19 
+
20 # This tag specifies the encoding used for all characters in the config file
+
21 # that follow. The default is UTF-8 which is also the encoding used for all text
+
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
+
23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
+
24 # for the list of possible encodings.
+
25 # The default value is: UTF-8.
+
26 
+
27 DOXYFILE_ENCODING = UTF-8
+
28 
+
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
+
30 # double-quotes, unless you are using Doxywizard) that should identify the
+
31 # project for which the documentation is generated. This name is used in the
+
32 # title of most generated pages and in a few other places.
+
33 # The default value is: My Project.
+
34 
+
35 PROJECT_NAME = "0.9.9 API documenation"
+
36 
+
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
+
38 # could be handy for archiving the generated documentation or if some version
+
39 # control system is used.
+
40 
+
41 PROJECT_NUMBER =
+
42 
+
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
+
44 # for a project that appears at the top of each page and should give viewer a
+
45 # quick idea about the purpose of the project. Keep the description short.
+
46 
+
47 PROJECT_BRIEF =
+
48 
+
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
+
50 # in the documentation. The maximum height of the logo should not exceed 55
+
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
+
52 # the logo to the output directory.
+
53 
+
54 PROJECT_LOGO = G:/Source/G-Truc/glm/doc/logo.png
+
55 
+
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
+
57 # into which the generated documentation will be written. If a relative path is
+
58 # entered, it will be relative to the location where doxygen was started. If
+
59 # left blank the current directory will be used.
+
60 
+
61 OUTPUT_DIRECTORY = .
+
62 
+
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
+
64 # directories (in 2 levels) under the output directory of each output format and
+
65 # will distribute the generated files over these directories. Enabling this
+
66 # option can be useful when feeding doxygen a huge amount of source files, where
+
67 # putting all generated files in the same directory would otherwise causes
+
68 # performance problems for the file system.
+
69 # The default value is: NO.
+
70 
+
71 CREATE_SUBDIRS = NO
+
72 
+
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
+
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
+
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
+
76 # U+3044.
+
77 # The default value is: NO.
+
78 
+
79 ALLOW_UNICODE_NAMES = NO
+
80 
+
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
+
82 # documentation generated by doxygen is written. Doxygen will use this
+
83 # information to generate all constant output in the proper language.
+
84 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
+
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
+
86 # Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
+
87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
+
88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
+
89 # Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
+
90 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
+
91 # Ukrainian and Vietnamese.
+
92 # The default value is: English.
+
93 
+
94 OUTPUT_LANGUAGE = English
+
95 
+
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
+
97 # descriptions after the members that are listed in the file and class
+
98 # documentation (similar to Javadoc). Set to NO to disable this.
+
99 # The default value is: YES.
+
100 
+
101 BRIEF_MEMBER_DESC = YES
+
102 
+
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
+
104 # description of a member or function before the detailed description
+
105 #
+
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
+
107 # brief descriptions will be completely suppressed.
+
108 # The default value is: YES.
+
109 
+
110 REPEAT_BRIEF = YES
+
111 
+
112 # This tag implements a quasi-intelligent brief description abbreviator that is
+
113 # used to form the text in various listings. Each string in this list, if found
+
114 # as the leading text of the brief description, will be stripped from the text
+
115 # and the result, after processing the whole list, is used as the annotated
+
116 # text. Otherwise, the brief description is used as-is. If left blank, the
+
117 # following values are used ($name is automatically replaced with the name of
+
118 # the entity):The $name class, The $name widget, The $name file, is, provides,
+
119 # specifies, contains, represents, a, an and the.
+
120 
+
121 ABBREVIATE_BRIEF = "The $name class " \
+
122  "The $name widget " \
+
123  "The $name file " \
+
124  is \
+
125  provides \
+
126  specifies \
+
127  contains \
+
128  represents \
+
129  a \
+
130  an \
+
131  the
+
132 
+
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
+
134 # doxygen will generate a detailed section even if there is only a brief
+
135 # description.
+
136 # The default value is: NO.
+
137 
+
138 ALWAYS_DETAILED_SEC = NO
+
139 
+
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
+
141 # inherited members of a class in the documentation of that class as if those
+
142 # members were ordinary class members. Constructors, destructors and assignment
+
143 # operators of the base classes will not be shown.
+
144 # The default value is: NO.
+
145 
+
146 INLINE_INHERITED_MEMB = NO
+
147 
+
148 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
+
149 # before files name in the file list and in the header files. If set to NO the
+
150 # shortest path that makes the file name unique will be used
+
151 # The default value is: YES.
+
152 
+
153 FULL_PATH_NAMES = NO
+
154 
+
155 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
+
156 # Stripping is only done if one of the specified strings matches the left-hand
+
157 # part of the path. The tag can be used to show relative paths in the file list.
+
158 # If left blank the directory from which doxygen is run is used as the path to
+
159 # strip.
+
160 #
+
161 # Note that you can specify absolute paths here, but also relative paths, which
+
162 # will be relative from the directory where doxygen is started.
+
163 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
+
164 
+
165 STRIP_FROM_PATH = "C:/Documents and Settings/Groove/ "
+
166 
+
167 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
+
168 # path mentioned in the documentation of a class, which tells the reader which
+
169 # header file to include in order to use a class. If left blank only the name of
+
170 # the header file containing the class definition is used. Otherwise one should
+
171 # specify the list of include paths that are normally passed to the compiler
+
172 # using the -I flag.
+
173 
+
174 STRIP_FROM_INC_PATH =
+
175 
+
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
+
177 # less readable) file names. This can be useful is your file systems doesn't
+
178 # support long names like on DOS, Mac, or CD-ROM.
+
179 # The default value is: NO.
+
180 
+
181 SHORT_NAMES = YES
+
182 
+
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
+
184 # first line (until the first dot) of a Javadoc-style comment as the brief
+
185 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
+
186 # style comments (thus requiring an explicit @brief command for a brief
+
187 # description.)
+
188 # The default value is: NO.
+
189 
+
190 JAVADOC_AUTOBRIEF = YES
+
191 
+
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
+
193 # line (until the first dot) of a Qt-style comment as the brief description. If
+
194 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
+
195 # requiring an explicit \brief command for a brief description.)
+
196 # The default value is: NO.
+
197 
+
198 QT_AUTOBRIEF = NO
+
199 
+
200 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
+
201 # multi-line C++ special comment block (i.e. a block of
+
202 # a brief description. This used to be the default behavior. The new default is
+
203 # to treat a multi-line C++ comment block as a detailed description. Set this
+
204 # tag to YES if you prefer the old behavior instead.
+
205 #
+
206 # Note that setting this tag to YES also means that rational rose comments are
+
207 # not recognized any more.
+
208 # The default value is: NO.
+
209 
+
210 MULTILINE_CPP_IS_BRIEF = NO
+
211 
+
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
+
213 # documentation from any documented member that it re-implements.
+
214 # The default value is: YES.
+
215 
+
216 INHERIT_DOCS = YES
+
217 
+
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
+
219 # page for each member. If set to NO, the documentation of a member will be part
+
220 # of the file/class/namespace that contains it.
+
221 # The default value is: NO.
+
222 
+
223 SEPARATE_MEMBER_PAGES = NO
+
224 
+
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
+
226 # uses this value to replace tabs by spaces in code fragments.
+
227 # Minimum value: 1, maximum value: 16, default value: 4.
+
228 
+
229 TAB_SIZE = 8
+
230 
+
231 # This tag can be used to specify a number of aliases that act as commands in
+
232 # the documentation. An alias has the form:
+
233 # name=value
+
234 # For example adding
+
235 # "sideeffect=@par Side Effects:\n"
+
236 # will allow you to put the command \sideeffect (or @sideeffect) in the
+
237 # documentation, which will result in a user-defined paragraph with heading
+
238 # "Side Effects:". You can put \n's in the value part of an alias to insert
+
239 # newlines.
+
240 
+
241 ALIASES =
+
242 
+
243 # This tag can be used to specify a number of word-keyword mappings (TCL only).
+
244 # A mapping has the form "name=value". For example adding "class=itcl::class"
+
245 # will allow you to use the command class in the itcl::class meaning.
+
246 
+
247 TCL_SUBST =
+
248 
+
249 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
+
250 # only. Doxygen will then generate output that is more tailored for C. For
+
251 # instance, some of the names that are used will be different. The list of all
+
252 # members will be omitted, etc.
+
253 # The default value is: NO.
+
254 
+
255 OPTIMIZE_OUTPUT_FOR_C = NO
+
256 
+
257 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
+
258 # Python sources only. Doxygen will then generate output that is more tailored
+
259 # for that language. For instance, namespaces will be presented as packages,
+
260 # qualified scopes will look different, etc.
+
261 # The default value is: NO.
+
262 
+
263 OPTIMIZE_OUTPUT_JAVA = NO
+
264 
+
265 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
+
266 # sources. Doxygen will then generate output that is tailored for Fortran.
+
267 # The default value is: NO.
+
268 
+
269 OPTIMIZE_FOR_FORTRAN = NO
+
270 
+
271 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
+
272 # sources. Doxygen will then generate output that is tailored for VHDL.
+
273 # The default value is: NO.
+
274 
+
275 OPTIMIZE_OUTPUT_VHDL = NO
+
276 
+
277 # Doxygen selects the parser to use depending on the extension of the files it
+
278 # parses. With this tag you can assign which parser to use for a given
+
279 # extension. Doxygen has a built-in mapping, but you can override or extend it
+
280 # using this tag. The format is ext=language, where ext is a file extension, and
+
281 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
+
282 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
+
283 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
+
284 # Fortran. In the later case the parser tries to guess whether the code is fixed
+
285 # or free formatted code, this is the default for Fortran type files), VHDL. For
+
286 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
+
287 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
+
288 #
+
289 # Note: For files without extension you can use no_extension as a placeholder.
+
290 #
+
291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
+
292 # the files are not read by doxygen.
+
293 
+
294 EXTENSION_MAPPING =
+
295 
+
296 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
+
297 # according to the Markdown format, which allows for more readable
+
298 # documentation. See http://daringfireball.net/projects/markdown/ for details.
+
299 # The output of markdown processing is further processed by doxygen, so you can
+
300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
+
301 # case of backward compatibilities issues.
+
302 # The default value is: YES.
+
303 
+
304 MARKDOWN_SUPPORT = YES
+
305 
+
306 # When enabled doxygen tries to link words that correspond to documented
+
307 # classes, or namespaces to their corresponding documentation. Such a link can
+
308 # be prevented in individual cases by putting a % sign in front of the word or
+
309 # globally by setting AUTOLINK_SUPPORT to NO.
+
310 # The default value is: YES.
+
311 
+
312 AUTOLINK_SUPPORT = YES
+
313 
+
314 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
+
315 # to include (a tag file for) the STL sources as input, then you should set this
+
316 # tag to YES in order to let doxygen match functions declarations and
+
317 # definitions whose arguments contain STL classes (e.g. func(std::string);
+
318 # versus func(std::string) {}). This also make the inheritance and collaboration
+
319 # diagrams that involve STL classes more complete and accurate.
+
320 # The default value is: NO.
+
321 
+
322 BUILTIN_STL_SUPPORT = NO
+
323 
+
324 # If you use Microsoft's C++/CLI language, you should set this option to YES to
+
325 # enable parsing support.
+
326 # The default value is: NO.
+
327 
+
328 CPP_CLI_SUPPORT = NO
+
329 
+
330 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
+
331 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+
332 # will parse them like normal C++ but will assume all classes use public instead
+
333 # of private inheritance when no explicit protection keyword is present.
+
334 # The default value is: NO.
+
335 
+
336 SIP_SUPPORT = NO
+
337 
+
338 # For Microsoft's IDL there are propget and propput attributes to indicate
+
339 # getter and setter methods for a property. Setting this option to YES will make
+
340 # doxygen to replace the get and set methods by a property in the documentation.
+
341 # This will only work if the methods are indeed getting or setting a simple
+
342 # type. If this is not the case, or you want to show the methods anyway, you
+
343 # should set this option to NO.
+
344 # The default value is: YES.
+
345 
+
346 IDL_PROPERTY_SUPPORT = YES
+
347 
+
348 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
+
349 # tag is set to YES then doxygen will reuse the documentation of the first
+
350 # member in the group (if any) for the other members of the group. By default
+
351 # all members of a group must be documented explicitly.
+
352 # The default value is: NO.
+
353 
+
354 DISTRIBUTE_GROUP_DOC = NO
+
355 
+
356 # If one adds a struct or class to a group and this option is enabled, then also
+
357 # any nested class or struct is added to the same group. By default this option
+
358 # is disabled and one has to add nested compounds explicitly via \ingroup.
+
359 # The default value is: NO.
+
360 
+
361 GROUP_NESTED_COMPOUNDS = NO
+
362 
+
363 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
+
364 # (for instance a group of public functions) to be put as a subgroup of that
+
365 # type (e.g. under the Public Functions section). Set it to NO to prevent
+
366 # subgrouping. Alternatively, this can be done per class using the
+
367 # \nosubgrouping command.
+
368 # The default value is: YES.
+
369 
+
370 SUBGROUPING = NO
+
371 
+
372 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
+
373 # are shown inside the group in which they are included (e.g. using \ingroup)
+
374 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
+
375 # and RTF).
+
376 #
+
377 # Note that this feature does not work in combination with
+
378 # SEPARATE_MEMBER_PAGES.
+
379 # The default value is: NO.
+
380 
+
381 INLINE_GROUPED_CLASSES = NO
+
382 
+
383 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
+
384 # with only public data fields or simple typedef fields will be shown inline in
+
385 # the documentation of the scope in which they are defined (i.e. file,
+
386 # namespace, or group documentation), provided this scope is documented. If set
+
387 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
+
388 # Man pages) or section (for LaTeX and RTF).
+
389 # The default value is: NO.
+
390 
+
391 INLINE_SIMPLE_STRUCTS = NO
+
392 
+
393 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
+
394 # enum is documented as struct, union, or enum with the name of the typedef. So
+
395 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
+
396 # with name TypeT. When disabled the typedef will appear as a member of a file,
+
397 # namespace, or class. And the struct will be named TypeS. This can typically be
+
398 # useful for C code in case the coding convention dictates that all compound
+
399 # types are typedef'ed and only the typedef is referenced, never the tag name.
+
400 # The default value is: NO.
+
401 
+
402 TYPEDEF_HIDES_STRUCT = NO
+
403 
+
404 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
+
405 # cache is used to resolve symbols given their name and scope. Since this can be
+
406 # an expensive process and often the same symbol appears multiple times in the
+
407 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
+
408 # doxygen will become slower. If the cache is too large, memory is wasted. The
+
409 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
+
410 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
+
411 # symbols. At the end of a run doxygen will report the cache usage and suggest
+
412 # the optimal cache size from a speed point of view.
+
413 # Minimum value: 0, maximum value: 9, default value: 0.
+
414 
+
415 LOOKUP_CACHE_SIZE = 0
+
416 
+
417 #---------------------------------------------------------------------------
+
418 # Build related configuration options
+
419 #---------------------------------------------------------------------------
+
420 
+
421 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
+
422 # documentation are documented, even if no documentation was available. Private
+
423 # class members and static file members will be hidden unless the
+
424 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
+
425 # Note: This will also disable the warnings about undocumented members that are
+
426 # normally produced when WARNINGS is set to YES.
+
427 # The default value is: NO.
+
428 
+
429 EXTRACT_ALL = NO
+
430 
+
431 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
+
432 # be included in the documentation.
+
433 # The default value is: NO.
+
434 
+
435 EXTRACT_PRIVATE = NO
+
436 
+
437 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
+
438 # scope will be included in the documentation.
+
439 # The default value is: NO.
+
440 
+
441 EXTRACT_PACKAGE = NO
+
442 
+
443 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
+
444 # included in the documentation.
+
445 # The default value is: NO.
+
446 
+
447 EXTRACT_STATIC = YES
+
448 
+
449 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
+
450 # locally in source files will be included in the documentation. If set to NO,
+
451 # only classes defined in header files are included. Does not have any effect
+
452 # for Java sources.
+
453 # The default value is: YES.
+
454 
+
455 EXTRACT_LOCAL_CLASSES = NO
+
456 
+
457 # This flag is only useful for Objective-C code. If set to YES, local methods,
+
458 # which are defined in the implementation section but not in the interface are
+
459 # included in the documentation. If set to NO, only methods in the interface are
+
460 # included.
+
461 # The default value is: NO.
+
462 
+
463 EXTRACT_LOCAL_METHODS = NO
+
464 
+
465 # If this flag is set to YES, the members of anonymous namespaces will be
+
466 # extracted and appear in the documentation as a namespace called
+
467 # 'anonymous_namespace{file}', where file will be replaced with the base name of
+
468 # the file that contains the anonymous namespace. By default anonymous namespace
+
469 # are hidden.
+
470 # The default value is: NO.
+
471 
+
472 EXTRACT_ANON_NSPACES = NO
+
473 
+
474 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
+
475 # undocumented members inside documented classes or files. If set to NO these
+
476 # members will be included in the various overviews, but no documentation
+
477 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
+
478 # The default value is: NO.
+
479 
+
480 HIDE_UNDOC_MEMBERS = YES
+
481 
+
482 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
+
483 # undocumented classes that are normally visible in the class hierarchy. If set
+
484 # to NO, these classes will be included in the various overviews. This option
+
485 # has no effect if EXTRACT_ALL is enabled.
+
486 # The default value is: NO.
+
487 
+
488 HIDE_UNDOC_CLASSES = YES
+
489 
+
490 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
+
491 # (class|struct|union) declarations. If set to NO, these declarations will be
+
492 # included in the documentation.
+
493 # The default value is: NO.
+
494 
+
495 HIDE_FRIEND_COMPOUNDS = YES
+
496 
+
497 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
+
498 # documentation blocks found inside the body of a function. If set to NO, these
+
499 # blocks will be appended to the function's detailed documentation block.
+
500 # The default value is: NO.
+
501 
+
502 HIDE_IN_BODY_DOCS = YES
+
503 
+
504 # The INTERNAL_DOCS tag determines if documentation that is typed after a
+
505 # \internal command is included. If the tag is set to NO then the documentation
+
506 # will be excluded. Set it to YES to include the internal documentation.
+
507 # The default value is: NO.
+
508 
+
509 INTERNAL_DOCS = NO
+
510 
+
511 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
+
512 # names in lower-case letters. If set to YES, upper-case letters are also
+
513 # allowed. This is useful if you have classes or files whose names only differ
+
514 # in case and if your file system supports case sensitive file names. Windows
+
515 # and Mac users are advised to set this option to NO.
+
516 # The default value is: system dependent.
+
517 
+
518 CASE_SENSE_NAMES = YES
+
519 
+
520 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
+
521 # their full class and namespace scopes in the documentation. If set to YES, the
+
522 # scope will be hidden.
+
523 # The default value is: NO.
+
524 
+
525 HIDE_SCOPE_NAMES = YES
+
526 
+
527 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
+
528 # append additional text to a page's title, such as Class Reference. If set to
+
529 # YES the compound reference will be hidden.
+
530 # The default value is: NO.
+
531 
+
532 HIDE_COMPOUND_REFERENCE= NO
+
533 
+
534 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
+
535 # the files that are included by a file in the documentation of that file.
+
536 # The default value is: YES.
+
537 
+
538 SHOW_INCLUDE_FILES = NO
+
539 
+
540 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
+
541 # grouped member an include statement to the documentation, telling the reader
+
542 # which file to include in order to use the member.
+
543 # The default value is: NO.
+
544 
+
545 SHOW_GROUPED_MEMB_INC = NO
+
546 
+
547 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
+
548 # files with double quotes in the documentation rather than with sharp brackets.
+
549 # The default value is: NO.
+
550 
+
551 FORCE_LOCAL_INCLUDES = NO
+
552 
+
553 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
+
554 # documentation for inline members.
+
555 # The default value is: YES.
+
556 
+
557 INLINE_INFO = NO
+
558 
+
559 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
+
560 # (detailed) documentation of file and class members alphabetically by member
+
561 # name. If set to NO, the members will appear in declaration order.
+
562 # The default value is: YES.
+
563 
+
564 SORT_MEMBER_DOCS = YES
+
565 
+
566 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
+
567 # descriptions of file, namespace and class members alphabetically by member
+
568 # name. If set to NO, the members will appear in declaration order. Note that
+
569 # this will also influence the order of the classes in the class list.
+
570 # The default value is: NO.
+
571 
+
572 SORT_BRIEF_DOCS = YES
+
573 
+
574 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
+
575 # (brief and detailed) documentation of class members so that constructors and
+
576 # destructors are listed first. If set to NO the constructors will appear in the
+
577 # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
+
578 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
+
579 # member documentation.
+
580 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
+
581 # detailed member documentation.
+
582 # The default value is: NO.
+
583 
+
584 SORT_MEMBERS_CTORS_1ST = NO
+
585 
+
586 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
+
587 # of group names into alphabetical order. If set to NO the group names will
+
588 # appear in their defined order.
+
589 # The default value is: NO.
+
590 
+
591 SORT_GROUP_NAMES = NO
+
592 
+
593 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
+
594 # fully-qualified names, including namespaces. If set to NO, the class list will
+
595 # be sorted only by class name, not including the namespace part.
+
596 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
+
597 # Note: This option applies only to the class list, not to the alphabetical
+
598 # list.
+
599 # The default value is: NO.
+
600 
+
601 SORT_BY_SCOPE_NAME = YES
+
602 
+
603 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
+
604 # type resolution of all parameters of a function it will reject a match between
+
605 # the prototype and the implementation of a member function even if there is
+
606 # only one candidate or it is obvious which candidate to choose by doing a
+
607 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
+
608 # accept a match between prototype and implementation in such cases.
+
609 # The default value is: NO.
+
610 
+
611 STRICT_PROTO_MATCHING = NO
+
612 
+
613 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
+
614 # list. This list is created by putting \todo commands in the documentation.
+
615 # The default value is: YES.
+
616 
+
617 GENERATE_TODOLIST = YES
+
618 
+
619 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
+
620 # list. This list is created by putting \test commands in the documentation.
+
621 # The default value is: YES.
+
622 
+
623 GENERATE_TESTLIST = YES
+
624 
+
625 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
+
626 # list. This list is created by putting \bug commands in the documentation.
+
627 # The default value is: YES.
+
628 
+
629 GENERATE_BUGLIST = YES
+
630 
+
631 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
+
632 # the deprecated list. This list is created by putting \deprecated commands in
+
633 # the documentation.
+
634 # The default value is: YES.
+
635 
+
636 GENERATE_DEPRECATEDLIST= YES
+
637 
+
638 # The ENABLED_SECTIONS tag can be used to enable conditional documentation
+
639 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
+
640 # ... \endcond blocks.
+
641 
+
642 ENABLED_SECTIONS =
+
643 
+
644 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
+
645 # initial value of a variable or macro / define can have for it to appear in the
+
646 # documentation. If the initializer consists of more lines than specified here
+
647 # it will be hidden. Use a value of 0 to hide initializers completely. The
+
648 # appearance of the value of individual variables and macros / defines can be
+
649 # controlled using \showinitializer or \hideinitializer command in the
+
650 # documentation regardless of this setting.
+
651 # Minimum value: 0, maximum value: 10000, default value: 30.
+
652 
+
653 MAX_INITIALIZER_LINES = 30
+
654 
+
655 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
+
656 # the bottom of the documentation of classes and structs. If set to YES, the
+
657 # list will mention the files that were used to generate the documentation.
+
658 # The default value is: YES.
+
659 
+
660 SHOW_USED_FILES = NO
+
661 
+
662 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
+
663 # will remove the Files entry from the Quick Index and from the Folder Tree View
+
664 # (if specified).
+
665 # The default value is: YES.
+
666 
+
667 SHOW_FILES = YES
+
668 
+
669 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
+
670 # page. This will remove the Namespaces entry from the Quick Index and from the
+
671 # Folder Tree View (if specified).
+
672 # The default value is: YES.
+
673 
+
674 SHOW_NAMESPACES = YES
+
675 
+
676 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
+
677 # doxygen should invoke to get the current version for each file (typically from
+
678 # the version control system). Doxygen will invoke the program by executing (via
+
679 # popen()) the command command input-file, where command is the value of the
+
680 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
+
681 # by doxygen. Whatever the program writes to standard output is used as the file
+
682 # version. For an example see the documentation.
+
683 
+
684 FILE_VERSION_FILTER =
+
685 
+
686 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
+
687 # by doxygen. The layout file controls the global structure of the generated
+
688 # output files in an output format independent way. To create the layout file
+
689 # that represents doxygen's defaults, run doxygen with the -l option. You can
+
690 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
+
691 # will be used as the name of the layout file.
+
692 #
+
693 # Note that if you run doxygen from a directory containing a file called
+
694 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
+
695 # tag is left empty.
+
696 
+
697 LAYOUT_FILE =
+
698 
+
699 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
+
700 # the reference definitions. This must be a list of .bib files. The .bib
+
701 # extension is automatically appended if omitted. This requires the bibtex tool
+
702 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
+
703 # For LaTeX the style of the bibliography can be controlled using
+
704 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
+
705 # search path. See also \cite for info how to create references.
+
706 
+
707 CITE_BIB_FILES =
+
708 
+
709 #---------------------------------------------------------------------------
+
710 # Configuration options related to warning and progress messages
+
711 #---------------------------------------------------------------------------
+
712 
+
713 # The QUIET tag can be used to turn on/off the messages that are generated to
+
714 # standard output by doxygen. If QUIET is set to YES this implies that the
+
715 # messages are off.
+
716 # The default value is: NO.
+
717 
+
718 QUIET = NO
+
719 
+
720 # The WARNINGS tag can be used to turn on/off the warning messages that are
+
721 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
+
722 # this implies that the warnings are on.
+
723 #
+
724 # Tip: Turn warnings on while writing the documentation.
+
725 # The default value is: YES.
+
726 
+
727 WARNINGS = YES
+
728 
+
729 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
+
730 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
+
731 # will automatically be disabled.
+
732 # The default value is: YES.
+
733 
+
734 WARN_IF_UNDOCUMENTED = YES
+
735 
+
736 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
+
737 # potential errors in the documentation, such as not documenting some parameters
+
738 # in a documented function, or documenting parameters that don't exist or using
+
739 # markup commands wrongly.
+
740 # The default value is: YES.
+
741 
+
742 WARN_IF_DOC_ERROR = YES
+
743 
+
744 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
+
745 # are documented, but have no documentation for their parameters or return
+
746 # value. If set to NO, doxygen will only warn about wrong or incomplete
+
747 # parameter documentation, but not about the absence of documentation.
+
748 # The default value is: NO.
+
749 
+
750 WARN_NO_PARAMDOC = NO
+
751 
+
752 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
+
753 # can produce. The string should contain the $file, $line, and $text tags, which
+
754 # will be replaced by the file and line number from which the warning originated
+
755 # and the warning text. Optionally the format may contain $version, which will
+
756 # be replaced by the version of the file (if it could be obtained via
+
757 # FILE_VERSION_FILTER)
+
758 # The default value is: $file:$line: $text.
+
759 
+
760 WARN_FORMAT = "$file:$line: $text"
+
761 
+
762 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
+
763 # messages should be written. If left blank the output is written to standard
+
764 # error (stderr).
+
765 
+
766 WARN_LOGFILE =
+
767 
+
768 #---------------------------------------------------------------------------
+
769 # Configuration options related to the input files
+
770 #---------------------------------------------------------------------------
+
771 
+
772 # The INPUT tag is used to specify the files and/or directories that contain
+
773 # documented source files. You may enter file names like myfile.cpp or
+
774 # directories like /usr/src/myproject. Separate the files or directories with
+
775 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
+
776 # Note: If this tag is empty the current directory is searched.
+
777 
+
778 INPUT = ../glm \
+
779  .
+
780 
+
781 # This tag can be used to specify the character encoding of the source files
+
782 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
+
783 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
+
784 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
+
785 # possible encodings.
+
786 # The default value is: UTF-8.
+
787 
+
788 INPUT_ENCODING = UTF-8
+
789 
+
790 # If the value of the INPUT tag contains directories, you can use the
+
791 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
+
792 # *.h) to filter out the source-files in the directories.
+
793 #
+
794 # Note that for custom extensions or not directly supported extensions you also
+
795 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
+
796 # read by doxygen.
+
797 #
+
798 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
+
799 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
+
800 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
+
801 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd,
+
802 # *.vhdl, *.ucf, *.qsf, *.as and *.js.
+
803 
+
804 FILE_PATTERNS = *.hpp \
+
805  *.doxy
+
806 
+
807 # The RECURSIVE tag can be used to specify whether or not subdirectories should
+
808 # be searched for input files as well.
+
809 # The default value is: NO.
+
810 
+
811 RECURSIVE = YES
+
812 
+
813 # The EXCLUDE tag can be used to specify files and/or directories that should be
+
814 # excluded from the INPUT source files. This way you can easily exclude a
+
815 # subdirectory from a directory tree whose root is specified with the INPUT tag.
+
816 #
+
817 # Note that relative paths are relative to the directory from which doxygen is
+
818 # run.
+
819 
+
820 EXCLUDE =
+
821 
+
822 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
+
823 # directories that are symbolic links (a Unix file system feature) are excluded
+
824 # from the input.
+
825 # The default value is: NO.
+
826 
+
827 EXCLUDE_SYMLINKS = NO
+
828 
+
829 # If the value of the INPUT tag contains directories, you can use the
+
830 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
+
831 # certain files from those directories.
+
832 #
+
833 # Note that the wildcards are matched against the file with absolute path, so to
+
834 # exclude all test directories for example use the pattern */test/*
+
835 
+
836 EXCLUDE_PATTERNS =
+
837 
+
838 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
+
839 # (namespaces, classes, functions, etc.) that should be excluded from the
+
840 # output. The symbol name can be a fully qualified name, a word, or if the
+
841 # wildcard * is used, a substring. Examples: ANamespace, AClass,
+
842 # AClass::ANamespace, ANamespace::*Test
+
843 #
+
844 # Note that the wildcards are matched against the file with absolute path, so to
+
845 # exclude all test directories use the pattern */test/*
+
846 
+
847 EXCLUDE_SYMBOLS =
+
848 
+
849 # The EXAMPLE_PATH tag can be used to specify one or more files or directories
+
850 # that contain example code fragments that are included (see the \include
+
851 # command).
+
852 
+
853 EXAMPLE_PATH =
+
854 
+
855 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
+
856 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
+
857 # *.h) to filter out the source-files in the directories. If left blank all
+
858 # files are included.
+
859 
+
860 EXAMPLE_PATTERNS = *
+
861 
+
862 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
+
863 # searched for input files to be used with the \include or \dontinclude commands
+
864 # irrespective of the value of the RECURSIVE tag.
+
865 # The default value is: NO.
+
866 
+
867 EXAMPLE_RECURSIVE = NO
+
868 
+
869 # The IMAGE_PATH tag can be used to specify one or more files or directories
+
870 # that contain images that are to be included in the documentation (see the
+
871 # \image command).
+
872 
+
873 IMAGE_PATH =
+
874 
+
875 # The INPUT_FILTER tag can be used to specify a program that doxygen should
+
876 # invoke to filter for each input file. Doxygen will invoke the filter program
+
877 # by executing (via popen()) the command:
+
878 #
+
879 # <filter> <input-file>
+
880 #
+
881 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
+
882 # name of an input file. Doxygen will then use the output that the filter
+
883 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
+
884 # will be ignored.
+
885 #
+
886 # Note that the filter must not add or remove lines; it is applied before the
+
887 # code is scanned, but not when the output code is generated. If lines are added
+
888 # or removed, the anchors will not be placed correctly.
+
889 
+
890 INPUT_FILTER =
+
891 
+
892 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
+
893 # basis. Doxygen will compare the file name with each pattern and apply the
+
894 # filter if there is a match. The filters are a list of the form: pattern=filter
+
895 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
+
896 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
+
897 # patterns match the file name, INPUT_FILTER is applied.
+
898 
+
899 FILTER_PATTERNS =
+
900 
+
901 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
+
902 # INPUT_FILTER) will also be used to filter the input files that are used for
+
903 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
+
904 # The default value is: NO.
+
905 
+
906 FILTER_SOURCE_FILES = NO
+
907 
+
908 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
+
909 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
+
910 # it is also possible to disable source filtering for a specific pattern using
+
911 # *.ext= (so without naming a filter).
+
912 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
+
913 
+
914 FILTER_SOURCE_PATTERNS =
+
915 
+
916 # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
+
917 # is part of the input, its contents will be placed on the main page
+
918 # (index.html). This can be useful if you have a project on for instance GitHub
+
919 # and want to reuse the introduction page also for the doxygen output.
+
920 
+
921 USE_MDFILE_AS_MAINPAGE =
+
922 
+
923 #---------------------------------------------------------------------------
+
924 # Configuration options related to source browsing
+
925 #---------------------------------------------------------------------------
+
926 
+
927 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
+
928 # generated. Documented entities will be cross-referenced with these sources.
+
929 #
+
930 # Note: To get rid of all source code in the generated output, make sure that
+
931 # also VERBATIM_HEADERS is set to NO.
+
932 # The default value is: NO.
+
933 
+
934 SOURCE_BROWSER = YES
+
935 
+
936 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
+
937 # classes and enums directly into the documentation.
+
938 # The default value is: NO.
+
939 
+
940 INLINE_SOURCES = NO
+
941 
+
942 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
+
943 # special comment blocks from generated source code fragments. Normal C, C++ and
+
944 # Fortran comments will always remain visible.
+
945 # The default value is: YES.
+
946 
+
947 STRIP_CODE_COMMENTS = YES
+
948 
+
949 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
+
950 # function all documented functions referencing it will be listed.
+
951 # The default value is: NO.
+
952 
+
953 REFERENCED_BY_RELATION = YES
+
954 
+
955 # If the REFERENCES_RELATION tag is set to YES then for each documented function
+
956 # all documented entities called/used by that function will be listed.
+
957 # The default value is: NO.
+
958 
+
959 REFERENCES_RELATION = YES
+
960 
+
961 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
+
962 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
+
963 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
+
964 # link to the documentation.
+
965 # The default value is: YES.
+
966 
+
967 REFERENCES_LINK_SOURCE = YES
+
968 
+
969 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
+
970 # source code will show a tooltip with additional information such as prototype,
+
971 # brief description and links to the definition and documentation. Since this
+
972 # will make the HTML file larger and loading of large files a bit slower, you
+
973 # can opt to disable this feature.
+
974 # The default value is: YES.
+
975 # This tag requires that the tag SOURCE_BROWSER is set to YES.
+
976 
+
977 SOURCE_TOOLTIPS = YES
+
978 
+
979 # If the USE_HTAGS tag is set to YES then the references to source code will
+
980 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
+
981 # source browser. The htags tool is part of GNU's global source tagging system
+
982 # (see http://www.gnu.org/software/global/global.html). You will need version
+
983 # 4.8.6 or higher.
+
984 #
+
985 # To use it do the following:
+
986 # - Install the latest version of global
+
987 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
+
988 # - Make sure the INPUT points to the root of the source tree
+
989 # - Run doxygen as normal
+
990 #
+
991 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
+
992 # tools must be available from the command line (i.e. in the search path).
+
993 #
+
994 # The result: instead of the source browser generated by doxygen, the links to
+
995 # source code will now point to the output of htags.
+
996 # The default value is: NO.
+
997 # This tag requires that the tag SOURCE_BROWSER is set to YES.
+
998 
+
999 USE_HTAGS = NO
+
1000 
+
1001 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
+
1002 # verbatim copy of the header file for each class for which an include is
+
1003 # specified. Set to NO to disable this.
+
1004 # See also: Section \class.
+
1005 # The default value is: YES.
+
1006 
+
1007 VERBATIM_HEADERS = YES
+
1008 
+
1009 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
+
1010 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
+
1011 # cost of reduced performance. This can be particularly helpful with template
+
1012 # rich C++ code for which doxygen's built-in parser lacks the necessary type
+
1013 # information.
+
1014 # Note: The availability of this option depends on whether or not doxygen was
+
1015 # compiled with the --with-libclang option.
+
1016 # The default value is: NO.
+
1017 
+
1018 CLANG_ASSISTED_PARSING = NO
+
1019 
+
1020 # If clang assisted parsing is enabled you can provide the compiler with command
+
1021 # line options that you would normally use when invoking the compiler. Note that
+
1022 # the include paths will already be set by doxygen for the files and directories
+
1023 # specified with INPUT and INCLUDE_PATH.
+
1024 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
+
1025 
+
1026 CLANG_OPTIONS =
+
1027 
+
1028 #---------------------------------------------------------------------------
+
1029 # Configuration options related to the alphabetical class index
+
1030 #---------------------------------------------------------------------------
+
1031 
+
1032 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
+
1033 # compounds will be generated. Enable this if the project contains a lot of
+
1034 # classes, structs, unions or interfaces.
+
1035 # The default value is: YES.
+
1036 
+
1037 ALPHABETICAL_INDEX = NO
+
1038 
+
1039 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
+
1040 # which the alphabetical index list will be split.
+
1041 # Minimum value: 1, maximum value: 20, default value: 5.
+
1042 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
+
1043 
+
1044 COLS_IN_ALPHA_INDEX = 5
+
1045 
+
1046 # In case all classes in a project start with a common prefix, all classes will
+
1047 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
+
1048 # can be used to specify a prefix (or a list of prefixes) that should be ignored
+
1049 # while generating the index headers.
+
1050 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
+
1051 
+
1052 IGNORE_PREFIX =
+
1053 
+
1054 #---------------------------------------------------------------------------
+
1055 # Configuration options related to the HTML output
+
1056 #---------------------------------------------------------------------------
+
1057 
+
1058 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
+
1059 # The default value is: YES.
+
1060 
+
1061 GENERATE_HTML = YES
+
1062 
+
1063 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
+
1064 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+
1065 # it.
+
1066 # The default directory is: html.
+
1067 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1068 
+
1069 HTML_OUTPUT = html
+
1070 
+
1071 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
+
1072 # generated HTML page (for example: .htm, .php, .asp).
+
1073 # The default value is: .html.
+
1074 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1075 
+
1076 HTML_FILE_EXTENSION = .html
+
1077 
+
1078 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
+
1079 # each generated HTML page. If the tag is left blank doxygen will generate a
+
1080 # standard header.
+
1081 #
+
1082 # To get valid HTML the header file that includes any scripts and style sheets
+
1083 # that doxygen needs, which is dependent on the configuration options used (e.g.
+
1084 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
+
1085 # default header using
+
1086 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
+
1087 # YourConfigFile
+
1088 # and then modify the file new_header.html. See also section "Doxygen usage"
+
1089 # for information on how to generate the default header that doxygen normally
+
1090 # uses.
+
1091 # Note: The header is subject to change so you typically have to regenerate the
+
1092 # default header when upgrading to a newer version of doxygen. For a description
+
1093 # of the possible markers and block names see the documentation.
+
1094 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1095 
+
1096 HTML_HEADER =
+
1097 
+
1098 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
+
1099 # generated HTML page. If the tag is left blank doxygen will generate a standard
+
1100 # footer. See HTML_HEADER for more information on how to generate a default
+
1101 # footer and what special commands can be used inside the footer. See also
+
1102 # section "Doxygen usage" for information on how to generate the default footer
+
1103 # that doxygen normally uses.
+
1104 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1105 
+
1106 HTML_FOOTER =
+
1107 
+
1108 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
+
1109 # sheet that is used by each HTML page. It can be used to fine-tune the look of
+
1110 # the HTML output. If left blank doxygen will generate a default style sheet.
+
1111 # See also section "Doxygen usage" for information on how to generate the style
+
1112 # sheet that doxygen normally uses.
+
1113 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
+
1114 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
+
1115 # obsolete.
+
1116 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1117 
+
1118 HTML_STYLESHEET =
+
1119 
+
1120 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
+
1121 # cascading style sheets that are included after the standard style sheets
+
1122 # created by doxygen. Using this option one can overrule certain style aspects.
+
1123 # This is preferred over using HTML_STYLESHEET since it does not replace the
+
1124 # standard style sheet and is therefore more robust against future updates.
+
1125 # Doxygen will copy the style sheet files to the output directory.
+
1126 # Note: The order of the extra style sheet files is of importance (e.g. the last
+
1127 # style sheet in the list overrules the setting of the previous ones in the
+
1128 # list). For an example see the documentation.
+
1129 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1130 
+
1131 HTML_EXTRA_STYLESHEET =
+
1132 
+
1133 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
+
1134 # other source files which should be copied to the HTML output directory. Note
+
1135 # that these files will be copied to the base HTML output directory. Use the
+
1136 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
+
1137 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
+
1138 # files will be copied as-is; there are no commands or markers available.
+
1139 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1140 
+
1141 HTML_EXTRA_FILES =
+
1142 
+
1143 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
+
1144 # will adjust the colors in the style sheet and background images according to
+
1145 # this color. Hue is specified as an angle on a colorwheel, see
+
1146 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
+
1147 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
+
1148 # purple, and 360 is red again.
+
1149 # Minimum value: 0, maximum value: 359, default value: 220.
+
1150 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1151 
+
1152 HTML_COLORSTYLE_HUE = 220
+
1153 
+
1154 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
+
1155 # in the HTML output. For a value of 0 the output will use grayscales only. A
+
1156 # value of 255 will produce the most vivid colors.
+
1157 # Minimum value: 0, maximum value: 255, default value: 100.
+
1158 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1159 
+
1160 HTML_COLORSTYLE_SAT = 100
+
1161 
+
1162 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
+
1163 # luminance component of the colors in the HTML output. Values below 100
+
1164 # gradually make the output lighter, whereas values above 100 make the output
+
1165 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
+
1166 # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
+
1167 # change the gamma.
+
1168 # Minimum value: 40, maximum value: 240, default value: 80.
+
1169 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1170 
+
1171 HTML_COLORSTYLE_GAMMA = 80
+
1172 
+
1173 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
+
1174 # page will contain the date and time when the page was generated. Setting this
+
1175 # to YES can help to show when doxygen was last run and thus if the
+
1176 # documentation is up to date.
+
1177 # The default value is: NO.
+
1178 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1179 
+
1180 HTML_TIMESTAMP = NO
+
1181 
+
1182 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
+
1183 # documentation will contain sections that can be hidden and shown after the
+
1184 # page has loaded.
+
1185 # The default value is: NO.
+
1186 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1187 
+
1188 HTML_DYNAMIC_SECTIONS = NO
+
1189 
+
1190 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
+
1191 # shown in the various tree structured indices initially; the user can expand
+
1192 # and collapse entries dynamically later on. Doxygen will expand the tree to
+
1193 # such a level that at most the specified number of entries are visible (unless
+
1194 # a fully collapsed tree already exceeds this amount). So setting the number of
+
1195 # entries 1 will produce a full collapsed tree by default. 0 is a special value
+
1196 # representing an infinite number of entries and will result in a full expanded
+
1197 # tree by default.
+
1198 # Minimum value: 0, maximum value: 9999, default value: 100.
+
1199 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1200 
+
1201 HTML_INDEX_NUM_ENTRIES = 100
+
1202 
+
1203 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
+
1204 # generated that can be used as input for Apple's Xcode 3 integrated development
+
1205 # environment (see: http://developer.apple.com/tools/xcode/), introduced with
+
1206 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
+
1207 # Makefile in the HTML output directory. Running make will produce the docset in
+
1208 # that directory and running make install will install the docset in
+
1209 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
+
1210 # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+
1211 # for more information.
+
1212 # The default value is: NO.
+
1213 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1214 
+
1215 GENERATE_DOCSET = NO
+
1216 
+
1217 # This tag determines the name of the docset feed. A documentation feed provides
+
1218 # an umbrella under which multiple documentation sets from a single provider
+
1219 # (such as a company or product suite) can be grouped.
+
1220 # The default value is: Doxygen generated docs.
+
1221 # This tag requires that the tag GENERATE_DOCSET is set to YES.
+
1222 
+
1223 DOCSET_FEEDNAME = "Doxygen generated docs"
+
1224 
+
1225 # This tag specifies a string that should uniquely identify the documentation
+
1226 # set bundle. This should be a reverse domain-name style string, e.g.
+
1227 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
+
1228 # The default value is: org.doxygen.Project.
+
1229 # This tag requires that the tag GENERATE_DOCSET is set to YES.
+
1230 
+
1231 DOCSET_BUNDLE_ID = org.doxygen.Project
+
1232 
+
1233 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
+
1234 # the documentation publisher. This should be a reverse domain-name style
+
1235 # string, e.g. com.mycompany.MyDocSet.documentation.
+
1236 # The default value is: org.doxygen.Publisher.
+
1237 # This tag requires that the tag GENERATE_DOCSET is set to YES.
+
1238 
+
1239 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
+
1240 
+
1241 # The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
+
1242 # The default value is: Publisher.
+
1243 # This tag requires that the tag GENERATE_DOCSET is set to YES.
+
1244 
+
1245 DOCSET_PUBLISHER_NAME = Publisher
+
1246 
+
1247 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
+
1248 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
+
1249 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
+
1250 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
+
1251 # Windows.
+
1252 #
+
1253 # The HTML Help Workshop contains a compiler that can convert all HTML output
+
1254 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
+
1255 # files are now used as the Windows 98 help format, and will replace the old
+
1256 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
+
1257 # HTML files also contain an index, a table of contents, and you can search for
+
1258 # words in the documentation. The HTML workshop also contains a viewer for
+
1259 # compressed HTML files.
+
1260 # The default value is: NO.
+
1261 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1262 
+
1263 GENERATE_HTMLHELP = NO
+
1264 
+
1265 # The CHM_FILE tag can be used to specify the file name of the resulting .chm
+
1266 # file. You can add a path in front of the file if the result should not be
+
1267 # written to the html output directory.
+
1268 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
+
1269 
+
1270 CHM_FILE =
+
1271 
+
1272 # The HHC_LOCATION tag can be used to specify the location (absolute path
+
1273 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
+
1274 # doxygen will try to run the HTML help compiler on the generated index.hhp.
+
1275 # The file has to be specified with full path.
+
1276 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
+
1277 
+
1278 HHC_LOCATION =
+
1279 
+
1280 # The GENERATE_CHI flag controls if a separate .chi index file is generated
+
1281 # (YES) or that it should be included in the master .chm file (NO).
+
1282 # The default value is: NO.
+
1283 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
+
1284 
+
1285 GENERATE_CHI = NO
+
1286 
+
1287 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
+
1288 # and project file content.
+
1289 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
+
1290 
+
1291 CHM_INDEX_ENCODING =
+
1292 
+
1293 # The BINARY_TOC flag controls whether a binary table of contents is generated
+
1294 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
+
1295 # enables the Previous and Next buttons.
+
1296 # The default value is: NO.
+
1297 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
+
1298 
+
1299 BINARY_TOC = NO
+
1300 
+
1301 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
+
1302 # the table of contents of the HTML help documentation and to the tree view.
+
1303 # The default value is: NO.
+
1304 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
+
1305 
+
1306 TOC_EXPAND = NO
+
1307 
+
1308 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
+
1309 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
+
1310 # can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
+
1311 # (.qch) of the generated HTML documentation.
+
1312 # The default value is: NO.
+
1313 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1314 
+
1315 GENERATE_QHP = NO
+
1316 
+
1317 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
+
1318 # the file name of the resulting .qch file. The path specified is relative to
+
1319 # the HTML output folder.
+
1320 # This tag requires that the tag GENERATE_QHP is set to YES.
+
1321 
+
1322 QCH_FILE =
+
1323 
+
1324 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
+
1325 # Project output. For more information please see Qt Help Project / Namespace
+
1326 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
+
1327 # The default value is: org.doxygen.Project.
+
1328 # This tag requires that the tag GENERATE_QHP is set to YES.
+
1329 
+
1330 QHP_NAMESPACE = org.doxygen.Project
+
1331 
+
1332 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
+
1333 # Help Project output. For more information please see Qt Help Project / Virtual
+
1334 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
+
1335 # folders).
+
1336 # The default value is: doc.
+
1337 # This tag requires that the tag GENERATE_QHP is set to YES.
+
1338 
+
1339 QHP_VIRTUAL_FOLDER = doc
+
1340 
+
1341 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
+
1342 # filter to add. For more information please see Qt Help Project / Custom
+
1343 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
+
1344 # filters).
+
1345 # This tag requires that the tag GENERATE_QHP is set to YES.
+
1346 
+
1347 QHP_CUST_FILTER_NAME =
+
1348 
+
1349 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
+
1350 # custom filter to add. For more information please see Qt Help Project / Custom
+
1351 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
+
1352 # filters).
+
1353 # This tag requires that the tag GENERATE_QHP is set to YES.
+
1354 
+
1355 QHP_CUST_FILTER_ATTRS =
+
1356 
+
1357 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
+
1358 # project's filter section matches. Qt Help Project / Filter Attributes (see:
+
1359 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
+
1360 # This tag requires that the tag GENERATE_QHP is set to YES.
+
1361 
+
1362 QHP_SECT_FILTER_ATTRS =
+
1363 
+
1364 # The QHG_LOCATION tag can be used to specify the location of Qt's
+
1365 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
+
1366 # generated .qhp file.
+
1367 # This tag requires that the tag GENERATE_QHP is set to YES.
+
1368 
+
1369 QHG_LOCATION =
+
1370 
+
1371 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
+
1372 # generated, together with the HTML files, they form an Eclipse help plugin. To
+
1373 # install this plugin and make it available under the help contents menu in
+
1374 # Eclipse, the contents of the directory containing the HTML and XML files needs
+
1375 # to be copied into the plugins directory of eclipse. The name of the directory
+
1376 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
+
1377 # After copying Eclipse needs to be restarted before the help appears.
+
1378 # The default value is: NO.
+
1379 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1380 
+
1381 GENERATE_ECLIPSEHELP = NO
+
1382 
+
1383 # A unique identifier for the Eclipse help plugin. When installing the plugin
+
1384 # the directory name containing the HTML and XML files should also have this
+
1385 # name. Each documentation set should have its own identifier.
+
1386 # The default value is: org.doxygen.Project.
+
1387 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
+
1388 
+
1389 ECLIPSE_DOC_ID = org.doxygen.Project
+
1390 
+
1391 # If you want full control over the layout of the generated HTML pages it might
+
1392 # be necessary to disable the index and replace it with your own. The
+
1393 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
+
1394 # of each HTML page. A value of NO enables the index and the value YES disables
+
1395 # it. Since the tabs in the index contain the same information as the navigation
+
1396 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
+
1397 # The default value is: NO.
+
1398 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1399 
+
1400 DISABLE_INDEX = NO
+
1401 
+
1402 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
+
1403 # structure should be generated to display hierarchical information. If the tag
+
1404 # value is set to YES, a side panel will be generated containing a tree-like
+
1405 # index structure (just like the one that is generated for HTML Help). For this
+
1406 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
+
1407 # (i.e. any modern browser). Windows users are probably better off using the
+
1408 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
+
1409 # further fine-tune the look of the index. As an example, the default style
+
1410 # sheet generated by doxygen has an example that shows how to put an image at
+
1411 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has
+
1412 # the same information as the tab index, you could consider setting
+
1413 # DISABLE_INDEX to YES when enabling this option.
+
1414 # The default value is: NO.
+
1415 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1416 
+
1417 GENERATE_TREEVIEW = NO
+
1418 
+
1419 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
+
1420 # doxygen will group on one line in the generated HTML documentation.
+
1421 #
+
1422 # Note that a value of 0 will completely suppress the enum values from appearing
+
1423 # in the overview section.
+
1424 # Minimum value: 0, maximum value: 20, default value: 4.
+
1425 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1426 
+
1427 ENUM_VALUES_PER_LINE = 4
+
1428 
+
1429 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
+
1430 # to set the initial width (in pixels) of the frame in which the tree is shown.
+
1431 # Minimum value: 0, maximum value: 1500, default value: 250.
+
1432 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1433 
+
1434 TREEVIEW_WIDTH = 250
+
1435 
+
1436 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
+
1437 # external symbols imported via tag files in a separate window.
+
1438 # The default value is: NO.
+
1439 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1440 
+
1441 EXT_LINKS_IN_WINDOW = NO
+
1442 
+
1443 # Use this tag to change the font size of LaTeX formulas included as images in
+
1444 # the HTML documentation. When you change the font size after a successful
+
1445 # doxygen run you need to manually remove any form_*.png images from the HTML
+
1446 # output directory to force them to be regenerated.
+
1447 # Minimum value: 8, maximum value: 50, default value: 10.
+
1448 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1449 
+
1450 FORMULA_FONTSIZE = 10
+
1451 
+
1452 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
+
1453 # generated for formulas are transparent PNGs. Transparent PNGs are not
+
1454 # supported properly for IE 6.0, but are supported on all modern browsers.
+
1455 #
+
1456 # Note that when changing this option you need to delete any form_*.png files in
+
1457 # the HTML output directory before the changes have effect.
+
1458 # The default value is: YES.
+
1459 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1460 
+
1461 FORMULA_TRANSPARENT = YES
+
1462 
+
1463 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
+
1464 # http://www.mathjax.org) which uses client side Javascript for the rendering
+
1465 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
+
1466 # installed or if you want to formulas look prettier in the HTML output. When
+
1467 # enabled you may also need to install MathJax separately and configure the path
+
1468 # to it using the MATHJAX_RELPATH option.
+
1469 # The default value is: NO.
+
1470 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1471 
+
1472 USE_MATHJAX = NO
+
1473 
+
1474 # When MathJax is enabled you can set the default output format to be used for
+
1475 # the MathJax output. See the MathJax site (see:
+
1476 # http://docs.mathjax.org/en/latest/output.html) for more details.
+
1477 # Possible values are: HTML-CSS (which is slower, but has the best
+
1478 # compatibility), NativeMML (i.e. MathML) and SVG.
+
1479 # The default value is: HTML-CSS.
+
1480 # This tag requires that the tag USE_MATHJAX is set to YES.
+
1481 
+
1482 MATHJAX_FORMAT = HTML-CSS
+
1483 
+
1484 # When MathJax is enabled you need to specify the location relative to the HTML
+
1485 # output directory using the MATHJAX_RELPATH option. The destination directory
+
1486 # should contain the MathJax.js script. For instance, if the mathjax directory
+
1487 # is located at the same level as the HTML output directory, then
+
1488 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
+
1489 # Content Delivery Network so you can quickly see the result without installing
+
1490 # MathJax. However, it is strongly recommended to install a local copy of
+
1491 # MathJax from http://www.mathjax.org before deployment.
+
1492 # The default value is: http://cdn.mathjax.org/mathjax/latest.
+
1493 # This tag requires that the tag USE_MATHJAX is set to YES.
+
1494 
+
1495 MATHJAX_RELPATH = http://www.mathjax.org/mathjax
+
1496 
+
1497 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
+
1498 # extension names that should be enabled during MathJax rendering. For example
+
1499 # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
+
1500 # This tag requires that the tag USE_MATHJAX is set to YES.
+
1501 
+
1502 MATHJAX_EXTENSIONS =
+
1503 
+
1504 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
+
1505 # of code that will be used on startup of the MathJax code. See the MathJax site
+
1506 # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
+
1507 # example see the documentation.
+
1508 # This tag requires that the tag USE_MATHJAX is set to YES.
+
1509 
+
1510 MATHJAX_CODEFILE =
+
1511 
+
1512 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
+
1513 # the HTML output. The underlying search engine uses javascript and DHTML and
+
1514 # should work on any modern browser. Note that when using HTML help
+
1515 # (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
+
1516 # there is already a search function so this one should typically be disabled.
+
1517 # For large projects the javascript based search engine can be slow, then
+
1518 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
+
1519 # search using the keyboard; to jump to the search box use <access key> + S
+
1520 # (what the <access key> is depends on the OS and browser, but it is typically
+
1521 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
+
1522 # key> to jump into the search results window, the results can be navigated
+
1523 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
+
1524 # the search. The filter options can be selected when the cursor is inside the
+
1525 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
+
1526 # to select a filter and <Enter> or <escape> to activate or cancel the filter
+
1527 # option.
+
1528 # The default value is: YES.
+
1529 # This tag requires that the tag GENERATE_HTML is set to YES.
+
1530 
+
1531 SEARCHENGINE = YES
+
1532 
+
1533 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
+
1534 # implemented using a web server instead of a web client using Javascript. There
+
1535 # are two flavors of web server based searching depending on the EXTERNAL_SEARCH
+
1536 # setting. When disabled, doxygen will generate a PHP script for searching and
+
1537 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
+
1538 # and searching needs to be provided by external tools. See the section
+
1539 # "External Indexing and Searching" for details.
+
1540 # The default value is: NO.
+
1541 # This tag requires that the tag SEARCHENGINE is set to YES.
+
1542 
+
1543 SERVER_BASED_SEARCH = NO
+
1544 
+
1545 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
+
1546 # script for searching. Instead the search results are written to an XML file
+
1547 # which needs to be processed by an external indexer. Doxygen will invoke an
+
1548 # external search engine pointed to by the SEARCHENGINE_URL option to obtain the
+
1549 # search results.
+
1550 #
+
1551 # Doxygen ships with an example indexer (doxyindexer) and search engine
+
1552 # (doxysearch.cgi) which are based on the open source search engine library
+
1553 # Xapian (see: http://xapian.org/).
+
1554 #
+
1555 # See the section "External Indexing and Searching" for details.
+
1556 # The default value is: NO.
+
1557 # This tag requires that the tag SEARCHENGINE is set to YES.
+
1558 
+
1559 EXTERNAL_SEARCH = NO
+
1560 
+
1561 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
+
1562 # which will return the search results when EXTERNAL_SEARCH is enabled.
+
1563 #
+
1564 # Doxygen ships with an example indexer (doxyindexer) and search engine
+
1565 # (doxysearch.cgi) which are based on the open source search engine library
+
1566 # Xapian (see: http://xapian.org/). See the section "External Indexing and
+
1567 # Searching" for details.
+
1568 # This tag requires that the tag SEARCHENGINE is set to YES.
+
1569 
+
1570 SEARCHENGINE_URL =
+
1571 
+
1572 # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
+
1573 # search data is written to a file for indexing by an external tool. With the
+
1574 # SEARCHDATA_FILE tag the name of this file can be specified.
+
1575 # The default file is: searchdata.xml.
+
1576 # This tag requires that the tag SEARCHENGINE is set to YES.
+
1577 
+
1578 SEARCHDATA_FILE = searchdata.xml
+
1579 
+
1580 # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
+
1581 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
+
1582 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
+
1583 # projects and redirect the results back to the right project.
+
1584 # This tag requires that the tag SEARCHENGINE is set to YES.
+
1585 
+
1586 EXTERNAL_SEARCH_ID =
+
1587 
+
1588 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
+
1589 # projects other than the one defined by this configuration file, but that are
+
1590 # all added to the same external search index. Each project needs to have a
+
1591 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
+
1592 # to a relative location where the documentation can be found. The format is:
+
1593 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
+
1594 # This tag requires that the tag SEARCHENGINE is set to YES.
+
1595 
+
1596 EXTRA_SEARCH_MAPPINGS =
+
1597 
+
1598 #---------------------------------------------------------------------------
+
1599 # Configuration options related to the LaTeX output
+
1600 #---------------------------------------------------------------------------
+
1601 
+
1602 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
+
1603 # The default value is: YES.
+
1604 
+
1605 GENERATE_LATEX = NO
+
1606 
+
1607 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
+
1608 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+
1609 # it.
+
1610 # The default directory is: latex.
+
1611 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1612 
+
1613 LATEX_OUTPUT = latex
+
1614 
+
1615 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
+
1616 # invoked.
+
1617 #
+
1618 # Note that when enabling USE_PDFLATEX this option is only used for generating
+
1619 # bitmaps for formulas in the HTML output, but not in the Makefile that is
+
1620 # written to the output directory.
+
1621 # The default file is: latex.
+
1622 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1623 
+
1624 LATEX_CMD_NAME = latex
+
1625 
+
1626 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
+
1627 # index for LaTeX.
+
1628 # The default file is: makeindex.
+
1629 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1630 
+
1631 MAKEINDEX_CMD_NAME = makeindex
+
1632 
+
1633 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
+
1634 # documents. This may be useful for small projects and may help to save some
+
1635 # trees in general.
+
1636 # The default value is: NO.
+
1637 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1638 
+
1639 COMPACT_LATEX = NO
+
1640 
+
1641 # The PAPER_TYPE tag can be used to set the paper type that is used by the
+
1642 # printer.
+
1643 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
+
1644 # 14 inches) and executive (7.25 x 10.5 inches).
+
1645 # The default value is: a4.
+
1646 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1647 
+
1648 PAPER_TYPE = a4wide
+
1649 
+
1650 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
+
1651 # that should be included in the LaTeX output. The package can be specified just
+
1652 # by its name or with the correct syntax as to be used with the LaTeX
+
1653 # \usepackage command. To get the times font for instance you can specify :
+
1654 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
+
1655 # To use the option intlimits with the amsmath package you can specify:
+
1656 # EXTRA_PACKAGES=[intlimits]{amsmath}
+
1657 # If left blank no extra packages will be included.
+
1658 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1659 
+
1660 EXTRA_PACKAGES =
+
1661 
+
1662 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
+
1663 # generated LaTeX document. The header should contain everything until the first
+
1664 # chapter. If it is left blank doxygen will generate a standard header. See
+
1665 # section "Doxygen usage" for information on how to let doxygen write the
+
1666 # default header to a separate file.
+
1667 #
+
1668 # Note: Only use a user-defined header if you know what you are doing! The
+
1669 # following commands have a special meaning inside the header: $title,
+
1670 # $datetime, $date, $doxygenversion, $projectname, $projectnumber,
+
1671 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
+
1672 # string, for the replacement values of the other commands the user is referred
+
1673 # to HTML_HEADER.
+
1674 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1675 
+
1676 LATEX_HEADER =
+
1677 
+
1678 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
+
1679 # generated LaTeX document. The footer should contain everything after the last
+
1680 # chapter. If it is left blank doxygen will generate a standard footer. See
+
1681 # LATEX_HEADER for more information on how to generate a default footer and what
+
1682 # special commands can be used inside the footer.
+
1683 #
+
1684 # Note: Only use a user-defined footer if you know what you are doing!
+
1685 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1686 
+
1687 LATEX_FOOTER =
+
1688 
+
1689 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
+
1690 # LaTeX style sheets that are included after the standard style sheets created
+
1691 # by doxygen. Using this option one can overrule certain style aspects. Doxygen
+
1692 # will copy the style sheet files to the output directory.
+
1693 # Note: The order of the extra style sheet files is of importance (e.g. the last
+
1694 # style sheet in the list overrules the setting of the previous ones in the
+
1695 # list).
+
1696 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1697 
+
1698 LATEX_EXTRA_STYLESHEET =
+
1699 
+
1700 # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
+
1701 # other source files which should be copied to the LATEX_OUTPUT output
+
1702 # directory. Note that the files will be copied as-is; there are no commands or
+
1703 # markers available.
+
1704 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1705 
+
1706 LATEX_EXTRA_FILES =
+
1707 
+
1708 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
+
1709 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
+
1710 # contain links (just like the HTML output) instead of page references. This
+
1711 # makes the output suitable for online browsing using a PDF viewer.
+
1712 # The default value is: YES.
+
1713 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1714 
+
1715 PDF_HYPERLINKS = NO
+
1716 
+
1717 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
+
1718 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
+
1719 # higher quality PDF documentation.
+
1720 # The default value is: YES.
+
1721 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1722 
+
1723 USE_PDFLATEX = YES
+
1724 
+
1725 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
+
1726 # command to the generated LaTeX files. This will instruct LaTeX to keep running
+
1727 # if errors occur, instead of asking the user for help. This option is also used
+
1728 # when generating formulas in HTML.
+
1729 # The default value is: NO.
+
1730 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1731 
+
1732 LATEX_BATCHMODE = NO
+
1733 
+
1734 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
+
1735 # index chapters (such as File Index, Compound Index, etc.) in the output.
+
1736 # The default value is: NO.
+
1737 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1738 
+
1739 LATEX_HIDE_INDICES = NO
+
1740 
+
1741 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
+
1742 # code with syntax highlighting in the LaTeX output.
+
1743 #
+
1744 # Note that which sources are shown also depends on other settings such as
+
1745 # SOURCE_BROWSER.
+
1746 # The default value is: NO.
+
1747 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1748 
+
1749 LATEX_SOURCE_CODE = NO
+
1750 
+
1751 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
+
1752 # bibliography, e.g. plainnat, or ieeetr. See
+
1753 # http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+
1754 # The default value is: plain.
+
1755 # This tag requires that the tag GENERATE_LATEX is set to YES.
+
1756 
+
1757 LATEX_BIB_STYLE = plain
+
1758 
+
1759 #---------------------------------------------------------------------------
+
1760 # Configuration options related to the RTF output
+
1761 #---------------------------------------------------------------------------
+
1762 
+
1763 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
+
1764 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
+
1765 # readers/editors.
+
1766 # The default value is: NO.
+
1767 
+
1768 GENERATE_RTF = NO
+
1769 
+
1770 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
+
1771 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+
1772 # it.
+
1773 # The default directory is: rtf.
+
1774 # This tag requires that the tag GENERATE_RTF is set to YES.
+
1775 
+
1776 RTF_OUTPUT = glm.rtf
+
1777 
+
1778 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
+
1779 # documents. This may be useful for small projects and may help to save some
+
1780 # trees in general.
+
1781 # The default value is: NO.
+
1782 # This tag requires that the tag GENERATE_RTF is set to YES.
+
1783 
+
1784 COMPACT_RTF = NO
+
1785 
+
1786 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
+
1787 # contain hyperlink fields. The RTF file will contain links (just like the HTML
+
1788 # output) instead of page references. This makes the output suitable for online
+
1789 # browsing using Word or some other Word compatible readers that support those
+
1790 # fields.
+
1791 #
+
1792 # Note: WordPad (write) and others do not support links.
+
1793 # The default value is: NO.
+
1794 # This tag requires that the tag GENERATE_RTF is set to YES.
+
1795 
+
1796 RTF_HYPERLINKS = YES
+
1797 
+
1798 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
+
1799 # file, i.e. a series of assignments. You only have to provide replacements,
+
1800 # missing definitions are set to their default value.
+
1801 #
+
1802 # See also section "Doxygen usage" for information on how to generate the
+
1803 # default style sheet that doxygen normally uses.
+
1804 # This tag requires that the tag GENERATE_RTF is set to YES.
+
1805 
+
1806 RTF_STYLESHEET_FILE =
+
1807 
+
1808 # Set optional variables used in the generation of an RTF document. Syntax is
+
1809 # similar to doxygen's config file. A template extensions file can be generated
+
1810 # using doxygen -e rtf extensionFile.
+
1811 # This tag requires that the tag GENERATE_RTF is set to YES.
+
1812 
+
1813 RTF_EXTENSIONS_FILE =
+
1814 
+
1815 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
+
1816 # with syntax highlighting in the RTF output.
+
1817 #
+
1818 # Note that which sources are shown also depends on other settings such as
+
1819 # SOURCE_BROWSER.
+
1820 # The default value is: NO.
+
1821 # This tag requires that the tag GENERATE_RTF is set to YES.
+
1822 
+
1823 RTF_SOURCE_CODE = NO
+
1824 
+
1825 #---------------------------------------------------------------------------
+
1826 # Configuration options related to the man page output
+
1827 #---------------------------------------------------------------------------
+
1828 
+
1829 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
+
1830 # classes and files.
+
1831 # The default value is: NO.
+
1832 
+
1833 GENERATE_MAN = NO
+
1834 
+
1835 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
+
1836 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+
1837 # it. A directory man3 will be created inside the directory specified by
+
1838 # MAN_OUTPUT.
+
1839 # The default directory is: man.
+
1840 # This tag requires that the tag GENERATE_MAN is set to YES.
+
1841 
+
1842 MAN_OUTPUT = man
+
1843 
+
1844 # The MAN_EXTENSION tag determines the extension that is added to the generated
+
1845 # man pages. In case the manual section does not start with a number, the number
+
1846 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
+
1847 # optional.
+
1848 # The default value is: .3.
+
1849 # This tag requires that the tag GENERATE_MAN is set to YES.
+
1850 
+
1851 MAN_EXTENSION = .3
+
1852 
+
1853 # The MAN_SUBDIR tag determines the name of the directory created within
+
1854 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
+
1855 # MAN_EXTENSION with the initial . removed.
+
1856 # This tag requires that the tag GENERATE_MAN is set to YES.
+
1857 
+
1858 MAN_SUBDIR =
+
1859 
+
1860 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
+
1861 # will generate one additional man file for each entity documented in the real
+
1862 # man page(s). These additional files only source the real man page, but without
+
1863 # them the man command would be unable to find the correct page.
+
1864 # The default value is: NO.
+
1865 # This tag requires that the tag GENERATE_MAN is set to YES.
+
1866 
+
1867 MAN_LINKS = NO
+
1868 
+
1869 #---------------------------------------------------------------------------
+
1870 # Configuration options related to the XML output
+
1871 #---------------------------------------------------------------------------
+
1872 
+
1873 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
+
1874 # captures the structure of the code including all documentation.
+
1875 # The default value is: NO.
+
1876 
+
1877 GENERATE_XML = NO
+
1878 
+
1879 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
+
1880 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+
1881 # it.
+
1882 # The default directory is: xml.
+
1883 # This tag requires that the tag GENERATE_XML is set to YES.
+
1884 
+
1885 XML_OUTPUT = xml
+
1886 
+
1887 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
+
1888 # listings (including syntax highlighting and cross-referencing information) to
+
1889 # the XML output. Note that enabling this will significantly increase the size
+
1890 # of the XML output.
+
1891 # The default value is: YES.
+
1892 # This tag requires that the tag GENERATE_XML is set to YES.
+
1893 
+
1894 XML_PROGRAMLISTING = YES
+
1895 
+
1896 #---------------------------------------------------------------------------
+
1897 # Configuration options related to the DOCBOOK output
+
1898 #---------------------------------------------------------------------------
+
1899 
+
1900 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
+
1901 # that can be used to generate PDF.
+
1902 # The default value is: NO.
+
1903 
+
1904 GENERATE_DOCBOOK = NO
+
1905 
+
1906 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
+
1907 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
+
1908 # front of it.
+
1909 # The default directory is: docbook.
+
1910 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
+
1911 
+
1912 DOCBOOK_OUTPUT = docbook
+
1913 
+
1914 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
+
1915 # program listings (including syntax highlighting and cross-referencing
+
1916 # information) to the DOCBOOK output. Note that enabling this will significantly
+
1917 # increase the size of the DOCBOOK output.
+
1918 # The default value is: NO.
+
1919 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
+
1920 
+
1921 DOCBOOK_PROGRAMLISTING = NO
+
1922 
+
1923 #---------------------------------------------------------------------------
+
1924 # Configuration options for the AutoGen Definitions output
+
1925 #---------------------------------------------------------------------------
+
1926 
+
1927 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
+
1928 # AutoGen Definitions (see http://autogen.sf.net) file that captures the
+
1929 # structure of the code including all documentation. Note that this feature is
+
1930 # still experimental and incomplete at the moment.
+
1931 # The default value is: NO.
+
1932 
+
1933 GENERATE_AUTOGEN_DEF = NO
+
1934 
+
1935 #---------------------------------------------------------------------------
+
1936 # Configuration options related to the Perl module output
+
1937 #---------------------------------------------------------------------------
+
1938 
+
1939 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
+
1940 # file that captures the structure of the code including all documentation.
+
1941 #
+
1942 # Note that this feature is still experimental and incomplete at the moment.
+
1943 # The default value is: NO.
+
1944 
+
1945 GENERATE_PERLMOD = NO
+
1946 
+
1947 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
+
1948 # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
+
1949 # output from the Perl module output.
+
1950 # The default value is: NO.
+
1951 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
+
1952 
+
1953 PERLMOD_LATEX = NO
+
1954 
+
1955 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
+
1956 # formatted so it can be parsed by a human reader. This is useful if you want to
+
1957 # understand what is going on. On the other hand, if this tag is set to NO, the
+
1958 # size of the Perl module output will be much smaller and Perl will parse it
+
1959 # just the same.
+
1960 # The default value is: YES.
+
1961 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
+
1962 
+
1963 PERLMOD_PRETTY = YES
+
1964 
+
1965 # The names of the make variables in the generated doxyrules.make file are
+
1966 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
+
1967 # so different doxyrules.make files included by the same Makefile don't
+
1968 # overwrite each other's variables.
+
1969 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
+
1970 
+
1971 PERLMOD_MAKEVAR_PREFIX =
+
1972 
+
1973 #---------------------------------------------------------------------------
+
1974 # Configuration options related to the preprocessor
+
1975 #---------------------------------------------------------------------------
+
1976 
+
1977 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
+
1978 # C-preprocessor directives found in the sources and include files.
+
1979 # The default value is: YES.
+
1980 
+
1981 ENABLE_PREPROCESSING = YES
+
1982 
+
1983 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
+
1984 # in the source code. If set to NO, only conditional compilation will be
+
1985 # performed. Macro expansion can be done in a controlled way by setting
+
1986 # EXPAND_ONLY_PREDEF to YES.
+
1987 # The default value is: NO.
+
1988 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
1989 
+
1990 MACRO_EXPANSION = NO
+
1991 
+
1992 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
+
1993 # the macro expansion is limited to the macros specified with the PREDEFINED and
+
1994 # EXPAND_AS_DEFINED tags.
+
1995 # The default value is: NO.
+
1996 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
1997 
+
1998 EXPAND_ONLY_PREDEF = NO
+
1999 
+
2000 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
+
2001 # INCLUDE_PATH will be searched if a #include is found.
+
2002 # The default value is: YES.
+
2003 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
2004 
+
2005 SEARCH_INCLUDES = YES
+
2006 
+
2007 # The INCLUDE_PATH tag can be used to specify one or more directories that
+
2008 # contain include files that are not input files but should be processed by the
+
2009 # preprocessor.
+
2010 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
+
2011 
+
2012 INCLUDE_PATH =
+
2013 
+
2014 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
+
2015 # patterns (like *.h and *.hpp) to filter out the header-files in the
+
2016 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
+
2017 # used.
+
2018 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
2019 
+
2020 INCLUDE_FILE_PATTERNS =
+
2021 
+
2022 # The PREDEFINED tag can be used to specify one or more macro names that are
+
2023 # defined before the preprocessor is started (similar to the -D option of e.g.
+
2024 # gcc). The argument of the tag is a list of macros of the form: name or
+
2025 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
+
2026 # is assumed. To prevent a macro definition from being undefined via #undef or
+
2027 # recursively expanded use the := operator instead of the = operator.
+
2028 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
2029 
+
2030 PREDEFINED =
+
2031 
+
2032 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
+
2033 # tag can be used to specify a list of macro names that should be expanded. The
+
2034 # macro definition that is found in the sources will be used. Use the PREDEFINED
+
2035 # tag if you want to use a different macro definition that overrules the
+
2036 # definition found in the source code.
+
2037 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
2038 
+
2039 EXPAND_AS_DEFINED =
+
2040 
+
2041 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
+
2042 # remove all references to function-like macros that are alone on a line, have
+
2043 # an all uppercase name, and do not end with a semicolon. Such function macros
+
2044 # are typically used for boiler-plate code, and will confuse the parser if not
+
2045 # removed.
+
2046 # The default value is: YES.
+
2047 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
2048 
+
2049 SKIP_FUNCTION_MACROS = YES
+
2050 
+
2051 #---------------------------------------------------------------------------
+
2052 # Configuration options related to external references
+
2053 #---------------------------------------------------------------------------
+
2054 
+
2055 # The TAGFILES tag can be used to specify one or more tag files. For each tag
+
2056 # file the location of the external documentation should be added. The format of
+
2057 # a tag file without this location is as follows:
+
2058 # TAGFILES = file1 file2 ...
+
2059 # Adding location for the tag files is done as follows:
+
2060 # TAGFILES = file1=loc1 "file2 = loc2" ...
+
2061 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
+
2062 # section "Linking to external documentation" for more information about the use
+
2063 # of tag files.
+
2064 # Note: Each tag file must have a unique name (where the name does NOT include
+
2065 # the path). If a tag file is not located in the directory in which doxygen is
+
2066 # run, you must also specify the path to the tagfile here.
+
2067 
+
2068 TAGFILES =
+
2069 
+
2070 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
+
2071 # tag file that is based on the input files it reads. See section "Linking to
+
2072 # external documentation" for more information about the usage of tag files.
+
2073 
+
2074 GENERATE_TAGFILE =
+
2075 
+
2076 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
+
2077 # the class index. If set to NO, only the inherited external classes will be
+
2078 # listed.
+
2079 # The default value is: NO.
+
2080 
+
2081 ALLEXTERNALS = NO
+
2082 
+
2083 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
+
2084 # in the modules index. If set to NO, only the current project's groups will be
+
2085 # listed.
+
2086 # The default value is: YES.
+
2087 
+
2088 EXTERNAL_GROUPS = YES
+
2089 
+
2090 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
+
2091 # the related pages index. If set to NO, only the current project's pages will
+
2092 # be listed.
+
2093 # The default value is: YES.
+
2094 
+
2095 EXTERNAL_PAGES = YES
+
2096 
+
2097 # The PERL_PATH should be the absolute path and name of the perl script
+
2098 # interpreter (i.e. the result of 'which perl').
+
2099 # The default file (with absolute path) is: /usr/bin/perl.
+
2100 
+
2101 PERL_PATH = /usr/bin/perl
+
2102 
+
2103 #---------------------------------------------------------------------------
+
2104 # Configuration options related to the dot tool
+
2105 #---------------------------------------------------------------------------
+
2106 
+
2107 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
+
2108 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
+
2109 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
+
2110 # disabled, but it is recommended to install and use dot, since it yields more
+
2111 # powerful graphs.
+
2112 # The default value is: YES.
+
2113 
+
2114 CLASS_DIAGRAMS = YES
+
2115 
+
2116 # You can define message sequence charts within doxygen comments using the \msc
+
2117 # command. Doxygen will then run the mscgen tool (see:
+
2118 # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
+
2119 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
+
2120 # the mscgen tool resides. If left empty the tool is assumed to be found in the
+
2121 # default search path.
+
2122 
+
2123 MSCGEN_PATH =
+
2124 
+
2125 # You can include diagrams made with dia in doxygen documentation. Doxygen will
+
2126 # then run dia to produce the diagram and insert it in the documentation. The
+
2127 # DIA_PATH tag allows you to specify the directory where the dia binary resides.
+
2128 # If left empty dia is assumed to be found in the default search path.
+
2129 
+
2130 DIA_PATH =
+
2131 
+
2132 # If set to YES the inheritance and collaboration graphs will hide inheritance
+
2133 # and usage relations if the target is undocumented or is not a class.
+
2134 # The default value is: YES.
+
2135 
+
2136 HIDE_UNDOC_RELATIONS = YES
+
2137 
+
2138 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
+
2139 # available from the path. This tool is part of Graphviz (see:
+
2140 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
+
2141 # Bell Labs. The other options in this section have no effect if this option is
+
2142 # set to NO
+
2143 # The default value is: NO.
+
2144 
+
2145 HAVE_DOT = NO
+
2146 
+
2147 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
+
2148 # to run in parallel. When set to 0 doxygen will base this on the number of
+
2149 # processors available in the system. You can set it explicitly to a value
+
2150 # larger than 0 to get control over the balance between CPU load and processing
+
2151 # speed.
+
2152 # Minimum value: 0, maximum value: 32, default value: 0.
+
2153 # This tag requires that the tag HAVE_DOT is set to YES.
+
2154 
+
2155 DOT_NUM_THREADS = 0
+
2156 
+
2157 # When you want a differently looking font in the dot files that doxygen
+
2158 # generates you can specify the font name using DOT_FONTNAME. You need to make
+
2159 # sure dot is able to find the font, which can be done by putting it in a
+
2160 # standard location or by setting the DOTFONTPATH environment variable or by
+
2161 # setting DOT_FONTPATH to the directory containing the font.
+
2162 # The default value is: Helvetica.
+
2163 # This tag requires that the tag HAVE_DOT is set to YES.
+
2164 
+
2165 DOT_FONTNAME = Helvetica
+
2166 
+
2167 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
+
2168 # dot graphs.
+
2169 # Minimum value: 4, maximum value: 24, default value: 10.
+
2170 # This tag requires that the tag HAVE_DOT is set to YES.
+
2171 
+
2172 DOT_FONTSIZE = 10
+
2173 
+
2174 # By default doxygen will tell dot to use the default font as specified with
+
2175 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
+
2176 # the path where dot can find it using this tag.
+
2177 # This tag requires that the tag HAVE_DOT is set to YES.
+
2178 
+
2179 DOT_FONTPATH =
+
2180 
+
2181 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
+
2182 # each documented class showing the direct and indirect inheritance relations.
+
2183 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
+
2184 # The default value is: YES.
+
2185 # This tag requires that the tag HAVE_DOT is set to YES.
+
2186 
+
2187 CLASS_GRAPH = YES
+
2188 
+
2189 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
+
2190 # graph for each documented class showing the direct and indirect implementation
+
2191 # dependencies (inheritance, containment, and class references variables) of the
+
2192 # class with other documented classes.
+
2193 # The default value is: YES.
+
2194 # This tag requires that the tag HAVE_DOT is set to YES.
+
2195 
+
2196 COLLABORATION_GRAPH = YES
+
2197 
+
2198 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
+
2199 # groups, showing the direct groups dependencies.
+
2200 # The default value is: YES.
+
2201 # This tag requires that the tag HAVE_DOT is set to YES.
+
2202 
+
2203 GROUP_GRAPHS = YES
+
2204 
+
2205 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
+
2206 # collaboration diagrams in a style similar to the OMG's Unified Modeling
+
2207 # Language.
+
2208 # The default value is: NO.
+
2209 # This tag requires that the tag HAVE_DOT is set to YES.
+
2210 
+
2211 UML_LOOK = NO
+
2212 
+
2213 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
+
2214 # class node. If there are many fields or methods and many nodes the graph may
+
2215 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
+
2216 # number of items for each type to make the size more manageable. Set this to 0
+
2217 # for no limit. Note that the threshold may be exceeded by 50% before the limit
+
2218 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
+
2219 # but if the number exceeds 15, the total amount of fields shown is limited to
+
2220 # 10.
+
2221 # Minimum value: 0, maximum value: 100, default value: 10.
+
2222 # This tag requires that the tag HAVE_DOT is set to YES.
+
2223 
+
2224 UML_LIMIT_NUM_FIELDS = 10
+
2225 
+
2226 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
+
2227 # collaboration graphs will show the relations between templates and their
+
2228 # instances.
+
2229 # The default value is: NO.
+
2230 # This tag requires that the tag HAVE_DOT is set to YES.
+
2231 
+
2232 TEMPLATE_RELATIONS = NO
+
2233 
+
2234 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
+
2235 # YES then doxygen will generate a graph for each documented file showing the
+
2236 # direct and indirect include dependencies of the file with other documented
+
2237 # files.
+
2238 # The default value is: YES.
+
2239 # This tag requires that the tag HAVE_DOT is set to YES.
+
2240 
+
2241 INCLUDE_GRAPH = YES
+
2242 
+
2243 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
+
2244 # set to YES then doxygen will generate a graph for each documented file showing
+
2245 # the direct and indirect include dependencies of the file with other documented
+
2246 # files.
+
2247 # The default value is: YES.
+
2248 # This tag requires that the tag HAVE_DOT is set to YES.
+
2249 
+
2250 INCLUDED_BY_GRAPH = YES
+
2251 
+
2252 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
+
2253 # dependency graph for every global function or class method.
+
2254 #
+
2255 # Note that enabling this option will significantly increase the time of a run.
+
2256 # So in most cases it will be better to enable call graphs for selected
+
2257 # functions only using the \callgraph command. Disabling a call graph can be
+
2258 # accomplished by means of the command \hidecallgraph.
+
2259 # The default value is: NO.
+
2260 # This tag requires that the tag HAVE_DOT is set to YES.
+
2261 
+
2262 CALL_GRAPH = YES
+
2263 
+
2264 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
+
2265 # dependency graph for every global function or class method.
+
2266 #
+
2267 # Note that enabling this option will significantly increase the time of a run.
+
2268 # So in most cases it will be better to enable caller graphs for selected
+
2269 # functions only using the \callergraph command. Disabling a caller graph can be
+
2270 # accomplished by means of the command \hidecallergraph.
+
2271 # The default value is: NO.
+
2272 # This tag requires that the tag HAVE_DOT is set to YES.
+
2273 
+
2274 CALLER_GRAPH = YES
+
2275 
+
2276 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
+
2277 # hierarchy of all classes instead of a textual one.
+
2278 # The default value is: YES.
+
2279 # This tag requires that the tag HAVE_DOT is set to YES.
+
2280 
+
2281 GRAPHICAL_HIERARCHY = YES
+
2282 
+
2283 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
+
2284 # dependencies a directory has on other directories in a graphical way. The
+
2285 # dependency relations are determined by the #include relations between the
+
2286 # files in the directories.
+
2287 # The default value is: YES.
+
2288 # This tag requires that the tag HAVE_DOT is set to YES.
+
2289 
+
2290 DIRECTORY_GRAPH = YES
+
2291 
+
2292 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
+
2293 # generated by dot. For an explanation of the image formats see the section
+
2294 # output formats in the documentation of the dot tool (Graphviz (see:
+
2295 # http://www.graphviz.org/)).
+
2296 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
+
2297 # to make the SVG files visible in IE 9+ (other browsers do not have this
+
2298 # requirement).
+
2299 # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
+
2300 # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
+
2301 # png:gdiplus:gdiplus.
+
2302 # The default value is: png.
+
2303 # This tag requires that the tag HAVE_DOT is set to YES.
+
2304 
+
2305 DOT_IMAGE_FORMAT = png
+
2306 
+
2307 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
+
2308 # enable generation of interactive SVG images that allow zooming and panning.
+
2309 #
+
2310 # Note that this requires a modern browser other than Internet Explorer. Tested
+
2311 # and working are Firefox, Chrome, Safari, and Opera.
+
2312 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
+
2313 # the SVG files visible. Older versions of IE do not have SVG support.
+
2314 # The default value is: NO.
+
2315 # This tag requires that the tag HAVE_DOT is set to YES.
+
2316 
+
2317 INTERACTIVE_SVG = NO
+
2318 
+
2319 # The DOT_PATH tag can be used to specify the path where the dot tool can be
+
2320 # found. If left blank, it is assumed the dot tool can be found in the path.
+
2321 # This tag requires that the tag HAVE_DOT is set to YES.
+
2322 
+
2323 DOT_PATH =
+
2324 
+
2325 # The DOTFILE_DIRS tag can be used to specify one or more directories that
+
2326 # contain dot files that are included in the documentation (see the \dotfile
+
2327 # command).
+
2328 # This tag requires that the tag HAVE_DOT is set to YES.
+
2329 
+
2330 DOTFILE_DIRS =
+
2331 
+
2332 # The MSCFILE_DIRS tag can be used to specify one or more directories that
+
2333 # contain msc files that are included in the documentation (see the \mscfile
+
2334 # command).
+
2335 
+
2336 MSCFILE_DIRS =
+
2337 
+
2338 # The DIAFILE_DIRS tag can be used to specify one or more directories that
+
2339 # contain dia files that are included in the documentation (see the \diafile
+
2340 # command).
+
2341 
+
2342 DIAFILE_DIRS =
+
2343 
+
2344 # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
+
2345 # path where java can find the plantuml.jar file. If left blank, it is assumed
+
2346 # PlantUML is not used or called during a preprocessing step. Doxygen will
+
2347 # generate a warning when it encounters a \startuml command in this case and
+
2348 # will not generate output for the diagram.
+
2349 
+
2350 PLANTUML_JAR_PATH =
+
2351 
+
2352 # When using plantuml, the specified paths are searched for files specified by
+
2353 # the !include statement in a plantuml block.
+
2354 
+
2355 PLANTUML_INCLUDE_PATH =
+
2356 
+
2357 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
+
2358 # that will be shown in the graph. If the number of nodes in a graph becomes
+
2359 # larger than this value, doxygen will truncate the graph, which is visualized
+
2360 # by representing a node as a red box. Note that doxygen if the number of direct
+
2361 # children of the root node in a graph is already larger than
+
2362 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
+
2363 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
+
2364 # Minimum value: 0, maximum value: 10000, default value: 50.
+
2365 # This tag requires that the tag HAVE_DOT is set to YES.
+
2366 
+
2367 DOT_GRAPH_MAX_NODES = 50
+
2368 
+
2369 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
+
2370 # generated by dot. A depth value of 3 means that only nodes reachable from the
+
2371 # root by following a path via at most 3 edges will be shown. Nodes that lay
+
2372 # further from the root node will be omitted. Note that setting this option to 1
+
2373 # or 2 may greatly reduce the computation time needed for large code bases. Also
+
2374 # note that the size of a graph can be further restricted by
+
2375 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
+
2376 # Minimum value: 0, maximum value: 1000, default value: 0.
+
2377 # This tag requires that the tag HAVE_DOT is set to YES.
+
2378 
+
2379 MAX_DOT_GRAPH_DEPTH = 1000
+
2380 
+
2381 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
+
2382 # background. This is disabled by default, because dot on Windows does not seem
+
2383 # to support this out of the box.
+
2384 #
+
2385 # Warning: Depending on the platform used, enabling this option may lead to
+
2386 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
+
2387 # read).
+
2388 # The default value is: NO.
+
2389 # This tag requires that the tag HAVE_DOT is set to YES.
+
2390 
+
2391 DOT_TRANSPARENT = NO
+
2392 
+
2393 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
+
2394 # files in one run (i.e. multiple -o and -T options on the command line). This
+
2395 # makes dot run faster, but since only newer versions of dot (>1.8.10) support
+
2396 # this, this feature is disabled by default.
+
2397 # The default value is: NO.
+
2398 # This tag requires that the tag HAVE_DOT is set to YES.
+
2399 
+
2400 DOT_MULTI_TARGETS = NO
+
2401 
+
2402 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
+
2403 # explaining the meaning of the various boxes and arrows in the dot generated
+
2404 # graphs.
+
2405 # The default value is: YES.
+
2406 # This tag requires that the tag HAVE_DOT is set to YES.
+
2407 
+
2408 GENERATE_LEGEND = YES
+
2409 
+
2410 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
+
2411 # files that are used to generate the various graphs.
+
2412 # The default value is: YES.
+
2413 # This tag requires that the tag HAVE_DOT is set to YES.
+
2414 
+
2415 DOT_CLEANUP = YES
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00052.html b/glm/doc/api/a00052.html new file mode 100644 index 0000000..84c1278 --- /dev/null +++ b/glm/doc/api/a00052.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat2x2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat2x2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat2x2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00052_source.html b/glm/doc/api/a00052_source.html new file mode 100644 index 0000000..62ad509 --- /dev/null +++ b/glm/doc/api/a00052_source.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: mat2x2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat2x2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat2x2.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat2x2<float, lowp> lowp_mat2;
+
16 
+
22  typedef tmat2x2<float, mediump> mediump_mat2;
+
23 
+
29  typedef tmat2x2<float, highp> highp_mat2;
+
30 
+
36  typedef tmat2x2<float, lowp> lowp_mat2x2;
+
37 
+
43  typedef tmat2x2<float, mediump> mediump_mat2x2;
+
44 
+
50  typedef tmat2x2<float, highp> highp_mat2x2;
+
51 
+
52 }//namespace glm
+
tmat2x2< float, highp > highp_mat2x2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:74
+
tmat2x2< float, highp > highp_mat2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:53
+
tmat2x2< float, lowp > lowp_mat2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:39
+
tmat2x2< float, mediump > mediump_mat2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:46
+ +
Definition: _noise.hpp:11
+
tmat2x2< float, lowp > lowp_mat2x2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:60
+
tmat2x2< float, mediump > mediump_mat2x2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:67
+
+ + + + diff --git a/glm/doc/api/a00053.html b/glm/doc/api/a00053.html new file mode 100644 index 0000000..9f60926 --- /dev/null +++ b/glm/doc/api/a00053.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat2x3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat2x3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat2x3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00053_source.html b/glm/doc/api/a00053_source.html new file mode 100644 index 0000000..f13f7c1 --- /dev/null +++ b/glm/doc/api/a00053_source.html @@ -0,0 +1,119 @@ + + + + + + +0.9.9 API documenation: mat2x3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat2x3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat2x3.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat2x3<float, lowp> lowp_mat2x3;
+
16 
+
22  typedef tmat2x3<float, mediump> mediump_mat2x3;
+
23 
+
29  typedef tmat2x3<float, highp> highp_mat2x3;
+
30 
+
31 }//namespace glm
+
32 
+
tmat2x3< float, lowp > lowp_mat2x3
2 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:86
+ +
Definition: _noise.hpp:11
+
tmat2x3< float, highp > highp_mat2x3
2 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:100
+
tmat2x3< float, mediump > mediump_mat2x3
2 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:93
+
+ + + + diff --git a/glm/doc/api/a00054.html b/glm/doc/api/a00054.html new file mode 100644 index 0000000..a4d73ff --- /dev/null +++ b/glm/doc/api/a00054.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat2x4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat2x4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat2x4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00054_source.html b/glm/doc/api/a00054_source.html new file mode 100644 index 0000000..f30a82f --- /dev/null +++ b/glm/doc/api/a00054_source.html @@ -0,0 +1,118 @@ + + + + + + +0.9.9 API documenation: mat2x4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat2x4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat2x4.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat2x4<float, lowp> lowp_mat2x4;
+
16 
+
22  typedef tmat2x4<float, mediump> mediump_mat2x4;
+
23 
+
29  typedef tmat2x4<float, highp> highp_mat2x4;
+
30 
+
31 }//namespace glm
+
tmat2x4< float, lowp > lowp_mat2x4
2 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:112
+ +
Definition: _noise.hpp:11
+
tmat2x4< float, mediump > mediump_mat2x4
2 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:119
+
tmat2x4< float, highp > highp_mat2x4
2 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:126
+
+ + + + diff --git a/glm/doc/api/a00055.html b/glm/doc/api/a00055.html new file mode 100644 index 0000000..96800ed --- /dev/null +++ b/glm/doc/api/a00055.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat3x2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat3x2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat3x2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00055_source.html b/glm/doc/api/a00055_source.html new file mode 100644 index 0000000..36efd52 --- /dev/null +++ b/glm/doc/api/a00055_source.html @@ -0,0 +1,118 @@ + + + + + + +0.9.9 API documenation: mat3x2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat3x2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat3x2.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat3x2<float, lowp> lowp_mat3x2;
+
16 
+
22  typedef tmat3x2<float, mediump> mediump_mat3x2;
+
23 
+
29  typedef tmat3x2<float, highp> highp_mat3x2;
+
30 
+
31 }//namespace
+
tmat3x2< float, mediump > mediump_mat3x2
3 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:145
+
tmat3x2< float, highp > highp_mat3x2
3 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:152
+
tmat3x2< float, lowp > lowp_mat3x2
3 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:138
+
Definition: _noise.hpp:11
+ +
+ + + + diff --git a/glm/doc/api/a00056.html b/glm/doc/api/a00056.html new file mode 100644 index 0000000..04d65d6 --- /dev/null +++ b/glm/doc/api/a00056.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat3x3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat3x3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat3x3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00056_source.html b/glm/doc/api/a00056_source.html new file mode 100644 index 0000000..d7cf8fa --- /dev/null +++ b/glm/doc/api/a00056_source.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: mat3x3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat3x3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat3x3.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat3x3<float, lowp> lowp_mat3;
+
16 
+
22  typedef tmat3x3<float, mediump> mediump_mat3;
+
23 
+
29  typedef tmat3x3<float, highp> highp_mat3;
+
30 
+
36  typedef tmat3x3<float, lowp> lowp_mat3x3;
+
37 
+
43  typedef tmat3x3<float, mediump> mediump_mat3x3;
+
44 
+
50  typedef tmat3x3<float, highp> highp_mat3x3;
+
51 
+
52 }//namespace glm
+
tmat3x3< float, highp > highp_mat3x3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:199
+
tmat3x3< float, lowp > lowp_mat3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:164
+
tmat3x3< float, lowp > lowp_mat3x3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:185
+ +
tmat3x3< float, highp > highp_mat3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:178
+
Definition: _noise.hpp:11
+
tmat3x3< float, mediump > mediump_mat3x3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:192
+
tmat3x3< float, mediump > mediump_mat3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:171
+
+ + + + diff --git a/glm/doc/api/a00057.html b/glm/doc/api/a00057.html new file mode 100644 index 0000000..db363a0 --- /dev/null +++ b/glm/doc/api/a00057.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat3x4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat3x4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat3x4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00057_source.html b/glm/doc/api/a00057_source.html new file mode 100644 index 0000000..4156ae2 --- /dev/null +++ b/glm/doc/api/a00057_source.html @@ -0,0 +1,118 @@ + + + + + + +0.9.9 API documenation: mat3x4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat3x4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat3x4.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat3x4<float, lowp> lowp_mat3x4;
+
16 
+
22  typedef tmat3x4<float, mediump> mediump_mat3x4;
+
23 
+
29  typedef tmat3x4<float, highp> highp_mat3x4;
+
30 
+
31 }//namespace glm
+
tmat3x4< float, lowp > lowp_mat3x4
3 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:211
+
tmat3x4< float, mediump > mediump_mat3x4
3 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:218
+ +
tmat3x4< float, highp > highp_mat3x4
3 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:225
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00058.html b/glm/doc/api/a00058.html new file mode 100644 index 0000000..695ffc0 --- /dev/null +++ b/glm/doc/api/a00058.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat4x2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat4x2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat4x2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00058_source.html b/glm/doc/api/a00058_source.html new file mode 100644 index 0000000..05a9a29 --- /dev/null +++ b/glm/doc/api/a00058_source.html @@ -0,0 +1,118 @@ + + + + + + +0.9.9 API documenation: mat4x2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat4x2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat4x2.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat4x2<float, lowp> lowp_mat4x2;
+
16 
+
22  typedef tmat4x2<float, mediump> mediump_mat4x2;
+
23 
+
29  typedef tmat4x2<float, highp> highp_mat4x2;
+
30 
+
31 }//namespace glm
+
tmat4x2< float, highp > highp_mat4x2
4 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:251
+
tmat4x2< float, lowp > lowp_mat4x2
4 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:237
+
Definition: _noise.hpp:11
+
tmat4x2< float, mediump > mediump_mat4x2
4 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:244
+ +
+ + + + diff --git a/glm/doc/api/a00059.html b/glm/doc/api/a00059.html new file mode 100644 index 0000000..261776c --- /dev/null +++ b/glm/doc/api/a00059.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat4x3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat4x3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat4x3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00059_source.html b/glm/doc/api/a00059_source.html new file mode 100644 index 0000000..177b4f0 --- /dev/null +++ b/glm/doc/api/a00059_source.html @@ -0,0 +1,118 @@ + + + + + + +0.9.9 API documenation: mat4x3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat4x3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat4x3.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat4x3<float, lowp> lowp_mat4x3;
+
16 
+
22  typedef tmat4x3<float, mediump> mediump_mat4x3;
+
23 
+
29  typedef tmat4x3<float, highp> highp_mat4x3;
+
30 
+
31 }//namespace glm
+
tmat4x3< float, mediump > mediump_mat4x3
4 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:270
+
tmat4x3< float, highp > highp_mat4x3
4 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:277
+ +
Definition: _noise.hpp:11
+
tmat4x3< float, lowp > lowp_mat4x3
4 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:263
+
+ + + + diff --git a/glm/doc/api/a00060.html b/glm/doc/api/a00060.html new file mode 100644 index 0000000..0823a43 --- /dev/null +++ b/glm/doc/api/a00060.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: mat4x4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat4x4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file mat4x4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00060_source.html b/glm/doc/api/a00060_source.html new file mode 100644 index 0000000..7abd424 --- /dev/null +++ b/glm/doc/api/a00060_source.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: mat4x4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mat4x4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_mat4x4.hpp"
+
7 
+
8 namespace glm
+
9 {
+
15  typedef tmat4x4<float, lowp> lowp_mat4;
+
16 
+
22  typedef tmat4x4<float, mediump> mediump_mat4;
+
23 
+
29  typedef tmat4x4<float, highp> highp_mat4;
+
30 
+
36  typedef tmat4x4<float, lowp> lowp_mat4x4;
+
37 
+
43  typedef tmat4x4<float, mediump> mediump_mat4x4;
+
44 
+
50  typedef tmat4x4<float, highp> highp_mat4x4;
+
51 
+
52 }//namespace glm
+
tmat4x4< float, highp > highp_mat4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:304
+
tmat4x4< float, highp > highp_mat4x4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:325
+ +
tmat4x4< float, lowp > lowp_mat4x4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:311
+
tmat4x4< float, mediump > mediump_mat4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:297
+
tmat4x4< float, mediump > mediump_mat4x4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:318
+
tmat4x4< float, lowp > lowp_mat4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:290
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00061.html b/glm/doc/api/a00061.html new file mode 100644 index 0000000..6531e41 --- /dev/null +++ b/glm/doc/api/a00061.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: matrix.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file matrix.hpp.

+
+ + + + diff --git a/glm/doc/api/a00061_source.html b/glm/doc/api/a00061_source.html new file mode 100644 index 0000000..b5d97dc --- /dev/null +++ b/glm/doc/api/a00061_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: matrix.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/func_matrix.hpp"
+ +
+ + + + diff --git a/glm/doc/api/a00062.html b/glm/doc/api/a00062.html new file mode 100644 index 0000000..aae7ce8 --- /dev/null +++ b/glm/doc/api/a00062.html @@ -0,0 +1,131 @@ + + + + + + +0.9.9 API documenation: matrix_access.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_access.hpp File Reference
+
+
+ +

GLM_GTC_matrix_access +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType::col_type column (genType const &m, length_t index)
 Get a specific column of a matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType column (genType const &m, length_t index, typename genType::col_type const &x)
 Set a specific column to a matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType::row_type row (genType const &m, length_t index)
 Get a specific row of a matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType row (genType const &m, length_t index, typename genType::row_type const &x)
 Set a specific row to a matrix. More...
 
+

Detailed Description

+

GLM_GTC_matrix_access

+
See also
GLM Core (dependence)
+ +

Definition in file matrix_access.hpp.

+
+ + + + diff --git a/glm/doc/api/a00062_source.html b/glm/doc/api/a00062_source.html new file mode 100644 index 0000000..da78282 --- /dev/null +++ b/glm/doc/api/a00062_source.html @@ -0,0 +1,140 @@ + + + + + + +0.9.9 API documenation: matrix_access.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_access.hpp
+
+
+Go to the documentation of this file.
1 
+
12 #pragma once
+
13 
+
14 // Dependency:
+
15 #include "../detail/setup.hpp"
+
16 
+
17 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
18 # pragma message("GLM: GLM_GTC_matrix_access extension included")
+
19 #endif
+
20 
+
21 namespace glm
+
22 {
+
25 
+
28  template <typename genType>
+
29  GLM_FUNC_DECL typename genType::row_type row(
+
30  genType const & m,
+
31  length_t index);
+
32 
+
35  template <typename genType>
+
36  GLM_FUNC_DECL genType row(
+
37  genType const & m,
+
38  length_t index,
+
39  typename genType::row_type const & x);
+
40 
+
43  template <typename genType>
+
44  GLM_FUNC_DECL typename genType::col_type column(
+
45  genType const & m,
+
46  length_t index);
+
47 
+
50  template <typename genType>
+
51  GLM_FUNC_DECL genType column(
+
52  genType const & m,
+
53  length_t index,
+
54  typename genType::col_type const & x);
+
55 
+
57 }//namespace glm
+
58 
+
59 #include "matrix_access.inl"
+
GLM_FUNC_DECL genType row(genType const &m, length_t index, typename genType::row_type const &x)
Set a specific row to a matrix.
+
GLM_FUNC_DECL genType column(genType const &m, length_t index, typename genType::col_type const &x)
Set a specific column to a matrix.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00063.html b/glm/doc/api/a00063.html new file mode 100644 index 0000000..23c08bc --- /dev/null +++ b/glm/doc/api/a00063.html @@ -0,0 +1,125 @@ + + + + + + +0.9.9 API documenation: matrix_cross_product.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_cross_product.hpp File Reference
+
+
+ +

GLM_GTX_matrix_cross_product +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > matrixCross3 (tvec3< T, P > const &x)
 Build a cross product matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > matrixCross4 (tvec3< T, P > const &x)
 Build a cross product matrix. More...
 
+

Detailed Description

+

GLM_GTX_matrix_cross_product

+
See also
GLM Core (dependence)
+
+GLM_GTX_extented_min_max (dependence)
+ +

Definition in file matrix_cross_product.hpp.

+
+ + + + diff --git a/glm/doc/api/a00063_source.html b/glm/doc/api/a00063_source.html new file mode 100644 index 0000000..523905a --- /dev/null +++ b/glm/doc/api/a00063_source.html @@ -0,0 +1,130 @@ + + + + + + +0.9.9 API documenation: matrix_cross_product.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_cross_product.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_matrix_cross_product is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_matrix_cross_product extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename T, precision P>
+
35  GLM_FUNC_DECL tmat3x3<T, P> matrixCross3(
+
36  tvec3<T, P> const & x);
+
37 
+
40  template <typename T, precision P>
+
41  GLM_FUNC_DECL tmat4x4<T, P> matrixCross4(
+
42  tvec3<T, P> const & x);
+
43 
+
45 }//namespace glm
+
46 
+
47 #include "matrix_cross_product.inl"
+
GLM_FUNC_DECL tmat4x4< T, P > matrixCross4(tvec3< T, P > const &x)
Build a cross product matrix.
+
GLM_FUNC_DECL tmat3x3< T, P > matrixCross3(tvec3< T, P > const &x)
Build a cross product matrix.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00064.html b/glm/doc/api/a00064.html new file mode 100644 index 0000000..4d9bb83 --- /dev/null +++ b/glm/doc/api/a00064.html @@ -0,0 +1,119 @@ + + + + + + +0.9.9 API documenation: matrix_decompose.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_decompose.hpp File Reference
+
+
+ +

GLM_GTX_matrix_decompose +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL bool decompose (tmat4x4< T, P > const &modelMatrix, tvec3< T, P > &scale, tquat< T, P > &orientation, tvec3< T, P > &translation, tvec3< T, P > &skew, tvec4< T, P > &perspective)
 Decomposes a model matrix to translations, rotation and scale components. More...
 
+

Detailed Description

+

GLM_GTX_matrix_decompose

+
See also
GLM Core (dependence)
+ +

Definition in file matrix_decompose.hpp.

+
+ + + + diff --git a/glm/doc/api/a00064_source.html b/glm/doc/api/a00064_source.html new file mode 100644 index 0000000..f5a85d1 --- /dev/null +++ b/glm/doc/api/a00064_source.html @@ -0,0 +1,134 @@ + + + + + + +0.9.9 API documenation: matrix_decompose.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_decompose.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependencies
+
16 #include "../mat4x4.hpp"
+
17 #include "../vec3.hpp"
+
18 #include "../vec4.hpp"
+
19 #include "../geometric.hpp"
+
20 #include "../gtc/quaternion.hpp"
+
21 #include "../gtc/matrix_transform.hpp"
+
22 
+
23 #ifndef GLM_ENABLE_EXPERIMENTAL
+
24 # error "GLM: GLM_GTX_matrix_decompose is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
25 #endif
+
26 
+
27 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
28 # pragma message("GLM: GLM_GTX_matrix_decompose extension included")
+
29 #endif
+
30 
+
31 namespace glm
+
32 {
+
35 
+
38  template <typename T, precision P>
+
39  GLM_FUNC_DECL bool decompose(
+
40  tmat4x4<T, P> const & modelMatrix,
+
41  tvec3<T, P> & scale, tquat<T, P> & orientation, tvec3<T, P> & translation, tvec3<T, P> & skew, tvec4<T, P> & perspective);
+
42 
+
44 }//namespace glm
+
45 
+
46 #include "matrix_decompose.inl"
+
GLM_FUNC_DECL tmat4x4< T, P > orientation(tvec3< T, P > const &Normal, tvec3< T, P > const &Up)
Build a rotation matrix from a normal and a up vector.
+
GLM_FUNC_DECL tmat4x4< T, P > scale(tmat4x4< T, P > const &m, tvec3< T, P > const &v)
Builds a scale 4 * 4 matrix created from 3 scalars.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tmat4x4< T, defaultp > perspective(T fovy, T aspect, T near, T far)
Creates a matrix for a symetric perspective-view frustum based on the default handedness.
+
GLM_FUNC_DECL bool decompose(tmat4x4< T, P > const &modelMatrix, tvec3< T, P > &scale, tquat< T, P > &orientation, tvec3< T, P > &translation, tvec3< T, P > &skew, tvec4< T, P > &perspective)
Decomposes a model matrix to translations, rotation and scale components.
+
+ + + + diff --git a/glm/doc/api/a00065.html b/glm/doc/api/a00065.html new file mode 100644 index 0000000..2c6e2b9 --- /dev/null +++ b/glm/doc/api/a00065.html @@ -0,0 +1,403 @@ + + + + + + +0.9.9 API documenation: matrix_integer.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_integer.hpp File Reference
+
+
+ +

GLM_GTC_matrix_integer +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef tmat2x2< int, highp > highp_imat2
 High-precision signed integer 2x2 matrix. More...
 
typedef tmat2x2< int, highp > highp_imat2x2
 High-precision signed integer 2x2 matrix. More...
 
typedef tmat2x3< int, highp > highp_imat2x3
 High-precision signed integer 2x3 matrix. More...
 
typedef tmat2x4< int, highp > highp_imat2x4
 High-precision signed integer 2x4 matrix. More...
 
typedef tmat3x3< int, highp > highp_imat3
 High-precision signed integer 3x3 matrix. More...
 
typedef tmat3x2< int, highp > highp_imat3x2
 High-precision signed integer 3x2 matrix. More...
 
typedef tmat3x3< int, highp > highp_imat3x3
 High-precision signed integer 3x3 matrix. More...
 
typedef tmat3x4< int, highp > highp_imat3x4
 High-precision signed integer 3x4 matrix. More...
 
typedef tmat4x4< int, highp > highp_imat4
 High-precision signed integer 4x4 matrix. More...
 
typedef tmat4x2< int, highp > highp_imat4x2
 High-precision signed integer 4x2 matrix. More...
 
typedef tmat4x3< int, highp > highp_imat4x3
 High-precision signed integer 4x3 matrix. More...
 
typedef tmat4x4< int, highp > highp_imat4x4
 High-precision signed integer 4x4 matrix. More...
 
typedef tmat2x2< uint, highp > highp_umat2
 High-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x2< uint, highp > highp_umat2x2
 High-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x3< uint, highp > highp_umat2x3
 High-precision unsigned integer 2x3 matrix. More...
 
typedef tmat2x4< uint, highp > highp_umat2x4
 High-precision unsigned integer 2x4 matrix. More...
 
typedef tmat3x3< uint, highp > highp_umat3
 High-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x2< uint, highp > highp_umat3x2
 High-precision unsigned integer 3x2 matrix. More...
 
typedef tmat3x3< uint, highp > highp_umat3x3
 High-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x4< uint, highp > highp_umat3x4
 High-precision unsigned integer 3x4 matrix. More...
 
typedef tmat4x4< uint, highp > highp_umat4
 High-precision unsigned integer 4x4 matrix. More...
 
typedef tmat4x2< uint, highp > highp_umat4x2
 High-precision unsigned integer 4x2 matrix. More...
 
typedef tmat4x3< uint, highp > highp_umat4x3
 High-precision unsigned integer 4x3 matrix. More...
 
typedef tmat4x4< uint, highp > highp_umat4x4
 High-precision unsigned integer 4x4 matrix. More...
 
typedef mediump_imat2 imat2
 Signed integer 2x2 matrix. More...
 
typedef mediump_imat2x2 imat2x2
 Signed integer 2x2 matrix. More...
 
typedef mediump_imat2x3 imat2x3
 Signed integer 2x3 matrix. More...
 
typedef mediump_imat2x4 imat2x4
 Signed integer 2x4 matrix. More...
 
typedef mediump_imat3 imat3
 Signed integer 3x3 matrix. More...
 
typedef mediump_imat3x2 imat3x2
 Signed integer 3x2 matrix. More...
 
typedef mediump_imat3x3 imat3x3
 Signed integer 3x3 matrix. More...
 
typedef mediump_imat3x4 imat3x4
 Signed integer 3x4 matrix. More...
 
typedef mediump_imat4 imat4
 Signed integer 4x4 matrix. More...
 
typedef mediump_imat4x2 imat4x2
 Signed integer 4x2 matrix. More...
 
typedef mediump_imat4x3 imat4x3
 Signed integer 4x3 matrix. More...
 
typedef mediump_imat4x4 imat4x4
 Signed integer 4x4 matrix. More...
 
typedef tmat2x2< int, lowp > lowp_imat2
 Low-precision signed integer 2x2 matrix. More...
 
typedef tmat2x2< int, lowp > lowp_imat2x2
 Low-precision signed integer 2x2 matrix. More...
 
typedef tmat2x3< int, lowp > lowp_imat2x3
 Low-precision signed integer 2x3 matrix. More...
 
typedef tmat2x4< int, lowp > lowp_imat2x4
 Low-precision signed integer 2x4 matrix. More...
 
typedef tmat3x3< int, lowp > lowp_imat3
 Low-precision signed integer 3x3 matrix. More...
 
typedef tmat3x2< int, lowp > lowp_imat3x2
 Low-precision signed integer 3x2 matrix. More...
 
typedef tmat3x3< int, lowp > lowp_imat3x3
 Low-precision signed integer 3x3 matrix. More...
 
typedef tmat3x4< int, lowp > lowp_imat3x4
 Low-precision signed integer 3x4 matrix. More...
 
typedef tmat4x4< int, lowp > lowp_imat4
 Low-precision signed integer 4x4 matrix. More...
 
typedef tmat4x2< int, lowp > lowp_imat4x2
 Low-precision signed integer 4x2 matrix. More...
 
typedef tmat4x3< int, lowp > lowp_imat4x3
 Low-precision signed integer 4x3 matrix. More...
 
typedef tmat4x4< int, lowp > lowp_imat4x4
 Low-precision signed integer 4x4 matrix. More...
 
typedef tmat2x2< uint, lowp > lowp_umat2
 Low-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x2< uint, lowp > lowp_umat2x2
 Low-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x3< uint, lowp > lowp_umat2x3
 Low-precision unsigned integer 2x3 matrix. More...
 
typedef tmat2x4< uint, lowp > lowp_umat2x4
 Low-precision unsigned integer 2x4 matrix. More...
 
typedef tmat3x3< uint, lowp > lowp_umat3
 Low-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x2< uint, lowp > lowp_umat3x2
 Low-precision unsigned integer 3x2 matrix. More...
 
typedef tmat3x3< uint, lowp > lowp_umat3x3
 Low-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x4< uint, lowp > lowp_umat3x4
 Low-precision unsigned integer 3x4 matrix. More...
 
typedef tmat4x4< uint, lowp > lowp_umat4
 Low-precision unsigned integer 4x4 matrix. More...
 
typedef tmat4x2< uint, lowp > lowp_umat4x2
 Low-precision unsigned integer 4x2 matrix. More...
 
typedef tmat4x3< uint, lowp > lowp_umat4x3
 Low-precision unsigned integer 4x3 matrix. More...
 
typedef tmat4x4< uint, lowp > lowp_umat4x4
 Low-precision unsigned integer 4x4 matrix. More...
 
typedef tmat2x2< int, mediump > mediump_imat2
 Medium-precision signed integer 2x2 matrix. More...
 
typedef tmat2x2< int, mediump > mediump_imat2x2
 Medium-precision signed integer 2x2 matrix. More...
 
typedef tmat2x3< int, mediump > mediump_imat2x3
 Medium-precision signed integer 2x3 matrix. More...
 
typedef tmat2x4< int, mediump > mediump_imat2x4
 Medium-precision signed integer 2x4 matrix. More...
 
typedef tmat3x3< int, mediump > mediump_imat3
 Medium-precision signed integer 3x3 matrix. More...
 
typedef tmat3x2< int, mediump > mediump_imat3x2
 Medium-precision signed integer 3x2 matrix. More...
 
typedef tmat3x3< int, mediump > mediump_imat3x3
 Medium-precision signed integer 3x3 matrix. More...
 
typedef tmat3x4< int, mediump > mediump_imat3x4
 Medium-precision signed integer 3x4 matrix. More...
 
typedef tmat4x4< int, mediump > mediump_imat4
 Medium-precision signed integer 4x4 matrix. More...
 
typedef tmat4x2< int, mediump > mediump_imat4x2
 Medium-precision signed integer 4x2 matrix. More...
 
typedef tmat4x3< int, mediump > mediump_imat4x3
 Medium-precision signed integer 4x3 matrix. More...
 
typedef tmat4x4< int, mediump > mediump_imat4x4
 Medium-precision signed integer 4x4 matrix. More...
 
typedef tmat2x2< uint, mediump > mediump_umat2
 Medium-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x2< uint, mediump > mediump_umat2x2
 Medium-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x3< uint, mediump > mediump_umat2x3
 Medium-precision unsigned integer 2x3 matrix. More...
 
typedef tmat2x4< uint, mediump > mediump_umat2x4
 Medium-precision unsigned integer 2x4 matrix. More...
 
typedef tmat3x3< uint, mediump > mediump_umat3
 Medium-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x2< uint, mediump > mediump_umat3x2
 Medium-precision unsigned integer 3x2 matrix. More...
 
typedef tmat3x3< uint, mediump > mediump_umat3x3
 Medium-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x4< uint, mediump > mediump_umat3x4
 Medium-precision unsigned integer 3x4 matrix. More...
 
typedef tmat4x4< uint, mediump > mediump_umat4
 Medium-precision unsigned integer 4x4 matrix. More...
 
typedef tmat4x2< uint, mediump > mediump_umat4x2
 Medium-precision unsigned integer 4x2 matrix. More...
 
typedef tmat4x3< uint, mediump > mediump_umat4x3
 Medium-precision unsigned integer 4x3 matrix. More...
 
typedef tmat4x4< uint, mediump > mediump_umat4x4
 Medium-precision unsigned integer 4x4 matrix. More...
 
typedef mediump_umat2 umat2
 Unsigned integer 2x2 matrix. More...
 
typedef mediump_umat2x2 umat2x2
 Unsigned integer 2x2 matrix. More...
 
typedef mediump_umat2x3 umat2x3
 Unsigned integer 2x3 matrix. More...
 
typedef mediump_umat2x4 umat2x4
 Unsigned integer 2x4 matrix. More...
 
typedef mediump_umat3 umat3
 Unsigned integer 3x3 matrix. More...
 
typedef mediump_umat3x2 umat3x2
 Unsigned integer 3x2 matrix. More...
 
typedef mediump_umat3x3 umat3x3
 Unsigned integer 3x3 matrix. More...
 
typedef mediump_umat3x4 umat3x4
 Unsigned integer 3x4 matrix. More...
 
typedef mediump_umat4 umat4
 Unsigned integer 4x4 matrix. More...
 
typedef mediump_umat4x2 umat4x2
 Unsigned integer 4x2 matrix. More...
 
typedef mediump_umat4x3 umat4x3
 Unsigned integer 4x3 matrix. More...
 
typedef mediump_umat4x4 umat4x4
 Unsigned integer 4x4 matrix. More...
 
+

Detailed Description

+

GLM_GTC_matrix_integer

+
See also
GLM Core (dependence)
+ +

Definition in file matrix_integer.hpp.

+
+ + + + diff --git a/glm/doc/api/a00065_source.html b/glm/doc/api/a00065_source.html new file mode 100644 index 0000000..b78654a --- /dev/null +++ b/glm/doc/api/a00065_source.html @@ -0,0 +1,477 @@ + + + + + + +0.9.9 API documenation: matrix_integer.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_integer.hpp
+
+
+Go to the documentation of this file.
1 
+
12 #pragma once
+
13 
+
14 // Dependency:
+
15 #include "../mat2x2.hpp"
+
16 #include "../mat2x3.hpp"
+
17 #include "../mat2x4.hpp"
+
18 #include "../mat3x2.hpp"
+
19 #include "../mat3x3.hpp"
+
20 #include "../mat3x4.hpp"
+
21 #include "../mat4x2.hpp"
+
22 #include "../mat4x3.hpp"
+
23 #include "../mat4x4.hpp"
+
24 
+
25 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
26 # pragma message("GLM: GLM_GTC_matrix_integer extension included")
+
27 #endif
+
28 
+
29 namespace glm
+
30 {
+
33 
+
36  typedef tmat2x2<int, highp> highp_imat2;
+
37 
+
40  typedef tmat3x3<int, highp> highp_imat3;
+
41 
+
44  typedef tmat4x4<int, highp> highp_imat4;
+
45 
+
48  typedef tmat2x2<int, highp> highp_imat2x2;
+
49 
+
52  typedef tmat2x3<int, highp> highp_imat2x3;
+
53 
+
56  typedef tmat2x4<int, highp> highp_imat2x4;
+
57 
+
60  typedef tmat3x2<int, highp> highp_imat3x2;
+
61 
+
64  typedef tmat3x3<int, highp> highp_imat3x3;
+
65 
+
68  typedef tmat3x4<int, highp> highp_imat3x4;
+
69 
+
72  typedef tmat4x2<int, highp> highp_imat4x2;
+
73 
+
76  typedef tmat4x3<int, highp> highp_imat4x3;
+
77 
+
80  typedef tmat4x4<int, highp> highp_imat4x4;
+
81 
+
82 
+
85  typedef tmat2x2<int, mediump> mediump_imat2;
+
86 
+
89  typedef tmat3x3<int, mediump> mediump_imat3;
+
90 
+
93  typedef tmat4x4<int, mediump> mediump_imat4;
+
94 
+
95 
+
98  typedef tmat2x2<int, mediump> mediump_imat2x2;
+
99 
+
102  typedef tmat2x3<int, mediump> mediump_imat2x3;
+
103 
+
106  typedef tmat2x4<int, mediump> mediump_imat2x4;
+
107 
+
110  typedef tmat3x2<int, mediump> mediump_imat3x2;
+
111 
+
114  typedef tmat3x3<int, mediump> mediump_imat3x3;
+
115 
+
118  typedef tmat3x4<int, mediump> mediump_imat3x4;
+
119 
+
122  typedef tmat4x2<int, mediump> mediump_imat4x2;
+
123 
+
126  typedef tmat4x3<int, mediump> mediump_imat4x3;
+
127 
+
130  typedef tmat4x4<int, mediump> mediump_imat4x4;
+
131 
+
132 
+
135  typedef tmat2x2<int, lowp> lowp_imat2;
+
136 
+
139  typedef tmat3x3<int, lowp> lowp_imat3;
+
140 
+
143  typedef tmat4x4<int, lowp> lowp_imat4;
+
144 
+
145 
+
148  typedef tmat2x2<int, lowp> lowp_imat2x2;
+
149 
+
152  typedef tmat2x3<int, lowp> lowp_imat2x3;
+
153 
+
156  typedef tmat2x4<int, lowp> lowp_imat2x4;
+
157 
+
160  typedef tmat3x2<int, lowp> lowp_imat3x2;
+
161 
+
164  typedef tmat3x3<int, lowp> lowp_imat3x3;
+
165 
+
168  typedef tmat3x4<int, lowp> lowp_imat3x4;
+
169 
+
172  typedef tmat4x2<int, lowp> lowp_imat4x2;
+
173 
+
176  typedef tmat4x3<int, lowp> lowp_imat4x3;
+
177 
+
180  typedef tmat4x4<int, lowp> lowp_imat4x4;
+
181 
+
182 
+
185  typedef tmat2x2<uint, highp> highp_umat2;
+
186 
+
189  typedef tmat3x3<uint, highp> highp_umat3;
+
190 
+
193  typedef tmat4x4<uint, highp> highp_umat4;
+
194 
+
197  typedef tmat2x2<uint, highp> highp_umat2x2;
+
198 
+
201  typedef tmat2x3<uint, highp> highp_umat2x3;
+
202 
+
205  typedef tmat2x4<uint, highp> highp_umat2x4;
+
206 
+
209  typedef tmat3x2<uint, highp> highp_umat3x2;
+
210 
+
213  typedef tmat3x3<uint, highp> highp_umat3x3;
+
214 
+
217  typedef tmat3x4<uint, highp> highp_umat3x4;
+
218 
+
221  typedef tmat4x2<uint, highp> highp_umat4x2;
+
222 
+
225  typedef tmat4x3<uint, highp> highp_umat4x3;
+
226 
+
229  typedef tmat4x4<uint, highp> highp_umat4x4;
+
230 
+
231 
+
234  typedef tmat2x2<uint, mediump> mediump_umat2;
+
235 
+
238  typedef tmat3x3<uint, mediump> mediump_umat3;
+
239 
+
242  typedef tmat4x4<uint, mediump> mediump_umat4;
+
243 
+
244 
+
247  typedef tmat2x2<uint, mediump> mediump_umat2x2;
+
248 
+
251  typedef tmat2x3<uint, mediump> mediump_umat2x3;
+
252 
+
255  typedef tmat2x4<uint, mediump> mediump_umat2x4;
+
256 
+
259  typedef tmat3x2<uint, mediump> mediump_umat3x2;
+
260 
+
263  typedef tmat3x3<uint, mediump> mediump_umat3x3;
+
264 
+
267  typedef tmat3x4<uint, mediump> mediump_umat3x4;
+
268 
+
271  typedef tmat4x2<uint, mediump> mediump_umat4x2;
+
272 
+
275  typedef tmat4x3<uint, mediump> mediump_umat4x3;
+
276 
+
279  typedef tmat4x4<uint, mediump> mediump_umat4x4;
+
280 
+
281 
+
284  typedef tmat2x2<uint, lowp> lowp_umat2;
+
285 
+
288  typedef tmat3x3<uint, lowp> lowp_umat3;
+
289 
+
292  typedef tmat4x4<uint, lowp> lowp_umat4;
+
293 
+
294 
+
297  typedef tmat2x2<uint, lowp> lowp_umat2x2;
+
298 
+
301  typedef tmat2x3<uint, lowp> lowp_umat2x3;
+
302 
+
305  typedef tmat2x4<uint, lowp> lowp_umat2x4;
+
306 
+
309  typedef tmat3x2<uint, lowp> lowp_umat3x2;
+
310 
+
313  typedef tmat3x3<uint, lowp> lowp_umat3x3;
+
314 
+
317  typedef tmat3x4<uint, lowp> lowp_umat3x4;
+
318 
+
321  typedef tmat4x2<uint, lowp> lowp_umat4x2;
+
322 
+
325  typedef tmat4x3<uint, lowp> lowp_umat4x3;
+
326 
+
329  typedef tmat4x4<uint, lowp> lowp_umat4x4;
+
330 
+
331 #if(defined(GLM_PRECISION_HIGHP_INT))
+
332  typedef highp_imat2 imat2;
+
333  typedef highp_imat3 imat3;
+
334  typedef highp_imat4 imat4;
+
335  typedef highp_imat2x2 imat2x2;
+
336  typedef highp_imat2x3 imat2x3;
+
337  typedef highp_imat2x4 imat2x4;
+
338  typedef highp_imat3x2 imat3x2;
+
339  typedef highp_imat3x3 imat3x3;
+
340  typedef highp_imat3x4 imat3x4;
+
341  typedef highp_imat4x2 imat4x2;
+
342  typedef highp_imat4x3 imat4x3;
+
343  typedef highp_imat4x4 imat4x4;
+
344 #elif(defined(GLM_PRECISION_LOWP_INT))
+
345  typedef lowp_imat2 imat2;
+
346  typedef lowp_imat3 imat3;
+
347  typedef lowp_imat4 imat4;
+
348  typedef lowp_imat2x2 imat2x2;
+
349  typedef lowp_imat2x3 imat2x3;
+
350  typedef lowp_imat2x4 imat2x4;
+
351  typedef lowp_imat3x2 imat3x2;
+
352  typedef lowp_imat3x3 imat3x3;
+
353  typedef lowp_imat3x4 imat3x4;
+
354  typedef lowp_imat4x2 imat4x2;
+
355  typedef lowp_imat4x3 imat4x3;
+
356  typedef lowp_imat4x4 imat4x4;
+
357 #else //if(defined(GLM_PRECISION_MEDIUMP_INT))
+
358 
+
361  typedef mediump_imat2 imat2;
+
362 
+
365  typedef mediump_imat3 imat3;
+
366 
+
369  typedef mediump_imat4 imat4;
+
370 
+
373  typedef mediump_imat2x2 imat2x2;
+
374 
+
377  typedef mediump_imat2x3 imat2x3;
+
378 
+
381  typedef mediump_imat2x4 imat2x4;
+
382 
+
385  typedef mediump_imat3x2 imat3x2;
+
386 
+
389  typedef mediump_imat3x3 imat3x3;
+
390 
+
393  typedef mediump_imat3x4 imat3x4;
+
394 
+
397  typedef mediump_imat4x2 imat4x2;
+
398 
+
401  typedef mediump_imat4x3 imat4x3;
+
402 
+
405  typedef mediump_imat4x4 imat4x4;
+
406 #endif//GLM_PRECISION
+
407 
+
408 #if(defined(GLM_PRECISION_HIGHP_UINT))
+
409  typedef highp_umat2 umat2;
+
410  typedef highp_umat3 umat3;
+
411  typedef highp_umat4 umat4;
+
412  typedef highp_umat2x2 umat2x2;
+
413  typedef highp_umat2x3 umat2x3;
+
414  typedef highp_umat2x4 umat2x4;
+
415  typedef highp_umat3x2 umat3x2;
+
416  typedef highp_umat3x3 umat3x3;
+
417  typedef highp_umat3x4 umat3x4;
+
418  typedef highp_umat4x2 umat4x2;
+
419  typedef highp_umat4x3 umat4x3;
+
420  typedef highp_umat4x4 umat4x4;
+
421 #elif(defined(GLM_PRECISION_LOWP_UINT))
+
422  typedef lowp_umat2 umat2;
+
423  typedef lowp_umat3 umat3;
+
424  typedef lowp_umat4 umat4;
+
425  typedef lowp_umat2x2 umat2x2;
+
426  typedef lowp_umat2x3 umat2x3;
+
427  typedef lowp_umat2x4 umat2x4;
+
428  typedef lowp_umat3x2 umat3x2;
+
429  typedef lowp_umat3x3 umat3x3;
+
430  typedef lowp_umat3x4 umat3x4;
+
431  typedef lowp_umat4x2 umat4x2;
+
432  typedef lowp_umat4x3 umat4x3;
+
433  typedef lowp_umat4x4 umat4x4;
+
434 #else //if(defined(GLM_PRECISION_MEDIUMP_UINT))
+
435 
+
438  typedef mediump_umat2 umat2;
+
439 
+
442  typedef mediump_umat3 umat3;
+
443 
+
446  typedef mediump_umat4 umat4;
+
447 
+
450  typedef mediump_umat2x2 umat2x2;
+
451 
+
454  typedef mediump_umat2x3 umat2x3;
+
455 
+
458  typedef mediump_umat2x4 umat2x4;
+
459 
+
462  typedef mediump_umat3x2 umat3x2;
+
463 
+
466  typedef mediump_umat3x3 umat3x3;
+
467 
+
470  typedef mediump_umat3x4 umat3x4;
+
471 
+
474  typedef mediump_umat4x2 umat4x2;
+
475 
+
478  typedef mediump_umat4x3 umat4x3;
+
479 
+
482  typedef mediump_umat4x4 umat4x4;
+
483 #endif//GLM_PRECISION
+
484 
+
486 }//namespace glm
+
mediump_imat4x3 imat4x3
Signed integer 4x3 matrix.
+
tmat3x3< int, lowp > lowp_imat3
Low-precision signed integer 3x3 matrix.
+
tmat2x2< int, mediump > mediump_imat2x2
Medium-precision signed integer 2x2 matrix.
+
tmat3x4< int, mediump > mediump_imat3x4
Medium-precision signed integer 3x4 matrix.
+
tmat3x2< int, highp > highp_imat3x2
High-precision signed integer 3x2 matrix.
+
tmat4x2< uint, lowp > lowp_umat4x2
Low-precision unsigned integer 4x2 matrix.
+
tmat3x2< uint, mediump > mediump_umat3x2
Medium-precision unsigned integer 3x2 matrix.
+
tmat3x3< int, mediump > mediump_imat3x3
Medium-precision signed integer 3x3 matrix.
+
mediump_imat2x3 imat2x3
Signed integer 2x3 matrix.
+
mediump_umat4x2 umat4x2
Unsigned integer 4x2 matrix.
+
tmat3x3< int, highp > highp_imat3
High-precision signed integer 3x3 matrix.
+
tmat4x2< int, highp > highp_imat4x2
High-precision signed integer 4x2 matrix.
+
tmat4x4< int, highp > highp_imat4x4
High-precision signed integer 4x4 matrix.
+
tmat3x2< int, lowp > lowp_imat3x2
Low-precision signed integer 3x2 matrix.
+
tmat3x2< int, mediump > mediump_imat3x2
Medium-precision signed integer 3x2 matrix.
+
mediump_umat2 umat2
Unsigned integer 2x2 matrix.
+
tmat2x4< int, mediump > mediump_imat2x4
Medium-precision signed integer 2x4 matrix.
+
mediump_imat2x2 imat2x2
Signed integer 2x2 matrix.
+
tmat2x2< uint, mediump > mediump_umat2x2
Medium-precision unsigned integer 2x2 matrix.
+
tmat3x3< uint, highp > highp_umat3x3
High-precision unsigned integer 3x3 matrix.
+
tmat3x4< int, lowp > lowp_imat3x4
Low-precision signed integer 3x4 matrix.
+
mediump_umat2x2 umat2x2
Unsigned integer 2x2 matrix.
+
mediump_umat4x4 umat4x4
Unsigned integer 4x4 matrix.
+
mediump_imat4 imat4
Signed integer 4x4 matrix.
+
mediump_umat3 umat3
Unsigned integer 3x3 matrix.
+
tmat2x3< int, lowp > lowp_imat2x3
Low-precision signed integer 2x3 matrix.
+
tmat2x3< uint, lowp > lowp_umat2x3
Low-precision unsigned integer 2x3 matrix.
+
mediump_imat3 imat3
Signed integer 3x3 matrix.
+
mediump_umat2x3 umat2x3
Unsigned integer 2x3 matrix.
+
tmat4x4< uint, highp > highp_umat4
High-precision unsigned integer 4x4 matrix.
+
tmat4x3< uint, lowp > lowp_umat4x3
Low-precision unsigned integer 4x3 matrix.
+
tmat4x2< uint, mediump > mediump_umat4x2
Medium-precision unsigned integer 4x2 matrix.
+
tmat3x3< uint, lowp > lowp_umat3
Low-precision unsigned integer 3x3 matrix.
+
tmat2x2< int, highp > highp_imat2x2
High-precision signed integer 2x2 matrix.
+
tmat2x4< uint, highp > highp_umat2x4
High-precision unsigned integer 2x4 matrix.
+
tmat4x3< uint, mediump > mediump_umat4x3
Medium-precision unsigned integer 4x3 matrix.
+
tmat4x4< int, mediump > mediump_imat4x4
Medium-precision signed integer 4x4 matrix.
+
tmat3x3< int, mediump > mediump_imat3
Medium-precision signed integer 3x3 matrix.
+
tmat2x3< uint, mediump > mediump_umat2x3
Medium-precision unsigned integer 2x3 matrix.
+
mediump_imat3x4 imat3x4
Signed integer 3x4 matrix.
+
tmat4x4< uint, mediump > mediump_umat4
Medium-precision unsigned integer 4x4 matrix.
+
tmat2x4< int, lowp > lowp_imat2x4
Low-precision signed integer 2x4 matrix.
+
tmat3x3< int, highp > highp_imat3x3
High-precision signed integer 3x3 matrix.
+
tmat3x4< uint, lowp > lowp_umat3x4
Low-precision unsigned integer 3x4 matrix.
+
tmat3x3< uint, lowp > lowp_umat3x3
Low-precision unsigned integer 3x3 matrix.
+
tmat4x4< uint, mediump > mediump_umat4x4
Medium-precision unsigned integer 4x4 matrix.
+
tmat2x2< uint, highp > highp_umat2
High-precision unsigned integer 2x2 matrix.
+
mediump_umat2x4 umat2x4
Unsigned integer 2x4 matrix.
+
tmat2x3< int, mediump > mediump_imat2x3
Medium-precision signed integer 2x3 matrix.
+
tmat3x4< uint, highp > highp_umat3x4
High-precision unsigned integer 3x4 matrix.
+
tmat2x2< int, lowp > lowp_imat2x2
Low-precision signed integer 2x2 matrix.
+
tmat2x2< int, lowp > lowp_imat2
Low-precision signed integer 2x2 matrix.
+
tmat2x2< int, highp > highp_imat2
High-precision signed integer 2x2 matrix.
+
tmat2x4< uint, mediump > mediump_umat2x4
Medium-precision unsigned integer 2x4 matrix.
+
mediump_umat4x3 umat4x3
Unsigned integer 4x3 matrix.
+
tmat2x2< uint, lowp > lowp_umat2
Low-precision unsigned integer 2x2 matrix.
+
tmat2x2< uint, highp > highp_umat2x2
High-precision unsigned integer 2x2 matrix.
+
tmat3x3< uint, highp > highp_umat3
High-precision unsigned integer 3x3 matrix.
+
tmat3x4< uint, mediump > mediump_umat3x4
Medium-precision unsigned integer 3x4 matrix.
+
tmat4x3< int, mediump > mediump_imat4x3
Medium-precision signed integer 4x3 matrix.
+
tmat2x4< int, highp > highp_imat2x4
High-precision signed integer 2x4 matrix.
+
mediump_imat4x4 imat4x4
Signed integer 4x4 matrix.
+
tmat3x2< uint, lowp > lowp_umat3x2
Low-precision unsigned integer 3x2 matrix.
+
tmat4x2< int, mediump > mediump_imat4x2
Medium-precision signed integer 4x2 matrix.
+
tmat4x4< int, lowp > lowp_imat4x4
Low-precision signed integer 4x4 matrix.
+
tmat2x3< uint, highp > highp_umat2x3
High-precision unsigned integer 2x3 matrix.
+
mediump_imat2x4 imat2x4
Signed integer 2x4 matrix.
+
Definition: _noise.hpp:11
+
tmat4x4< uint, highp > highp_umat4x4
High-precision unsigned integer 4x4 matrix.
+
mediump_imat2 imat2
Signed integer 2x2 matrix.
+
mediump_imat4x2 imat4x2
Signed integer 4x2 matrix.
+
tmat4x4< uint, lowp > lowp_umat4
Low-precision unsigned integer 4x4 matrix.
+
tmat2x2< uint, lowp > lowp_umat2x2
Low-precision unsigned integer 2x2 matrix.
+
tmat4x2< int, lowp > lowp_imat4x2
Low-precision signed integer 4x2 matrix.
+
tmat4x3< int, lowp > lowp_imat4x3
Low-precision signed integer 4x3 matrix.
+
mediump_umat3x2 umat3x2
Unsigned integer 3x2 matrix.
+
mediump_umat3x4 umat3x4
Unsigned integer 3x4 matrix.
+
tmat2x2< uint, mediump > mediump_umat2
Medium-precision unsigned integer 2x2 matrix.
+
mediump_imat3x3 imat3x3
Signed integer 3x3 matrix.
+
tmat3x3< uint, mediump > mediump_umat3x3
Medium-precision unsigned integer 3x3 matrix.
+
tmat4x4< int, lowp > lowp_imat4
Low-precision signed integer 4x4 matrix.
+
tmat3x3< int, lowp > lowp_imat3x3
Low-precision signed integer 3x3 matrix.
+
tmat2x2< int, mediump > mediump_imat2
Medium-precision signed integer 2x2 matrix.
+
mediump_umat3x3 umat3x3
Unsigned integer 3x3 matrix.
+
tmat4x4< int, mediump > mediump_imat4
Medium-precision signed integer 4x4 matrix.
+
tmat3x3< uint, mediump > mediump_umat3
Medium-precision unsigned integer 3x3 matrix.
+
tmat4x4< uint, lowp > lowp_umat4x4
Low-precision unsigned integer 4x4 matrix.
+
tmat2x3< int, highp > highp_imat2x3
High-precision signed integer 2x3 matrix.
+
tmat2x4< uint, lowp > lowp_umat2x4
Low-precision unsigned integer 2x4 matrix.
+
mediump_umat4 umat4
Unsigned integer 4x4 matrix.
+
mediump_imat3x2 imat3x2
Signed integer 3x2 matrix.
+
tmat4x4< int, highp > highp_imat4
High-precision signed integer 4x4 matrix.
+
tmat3x4< int, highp > highp_imat3x4
High-precision signed integer 3x4 matrix.
+
tmat3x2< uint, highp > highp_umat3x2
High-precision unsigned integer 3x2 matrix.
+
tmat4x3< int, highp > highp_imat4x3
High-precision signed integer 4x3 matrix.
+
tmat4x3< uint, highp > highp_umat4x3
High-precision unsigned integer 4x3 matrix.
+
tmat4x2< uint, highp > highp_umat4x2
High-precision unsigned integer 4x2 matrix.
+
+ + + + diff --git a/glm/doc/api/a00066.html b/glm/doc/api/a00066.html new file mode 100644 index 0000000..87e9f6d --- /dev/null +++ b/glm/doc/api/a00066.html @@ -0,0 +1,132 @@ + + + + + + +0.9.9 API documenation: matrix_interpolation.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_interpolation.hpp File Reference
+
+
+ +

GLM_GTX_matrix_interpolation +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL void axisAngle (tmat4x4< T, P > const &mat, tvec3< T, P > &axis, T &angle)
 Get the axis and angle of the rotation from a matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > axisAngleMatrix (tvec3< T, P > const &axis, T const angle)
 Build a matrix from axis and angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > extractMatrixRotation (tmat4x4< T, P > const &mat)
 Extracts the rotation part of a matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > interpolate (tmat4x4< T, P > const &m1, tmat4x4< T, P > const &m2, T const delta)
 Build a interpolation of 4 * 4 matrixes. More...
 
+

Detailed Description

+

GLM_GTX_matrix_interpolation

+
Author
Ghenadii Ursachi (the.a.nosp@m.ster.nosp@m.oth@g.nosp@m.mail.nosp@m..com)
+
See also
GLM Core (dependence)
+ +

Definition in file matrix_interpolation.hpp.

+
+ + + + diff --git a/glm/doc/api/a00066_source.html b/glm/doc/api/a00066_source.html new file mode 100644 index 0000000..f8f8dab --- /dev/null +++ b/glm/doc/api/a00066_source.html @@ -0,0 +1,147 @@ + + + + + + +0.9.9 API documenation: matrix_interpolation.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_interpolation.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_matrix_interpolation is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_matrix_interpolation extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename T, precision P>
+
35  GLM_FUNC_DECL void axisAngle(
+
36  tmat4x4<T, P> const & mat,
+
37  tvec3<T, P> & axis,
+
38  T & angle);
+
39 
+
42  template <typename T, precision P>
+
43  GLM_FUNC_DECL tmat4x4<T, P> axisAngleMatrix(
+
44  tvec3<T, P> const & axis,
+
45  T const angle);
+
46 
+
49  template <typename T, precision P>
+
50  GLM_FUNC_DECL tmat4x4<T, P> extractMatrixRotation(
+
51  tmat4x4<T, P> const & mat);
+
52 
+
56  template <typename T, precision P>
+
57  GLM_FUNC_DECL tmat4x4<T, P> interpolate(
+
58  tmat4x4<T, P> const & m1,
+
59  tmat4x4<T, P> const & m2,
+
60  T const delta);
+
61 
+
63 }//namespace glm
+
64 
+
65 #include "matrix_interpolation.inl"
+
GLM_FUNC_DECL tvec3< T, P > axis(tquat< T, P > const &x)
Returns the q rotation axis.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tmat4x4< T, P > axisAngleMatrix(tvec3< T, P > const &axis, T const angle)
Build a matrix from axis and angle.
+
GLM_FUNC_DECL void axisAngle(tmat4x4< T, P > const &mat, tvec3< T, P > &axis, T &angle)
Get the axis and angle of the rotation from a matrix.
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL tmat4x4< T, P > extractMatrixRotation(tmat4x4< T, P > const &mat)
Extracts the rotation part of a matrix.
+
GLM_FUNC_DECL tmat4x4< T, P > interpolate(tmat4x4< T, P > const &m1, tmat4x4< T, P > const &m2, T const delta)
Build a interpolation of 4 * 4 matrixes.
+
+ + + + diff --git a/glm/doc/api/a00067.html b/glm/doc/api/a00067.html new file mode 100644 index 0000000..ffa2f27 --- /dev/null +++ b/glm/doc/api/a00067.html @@ -0,0 +1,123 @@ + + + + + + +0.9.9 API documenation: matrix_inverse.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_inverse.hpp File Reference
+
+
+ +

GLM_GTC_matrix_inverse +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType affineInverse (genType const &m)
 Fast matrix inverse for affine matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType inverseTranspose (genType const &m)
 Compute the inverse transpose of a matrix. More...
 
+

Detailed Description

+

GLM_GTC_matrix_inverse

+
See also
GLM Core (dependence)
+ +

Definition in file matrix_inverse.hpp.

+
+ + + + diff --git a/glm/doc/api/a00067_source.html b/glm/doc/api/a00067_source.html new file mode 100644 index 0000000..bcb437c --- /dev/null +++ b/glm/doc/api/a00067_source.html @@ -0,0 +1,128 @@ + + + + + + +0.9.9 API documenation: matrix_inverse.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_inverse.hpp
+
+
+Go to the documentation of this file.
1 
+
12 #pragma once
+
13 
+
14 // Dependencies
+
15 #include "../detail/setup.hpp"
+
16 #include "../matrix.hpp"
+
17 #include "../mat2x2.hpp"
+
18 #include "../mat3x3.hpp"
+
19 #include "../mat4x4.hpp"
+
20 
+
21 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
22 # pragma message("GLM: GLM_GTC_matrix_inverse extension included")
+
23 #endif
+
24 
+
25 namespace glm
+
26 {
+
29 
+
35  template <typename genType>
+
36  GLM_FUNC_DECL genType affineInverse(genType const & m);
+
37 
+
43  template <typename genType>
+
44  GLM_FUNC_DECL genType inverseTranspose(genType const & m);
+
45 
+
47 }//namespace glm
+
48 
+
49 #include "matrix_inverse.inl"
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL genType inverseTranspose(genType const &m)
Compute the inverse transpose of a matrix.
+
GLM_FUNC_DECL genType affineInverse(genType const &m)
Fast matrix inverse for affine matrix.
+
+ + + + diff --git a/glm/doc/api/a00068.html b/glm/doc/api/a00068.html new file mode 100644 index 0000000..52a7efe --- /dev/null +++ b/glm/doc/api/a00068.html @@ -0,0 +1,165 @@ + + + + + + +0.9.9 API documenation: matrix_major_storage.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_major_storage.hpp File Reference
+
+
+ +

GLM_GTX_matrix_major_storage +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > colMajor2 (tvec2< T, P > const &v1, tvec2< T, P > const &v2)
 Build a column major matrix from column vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > colMajor2 (tmat2x2< T, P > const &m)
 Build a column major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > colMajor3 (tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
 Build a column major matrix from column vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > colMajor3 (tmat3x3< T, P > const &m)
 Build a column major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > colMajor4 (tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)
 Build a column major matrix from column vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > colMajor4 (tmat4x4< T, P > const &m)
 Build a column major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > rowMajor2 (tvec2< T, P > const &v1, tvec2< T, P > const &v2)
 Build a row major matrix from row vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > rowMajor2 (tmat2x2< T, P > const &m)
 Build a row major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > rowMajor3 (tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
 Build a row major matrix from row vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > rowMajor3 (tmat3x3< T, P > const &m)
 Build a row major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rowMajor4 (tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)
 Build a row major matrix from row vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rowMajor4 (tmat4x4< T, P > const &m)
 Build a row major matrix from other matrix. More...
 
+

Detailed Description

+

GLM_GTX_matrix_major_storage

+
See also
GLM Core (dependence)
+
+GLM_GTX_extented_min_max (dependence)
+ +

Definition in file matrix_major_storage.hpp.

+
+ + + + diff --git a/glm/doc/api/a00068_source.html b/glm/doc/api/a00068_source.html new file mode 100644 index 0000000..1f22009 --- /dev/null +++ b/glm/doc/api/a00068_source.html @@ -0,0 +1,186 @@ + + + + + + +0.9.9 API documenation: matrix_major_storage.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_major_storage.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_matrix_major_storage is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_matrix_major_storage extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename T, precision P>
+
35  GLM_FUNC_DECL tmat2x2<T, P> rowMajor2(
+
36  tvec2<T, P> const & v1,
+
37  tvec2<T, P> const & v2);
+
38 
+
41  template <typename T, precision P>
+
42  GLM_FUNC_DECL tmat2x2<T, P> rowMajor2(
+
43  tmat2x2<T, P> const & m);
+
44 
+
47  template <typename T, precision P>
+
48  GLM_FUNC_DECL tmat3x3<T, P> rowMajor3(
+
49  tvec3<T, P> const & v1,
+
50  tvec3<T, P> const & v2,
+
51  tvec3<T, P> const & v3);
+
52 
+
55  template <typename T, precision P>
+
56  GLM_FUNC_DECL tmat3x3<T, P> rowMajor3(
+
57  tmat3x3<T, P> const & m);
+
58 
+
61  template <typename T, precision P>
+
62  GLM_FUNC_DECL tmat4x4<T, P> rowMajor4(
+
63  tvec4<T, P> const & v1,
+
64  tvec4<T, P> const & v2,
+
65  tvec4<T, P> const & v3,
+
66  tvec4<T, P> const & v4);
+
67 
+
70  template <typename T, precision P>
+
71  GLM_FUNC_DECL tmat4x4<T, P> rowMajor4(
+
72  tmat4x4<T, P> const & m);
+
73 
+
76  template <typename T, precision P>
+
77  GLM_FUNC_DECL tmat2x2<T, P> colMajor2(
+
78  tvec2<T, P> const & v1,
+
79  tvec2<T, P> const & v2);
+
80 
+
83  template <typename T, precision P>
+
84  GLM_FUNC_DECL tmat2x2<T, P> colMajor2(
+
85  tmat2x2<T, P> const & m);
+
86 
+
89  template <typename T, precision P>
+
90  GLM_FUNC_DECL tmat3x3<T, P> colMajor3(
+
91  tvec3<T, P> const & v1,
+
92  tvec3<T, P> const & v2,
+
93  tvec3<T, P> const & v3);
+
94 
+
97  template <typename T, precision P>
+
98  GLM_FUNC_DECL tmat3x3<T, P> colMajor3(
+
99  tmat3x3<T, P> const & m);
+
100 
+
103  template <typename T, precision P>
+
104  GLM_FUNC_DECL tmat4x4<T, P> colMajor4(
+
105  tvec4<T, P> const & v1,
+
106  tvec4<T, P> const & v2,
+
107  tvec4<T, P> const & v3,
+
108  tvec4<T, P> const & v4);
+
109 
+
112  template <typename T, precision P>
+
113  GLM_FUNC_DECL tmat4x4<T, P> colMajor4(
+
114  tmat4x4<T, P> const & m);
+
115 
+
117 }//namespace glm
+
118 
+
119 #include "matrix_major_storage.inl"
+
GLM_FUNC_DECL tmat4x4< T, P > colMajor4(tmat4x4< T, P > const &m)
Build a column major matrix from other matrix.
+
GLM_FUNC_DECL tmat2x2< T, P > rowMajor2(tmat2x2< T, P > const &m)
Build a row major matrix from other matrix.
+
GLM_FUNC_DECL tmat3x3< T, P > rowMajor3(tmat3x3< T, P > const &m)
Build a row major matrix from other matrix.
+
GLM_FUNC_DECL tmat2x2< T, P > colMajor2(tmat2x2< T, P > const &m)
Build a column major matrix from other matrix.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tmat3x3< T, P > colMajor3(tmat3x3< T, P > const &m)
Build a column major matrix from other matrix.
+
GLM_FUNC_DECL tmat4x4< T, P > rowMajor4(tmat4x4< T, P > const &m)
Build a row major matrix from other matrix.
+
+ + + + diff --git a/glm/doc/api/a00069.html b/glm/doc/api/a00069.html new file mode 100644 index 0000000..ded6c47 --- /dev/null +++ b/glm/doc/api/a00069.html @@ -0,0 +1,151 @@ + + + + + + +0.9.9 API documenation: matrix_operation.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_operation.hpp File Reference
+
+
+ +

GLM_GTX_matrix_operation +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > diagonal2x2 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x3< T, P > diagonal2x3 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x4< T, P > diagonal2x4 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x2< T, P > diagonal3x2 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > diagonal3x3 (tvec3< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x4< T, P > diagonal3x4 (tvec3< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x2< T, P > diagonal4x2 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x3< T, P > diagonal4x3 (tvec3< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > diagonal4x4 (tvec4< T, P > const &v)
 Build a diagonal matrix. More...
 
+

Detailed Description

+

GLM_GTX_matrix_operation

+
See also
GLM Core (dependence)
+ +

Definition in file matrix_operation.hpp.

+
+ + + + diff --git a/glm/doc/api/a00069_source.html b/glm/doc/api/a00069_source.html new file mode 100644 index 0000000..aca82f3 --- /dev/null +++ b/glm/doc/api/a00069_source.html @@ -0,0 +1,165 @@ + + + + + + +0.9.9 API documenation: matrix_operation.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_operation.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_matrix_operation is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_matrix_operation extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
33  template <typename T, precision P>
+
34  GLM_FUNC_DECL tmat2x2<T, P> diagonal2x2(
+
35  tvec2<T, P> const & v);
+
36 
+
39  template <typename T, precision P>
+
40  GLM_FUNC_DECL tmat2x3<T, P> diagonal2x3(
+
41  tvec2<T, P> const & v);
+
42 
+
45  template <typename T, precision P>
+
46  GLM_FUNC_DECL tmat2x4<T, P> diagonal2x4(
+
47  tvec2<T, P> const & v);
+
48 
+
51  template <typename T, precision P>
+
52  GLM_FUNC_DECL tmat3x2<T, P> diagonal3x2(
+
53  tvec2<T, P> const & v);
+
54 
+
57  template <typename T, precision P>
+
58  GLM_FUNC_DECL tmat3x3<T, P> diagonal3x3(
+
59  tvec3<T, P> const & v);
+
60 
+
63  template <typename T, precision P>
+
64  GLM_FUNC_DECL tmat3x4<T, P> diagonal3x4(
+
65  tvec3<T, P> const & v);
+
66 
+
69  template <typename T, precision P>
+
70  GLM_FUNC_DECL tmat4x2<T, P> diagonal4x2(
+
71  tvec2<T, P> const & v);
+
72 
+
75  template <typename T, precision P>
+
76  GLM_FUNC_DECL tmat4x3<T, P> diagonal4x3(
+
77  tvec3<T, P> const & v);
+
78 
+
81  template <typename T, precision P>
+
82  GLM_FUNC_DECL tmat4x4<T, P> diagonal4x4(
+
83  tvec4<T, P> const & v);
+
84 
+
86 }//namespace glm
+
87 
+
88 #include "matrix_operation.inl"
+
GLM_FUNC_DECL tmat4x4< T, P > diagonal4x4(tvec4< T, P > const &v)
Build a diagonal matrix.
+
GLM_FUNC_DECL tmat2x4< T, P > diagonal2x4(tvec2< T, P > const &v)
Build a diagonal matrix.
+
GLM_FUNC_DECL tmat3x3< T, P > diagonal3x3(tvec3< T, P > const &v)
Build a diagonal matrix.
+
GLM_FUNC_DECL tmat4x2< T, P > diagonal4x2(tvec2< T, P > const &v)
Build a diagonal matrix.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tmat2x3< T, P > diagonal2x3(tvec2< T, P > const &v)
Build a diagonal matrix.
+
GLM_FUNC_DECL tmat2x2< T, P > diagonal2x2(tvec2< T, P > const &v)
Build a diagonal matrix.
+
GLM_FUNC_DECL tmat3x2< T, P > diagonal3x2(tvec2< T, P > const &v)
Build a diagonal matrix.
+
GLM_FUNC_DECL tmat3x4< T, P > diagonal3x4(tvec3< T, P > const &v)
Build a diagonal matrix.
+
GLM_FUNC_DECL tmat4x3< T, P > diagonal4x3(tvec3< T, P > const &v)
Build a diagonal matrix.
+
+ + + + diff --git a/glm/doc/api/a00070.html b/glm/doc/api/a00070.html new file mode 100644 index 0000000..19d5bbf --- /dev/null +++ b/glm/doc/api/a00070.html @@ -0,0 +1,149 @@ + + + + + + +0.9.9 API documenation: matrix_query.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_query.hpp File Reference
+
+
+ +

GLM_GTX_matrix_query +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL bool isIdentity (matType< T, P > const &m, T const &epsilon)
 Return whether a matrix is an identity matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNormalized (tmat2x2< T, P > const &m, T const &epsilon)
 Return whether a matrix is a normalized matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNormalized (tmat3x3< T, P > const &m, T const &epsilon)
 Return whether a matrix is a normalized matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNormalized (tmat4x4< T, P > const &m, T const &epsilon)
 Return whether a matrix is a normalized matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNull (tmat2x2< T, P > const &m, T const &epsilon)
 Return whether a matrix a null matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNull (tmat3x3< T, P > const &m, T const &epsilon)
 Return whether a matrix a null matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNull (tmat4x4< T, P > const &m, T const &epsilon)
 Return whether a matrix is a null matrix. More...
 
template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL bool isOrthogonal (matType< T, P > const &m, T const &epsilon)
 Return whether a matrix is an orthonormalized matrix. More...
 
+

Detailed Description

+

GLM_GTX_matrix_query

+
See also
GLM Core (dependence)
+
+GLM_GTX_vector_query (dependence)
+ +

Definition in file matrix_query.hpp.

+
+ + + + diff --git a/glm/doc/api/a00070_source.html b/glm/doc/api/a00070_source.html new file mode 100644 index 0000000..4618efb --- /dev/null +++ b/glm/doc/api/a00070_source.html @@ -0,0 +1,151 @@ + + + + + + +0.9.9 API documenation: matrix_query.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_query.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 #include "../gtx/vector_query.hpp"
+
19 #include <limits>
+
20 
+
21 #ifndef GLM_ENABLE_EXPERIMENTAL
+
22 # error "GLM: GLM_GTX_matrix_query is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
23 #endif
+
24 
+
25 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
26 # pragma message("GLM: GLM_GTX_matrix_query extension included")
+
27 #endif
+
28 
+
29 namespace glm
+
30 {
+
33 
+
36  template<typename T, precision P>
+
37  GLM_FUNC_DECL bool isNull(tmat2x2<T, P> const & m, T const & epsilon);
+
38 
+
41  template<typename T, precision P>
+
42  GLM_FUNC_DECL bool isNull(tmat3x3<T, P> const & m, T const & epsilon);
+
43 
+
46  template<typename T, precision P>
+
47  GLM_FUNC_DECL bool isNull(tmat4x4<T, P> const & m, T const & epsilon);
+
48 
+
51  template<typename T, precision P, template <typename, precision> class matType>
+
52  GLM_FUNC_DECL bool isIdentity(matType<T, P> const & m, T const & epsilon);
+
53 
+
56  template<typename T, precision P>
+
57  GLM_FUNC_DECL bool isNormalized(tmat2x2<T, P> const & m, T const & epsilon);
+
58 
+
61  template<typename T, precision P>
+
62  GLM_FUNC_DECL bool isNormalized(tmat3x3<T, P> const & m, T const & epsilon);
+
63 
+
66  template<typename T, precision P>
+
67  GLM_FUNC_DECL bool isNormalized(tmat4x4<T, P> const & m, T const & epsilon);
+
68 
+
71  template<typename T, precision P, template <typename, precision> class matType>
+
72  GLM_FUNC_DECL bool isOrthogonal(matType<T, P> const & m, T const & epsilon);
+
73 
+
75 }//namespace glm
+
76 
+
77 #include "matrix_query.inl"
+
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.
+
GLM_FUNC_DECL bool isNull(tmat4x4< T, P > const &m, T const &epsilon)
Return whether a matrix is a null matrix.
+
GLM_FUNC_DECL bool isIdentity(matType< T, P > const &m, T const &epsilon)
Return whether a matrix is an identity matrix.
+
GLM_FUNC_DECL bool isNormalized(tmat4x4< T, P > const &m, T const &epsilon)
Return whether a matrix is a normalized matrix.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL bool isOrthogonal(matType< T, P > const &m, T const &epsilon)
Return whether a matrix is an orthonormalized matrix.
+
+ + + + diff --git a/glm/doc/api/a00071.html b/glm/doc/api/a00071.html new file mode 100644 index 0000000..894e32f --- /dev/null +++ b/glm/doc/api/a00071.html @@ -0,0 +1,227 @@ + + + + + + +0.9.9 API documenation: matrix_transform.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_transform.hpp File Reference
+
+
+ +

GLM_GTC_matrix_transform +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > frustum (T left, T right, T bottom, T top, T near, T far)
 Creates a frustum matrix with default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > frustumLH (T left, T right, T bottom, T top, T near, T far)
 Creates a left handed frustum matrix. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > frustumRH (T left, T right, T bottom, T top, T near, T far)
 Creates a right handed frustum matrix. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspective (T fovy, T aspect, T near)
 Creates a matrix for a symmetric perspective-view frustum with far plane at infinite with default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspectiveLH (T fovy, T aspect, T near)
 Creates a matrix for a left handed, symmetric perspective-view frustum with far plane at infinite. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspectiveRH (T fovy, T aspect, T near)
 Creates a matrix for a right handed, symmetric perspective-view frustum with far plane at infinite. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > lookAt (tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
 Build a look at view matrix based on the default handedness. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > lookAtLH (tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
 Build a left handed look at view matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > lookAtRH (tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
 Build a right handed look at view matrix. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > ortho (T left, T right, T bottom, T top, T zNear, T zFar)
 Creates a matrix for an orthographic parallel viewing volume, using the default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > ortho (T left, T right, T bottom, T top)
 Creates a matrix for projecting two-dimensional coordinates onto the screen. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > orthoLH (T left, T right, T bottom, T top, T zNear, T zFar)
 Creates a matrix for an orthographic parallel viewing volume, using left-handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > orthoRH (T left, T right, T bottom, T top, T zNear, T zFar)
 Creates a matrix for an orthographic parallel viewing volume, using right-handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspective (T fovy, T aspect, T near, T far)
 Creates a matrix for a symetric perspective-view frustum based on the default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFov (T fov, T width, T height, T near, T far)
 Builds a perspective projection matrix based on a field of view and the default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFovLH (T fov, T width, T height, T near, T far)
 Builds a left handed perspective projection matrix based on a field of view. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFovRH (T fov, T width, T height, T near, T far)
 Builds a right handed perspective projection matrix based on a field of view. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveLH (T fovy, T aspect, T near, T far)
 Creates a matrix for a left handed, symetric perspective-view frustum. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveRH (T fovy, T aspect, T near, T far)
 Creates a matrix for a right handed, symetric perspective-view frustum. More...
 
template<typename T , precision P, typename U >
GLM_FUNC_DECL tmat4x4< T, P > pickMatrix (tvec2< T, P > const &center, tvec2< T, P > const &delta, tvec4< U, P > const &viewport)
 Define a picking region. More...
 
template<typename T , typename U , precision P>
GLM_FUNC_DECL tvec3< T, P > project (tvec3< T, P > const &obj, tmat4x4< T, P > const &model, tmat4x4< T, P > const &proj, tvec4< U, P > const &viewport)
 Map the specified object coordinates (obj.x, obj.y, obj.z) into window coordinates. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rotate (tmat4x4< T, P > const &m, T angle, tvec3< T, P > const &axis)
 Builds a rotation 4 * 4 matrix created from an axis vector and an angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > scale (tmat4x4< T, P > const &m, tvec3< T, P > const &v)
 Builds a scale 4 * 4 matrix created from 3 scalars. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > translate (tmat4x4< T, P > const &m, tvec3< T, P > const &v)
 Builds a translation 4 * 4 matrix created from a vector of 3 components. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > tweakedInfinitePerspective (T fovy, T aspect, T near)
 Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics hardware that doesn't support depth clamping. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > tweakedInfinitePerspective (T fovy, T aspect, T near, T ep)
 Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics hardware that doesn't support depth clamping. More...
 
template<typename T , typename U , precision P>
GLM_FUNC_DECL tvec3< T, P > unProject (tvec3< T, P > const &win, tmat4x4< T, P > const &model, tmat4x4< T, P > const &proj, tvec4< U, P > const &viewport)
 Map the specified window coordinates (win.x, win.y, win.z) into object coordinates. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00071_source.html b/glm/doc/api/a00071_source.html new file mode 100644 index 0000000..eefc529 --- /dev/null +++ b/glm/doc/api/a00071_source.html @@ -0,0 +1,328 @@ + + + + + + +0.9.9 API documenation: matrix_transform.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_transform.hpp
+
+
+Go to the documentation of this file.
1 
+
21 #pragma once
+
22 
+
23 // Dependencies
+
24 #include "../mat4x4.hpp"
+
25 #include "../vec2.hpp"
+
26 #include "../vec3.hpp"
+
27 #include "../vec4.hpp"
+
28 #include "../gtc/constants.hpp"
+
29 
+
30 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
31 # pragma message("GLM: GLM_GTC_matrix_transform extension included")
+
32 #endif
+
33 
+
34 namespace glm
+
35 {
+
38 
+
57  template <typename T, precision P>
+
58  GLM_FUNC_DECL tmat4x4<T, P> translate(
+
59  tmat4x4<T, P> const & m,
+
60  tvec3<T, P> const & v);
+
61 
+
71  template <typename T, precision P>
+
72  GLM_FUNC_DECL tmat4x4<T, P> rotate(
+
73  tmat4x4<T, P> const & m,
+
74  T angle,
+
75  tvec3<T, P> const & axis);
+
76 
+
85  template <typename T, precision P>
+
86  GLM_FUNC_DECL tmat4x4<T, P> scale(
+
87  tmat4x4<T, P> const & m,
+
88  tvec3<T, P> const & v);
+
89 
+
101  template <typename T>
+
102  GLM_FUNC_DECL tmat4x4<T, defaultp> ortho(
+
103  T left,
+
104  T right,
+
105  T bottom,
+
106  T top,
+
107  T zNear,
+
108  T zFar);
+
109 
+
121  template <typename T>
+
122  GLM_FUNC_DECL tmat4x4<T, defaultp> orthoLH(
+
123  T left,
+
124  T right,
+
125  T bottom,
+
126  T top,
+
127  T zNear,
+
128  T zFar);
+
129 
+
141  template <typename T>
+
142  GLM_FUNC_DECL tmat4x4<T, defaultp> orthoRH(
+
143  T left,
+
144  T right,
+
145  T bottom,
+
146  T top,
+
147  T zNear,
+
148  T zFar);
+
149 
+
159  template <typename T>
+
160  GLM_FUNC_DECL tmat4x4<T, defaultp> ortho(
+
161  T left,
+
162  T right,
+
163  T bottom,
+
164  T top);
+
165 
+
176  template <typename T>
+
177  GLM_FUNC_DECL tmat4x4<T, defaultp> frustum(
+
178  T left,
+
179  T right,
+
180  T bottom,
+
181  T top,
+
182  T near,
+
183  T far);
+
184 
+
195  template <typename T>
+
196  GLM_FUNC_DECL tmat4x4<T, defaultp> frustumLH(
+
197  T left,
+
198  T right,
+
199  T bottom,
+
200  T top,
+
201  T near,
+
202  T far);
+
203 
+
214  template <typename T>
+
215  GLM_FUNC_DECL tmat4x4<T, defaultp> frustumRH(
+
216  T left,
+
217  T right,
+
218  T bottom,
+
219  T top,
+
220  T near,
+
221  T far);
+
222 
+
231  template <typename T>
+
232  GLM_FUNC_DECL tmat4x4<T, defaultp> perspective(
+
233  T fovy,
+
234  T aspect,
+
235  T near,
+
236  T far);
+
237 
+
246  template <typename T>
+
247  GLM_FUNC_DECL tmat4x4<T, defaultp> perspectiveRH(
+
248  T fovy,
+
249  T aspect,
+
250  T near,
+
251  T far);
+
252 
+
261  template <typename T>
+
262  GLM_FUNC_DECL tmat4x4<T, defaultp> perspectiveLH(
+
263  T fovy,
+
264  T aspect,
+
265  T near,
+
266  T far);
+
267 
+
277  template <typename T>
+
278  GLM_FUNC_DECL tmat4x4<T, defaultp> perspectiveFov(
+
279  T fov,
+
280  T width,
+
281  T height,
+
282  T near,
+
283  T far);
+
284 
+
294  template <typename T>
+
295  GLM_FUNC_DECL tmat4x4<T, defaultp> perspectiveFovRH(
+
296  T fov,
+
297  T width,
+
298  T height,
+
299  T near,
+
300  T far);
+
301 
+
311  template <typename T>
+
312  GLM_FUNC_DECL tmat4x4<T, defaultp> perspectiveFovLH(
+
313  T fov,
+
314  T width,
+
315  T height,
+
316  T near,
+
317  T far);
+
318 
+
326  template <typename T>
+
327  GLM_FUNC_DECL tmat4x4<T, defaultp> infinitePerspective(
+
328  T fovy, T aspect, T near);
+
329 
+
337  template <typename T>
+
338  GLM_FUNC_DECL tmat4x4<T, defaultp> infinitePerspectiveLH(
+
339  T fovy, T aspect, T near);
+
340 
+
348  template <typename T>
+
349  GLM_FUNC_DECL tmat4x4<T, defaultp> infinitePerspectiveRH(
+
350  T fovy, T aspect, T near);
+
351 
+
359  template <typename T>
+
360  GLM_FUNC_DECL tmat4x4<T, defaultp> tweakedInfinitePerspective(
+
361  T fovy, T aspect, T near);
+
362 
+
371  template <typename T>
+
372  GLM_FUNC_DECL tmat4x4<T, defaultp> tweakedInfinitePerspective(
+
373  T fovy, T aspect, T near, T ep);
+
374 
+
385  template <typename T, typename U, precision P>
+
386  GLM_FUNC_DECL tvec3<T, P> project(
+
387  tvec3<T, P> const & obj,
+
388  tmat4x4<T, P> const & model,
+
389  tmat4x4<T, P> const & proj,
+
390  tvec4<U, P> const & viewport);
+
391 
+
402  template <typename T, typename U, precision P>
+
403  GLM_FUNC_DECL tvec3<T, P> unProject(
+
404  tvec3<T, P> const & win,
+
405  tmat4x4<T, P> const & model,
+
406  tmat4x4<T, P> const & proj,
+
407  tvec4<U, P> const & viewport);
+
408 
+
417  template <typename T, precision P, typename U>
+
418  GLM_FUNC_DECL tmat4x4<T, P> pickMatrix(
+
419  tvec2<T, P> const & center,
+
420  tvec2<T, P> const & delta,
+
421  tvec4<U, P> const & viewport);
+
422 
+
430  template <typename T, precision P>
+
431  GLM_FUNC_DECL tmat4x4<T, P> lookAt(
+
432  tvec3<T, P> const & eye,
+
433  tvec3<T, P> const & center,
+
434  tvec3<T, P> const & up);
+
435 
+
443  template <typename T, precision P>
+
444  GLM_FUNC_DECL tmat4x4<T, P> lookAtRH(
+
445  tvec3<T, P> const & eye,
+
446  tvec3<T, P> const & center,
+
447  tvec3<T, P> const & up);
+
448 
+
456  template <typename T, precision P>
+
457  GLM_FUNC_DECL tmat4x4<T, P> lookAtLH(
+
458  tvec3<T, P> const & eye,
+
459  tvec3<T, P> const & center,
+
460  tvec3<T, P> const & up);
+
461 
+
463 }//namespace glm
+
464 
+
465 #include "matrix_transform.inl"
+
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspectiveRH(T fovy, T aspect, T near)
Creates a matrix for a right handed, symmetric perspective-view frustum with far plane at infinite...
+
GLM_FUNC_DECL vecType proj(vecType const &x, vecType const &Normal)
Projects x on Normal.
+
GLM_FUNC_DECL tmat4x4< T, P > lookAtLH(tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
Build a left handed look at view matrix.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > frustum(T left, T right, T bottom, T top, T near, T far)
Creates a frustum matrix with default handedness.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspective(T fovy, T aspect, T near)
Creates a matrix for a symmetric perspective-view frustum with far plane at infinite with default han...
+
GLM_FUNC_DECL tmat4x4< T, P > lookAt(tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
Build a look at view matrix based on the default handedness.
+
GLM_FUNC_DECL tmat4x4< T, P > rotate(tmat4x4< T, P > const &m, T angle, tvec3< T, P > const &axis)
Builds a rotation 4 * 4 matrix created from an axis vector and an angle.
+
GLM_FUNC_DECL tvec3< T, P > project(tvec3< T, P > const &obj, tmat4x4< T, P > const &model, tmat4x4< T, P > const &proj, tvec4< U, P > const &viewport)
Map the specified object coordinates (obj.x, obj.y, obj.z) into window coordinates.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFovLH(T fov, T width, T height, T near, T far)
Builds a left handed perspective projection matrix based on a field of view.
+
GLM_FUNC_DECL tmat4x4< T, P > lookAtRH(tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
Build a right handed look at view matrix.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFovRH(T fov, T width, T height, T near, T far)
Builds a right handed perspective projection matrix based on a field of view.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFov(T fov, T width, T height, T near, T far)
Builds a perspective projection matrix based on a field of view and the default handedness.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > tweakedInfinitePerspective(T fovy, T aspect, T near, T ep)
Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics har...
+
GLM_FUNC_DECL tmat4x4< T, defaultp > orthoLH(T left, T right, T bottom, T top, T zNear, T zFar)
Creates a matrix for an orthographic parallel viewing volume, using left-handedness.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > orthoRH(T left, T right, T bottom, T top, T zNear, T zFar)
Creates a matrix for an orthographic parallel viewing volume, using right-handedness.
+
GLM_FUNC_DECL tmat4x4< T, P > translate(tmat4x4< T, P > const &m, tvec3< T, P > const &v)
Builds a translation 4 * 4 matrix created from a vector of 3 components.
+
GLM_FUNC_DECL tvec3< T, P > axis(tquat< T, P > const &x)
Returns the q rotation axis.
+
GLM_FUNC_DECL tmat4x4< T, P > scale(tmat4x4< T, P > const &m, tvec3< T, P > const &v)
Builds a scale 4 * 4 matrix created from 3 scalars.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tmat4x4< T, defaultp > perspective(T fovy, T aspect, T near, T far)
Creates a matrix for a symetric perspective-view frustum based on the default handedness.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspectiveLH(T fovy, T aspect, T near)
Creates a matrix for a left handed, symmetric perspective-view frustum with far plane at infinite...
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > frustumRH(T left, T right, T bottom, T top, T near, T far)
Creates a right handed frustum matrix.
+
GLM_FUNC_DECL tvec3< T, P > unProject(tvec3< T, P > const &win, tmat4x4< T, P > const &model, tmat4x4< T, P > const &proj, tvec4< U, P > const &viewport)
Map the specified window coordinates (win.x, win.y, win.z) into object coordinates.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveRH(T fovy, T aspect, T near, T far)
Creates a matrix for a right handed, symetric perspective-view frustum.
+
GLM_FUNC_DECL tmat4x4< T, P > pickMatrix(tvec2< T, P > const &center, tvec2< T, P > const &delta, tvec4< U, P > const &viewport)
Define a picking region.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > frustumLH(T left, T right, T bottom, T top, T near, T far)
Creates a left handed frustum matrix.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveLH(T fovy, T aspect, T near, T far)
Creates a matrix for a left handed, symetric perspective-view frustum.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > ortho(T left, T right, T bottom, T top)
Creates a matrix for projecting two-dimensional coordinates onto the screen.
+
+ + + + diff --git a/glm/doc/api/a00072.html b/glm/doc/api/a00072.html new file mode 100644 index 0000000..509bcfe --- /dev/null +++ b/glm/doc/api/a00072.html @@ -0,0 +1,136 @@ + + + + + + +0.9.9 API documenation: matrix_transform_2d.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
matrix_transform_2d.hpp File Reference
+
+
+ +

GLM_GTX_matrix_transform_2d +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > rotate (tmat3x3< T, P > const &m, T angle)
 Builds a rotation 3 * 3 matrix created from an angle. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > scale (tmat3x3< T, P > const &m, tvec2< T, P > const &v)
 Builds a scale 3 * 3 matrix created from a vector of 2 components. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > shearX (tmat3x3< T, P > const &m, T y)
 Builds an horizontal (parallel to the x axis) shear 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > shearY (tmat3x3< T, P > const &m, T x)
 Builds a vertical (parallel to the y axis) shear 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > translate (tmat3x3< T, P > const &m, tvec2< T, P > const &v)
 Builds a translation 3 * 3 matrix created from a vector of 2 components. More...
 
+

Detailed Description

+

GLM_GTX_matrix_transform_2d

+
Author
Miguel Ãngel Pérez Martínez
+
See also
GLM Core (dependence)
+ +

Definition in file matrix_transform_2d.hpp.

+
+ + + + diff --git a/glm/doc/api/a00072_source.html b/glm/doc/api/a00072_source.html new file mode 100644 index 0000000..a624b47 --- /dev/null +++ b/glm/doc/api/a00072_source.html @@ -0,0 +1,152 @@ + + + + + + +0.9.9 API documenation: matrix_transform_2d.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_transform_2d.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../mat3x3.hpp"
+
18 #include "../vec2.hpp"
+
19 
+
20 #ifndef GLM_ENABLE_EXPERIMENTAL
+
21 # error "GLM: GLM_GTX_matrix_transform_2d is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
22 #endif
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTX_matrix_transform_2d extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
37  template <typename T, precision P>
+
38  GLM_FUNC_QUALIFIER tmat3x3<T, P> translate(
+
39  tmat3x3<T, P> const & m,
+
40  tvec2<T, P> const & v);
+
41 
+
46  template <typename T, precision P>
+
47  GLM_FUNC_QUALIFIER tmat3x3<T, P> rotate(
+
48  tmat3x3<T, P> const & m,
+
49  T angle);
+
50 
+
55  template <typename T, precision P>
+
56  GLM_FUNC_QUALIFIER tmat3x3<T, P> scale(
+
57  tmat3x3<T, P> const & m,
+
58  tvec2<T, P> const & v);
+
59 
+
64  template <typename T, precision P>
+
65  GLM_FUNC_QUALIFIER tmat3x3<T, P> shearX(
+
66  tmat3x3<T, P> const & m,
+
67  T y);
+
68 
+
73  template <typename T, precision P>
+
74  GLM_FUNC_QUALIFIER tmat3x3<T, P> shearY(
+
75  tmat3x3<T, P> const & m,
+
76  T x);
+
77 
+
79 }//namespace glm
+
80 
+
81 #include "matrix_transform_2d.inl"
+
GLM_FUNC_QUALIFIER tmat3x3< T, P > rotate(tmat3x3< T, P > const &m, T angle)
Builds a rotation 3 * 3 matrix created from an angle.
+
GLM_FUNC_QUALIFIER tmat3x3< T, P > shearY(tmat3x3< T, P > const &m, T x)
Builds a vertical (parallel to the y axis) shear 3 * 3 matrix.
+
GLM_FUNC_QUALIFIER tmat3x3< T, P > scale(tmat3x3< T, P > const &m, tvec2< T, P > const &v)
Builds a scale 3 * 3 matrix created from a vector of 2 components.
+
Definition: _noise.hpp:11
+
GLM_FUNC_QUALIFIER tmat3x3< T, P > shearX(tmat3x3< T, P > const &m, T y)
Builds an horizontal (parallel to the x axis) shear 3 * 3 matrix.
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_QUALIFIER tmat3x3< T, P > translate(tmat3x3< T, P > const &m, tvec2< T, P > const &v)
Builds a translation 3 * 3 matrix created from a vector of 2 components.
+
+ + + + diff --git a/glm/doc/api/a00073.html b/glm/doc/api/a00073.html new file mode 100644 index 0000000..5f78119 --- /dev/null +++ b/glm/doc/api/a00073.html @@ -0,0 +1,120 @@ + + + + + + +0.9.9 API documenation: mixed_product.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
mixed_product.hpp File Reference
+
+
+ +

GLM_GTX_mixed_producte +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

+template<typename T , precision P>
GLM_FUNC_DECL T mixedProduct (tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
 Mixed product of 3 vectors (from GLM_GTX_mixed_product extension)
 
+

Detailed Description

+

GLM_GTX_mixed_producte

+
See also
GLM Core (dependence)
+ +

Definition in file mixed_product.hpp.

+
+ + + + diff --git a/glm/doc/api/a00073_source.html b/glm/doc/api/a00073_source.html new file mode 100644 index 0000000..01195ad --- /dev/null +++ b/glm/doc/api/a00073_source.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: mixed_product.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mixed_product.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_mixed_product is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_mixed_product extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
32  template <typename T, precision P>
+
33  GLM_FUNC_DECL T mixedProduct(
+
34  tvec3<T, P> const & v1,
+
35  tvec3<T, P> const & v2,
+
36  tvec3<T, P> const & v3);
+
37 
+
39 }// namespace glm
+
40 
+
41 #include "mixed_product.inl"
+
GLM_FUNC_DECL T mixedProduct(tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
Mixed product of 3 vectors (from GLM_GTX_mixed_product extension)
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00074.html b/glm/doc/api/a00074.html new file mode 100644 index 0000000..fa927c5 --- /dev/null +++ b/glm/doc/api/a00074.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: noise.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
noise.hpp File Reference
+
+
+ +

GLM_GTC_noise +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T perlin (vecType< T, P > const &p)
 Classic perlin noise. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T perlin (vecType< T, P > const &p, vecType< T, P > const &rep)
 Periodic perlin noise. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T simplex (vecType< T, P > const &p)
 Simplex noise. More...
 
+

Detailed Description

+

GLM_GTC_noise

+
See also
GLM Core (dependence)
+ +

Definition in file noise.hpp.

+
+ + + + diff --git a/glm/doc/api/a00074_source.html b/glm/doc/api/a00074_source.html new file mode 100644 index 0000000..0febf79 --- /dev/null +++ b/glm/doc/api/a00074_source.html @@ -0,0 +1,139 @@ + + + + + + +0.9.9 API documenation: noise.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
noise.hpp
+
+
+Go to the documentation of this file.
1 
+
16 #pragma once
+
17 
+
18 // Dependencies
+
19 #include "../detail/setup.hpp"
+
20 #include "../detail/precision.hpp"
+
21 #include "../detail/_noise.hpp"
+
22 #include "../geometric.hpp"
+
23 #include "../common.hpp"
+
24 #include "../vector_relational.hpp"
+
25 #include "../vec2.hpp"
+
26 #include "../vec3.hpp"
+
27 #include "../vec4.hpp"
+
28 
+
29 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
30 # pragma message("GLM: GLM_GTC_noise extension included")
+
31 #endif
+
32 
+
33 namespace glm
+
34 {
+
37 
+
40  template <typename T, precision P, template<typename, precision> class vecType>
+
41  GLM_FUNC_DECL T perlin(
+
42  vecType<T, P> const & p);
+
43 
+
46  template <typename T, precision P, template<typename, precision> class vecType>
+
47  GLM_FUNC_DECL T perlin(
+
48  vecType<T, P> const & p,
+
49  vecType<T, P> const & rep);
+
50 
+
53  template <typename T, precision P, template<typename, precision> class vecType>
+
54  GLM_FUNC_DECL T simplex(
+
55  vecType<T, P> const & p);
+
56 
+
58 }//namespace glm
+
59 
+
60 #include "noise.inl"
+
GLM_FUNC_DECL T perlin(vecType< T, P > const &p, vecType< T, P > const &rep)
Periodic perlin noise.
+
GLM_FUNC_DECL T simplex(vecType< T, P > const &p)
Simplex noise.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00075.html b/glm/doc/api/a00075.html new file mode 100644 index 0000000..a4ad80b --- /dev/null +++ b/glm/doc/api/a00075.html @@ -0,0 +1,149 @@ + + + + + + +0.9.9 API documenation: norm.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
norm.hpp File Reference
+
+
+ +

GLM_GTX_norm +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T distance2 (vecType< T, P > const &p0, vecType< T, P > const &p1)
 Returns the squared distance between p0 and p1, i.e., length2(p0 - p1). More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l1Norm (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Returns the L1 norm between x and y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l1Norm (tvec3< T, P > const &v)
 Returns the L1 norm of v. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l2Norm (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Returns the L2 norm between x and y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l2Norm (tvec3< T, P > const &x)
 Returns the L2 norm of v. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T length2 (vecType< T, P > const &x)
 Returns the squared length of x. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T lxNorm (tvec3< T, P > const &x, tvec3< T, P > const &y, unsigned int Depth)
 Returns the L norm between x and y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T lxNorm (tvec3< T, P > const &x, unsigned int Depth)
 Returns the L norm of v. More...
 
+

Detailed Description

+

GLM_GTX_norm

+
See also
GLM Core (dependence)
+
+GLM_GTX_quaternion (dependence)
+ +

Definition in file norm.hpp.

+
+ + + + diff --git a/glm/doc/api/a00075_source.html b/glm/doc/api/a00075_source.html new file mode 100644 index 0000000..faafd30 --- /dev/null +++ b/glm/doc/api/a00075_source.html @@ -0,0 +1,164 @@ + + + + + + +0.9.9 API documenation: norm.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
norm.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../detail/func_geometric.hpp"
+
18 #include "../gtx/quaternion.hpp"
+
19 
+
20 #ifndef GLM_ENABLE_EXPERIMENTAL
+
21 # error "GLM: GLM_GTX_norm is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
22 #endif
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTX_norm extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
35  template <typename T, precision P, template <typename, precision> class vecType>
+
36  GLM_FUNC_DECL T length2(
+
37  vecType<T, P> const & x);
+
38 
+
41  template <typename T, precision P, template <typename, precision> class vecType>
+
42  GLM_FUNC_DECL T distance2(
+
43  vecType<T, P> const & p0,
+
44  vecType<T, P> const & p1);
+
45 
+
48  template <typename T, precision P>
+
49  GLM_FUNC_DECL T l1Norm(
+
50  tvec3<T, P> const & x,
+
51  tvec3<T, P> const & y);
+
52 
+
55  template <typename T, precision P>
+
56  GLM_FUNC_DECL T l1Norm(
+
57  tvec3<T, P> const & v);
+
58 
+
61  template <typename T, precision P>
+
62  GLM_FUNC_DECL T l2Norm(
+
63  tvec3<T, P> const & x,
+
64  tvec3<T, P> const & y);
+
65 
+
68  template <typename T, precision P>
+
69  GLM_FUNC_DECL T l2Norm(
+
70  tvec3<T, P> const & x);
+
71 
+
74  template <typename T, precision P>
+
75  GLM_FUNC_DECL T lxNorm(
+
76  tvec3<T, P> const & x,
+
77  tvec3<T, P> const & y,
+
78  unsigned int Depth);
+
79 
+
82  template <typename T, precision P>
+
83  GLM_FUNC_DECL T lxNorm(
+
84  tvec3<T, P> const & x,
+
85  unsigned int Depth);
+
86 
+
88 }//namespace glm
+
89 
+
90 #include "norm.inl"
+
GLM_FUNC_DECL T l2Norm(tvec3< T, P > const &x)
Returns the L2 norm of v.
+
GLM_FUNC_DECL T distance2(vecType< T, P > const &p0, vecType< T, P > const &p1)
Returns the squared distance between p0 and p1, i.e., length2(p0 - p1).
+
GLM_FUNC_DECL T l1Norm(tvec3< T, P > const &v)
Returns the L1 norm of v.
+
GLM_FUNC_DECL T lxNorm(tvec3< T, P > const &x, unsigned int Depth)
Returns the L norm of v.
+
GLM_FUNC_DECL T length2(vecType< T, P > const &x)
Returns the squared length of x.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00076.html b/glm/doc/api/a00076.html new file mode 100644 index 0000000..c2dca49 --- /dev/null +++ b/glm/doc/api/a00076.html @@ -0,0 +1,121 @@ + + + + + + +0.9.9 API documenation: normal.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
normal.hpp File Reference
+
+
+ +

GLM_GTX_normal +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > triangleNormal (tvec3< T, P > const &p1, tvec3< T, P > const &p2, tvec3< T, P > const &p3)
 Computes triangle normal from triangle points. More...
 
+

Detailed Description

+

GLM_GTX_normal

+
See also
GLM Core (dependence)
+
+GLM_GTX_extented_min_max (dependence)
+ +

Definition in file normal.hpp.

+
+ + + + diff --git a/glm/doc/api/a00076_source.html b/glm/doc/api/a00076_source.html new file mode 100644 index 0000000..1fb3b73 --- /dev/null +++ b/glm/doc/api/a00076_source.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: normal.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
normal.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_normal is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_normal extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename T, precision P>
+
35  GLM_FUNC_DECL tvec3<T, P> triangleNormal(
+
36  tvec3<T, P> const & p1,
+
37  tvec3<T, P> const & p2,
+
38  tvec3<T, P> const & p3);
+
39 
+
41 }//namespace glm
+
42 
+
43 #include "normal.inl"
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec3< T, P > triangleNormal(tvec3< T, P > const &p1, tvec3< T, P > const &p2, tvec3< T, P > const &p3)
Computes triangle normal from triangle points.
+
+ + + + diff --git a/glm/doc/api/a00077.html b/glm/doc/api/a00077.html new file mode 100644 index 0000000..d5995df --- /dev/null +++ b/glm/doc/api/a00077.html @@ -0,0 +1,125 @@ + + + + + + +0.9.9 API documenation: normalize_dot.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
normalize_dot.hpp File Reference
+
+
+ +

GLM_GTX_normalize_dot +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T fastNormalizeDot (vecType< T, P > const &x, vecType< T, P > const &y)
 Normalize parameters and returns the dot product of x and y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T normalizeDot (vecType< T, P > const &x, vecType< T, P > const &y)
 Normalize parameters and returns the dot product of x and y. More...
 
+

Detailed Description

+

GLM_GTX_normalize_dot

+
See also
GLM Core (dependence)
+
+GLM_GTX_fast_square_root (dependence)
+ +

Definition in file normalize_dot.hpp.

+
+ + + + diff --git a/glm/doc/api/a00077_source.html b/glm/doc/api/a00077_source.html new file mode 100644 index 0000000..d626026 --- /dev/null +++ b/glm/doc/api/a00077_source.html @@ -0,0 +1,128 @@ + + + + + + +0.9.9 API documenation: normalize_dot.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
normalize_dot.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../gtx/fast_square_root.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_normalize_dot is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_normalize_dot extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
36  template <typename T, precision P, template <typename, precision> class vecType>
+
37  GLM_FUNC_DECL T normalizeDot(vecType<T, P> const & x, vecType<T, P> const & y);
+
38 
+
43  template <typename T, precision P, template <typename, precision> class vecType>
+
44  GLM_FUNC_DECL T fastNormalizeDot(vecType<T, P> const & x, vecType<T, P> const & y);
+
45 
+
47 }//namespace glm
+
48 
+
49 #include "normalize_dot.inl"
+
GLM_FUNC_DECL T normalizeDot(vecType< T, P > const &x, vecType< T, P > const &y)
Normalize parameters and returns the dot product of x and y.
+
GLM_FUNC_DECL T fastNormalizeDot(vecType< T, P > const &x, vecType< T, P > const &y)
Normalize parameters and returns the dot product of x and y.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00078.html b/glm/doc/api/a00078.html new file mode 100644 index 0000000..1049105 --- /dev/null +++ b/glm/doc/api/a00078.html @@ -0,0 +1,159 @@ + + + + + + +0.9.9 API documenation: number_precision.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
number_precision.hpp File Reference
+
+
+ +

GLM_GTX_number_precision +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

+typedef f32 f32mat1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f32 f32mat1x1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f32 f32vec1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f64 f64mat1
 Double-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f64 f64mat1x1
 Double-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f64 f64vec1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef u16 u16vec1
 16bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+typedef u32 u32vec1
 32bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+typedef u64 u64vec1
 64bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+typedef u8 u8vec1
 8bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+

Detailed Description

+

GLM_GTX_number_precision

+
See also
GLM Core (dependence)
+
+GLM_GTC_type_precision (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file number_precision.hpp.

+
+ + + + diff --git a/glm/doc/api/a00078_source.html b/glm/doc/api/a00078_source.html new file mode 100644 index 0000000..0e0ce7f --- /dev/null +++ b/glm/doc/api/a00078_source.html @@ -0,0 +1,158 @@ + + + + + + +0.9.9 API documenation: number_precision.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
number_precision.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependency:
+
18 #include "../glm.hpp"
+
19 #include "../gtc/type_precision.hpp"
+
20 
+
21 #ifndef GLM_ENABLE_EXPERIMENTAL
+
22 # error "GLM: GLM_GTX_number_precision is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
23 #endif
+
24 
+
25 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
26 # pragma message("GLM: GLM_GTX_number_precision extension included")
+
27 #endif
+
28 
+
29 namespace glm{
+
30 namespace gtx
+
31 {
+
33  // Unsigned int vector types
+
34 
+
37 
+
38  typedef u8 u8vec1;
+
39  typedef u16 u16vec1;
+
40  typedef u32 u32vec1;
+
41  typedef u64 u64vec1;
+
42 
+
44  // Float vector types
+
45 
+
46  typedef f32 f32vec1;
+
47  typedef f64 f64vec1;
+
48 
+
50  // Float matrix types
+
51 
+
52  typedef f32 f32mat1;
+
53  typedef f32 f32mat1x1;
+
54  typedef f64 f64mat1;
+
55  typedef f64 f64mat1x1;
+
56 
+
58 }//namespace gtx
+
59 }//namespace glm
+
60 
+
61 #include "number_precision.inl"
+
highp_float64_t f64
Default 64 bit double-precision floating-point scalar.
Definition: fwd.hpp:1509
+
f32 f32mat1x1
Single-precision floating-point scalar. (from GLM_GTX_number_precision extension) ...
+
f32 f32mat1
Single-precision floating-point scalar. (from GLM_GTX_number_precision extension) ...
+
detail::uint32 u32
32 bit unsigned integer type.
Definition: fwd.hpp:902
+
u32 u32vec1
32bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
+
f64 f64mat1x1
Double-precision floating-point scalar. (from GLM_GTX_number_precision extension) ...
+
u64 u64vec1
64bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
+
u8 u8vec1
8bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
+
detail::uint16 u16
16 bit unsigned integer type.
Definition: fwd.hpp:898
+
f64 f64vec1
Single-precision floating-point scalar. (from GLM_GTX_number_precision extension) ...
+
f32 f32vec1
Single-precision floating-point scalar. (from GLM_GTX_number_precision extension) ...
+
f64 f64mat1
Double-precision floating-point scalar. (from GLM_GTX_number_precision extension) ...
+
detail::uint8 u8
8 bit unsigned integer type.
Definition: fwd.hpp:894
+
Definition: _noise.hpp:11
+
detail::uint64 u64
64 bit unsigned integer type.
Definition: fwd.hpp:906
+
u16 u16vec1
16bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
+
highp_float32_t f32
Default 32 bit single-precision floating-point scalar.
Definition: fwd.hpp:1505
+
+ + + + diff --git a/glm/doc/api/a00079.html b/glm/doc/api/a00079.html new file mode 100644 index 0000000..41d4fba --- /dev/null +++ b/glm/doc/api/a00079.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: optimum_pow.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
optimum_pow.hpp File Reference
+
+
+ +

GLM_GTX_optimum_pow +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType pow2 (genType const &x)
 Returns x raised to the power of 2. More...
 
template<typename genType >
GLM_FUNC_DECL genType pow3 (genType const &x)
 Returns x raised to the power of 3. More...
 
template<typename genType >
GLM_FUNC_DECL genType pow4 (genType const &x)
 Returns x raised to the power of 4. More...
 
+

Detailed Description

+

GLM_GTX_optimum_pow

+
See also
GLM Core (dependence)
+ +

Definition in file optimum_pow.hpp.

+
+ + + + diff --git a/glm/doc/api/a00079_source.html b/glm/doc/api/a00079_source.html new file mode 100644 index 0000000..513bbd3 --- /dev/null +++ b/glm/doc/api/a00079_source.html @@ -0,0 +1,134 @@ + + + + + + +0.9.9 API documenation: optimum_pow.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
optimum_pow.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_optimum_pow is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_optimum_pow extension included")
+
24 #endif
+
25 
+
26 namespace glm{
+
27 namespace gtx
+
28 {
+
31 
+
35  template <typename genType>
+
36  GLM_FUNC_DECL genType pow2(genType const & x);
+
37 
+
41  template <typename genType>
+
42  GLM_FUNC_DECL genType pow3(genType const & x);
+
43 
+
47  template <typename genType>
+
48  GLM_FUNC_DECL genType pow4(genType const & x);
+
49 
+
51 }//namespace gtx
+
52 }//namespace glm
+
53 
+
54 #include "optimum_pow.inl"
+
GLM_FUNC_DECL genType pow2(genType const &x)
Returns x raised to the power of 2.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL genType pow3(genType const &x)
Returns x raised to the power of 3.
+
GLM_FUNC_DECL genType pow4(genType const &x)
Returns x raised to the power of 4.
+
+ + + + diff --git a/glm/doc/api/a00080.html b/glm/doc/api/a00080.html new file mode 100644 index 0000000..b625b93 --- /dev/null +++ b/glm/doc/api/a00080.html @@ -0,0 +1,125 @@ + + + + + + +0.9.9 API documenation: orthonormalize.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
orthonormalize.hpp File Reference
+
+
+ +

GLM_GTX_orthonormalize +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > orthonormalize (tmat3x3< T, P > const &m)
 Returns the orthonormalized matrix of m. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > orthonormalize (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Orthonormalizes x according y. More...
 
+

Detailed Description

+

GLM_GTX_orthonormalize

+
See also
GLM Core (dependence)
+
+GLM_GTX_extented_min_max (dependence)
+ +

Definition in file orthonormalize.hpp.

+
+ + + + diff --git a/glm/doc/api/a00080_source.html b/glm/doc/api/a00080_source.html new file mode 100644 index 0000000..a2aaf71 --- /dev/null +++ b/glm/doc/api/a00080_source.html @@ -0,0 +1,129 @@ + + + + + + +0.9.9 API documenation: orthonormalize.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
orthonormalize.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../vec3.hpp"
+
18 #include "../mat3x3.hpp"
+
19 #include "../geometric.hpp"
+
20 
+
21 #ifndef GLM_ENABLE_EXPERIMENTAL
+
22 # error "GLM: GLM_GTX_orthonormalize is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
23 #endif
+
24 
+
25 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
26 # pragma message("GLM: GLM_GTX_orthonormalize extension included")
+
27 #endif
+
28 
+
29 namespace glm
+
30 {
+
33 
+
37  template <typename T, precision P>
+
38  GLM_FUNC_DECL tmat3x3<T, P> orthonormalize(tmat3x3<T, P> const & m);
+
39 
+
43  template <typename T, precision P>
+
44  GLM_FUNC_DECL tvec3<T, P> orthonormalize(tvec3<T, P> const & x, tvec3<T, P> const & y);
+
45 
+
47 }//namespace glm
+
48 
+
49 #include "orthonormalize.inl"
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec3< T, P > orthonormalize(tvec3< T, P > const &x, tvec3< T, P > const &y)
Orthonormalizes x according y.
+
+ + + + diff --git a/glm/doc/api/a00081.html b/glm/doc/api/a00081.html new file mode 100644 index 0000000..89d4c9c --- /dev/null +++ b/glm/doc/api/a00081.html @@ -0,0 +1,273 @@ + + + + + + +0.9.9 API documenation: packing.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtc/packing.hpp File Reference
+
+
+ +

GLM_GTC_packing +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

GLM_FUNC_DECL uint32 packF2x11_1x10 (vec3 const &v)
 First, converts the first two components of the normalized floating-point value v into 11-bit signless floating-point values. More...
 
GLM_FUNC_DECL uint32 packF3x9_E1x5 (vec3 const &v)
 First, converts the first two components of the normalized floating-point value v into 11-bit signless floating-point values. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint16, P > packHalf (vecType< float, P > const &v)
 Returns an unsigned integer vector obtained by converting the components of a floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification. More...
 
GLM_FUNC_DECL uint16 packHalf1x16 (float v)
 Returns an unsigned integer obtained by converting the components of a floating-point scalar to the 16-bit floating-point representation found in the OpenGL Specification, and then packing this 16-bit value into a 16-bit unsigned integer. More...
 
GLM_FUNC_DECL uint64 packHalf4x16 (vec4 const &v)
 Returns an unsigned integer obtained by converting the components of a four-component floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification, and then packing these four 16-bit values into a 64-bit unsigned integer. More...
 
GLM_FUNC_DECL uint32 packI3x10_1x2 (ivec4 const &v)
 Returns an unsigned integer obtained by converting the components of a four-component signed integer vector to the 10-10-10-2-bit signed integer representation found in the OpenGL Specification, and then packing these four values into a 32-bit unsigned integer. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > packRGBM (tvec3< T, P > const &rgb)
 Returns an unsigned integer vector obtained by converting the components of a floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification. More...
 
template<typename intType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< intType, P > packSnorm (vecType< floatType, P > const &v)
 Convert each component of the normalized floating-point vector into signed integer values. More...
 
GLM_FUNC_DECL uint16 packSnorm1x16 (float v)
 First, converts the normalized floating-point value v into 16-bit integer value. More...
 
GLM_FUNC_DECL uint8 packSnorm1x8 (float s)
 First, converts the normalized floating-point value v into 8-bit integer value. More...
 
GLM_FUNC_DECL uint16 packSnorm2x8 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8-bit integer values. More...
 
GLM_FUNC_DECL uint32 packSnorm3x10_1x2 (vec4 const &v)
 First, converts the first three components of the normalized floating-point value v into 10-bit signed integer values. More...
 
GLM_FUNC_DECL uint64 packSnorm4x16 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 16-bit integer values. More...
 
GLM_FUNC_DECL uint32 packU3x10_1x2 (uvec4 const &v)
 Returns an unsigned integer obtained by converting the components of a four-component unsigned integer vector to the 10-10-10-2-bit unsigned integer representation found in the OpenGL Specification, and then packing these four values into a 32-bit unsigned integer. More...
 
template<typename uintType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uintType, P > packUnorm (vecType< floatType, P > const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm1x16 (float v)
 First, converts the normalized floating-point value v into a 16-bit integer value. More...
 
GLM_FUNC_DECL uint16 packUnorm1x5_1x6_1x5 (vec3 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint8 packUnorm1x8 (float v)
 First, converts the normalized floating-point value v into a 8-bit integer value. More...
 
GLM_FUNC_DECL uint8 packUnorm2x3_1x2 (vec3 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint8 packUnorm2x4 (vec2 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm2x8 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8-bit integer values. More...
 
GLM_FUNC_DECL uint32 packUnorm3x10_1x2 (vec4 const &v)
 First, converts the first three components of the normalized floating-point value v into 10-bit unsigned integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm3x5_1x1 (vec4 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint64 packUnorm4x16 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 16-bit integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm4x4 (vec4 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL vec3 unpackF2x11_1x10 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and one 10-bit signless floating-point value . More...
 
GLM_FUNC_DECL vec3 unpackF3x9_E1x5 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and one 10-bit signless floating-point value . More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< float, P > unpackHalf (vecType< uint16, P > const &p)
 Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bit floating-point numbers and converting them to 32-bit floating-point values. More...
 
GLM_FUNC_DECL float unpackHalf1x16 (uint16 v)
 Returns a floating-point scalar with components obtained by unpacking a 16-bit unsigned integer into a 16-bit value, interpreted as a 16-bit floating-point number according to the OpenGL Specification, and converting it to 32-bit floating-point values. More...
 
GLM_FUNC_DECL vec4 unpackHalf4x16 (uint64 p)
 Returns a four-component floating-point vector with components obtained by unpacking a 64-bit unsigned integer into four 16-bit values, interpreting those values as 16-bit floating-point numbers according to the OpenGL Specification, and converting them to 32-bit floating-point values. More...
 
GLM_FUNC_DECL ivec4 unpackI3x10_1x2 (uint32 p)
 Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit signed integers. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > unpackRGBM (tvec4< T, P > const &rgbm)
 Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bit floating-point numbers and converting them to 32-bit floating-point values. More...
 
template<typename intType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< floatType, P > unpackSnorm (vecType< intType, P > const &v)
 Convert each signed integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL float unpackSnorm1x16 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a single 16-bit signed integers. More...
 
GLM_FUNC_DECL float unpackSnorm1x8 (uint8 p)
 First, unpacks a single 8-bit unsigned integer p into a single 8-bit signed integers. More...
 
GLM_FUNC_DECL vec2 unpackSnorm2x8 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackSnorm3x10_1x2 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackSnorm4x16 (uint64 p)
 First, unpacks a single 64-bit unsigned integer p into four 16-bit signed integers. More...
 
GLM_FUNC_DECL uvec4 unpackU3x10_1x2 (uint32 p)
 Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit unsigned integers. More...
 
template<typename uintType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< floatType, P > unpackUnorm (vecType< uintType, P > const &v)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL float unpackUnorm1x16 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a of 16-bit unsigned integers. More...
 
GLM_FUNC_DECL vec3 unpackUnorm1x5_1x6_1x5 (uint16 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL float unpackUnorm1x8 (uint8 p)
 Convert a single 8-bit integer to a normalized floating-point value. More...
 
GLM_FUNC_DECL vec3 unpackUnorm2x3_1x2 (uint8 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL vec2 unpackUnorm2x4 (uint8 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL vec2 unpackUnorm2x8 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit unsigned integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm3x10_1x2 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm3x5_1x1 (uint16 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL vec4 unpackUnorm4x16 (uint64 p)
 First, unpacks a single 64-bit unsigned integer p into four 16-bit unsigned integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm4x4 (uint16 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
+

Detailed Description

+

GLM_GTC_packing

+
See also
GLM Core (dependence)
+ +

Definition in file gtc/packing.hpp.

+
+ + + + diff --git a/glm/doc/api/a00081_source.html b/glm/doc/api/a00081_source.html new file mode 100644 index 0000000..4f8c065 --- /dev/null +++ b/glm/doc/api/a00081_source.html @@ -0,0 +1,280 @@ + + + + + + +0.9.9 API documenation: packing.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtc/packing.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "type_precision.hpp"
+
18 
+
19 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
20 # pragma message("GLM: GLM_GTC_packing extension included")
+
21 #endif
+
22 
+
23 namespace glm
+
24 {
+
27 
+
39  GLM_FUNC_DECL uint8 packUnorm1x8(float v);
+
40 
+
51  GLM_FUNC_DECL float unpackUnorm1x8(uint8 p);
+
52 
+
67  GLM_FUNC_DECL uint16 packUnorm2x8(vec2 const & v);
+
68 
+
83  GLM_FUNC_DECL vec2 unpackUnorm2x8(uint16 p);
+
84 
+
96  GLM_FUNC_DECL uint8 packSnorm1x8(float s);
+
97 
+
109  GLM_FUNC_DECL float unpackSnorm1x8(uint8 p);
+
110 
+
125  GLM_FUNC_DECL uint16 packSnorm2x8(vec2 const & v);
+
126 
+
141  GLM_FUNC_DECL vec2 unpackSnorm2x8(uint16 p);
+
142 
+
154  GLM_FUNC_DECL uint16 packUnorm1x16(float v);
+
155 
+
167  GLM_FUNC_DECL float unpackUnorm1x16(uint16 p);
+
168 
+
183  GLM_FUNC_DECL uint64 packUnorm4x16(vec4 const & v);
+
184 
+
199  GLM_FUNC_DECL vec4 unpackUnorm4x16(uint64 p);
+
200 
+
212  GLM_FUNC_DECL uint16 packSnorm1x16(float v);
+
213 
+
225  GLM_FUNC_DECL float unpackSnorm1x16(uint16 p);
+
226 
+
241  GLM_FUNC_DECL uint64 packSnorm4x16(vec4 const & v);
+
242 
+
257  GLM_FUNC_DECL vec4 unpackSnorm4x16(uint64 p);
+
258 
+
268  GLM_FUNC_DECL uint16 packHalf1x16(float v);
+
269 
+
279  GLM_FUNC_DECL float unpackHalf1x16(uint16 v);
+
280 
+
292  GLM_FUNC_DECL uint64 packHalf4x16(vec4 const & v);
+
293 
+
305  GLM_FUNC_DECL vec4 unpackHalf4x16(uint64 p);
+
306 
+
318  GLM_FUNC_DECL uint32 packI3x10_1x2(ivec4 const & v);
+
319 
+
329  GLM_FUNC_DECL ivec4 unpackI3x10_1x2(uint32 p);
+
330 
+
342  GLM_FUNC_DECL uint32 packU3x10_1x2(uvec4 const & v);
+
343 
+
353  GLM_FUNC_DECL uvec4 unpackU3x10_1x2(uint32 p);
+
354 
+
371  GLM_FUNC_DECL uint32 packSnorm3x10_1x2(vec4 const & v);
+
372 
+
388  GLM_FUNC_DECL vec4 unpackSnorm3x10_1x2(uint32 p);
+
389 
+
406  GLM_FUNC_DECL uint32 packUnorm3x10_1x2(vec4 const & v);
+
407 
+
423  GLM_FUNC_DECL vec4 unpackUnorm3x10_1x2(uint32 p);
+
424 
+
434  GLM_FUNC_DECL uint32 packF2x11_1x10(vec3 const & v);
+
435 
+
444  GLM_FUNC_DECL vec3 unpackF2x11_1x10(uint32 p);
+
445 
+
446 
+
458  GLM_FUNC_DECL uint32 packF3x9_E1x5(vec3 const & v);
+
459 
+
470  GLM_FUNC_DECL vec3 unpackF3x9_E1x5(uint32 p);
+
471 
+
480  template <typename T, precision P>
+
481  GLM_FUNC_DECL tvec4<T, P> packRGBM(tvec3<T, P> const & rgb);
+
482 
+
490  template <typename T, precision P>
+
491  GLM_FUNC_DECL tvec3<T, P> unpackRGBM(tvec4<T, P> const & rgbm);
+
492 
+
501  template <precision P, template <typename, precision> class vecType>
+
502  GLM_FUNC_DECL vecType<uint16, P> packHalf(vecType<float, P> const & v);
+
503 
+
511  template <precision P, template <typename, precision> class vecType>
+
512  GLM_FUNC_DECL vecType<float, P> unpackHalf(vecType<uint16, P> const & p);
+
513 
+
518  template <typename uintType, typename floatType, precision P, template <typename, precision> class vecType>
+
519  GLM_FUNC_DECL vecType<uintType, P> packUnorm(vecType<floatType, P> const & v);
+
520 
+
525  template <typename uintType, typename floatType, precision P, template <typename, precision> class vecType>
+
526  GLM_FUNC_DECL vecType<floatType, P> unpackUnorm(vecType<uintType, P> const & v);
+
527 
+
532  template <typename intType, typename floatType, precision P, template <typename, precision> class vecType>
+
533  GLM_FUNC_DECL vecType<intType, P> packSnorm(vecType<floatType, P> const & v);
+
534 
+
539  template <typename intType, typename floatType, precision P, template <typename, precision> class vecType>
+
540  GLM_FUNC_DECL vecType<floatType, P> unpackSnorm(vecType<intType, P> const & v);
+
541 
+
546  GLM_FUNC_DECL uint8 packUnorm2x4(vec2 const & v);
+
547 
+
552  GLM_FUNC_DECL vec2 unpackUnorm2x4(uint8 p);
+
553 
+
558  GLM_FUNC_DECL uint16 packUnorm4x4(vec4 const & v);
+
559 
+
564  GLM_FUNC_DECL vec4 unpackUnorm4x4(uint16 p);
+
565 
+
570  GLM_FUNC_DECL uint16 packUnorm1x5_1x6_1x5(vec3 const & v);
+
571 
+
576  GLM_FUNC_DECL vec3 unpackUnorm1x5_1x6_1x5(uint16 p);
+
577 
+
582  GLM_FUNC_DECL uint16 packUnorm3x5_1x1(vec4 const & v);
+
583 
+
588  GLM_FUNC_DECL vec4 unpackUnorm3x5_1x1(uint16 p);
+
589 
+
594  GLM_FUNC_DECL uint8 packUnorm2x3_1x2(vec3 const & v);
+
595 
+
600  GLM_FUNC_DECL vec3 unpackUnorm2x3_1x2(uint8 p);
+
602 }// namespace glm
+
603 
+
604 #include "packing.inl"
+
GLM_FUNC_DECL uint64 packSnorm4x16(vec4 const &v)
First, converts each component of the normalized floating-point value v into 16-bit integer values...
+
GLM_FUNC_DECL uint8 packUnorm2x3_1x2(vec3 const &v)
Convert each component of the normalized floating-point vector into unsigned integer values...
+
GLM_FUNC_DECL uint32 packF3x9_E1x5(vec3 const &v)
First, converts the first two components of the normalized floating-point value v into 11-bit signles...
+
GLM_FUNC_DECL vec3 unpackUnorm1x5_1x6_1x5(uint16 p)
Convert each unsigned integer components of a vector to normalized floating-point values...
+
GLM_GTC_type_precision
+
GLM_FUNC_DECL vecType< floatType, P > unpackUnorm(vecType< uintType, P > const &v)
Convert each unsigned integer components of a vector to normalized floating-point values...
+
GLM_FUNC_DECL uint16 packUnorm4x4(vec4 const &v)
Convert each component of the normalized floating-point vector into unsigned integer values...
+
GLM_FUNC_DECL float unpackHalf1x16(uint16 v)
Returns a floating-point scalar with components obtained by unpacking a 16-bit unsigned integer into ...
+
GLM_FUNC_DECL uint16 packSnorm1x16(float v)
First, converts the normalized floating-point value v into 16-bit integer value.
+
GLM_FUNC_DECL uint32 packI3x10_1x2(ivec4 const &v)
Returns an unsigned integer obtained by converting the components of a four-component signed integer ...
+
GLM_FUNC_DECL uint16 packUnorm1x16(float v)
First, converts the normalized floating-point value v into a 16-bit integer value.
+
GLM_FUNC_DECL vec4 unpackUnorm3x10_1x2(uint32 p)
First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers.
+
GLM_FUNC_DECL uint32 packU3x10_1x2(uvec4 const &v)
Returns an unsigned integer obtained by converting the components of a four-component unsigned intege...
+
GLM_FUNC_DECL vec4 unpackUnorm4x16(uint64 p)
First, unpacks a single 64-bit unsigned integer p into four 16-bit unsigned integers.
+
GLM_FUNC_DECL vec2 unpackUnorm2x8(uint16 p)
First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit unsigned integers.
+
GLM_FUNC_DECL float unpackUnorm1x16(uint16 p)
First, unpacks a single 16-bit unsigned integer p into a of 16-bit unsigned integers.
+
GLM_FUNC_DECL ivec4 unpackI3x10_1x2(uint32 p)
Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit signed integers...
+
highp_ivec4 ivec4
4 components vector of signed integer numbers.
Definition: type_vec.hpp:518
+
GLM_FUNC_DECL vecType< intType, P > packSnorm(vecType< floatType, P > const &v)
Convert each component of the normalized floating-point vector into signed integer values...
+
GLM_FUNC_DECL vec4 unpackUnorm4x4(uint16 p)
Convert each unsigned integer components of a vector to normalized floating-point values...
+
GLM_FUNC_DECL float unpackUnorm1x8(uint8 p)
Convert a single 8-bit integer to a normalized floating-point value.
+
GLM_FUNC_DECL vecType< floatType, P > unpackSnorm(vecType< intType, P > const &v)
Convert each signed integer components of a vector to normalized floating-point values.
+
GLM_FUNC_DECL vecType< float, P > unpackHalf(vecType< uint16, P > const &p)
Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bi...
+
GLM_FUNC_DECL vec4 unpackHalf4x16(uint64 p)
Returns a four-component floating-point vector with components obtained by unpacking a 64-bit unsigne...
+
GLM_FUNC_DECL uint16 packHalf1x16(float v)
Returns an unsigned integer obtained by converting the components of a floating-point scalar to the 1...
+
GLM_FUNC_DECL vec3 unpackF3x9_E1x5(uint32 p)
First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and ...
+
GLM_FUNC_DECL uvec4 unpackU3x10_1x2(uint32 p)
Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit unsigned integers...
+
GLM_FUNC_DECL vec3 unpackUnorm2x3_1x2(uint8 p)
Convert each unsigned integer components of a vector to normalized floating-point values...
+
GLM_FUNC_DECL uint16 packUnorm2x8(vec2 const &v)
First, converts each component of the normalized floating-point value v into 8-bit integer values...
+
GLM_FUNC_DECL uint8 packSnorm1x8(float s)
First, converts the normalized floating-point value v into 8-bit integer value.
+
highp_vec3 vec3
3 components vector of floating-point numbers.
Definition: type_vec.hpp:459
+
GLM_FUNC_DECL vecType< uint16, P > packHalf(vecType< float, P > const &v)
Returns an unsigned integer vector obtained by converting the components of a floating-point vector t...
+
GLM_FUNC_DECL uint32 packSnorm3x10_1x2(vec4 const &v)
First, converts the first three components of the normalized floating-point value v into 10-bit signe...
+
GLM_FUNC_DECL uint8 packUnorm2x4(vec2 const &v)
Convert each component of the normalized floating-point vector into unsigned integer values...
+
GLM_FUNC_DECL vecType< uintType, P > packUnorm(vecType< floatType, P > const &v)
Convert each component of the normalized floating-point vector into unsigned integer values...
+
GLM_FUNC_DECL uint64 packHalf4x16(vec4 const &v)
Returns an unsigned integer obtained by converting the components of a four-component floating-point ...
+
GLM_FUNC_DECL uint16 packUnorm3x5_1x1(vec4 const &v)
Convert each component of the normalized floating-point vector into unsigned integer values...
+
GLM_FUNC_DECL uint16 packUnorm1x5_1x6_1x5(vec3 const &v)
Convert each component of the normalized floating-point vector into unsigned integer values...
+
highp_vec2 vec2
2 components vector of floating-point numbers.
Definition: type_vec.hpp:454
+
GLM_FUNC_DECL vec4 unpackSnorm4x16(uint64 p)
First, unpacks a single 64-bit unsigned integer p into four 16-bit signed integers.
+
GLM_FUNC_DECL uint16 packSnorm2x8(vec2 const &v)
First, converts each component of the normalized floating-point value v into 8-bit integer values...
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL uint32 packF2x11_1x10(vec3 const &v)
First, converts the first two components of the normalized floating-point value v into 11-bit signles...
+
GLM_FUNC_DECL float unpackSnorm1x8(uint8 p)
First, unpacks a single 8-bit unsigned integer p into a single 8-bit signed integers.
+
GLM_FUNC_DECL vec2 unpackUnorm2x4(uint8 p)
Convert each unsigned integer components of a vector to normalized floating-point values...
+
GLM_FUNC_DECL float unpackSnorm1x16(uint16 p)
First, unpacks a single 16-bit unsigned integer p into a single 16-bit signed integers.
+
GLM_FUNC_DECL vec2 unpackSnorm2x8(uint16 p)
First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit signed integers.
+
GLM_FUNC_DECL tvec3< T, P > unpackRGBM(tvec4< T, P > const &rgbm)
Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bi...
+
GLM_FUNC_DECL tvec4< T, P > packRGBM(tvec3< T, P > const &rgb)
Returns an unsigned integer vector obtained by converting the components of a floating-point vector t...
+
GLM_FUNC_DECL uint8 packUnorm1x8(float v)
First, converts the normalized floating-point value v into a 8-bit integer value. ...
+
highp_vec4 vec4
4 components vector of floating-point numbers.
Definition: type_vec.hpp:464
+
GLM_FUNC_DECL vec4 unpackUnorm3x5_1x1(uint16 p)
Convert each unsigned integer components of a vector to normalized floating-point values...
+
GLM_FUNC_DECL uint64 packUnorm4x16(vec4 const &v)
First, converts each component of the normalized floating-point value v into 16-bit integer values...
+
GLM_FUNC_DECL vec4 unpackSnorm3x10_1x2(uint32 p)
First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers.
+
GLM_FUNC_DECL uint32 packUnorm3x10_1x2(vec4 const &v)
First, converts the first three components of the normalized floating-point value v into 10-bit unsig...
+
highp_uvec4 uvec4
4 components vector of unsigned integer numbers.
Definition: type_vec.hpp:545
+
GLM_FUNC_DECL vec3 unpackF2x11_1x10(uint32 p)
First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and ...
+
+ + + + diff --git a/glm/doc/api/a00082.html b/glm/doc/api/a00082.html new file mode 100644 index 0000000..b50c7ed --- /dev/null +++ b/glm/doc/api/a00082.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: packing.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
packing.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file packing.hpp.

+
+ + + + diff --git a/glm/doc/api/a00082_source.html b/glm/doc/api/a00082_source.html new file mode 100644 index 0000000..263bf65 --- /dev/null +++ b/glm/doc/api/a00082_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: packing.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
packing.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+ + +
+ + + + diff --git a/glm/doc/api/a00083_source.html b/glm/doc/api/a00083_source.html new file mode 100644 index 0000000..ae478fd --- /dev/null +++ b/glm/doc/api/a00083_source.html @@ -0,0 +1,100 @@ + + + + + + +0.9.9 API documenation: pages.doxy Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
pages.doxy
+
+
+
1 
+
+ + + + diff --git a/glm/doc/api/a00084.html b/glm/doc/api/a00084.html new file mode 100644 index 0000000..2de4028 --- /dev/null +++ b/glm/doc/api/a00084.html @@ -0,0 +1,121 @@ + + + + + + +0.9.9 API documenation: perpendicular.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
perpendicular.hpp File Reference
+
+
+ +

GLM_GTX_perpendicular +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

template<typename vecType >
GLM_FUNC_DECL vecType perp (vecType const &x, vecType const &Normal)
 Projects x a perpendicular axis of Normal. More...
 
+

Detailed Description

+

GLM_GTX_perpendicular

+
See also
GLM Core (dependence)
+
+GLM_GTX_projection (dependence)
+ +

Definition in file perpendicular.hpp.

+
+ + + + diff --git a/glm/doc/api/a00084_source.html b/glm/doc/api/a00084_source.html new file mode 100644 index 0000000..13d91fb --- /dev/null +++ b/glm/doc/api/a00084_source.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: perpendicular.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
perpendicular.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 #include "../gtx/projection.hpp"
+
19 
+
20 #ifndef GLM_ENABLE_EXPERIMENTAL
+
21 # error "GLM: GLM_GTX_perpendicular is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
22 #endif
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTX_perpendicular extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
35  template <typename vecType>
+
36  GLM_FUNC_DECL vecType perp(
+
37  vecType const & x,
+
38  vecType const & Normal);
+
39 
+
41 }//namespace glm
+
42 
+
43 #include "perpendicular.inl"
+
GLM_FUNC_DECL vecType perp(vecType const &x, vecType const &Normal)
Projects x a perpendicular axis of Normal.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00085.html b/glm/doc/api/a00085.html new file mode 100644 index 0000000..c049126 --- /dev/null +++ b/glm/doc/api/a00085.html @@ -0,0 +1,123 @@ + + + + + + +0.9.9 API documenation: polar_coordinates.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
polar_coordinates.hpp File Reference
+
+
+ +

GLM_GTX_polar_coordinates +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > euclidean (tvec2< T, P > const &polar)
 Convert Polar to Euclidean coordinates. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > polar (tvec3< T, P > const &euclidean)
 Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude. More...
 
+

Detailed Description

+

GLM_GTX_polar_coordinates

+
See also
GLM Core (dependence)
+ +

Definition in file polar_coordinates.hpp.

+
+ + + + diff --git a/glm/doc/api/a00085_source.html b/glm/doc/api/a00085_source.html new file mode 100644 index 0000000..be74bd9 --- /dev/null +++ b/glm/doc/api/a00085_source.html @@ -0,0 +1,130 @@ + + + + + + +0.9.9 API documenation: polar_coordinates.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
polar_coordinates.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_polar_coordinates is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_polar_coordinates extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
34  template <typename T, precision P>
+
35  GLM_FUNC_DECL tvec3<T, P> polar(
+
36  tvec3<T, P> const & euclidean);
+
37 
+
41  template <typename T, precision P>
+
42  GLM_FUNC_DECL tvec3<T, P> euclidean(
+
43  tvec2<T, P> const & polar);
+
44 
+
46 }//namespace glm
+
47 
+
48 #include "polar_coordinates.inl"
+
GLM_FUNC_DECL tvec3< T, P > polar(tvec3< T, P > const &euclidean)
Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude...
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec3< T, P > euclidean(tvec2< T, P > const &polar)
Convert Polar to Euclidean coordinates.
+
+ + + + diff --git a/glm/doc/api/a00086.html b/glm/doc/api/a00086.html new file mode 100644 index 0000000..73da67a --- /dev/null +++ b/glm/doc/api/a00086.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: precision.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
precision.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file precision.hpp.

+
+ + + + diff --git a/glm/doc/api/a00086_source.html b/glm/doc/api/a00086_source.html new file mode 100644 index 0000000..811cde2 --- /dev/null +++ b/glm/doc/api/a00086_source.html @@ -0,0 +1,162 @@ + + + + + + +0.9.9 API documenation: precision.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
precision.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "setup.hpp"
+
7 
+
8 namespace glm
+
9 {
+
10  enum precision
+
11  {
+
12  packed_highp,
+
13  packed_mediump,
+
14  packed_lowp,
+
15 
+
16 # if GLM_HAS_ALIGNED_TYPE
+
17  aligned_highp,
+
18  aligned_mediump,
+
19  aligned_lowp,
+
20  aligned = aligned_highp,
+
21 # endif
+
22 
+
23  highp = packed_highp,
+
24  mediump = packed_mediump,
+
25  lowp = packed_lowp,
+
26  packed = packed_highp,
+
27 
+
28 # if GLM_HAS_ALIGNED_TYPE && defined(GLM_FORCE_ALIGNED)
+
29  defaultp = aligned_highp
+
30 # else
+
31  defaultp = highp
+
32 # endif
+
33  };
+
34 
+
35 namespace detail
+
36 {
+
37  template <glm::precision P>
+
38  struct is_aligned
+
39  {
+
40  static const bool value = false;
+
41  };
+
42 
+
43 # if GLM_HAS_ALIGNED_TYPE
+
44  template<>
+
45  struct is_aligned<glm::aligned_lowp>
+
46  {
+
47  static const bool value = true;
+
48  };
+
49 
+
50  template<>
+
51  struct is_aligned<glm::aligned_mediump>
+
52  {
+
53  static const bool value = true;
+
54  };
+
55 
+
56  template<>
+
57  struct is_aligned<glm::aligned_highp>
+
58  {
+
59  static const bool value = true;
+
60  };
+
61 # endif
+
62 }//namespace detail
+
63 }//namespace glm
+
GLM Core
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00087.html b/glm/doc/api/a00087.html new file mode 100644 index 0000000..b80bfc8 --- /dev/null +++ b/glm/doc/api/a00087.html @@ -0,0 +1,119 @@ + + + + + + +0.9.9 API documenation: projection.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
projection.hpp File Reference
+
+
+ +

GLM_GTX_projection +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

template<typename vecType >
GLM_FUNC_DECL vecType proj (vecType const &x, vecType const &Normal)
 Projects x on Normal. More...
 
+

Detailed Description

+

GLM_GTX_projection

+
See also
GLM Core (dependence)
+ +

Definition in file projection.hpp.

+
+ + + + diff --git a/glm/doc/api/a00087_source.html b/glm/doc/api/a00087_source.html new file mode 100644 index 0000000..ef0e33e --- /dev/null +++ b/glm/doc/api/a00087_source.html @@ -0,0 +1,124 @@ + + + + + + +0.9.9 API documenation: projection.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
projection.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../geometric.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_projection is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_projection extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
34  template <typename vecType>
+
35  GLM_FUNC_DECL vecType proj(vecType const & x, vecType const & Normal);
+
36 
+
38 }//namespace glm
+
39 
+
40 #include "projection.inl"
+
GLM_FUNC_DECL vecType proj(vecType const &x, vecType const &Normal)
Projects x on Normal.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00088.html b/glm/doc/api/a00088.html new file mode 100644 index 0000000..2fd5a0d --- /dev/null +++ b/glm/doc/api/a00088.html @@ -0,0 +1,229 @@ + + + + + + +0.9.9 API documenation: quaternion.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtc/quaternion.hpp File Reference
+
+
+ +

GLM_GTC_quaternion +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL T angle (tquat< T, P > const &x)
 Returns the quaternion rotation angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > angleAxis (T const &angle, tvec3< T, P > const &axis)
 Build a quaternion from an angle and a normalized axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > axis (tquat< T, P > const &x)
 Returns the q rotation axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > conjugate (tquat< T, P > const &q)
 Returns the q conjugate. More...
 
template<typename T , precision P, template< typename, precision > class quatType>
GLM_FUNC_DECL T dot (quatType< T, P > const &x, quatType< T, P > const &y)
 Returns dot product of q1 and q2, i.e., q1[0] * q2[0] + q1[1] * q2[1] + ... More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > equal (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x == y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > eulerAngles (tquat< T, P > const &x)
 Returns euler angles, pitch as x, yaw as y, roll as z. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > greaterThan (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x > y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > greaterThanEqual (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x >= y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > inverse (tquat< T, P > const &q)
 Returns the q inverse. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > isinf (tquat< T, P > const &x)
 Returns true if x holds a positive infinity or negative infinity representation in the underlying implementation's set of floating point representations. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > isnan (tquat< T, P > const &x)
 Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of floating point representations. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T length (tquat< T, P > const &q)
 Returns the length of the quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > lerp (tquat< T, P > const &x, tquat< T, P > const &y, T a)
 Linear interpolation of two quaternions. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > lessThan (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison result of x < y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > lessThanEqual (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x <= y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > mat3_cast (tquat< T, P > const &x)
 Converts a quaternion to a 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > mat4_cast (tquat< T, P > const &x)
 Converts a quaternion to a 4 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > mix (tquat< T, P > const &x, tquat< T, P > const &y, T a)
 Spherical linear interpolation of two quaternions. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > normalize (tquat< T, P > const &q)
 Returns the normalized quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > notEqual (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x != y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T pitch (tquat< T, P > const &x)
 Returns pitch value of euler angles expressed in radians. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > quat_cast (tmat3x3< T, P > const &x)
 Converts a 3 * 3 matrix to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > quat_cast (tmat4x4< T, P > const &x)
 Converts a 4 * 4 matrix to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T roll (tquat< T, P > const &x)
 Returns roll value of euler angles expressed in radians. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > rotate (tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)
 Rotates a quaternion from a vector of 3 components axis and an angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > slerp (tquat< T, P > const &x, tquat< T, P > const &y, T a)
 Spherical linear interpolation of two quaternions. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T yaw (tquat< T, P > const &x)
 Returns yaw value of euler angles expressed in radians. More...
 
+

Detailed Description

+

GLM_GTC_quaternion

+
See also
GLM Core (dependence)
+
+GLM_GTC_constants (dependence)
+ +

Definition in file gtc/quaternion.hpp.

+
+ + + + diff --git a/glm/doc/api/a00088_source.html b/glm/doc/api/a00088_source.html new file mode 100644 index 0000000..adcfd5a --- /dev/null +++ b/glm/doc/api/a00088_source.html @@ -0,0 +1,368 @@ + + + + + + +0.9.9 API documenation: quaternion.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtc/quaternion.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../mat3x3.hpp"
+
18 #include "../mat4x4.hpp"
+
19 #include "../vec3.hpp"
+
20 #include "../vec4.hpp"
+
21 #include "../gtc/constants.hpp"
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTC_quaternion extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
32  template <typename T, precision P = defaultp>
+
33  struct tquat
+
34  {
+
35  // -- Implementation detail --
+
36 
+
37  typedef tquat<T, P> type;
+
38  typedef T value_type;
+
39 
+
40  // -- Data --
+
41 
+
42 # if GLM_HAS_ALIGNED_TYPE
+
43 # if GLM_COMPILER & GLM_COMPILER_GCC
+
44 # pragma GCC diagnostic push
+
45 # pragma GCC diagnostic ignored "-Wpedantic"
+
46 # endif
+
47 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
48 # pragma clang diagnostic push
+
49 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
+
50 # pragma clang diagnostic ignored "-Wnested-anon-types"
+
51 # endif
+
52 
+
53  union
+
54  {
+
55  struct { T x, y, z, w;};
+
56  typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
+
57  };
+
58 
+
59 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
60 # pragma clang diagnostic pop
+
61 # endif
+
62 # if GLM_COMPILER & GLM_COMPILER_GCC
+
63 # pragma GCC diagnostic pop
+
64 # endif
+
65 # else
+
66  T x, y, z, w;
+
67 # endif
+
68 
+
69  // -- Component accesses --
+
70 
+
71  typedef length_t length_type;
+
73  GLM_FUNC_DECL static length_type length(){return 4;}
+
74 
+
75  GLM_FUNC_DECL T & operator[](length_type i);
+
76  GLM_FUNC_DECL T const & operator[](length_type i) const;
+
77 
+
78  // -- Implicit basic constructors --
+
79 
+
80  GLM_FUNC_DECL GLM_CONSTEXPR tquat() GLM_DEFAULT_CTOR;
+
81  GLM_FUNC_DECL GLM_CONSTEXPR tquat(tquat<T, P> const & q) GLM_DEFAULT;
+
82  template <precision Q>
+
83  GLM_FUNC_DECL GLM_CONSTEXPR tquat(tquat<T, Q> const & q);
+
84 
+
85  // -- Explicit basic constructors --
+
86 
+
87  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tquat(ctor);
+
88  GLM_FUNC_DECL GLM_CONSTEXPR tquat(T const & s, tvec3<T, P> const & v);
+
89  GLM_FUNC_DECL GLM_CONSTEXPR tquat(T const & w, T const & x, T const & y, T const & z);
+
90 
+
91  // -- Conversion constructors --
+
92 
+
93  template <typename U, precision Q>
+
94  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tquat(tquat<U, Q> const & q);
+
95 
+
97 # if GLM_HAS_EXPLICIT_CONVERSION_OPERATORS
+
98  GLM_FUNC_DECL explicit operator tmat3x3<T, P>();
+
99  GLM_FUNC_DECL explicit operator tmat4x4<T, P>();
+
100 # endif
+
101 
+
108  GLM_FUNC_DECL tquat(tvec3<T, P> const & u, tvec3<T, P> const & v);
+
109 
+
111  GLM_FUNC_DECL GLM_EXPLICIT tquat(tvec3<T, P> const & eulerAngles);
+
112  GLM_FUNC_DECL GLM_EXPLICIT tquat(tmat3x3<T, P> const & m);
+
113  GLM_FUNC_DECL GLM_EXPLICIT tquat(tmat4x4<T, P> const & m);
+
114 
+
115  // -- Unary arithmetic operators --
+
116 
+
117  GLM_FUNC_DECL tquat<T, P> & operator=(tquat<T, P> const & m) GLM_DEFAULT;
+
118 
+
119  template <typename U>
+
120  GLM_FUNC_DECL tquat<T, P> & operator=(tquat<U, P> const & m);
+
121  template <typename U>
+
122  GLM_FUNC_DECL tquat<T, P> & operator+=(tquat<U, P> const & q);
+
123  template <typename U>
+
124  GLM_FUNC_DECL tquat<T, P> & operator-=(tquat<U, P> const & q);
+
125  template <typename U>
+
126  GLM_FUNC_DECL tquat<T, P> & operator*=(tquat<U, P> const & q);
+
127  template <typename U>
+
128  GLM_FUNC_DECL tquat<T, P> & operator*=(U s);
+
129  template <typename U>
+
130  GLM_FUNC_DECL tquat<T, P> & operator/=(U s);
+
131  };
+
132 
+
133  // -- Unary bit operators --
+
134 
+
135  template <typename T, precision P>
+
136  GLM_FUNC_DECL tquat<T, P> operator+(tquat<T, P> const & q);
+
137 
+
138  template <typename T, precision P>
+
139  GLM_FUNC_DECL tquat<T, P> operator-(tquat<T, P> const & q);
+
140 
+
141  // -- Binary operators --
+
142 
+
143  template <typename T, precision P>
+
144  GLM_FUNC_DECL tquat<T, P> operator+(tquat<T, P> const & q, tquat<T, P> const & p);
+
145 
+
146  template <typename T, precision P>
+
147  GLM_FUNC_DECL tquat<T, P> operator*(tquat<T, P> const & q, tquat<T, P> const & p);
+
148 
+
149  template <typename T, precision P>
+
150  GLM_FUNC_DECL tvec3<T, P> operator*(tquat<T, P> const & q, tvec3<T, P> const & v);
+
151 
+
152  template <typename T, precision P>
+
153  GLM_FUNC_DECL tvec3<T, P> operator*(tvec3<T, P> const & v, tquat<T, P> const & q);
+
154 
+
155  template <typename T, precision P>
+
156  GLM_FUNC_DECL tvec4<T, P> operator*(tquat<T, P> const & q, tvec4<T, P> const & v);
+
157 
+
158  template <typename T, precision P>
+
159  GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v, tquat<T, P> const & q);
+
160 
+
161  template <typename T, precision P>
+
162  GLM_FUNC_DECL tquat<T, P> operator*(tquat<T, P> const & q, T const & s);
+
163 
+
164  template <typename T, precision P>
+
165  GLM_FUNC_DECL tquat<T, P> operator*(T const & s, tquat<T, P> const & q);
+
166 
+
167  template <typename T, precision P>
+
168  GLM_FUNC_DECL tquat<T, P> operator/(tquat<T, P> const & q, T const & s);
+
169 
+
170  // -- Boolean operators --
+
171 
+
172  template <typename T, precision P>
+
173  GLM_FUNC_DECL bool operator==(tquat<T, P> const & q1, tquat<T, P> const & q2);
+
174 
+
175  template <typename T, precision P>
+
176  GLM_FUNC_DECL bool operator!=(tquat<T, P> const & q1, tquat<T, P> const & q2);
+
177 
+
181  template <typename T, precision P>
+
182  GLM_FUNC_DECL T length(tquat<T, P> const & q);
+
183 
+
187  template <typename T, precision P>
+
188  GLM_FUNC_DECL tquat<T, P> normalize(tquat<T, P> const & q);
+
189 
+
193  template <typename T, precision P, template <typename, precision> class quatType>
+
194  GLM_FUNC_DECL T dot(quatType<T, P> const & x, quatType<T, P> const & y);
+
195 
+
206  template <typename T, precision P>
+
207  GLM_FUNC_DECL tquat<T, P> mix(tquat<T, P> const & x, tquat<T, P> const & y, T a);
+
208 
+
217  template <typename T, precision P>
+
218  GLM_FUNC_DECL tquat<T, P> lerp(tquat<T, P> const & x, tquat<T, P> const & y, T a);
+
219 
+
228  template <typename T, precision P>
+
229  GLM_FUNC_DECL tquat<T, P> slerp(tquat<T, P> const & x, tquat<T, P> const & y, T a);
+
230 
+
234  template <typename T, precision P>
+
235  GLM_FUNC_DECL tquat<T, P> conjugate(tquat<T, P> const & q);
+
236 
+
240  template <typename T, precision P>
+
241  GLM_FUNC_DECL tquat<T, P> inverse(tquat<T, P> const & q);
+
242 
+
250  template <typename T, precision P>
+
251  GLM_FUNC_DECL tquat<T, P> rotate(tquat<T, P> const & q, T const & angle, tvec3<T, P> const & axis);
+
252 
+
257  template <typename T, precision P>
+
258  GLM_FUNC_DECL tvec3<T, P> eulerAngles(tquat<T, P> const & x);
+
259 
+
263  template <typename T, precision P>
+
264  GLM_FUNC_DECL T roll(tquat<T, P> const & x);
+
265 
+
269  template <typename T, precision P>
+
270  GLM_FUNC_DECL T pitch(tquat<T, P> const & x);
+
271 
+
275  template <typename T, precision P>
+
276  GLM_FUNC_DECL T yaw(tquat<T, P> const & x);
+
277 
+
281  template <typename T, precision P>
+
282  GLM_FUNC_DECL tmat3x3<T, P> mat3_cast(tquat<T, P> const & x);
+
283 
+
287  template <typename T, precision P>
+
288  GLM_FUNC_DECL tmat4x4<T, P> mat4_cast(tquat<T, P> const & x);
+
289 
+
293  template <typename T, precision P>
+
294  GLM_FUNC_DECL tquat<T, P> quat_cast(tmat3x3<T, P> const & x);
+
295 
+
299  template <typename T, precision P>
+
300  GLM_FUNC_DECL tquat<T, P> quat_cast(tmat4x4<T, P> const & x);
+
301 
+
305  template <typename T, precision P>
+
306  GLM_FUNC_DECL T angle(tquat<T, P> const & x);
+
307 
+
311  template <typename T, precision P>
+
312  GLM_FUNC_DECL tvec3<T, P> axis(tquat<T, P> const & x);
+
313 
+
320  template <typename T, precision P>
+
321  GLM_FUNC_DECL tquat<T, P> angleAxis(T const & angle, tvec3<T, P> const & axis);
+
322 
+
328  template <typename T, precision P>
+
329  GLM_FUNC_DECL tvec4<bool, P> lessThan(tquat<T, P> const & x, tquat<T, P> const & y);
+
330 
+
336  template <typename T, precision P>
+
337  GLM_FUNC_DECL tvec4<bool, P> lessThanEqual(tquat<T, P> const & x, tquat<T, P> const & y);
+
338 
+
344  template <typename T, precision P>
+
345  GLM_FUNC_DECL tvec4<bool, P> greaterThan(tquat<T, P> const & x, tquat<T, P> const & y);
+
346 
+
352  template <typename T, precision P>
+
353  GLM_FUNC_DECL tvec4<bool, P> greaterThanEqual(tquat<T, P> const & x, tquat<T, P> const & y);
+
354 
+
360  template <typename T, precision P>
+
361  GLM_FUNC_DECL tvec4<bool, P> equal(tquat<T, P> const & x, tquat<T, P> const & y);
+
362 
+
368  template <typename T, precision P>
+
369  GLM_FUNC_DECL tvec4<bool, P> notEqual(tquat<T, P> const & x, tquat<T, P> const & y);
+
370 
+
380  template <typename T, precision P>
+
381  GLM_FUNC_DECL tvec4<bool, P> isnan(tquat<T, P> const & x);
+
382 
+
390  template <typename T, precision P>
+
391  GLM_FUNC_DECL tvec4<bool, P> isinf(tquat<T, P> const & x);
+
392 
+
394 } //namespace glm
+
395 
+
396 #include "quaternion.inl"
+
GLM_FUNC_DECL T roll(tquat< T, P > const &x)
Returns roll value of euler angles expressed in radians.
+
GLM_FUNC_DECL T pitch(tquat< T, P > const &x)
Returns pitch value of euler angles expressed in radians.
+
GLM_FUNC_DECL tvec4< bool, P > equal(tquat< T, P > const &x, tquat< T, P > const &y)
Returns the component-wise comparison of result x == y.
+
GLM_FUNC_DECL tquat< T, P > rotate(tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)
Rotates a quaternion from a vector of 3 components axis and an angle.
+
GLM_FUNC_DECL tvec4< bool, P > greaterThanEqual(tquat< T, P > const &x, tquat< T, P > const &y)
Returns the component-wise comparison of result x >= y.
+
GLM_FUNC_DECL tquat< T, P > quat_cast(tmat4x4< T, P > const &x)
Converts a 4 * 4 matrix to a quaternion.
+
GLM_FUNC_DECL tvec4< bool, P > isnan(tquat< T, P > const &x)
Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of...
+
GLM_FUNC_DECL tquat< T, P > conjugate(tquat< T, P > const &q)
Returns the q conjugate.
+
GLM_FUNC_DECL tvec4< bool, P > greaterThan(tquat< T, P > const &x, tquat< T, P > const &y)
Returns the component-wise comparison of result x > y.
+
GLM_FUNC_DECL tquat< T, P > lerp(tquat< T, P > const &x, tquat< T, P > const &y, T a)
Linear interpolation of two quaternions.
+
GLM_FUNC_DECL tmat4x4< T, P > mat4_cast(tquat< T, P > const &x)
Converts a quaternion to a 4 * 4 matrix.
+
GLM_FUNC_DECL tquat< T, P > normalize(tquat< T, P > const &q)
Returns the normalized quaternion.
+
GLM_FUNC_DECL T length(tquat< T, P > const &q)
Returns the length of the quaternion.
+
GLM_FUNC_DECL tvec3< T, P > axis(tquat< T, P > const &x)
Returns the q rotation axis.
+
GLM_FUNC_DECL T dot(quatType< T, P > const &x, quatType< T, P > const &y)
Returns dot product of q1 and q2, i.e., q1[0] * q2[0] + q1[1] * q2[1] + ...
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec4< bool, P > lessThanEqual(tquat< T, P > const &x, tquat< T, P > const &y)
Returns the component-wise comparison of result x <= y.
+
GLM_FUNC_DECL tvec3< T, P > eulerAngles(tquat< T, P > const &x)
Returns euler angles, pitch as x, yaw as y, roll as z.
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL tquat< T, P > slerp(tquat< T, P > const &x, tquat< T, P > const &y, T a)
Spherical linear interpolation of two quaternions.
+
GLM_FUNC_DECL tvec4< bool, P > notEqual(tquat< T, P > const &x, tquat< T, P > const &y)
Returns the component-wise comparison of result x != y.
+
GLM_FUNC_DECL tmat3x3< T, P > mat3_cast(tquat< T, P > const &x)
Converts a quaternion to a 3 * 3 matrix.
+
GLM_FUNC_DECL tquat< T, P > angleAxis(T const &angle, tvec3< T, P > const &axis)
Build a quaternion from an angle and a normalized axis.
+
GLM_FUNC_DECL tvec4< bool, P > lessThan(tquat< T, P > const &x, tquat< T, P > const &y)
Returns the component-wise comparison result of x < y.
+
GLM_FUNC_DECL tvec4< bool, P > isinf(tquat< T, P > const &x)
Returns true if x holds a positive infinity or negative infinity representation in the underlying imp...
+
GLM_FUNC_DECL tquat< T, P > mix(tquat< T, P > const &x, tquat< T, P > const &y, T a)
Spherical linear interpolation of two quaternions.
+
GLM_FUNC_DECL tquat< T, P > inverse(tquat< T, P > const &q)
Returns the q inverse.
+
GLM_FUNC_DECL T yaw(tquat< T, P > const &x)
Returns yaw value of euler angles expressed in radians.
+
+ + + + diff --git a/glm/doc/api/a00089.html b/glm/doc/api/a00089.html new file mode 100644 index 0000000..4bff82f --- /dev/null +++ b/glm/doc/api/a00089.html @@ -0,0 +1,189 @@ + + + + + + +0.9.9 API documenation: quaternion.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtx/quaternion.hpp File Reference
+
+
+ +

GLM_GTX_quaternion +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > cross (tquat< T, P > const &q, tvec3< T, P > const &v)
 Compute a cross product between a quaternion and a vector. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > cross (tvec3< T, P > const &v, tquat< T, P > const &q)
 Compute a cross product between a vector and a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > exp (tquat< T, P > const &q)
 Returns a exp of a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T extractRealComponent (tquat< T, P > const &q)
 Extract the real component of a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > fastMix (tquat< T, P > const &x, tquat< T, P > const &y, T const &a)
 Quaternion normalized linear interpolation. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > intermediate (tquat< T, P > const &prev, tquat< T, P > const &curr, tquat< T, P > const &next)
 Returns an intermediate control point for squad interpolation. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T length2 (tquat< T, P > const &q)
 Returns the squared length of x. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > log (tquat< T, P > const &q)
 Returns a log of a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > pow (tquat< T, P > const &x, T const &y)
 Returns x raised to the y power. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotate (tquat< T, P > const &q, tvec3< T, P > const &v)
 Returns quarternion square root. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotate (tquat< T, P > const &q, tvec4< T, P > const &v)
 Rotates a 4 components vector by a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > rotation (tvec3< T, P > const &orig, tvec3< T, P > const &dest)
 Compute the rotation between two vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > shortMix (tquat< T, P > const &x, tquat< T, P > const &y, T const &a)
 Quaternion interpolation using the rotation short path. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > squad (tquat< T, P > const &q1, tquat< T, P > const &q2, tquat< T, P > const &s1, tquat< T, P > const &s2, T const &h)
 Compute a point on a path according squad equation. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > toMat3 (tquat< T, P > const &x)
 Converts a quaternion to a 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > toMat4 (tquat< T, P > const &x)
 Converts a quaternion to a 4 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > toQuat (tmat3x3< T, P > const &x)
 Converts a 3 * 3 matrix to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > toQuat (tmat4x4< T, P > const &x)
 Converts a 4 * 4 matrix to a quaternion. More...
 
+

Detailed Description

+

GLM_GTX_quaternion

+
See also
GLM Core (dependence)
+
+GLM_GTX_extented_min_max (dependence)
+ +

Definition in file gtx/quaternion.hpp.

+
+ + + + diff --git a/glm/doc/api/a00089_source.html b/glm/doc/api/a00089_source.html new file mode 100644 index 0000000..05cab14 --- /dev/null +++ b/glm/doc/api/a00089_source.html @@ -0,0 +1,232 @@ + + + + + + +0.9.9 API documenation: quaternion.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtx/quaternion.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 #include "../gtc/constants.hpp"
+
19 #include "../gtc/quaternion.hpp"
+
20 #include "../gtx/norm.hpp"
+
21 
+
22 #ifndef GLM_ENABLE_EXPERIMENTAL
+
23 # error "GLM: GLM_GTX_quaternion is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
24 #endif
+
25 
+
26 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
27 # pragma message("GLM: GLM_GTX_quaternion extension included")
+
28 #endif
+
29 
+
30 namespace glm
+
31 {
+
34 
+
38  template<typename T, precision P>
+
39  GLM_FUNC_DECL tvec3<T, P> cross(
+
40  tquat<T, P> const & q,
+
41  tvec3<T, P> const & v);
+
42 
+
46  template<typename T, precision P>
+
47  GLM_FUNC_DECL tvec3<T, P> cross(
+
48  tvec3<T, P> const & v,
+
49  tquat<T, P> const & q);
+
50 
+
55  template<typename T, precision P>
+
56  GLM_FUNC_DECL tquat<T, P> squad(
+
57  tquat<T, P> const & q1,
+
58  tquat<T, P> const & q2,
+
59  tquat<T, P> const & s1,
+
60  tquat<T, P> const & s2,
+
61  T const & h);
+
62 
+
66  template<typename T, precision P>
+
67  GLM_FUNC_DECL tquat<T, P> intermediate(
+
68  tquat<T, P> const & prev,
+
69  tquat<T, P> const & curr,
+
70  tquat<T, P> const & next);
+
71 
+
75  template<typename T, precision P>
+
76  GLM_FUNC_DECL tquat<T, P> exp(
+
77  tquat<T, P> const & q);
+
78 
+
82  template<typename T, precision P>
+
83  GLM_FUNC_DECL tquat<T, P> log(
+
84  tquat<T, P> const & q);
+
85 
+
89  template<typename T, precision P>
+
90  GLM_FUNC_DECL tquat<T, P> pow(
+
91  tquat<T, P> const & x,
+
92  T const & y);
+
93 
+
97  //template<typename T, precision P>
+
98  //tquat<T, P> sqrt(
+
99  // tquat<T, P> const & q);
+
100 
+
104  template<typename T, precision P>
+
105  GLM_FUNC_DECL tvec3<T, P> rotate(
+
106  tquat<T, P> const & q,
+
107  tvec3<T, P> const & v);
+
108 
+
112  template<typename T, precision P>
+
113  GLM_FUNC_DECL tvec4<T, P> rotate(
+
114  tquat<T, P> const & q,
+
115  tvec4<T, P> const & v);
+
116 
+
120  template<typename T, precision P>
+
121  GLM_FUNC_DECL T extractRealComponent(
+
122  tquat<T, P> const & q);
+
123 
+
127  template<typename T, precision P>
+
128  GLM_FUNC_DECL tmat3x3<T, P> toMat3(
+
129  tquat<T, P> const & x){return mat3_cast(x);}
+
130 
+
134  template<typename T, precision P>
+
135  GLM_FUNC_DECL tmat4x4<T, P> toMat4(
+
136  tquat<T, P> const & x){return mat4_cast(x);}
+
137 
+
141  template<typename T, precision P>
+
142  GLM_FUNC_DECL tquat<T, P> toQuat(
+
143  tmat3x3<T, P> const & x){return quat_cast(x);}
+
144 
+
148  template<typename T, precision P>
+
149  GLM_FUNC_DECL tquat<T, P> toQuat(
+
150  tmat4x4<T, P> const & x){return quat_cast(x);}
+
151 
+
155  template<typename T, precision P>
+
156  GLM_FUNC_DECL tquat<T, P> shortMix(
+
157  tquat<T, P> const & x,
+
158  tquat<T, P> const & y,
+
159  T const & a);
+
160 
+
164  template<typename T, precision P>
+
165  GLM_FUNC_DECL tquat<T, P> fastMix(
+
166  tquat<T, P> const & x,
+
167  tquat<T, P> const & y,
+
168  T const & a);
+
169 
+
175  template<typename T, precision P>
+
176  GLM_FUNC_DECL tquat<T, P> rotation(
+
177  tvec3<T, P> const & orig,
+
178  tvec3<T, P> const & dest);
+
179 
+
183  template<typename T, precision P>
+
184  GLM_FUNC_DECL T length2(tquat<T, P> const & q);
+
185 
+
187 }//namespace glm
+
188 
+
189 #include "quaternion.inl"
+
GLM_FUNC_DECL tquat< T, P > pow(tquat< T, P > const &x, T const &y)
Returns x raised to the y power.
+
GLM_FUNC_DECL T length2(tquat< T, P > const &q)
Returns the squared length of x.
+
GLM_FUNC_DECL tmat4x4< T, P > toMat4(tquat< T, P > const &x)
Converts a quaternion to a 4 * 4 matrix.
+
GLM_FUNC_DECL tvec3< T, P > cross(tvec3< T, P > const &v, tquat< T, P > const &q)
Compute a cross product between a vector and a quaternion.
+
GLM_FUNC_DECL tquat< T, P > shortMix(tquat< T, P > const &x, tquat< T, P > const &y, T const &a)
Quaternion interpolation using the rotation short path.
+
GLM_FUNC_DECL tmat3x3< T, P > toMat3(tquat< T, P > const &x)
Converts a quaternion to a 3 * 3 matrix.
+
GLM_FUNC_DECL tquat< T, P > rotation(tvec3< T, P > const &orig, tvec3< T, P > const &dest)
Compute the rotation between two vectors.
+
GLM_FUNC_DECL tmat4x4< T, P > mat4_cast(tquat< T, P > const &x)
Converts a quaternion to a 4 * 4 matrix.
+
GLM_FUNC_DECL T extractRealComponent(tquat< T, P > const &q)
Extract the real component of a quaternion.
+
GLM_FUNC_DECL tquat< T, P > intermediate(tquat< T, P > const &prev, tquat< T, P > const &curr, tquat< T, P > const &next)
Returns an intermediate control point for squad interpolation.
+
GLM_FUNC_DECL tquat< T, P > exp(tquat< T, P > const &q)
Returns a exp of a quaternion.
+
GLM_FUNC_DECL tvec4< T, P > rotate(tquat< T, P > const &q, tvec4< T, P > const &v)
Rotates a 4 components vector by a quaternion.
+
GLM_FUNC_DECL tquat< T, P > fastMix(tquat< T, P > const &x, tquat< T, P > const &y, T const &a)
Quaternion normalized linear interpolation.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tquat< T, P > toQuat(tmat4x4< T, P > const &x)
Converts a 4 * 4 matrix to a quaternion.
+
GLM_FUNC_DECL tquat< T, P > quat_cast(tmat3x3< T, P > const &x)
Converts a 3 * 3 matrix to a quaternion.
+
GLM_FUNC_DECL tmat3x3< T, P > mat3_cast(tquat< T, P > const &x)
Converts a quaternion to a 3 * 3 matrix.
+
GLM_FUNC_DECL tquat< T, P > squad(tquat< T, P > const &q1, tquat< T, P > const &q2, tquat< T, P > const &s1, tquat< T, P > const &s2, T const &h)
Compute a point on a path according squad equation.
+
GLM_FUNC_DECL tquat< T, P > log(tquat< T, P > const &q)
Returns a log of a quaternion.
+
+ + + + diff --git a/glm/doc/api/a00090.html b/glm/doc/api/a00090.html new file mode 100644 index 0000000..cbab6f3 --- /dev/null +++ b/glm/doc/api/a00090.html @@ -0,0 +1,145 @@ + + + + + + +0.9.9 API documenation: random.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
random.hpp File Reference
+
+
+ +

GLM_GTC_random +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tvec3< T, defaultp > ballRand (T Radius)
 Generate a random 3D vector which coordinates are regulary distributed within the volume of a ball of a given radius. More...
 
template<typename T >
GLM_FUNC_DECL tvec2< T, defaultp > circularRand (T Radius)
 Generate a random 2D vector which coordinates are regulary distributed on a circle of a given radius. More...
 
template<typename T >
GLM_FUNC_DECL tvec2< T, defaultp > diskRand (T Radius)
 Generate a random 2D vector which coordinates are regulary distributed within the area of a disk of a given radius. More...
 
template<typename genType >
GLM_FUNC_DECL genType gaussRand (genType Mean, genType Deviation)
 Generate random numbers in the interval [Min, Max], according a gaussian distribution. More...
 
template<typename genTYpe >
GLM_FUNC_DECL genTYpe linearRand (genTYpe Min, genTYpe Max)
 Generate random numbers in the interval [Min, Max], according a linear distribution. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > linearRand (vecType< T, P > const &Min, vecType< T, P > const &Max)
 Generate random numbers in the interval [Min, Max], according a linear distribution. More...
 
template<typename T >
GLM_FUNC_DECL tvec3< T, defaultp > sphericalRand (T Radius)
 Generate a random 3D vector which coordinates are regulary distributed on a sphere of a given radius. More...
 
+

Detailed Description

+

GLM_GTC_random

+
See also
GLM Core (dependence)
+
+gtx_random (extended)
+ +

Definition in file random.hpp.

+
+ + + + diff --git a/glm/doc/api/a00090_source.html b/glm/doc/api/a00090_source.html new file mode 100644 index 0000000..e849e7a --- /dev/null +++ b/glm/doc/api/a00090_source.html @@ -0,0 +1,154 @@ + + + + + + +0.9.9 API documenation: random.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
random.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../vec2.hpp"
+
18 #include "../vec3.hpp"
+
19 
+
20 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
21 # pragma message("GLM: GLM_GTC_random extension included")
+
22 #endif
+
23 
+
24 namespace glm
+
25 {
+
28 
+
35  template <typename genTYpe>
+
36  GLM_FUNC_DECL genTYpe linearRand(
+
37  genTYpe Min,
+
38  genTYpe Max);
+
39 
+
47  template <typename T, precision P, template <typename, precision> class vecType>
+
48  GLM_FUNC_DECL vecType<T, P> linearRand(
+
49  vecType<T, P> const & Min,
+
50  vecType<T, P> const & Max);
+
51 
+
57  template <typename genType>
+
58  GLM_FUNC_DECL genType gaussRand(
+
59  genType Mean,
+
60  genType Deviation);
+
61 
+
66  template <typename T>
+
67  GLM_FUNC_DECL tvec2<T, defaultp> circularRand(
+
68  T Radius);
+
69 
+
74  template <typename T>
+
75  GLM_FUNC_DECL tvec3<T, defaultp> sphericalRand(
+
76  T Radius);
+
77 
+
82  template <typename T>
+
83  GLM_FUNC_DECL tvec2<T, defaultp> diskRand(
+
84  T Radius);
+
85 
+
90  template <typename T>
+
91  GLM_FUNC_DECL tvec3<T, defaultp> ballRand(
+
92  T Radius);
+
93 
+
95 }//namespace glm
+
96 
+
97 #include "random.inl"
+
GLM_FUNC_DECL tvec3< T, defaultp > sphericalRand(T Radius)
Generate a random 3D vector which coordinates are regulary distributed on a sphere of a given radius...
+
GLM_FUNC_DECL tvec2< T, defaultp > diskRand(T Radius)
Generate a random 2D vector which coordinates are regulary distributed within the area of a disk of a...
+
GLM_FUNC_DECL vecType< T, P > linearRand(vecType< T, P > const &Min, vecType< T, P > const &Max)
Generate random numbers in the interval [Min, Max], according a linear distribution.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tvec3< T, defaultp > ballRand(T Radius)
Generate a random 3D vector which coordinates are regulary distributed within the volume of a ball of...
+
GLM_FUNC_DECL tvec2< T, defaultp > circularRand(T Radius)
Generate a random 2D vector which coordinates are regulary distributed on a circle of a given radius...
+
GLM_FUNC_DECL genType gaussRand(genType Mean, genType Deviation)
Generate random numbers in the interval [Min, Max], according a gaussian distribution.
+
+ + + + diff --git a/glm/doc/api/a00091.html b/glm/doc/api/a00091.html new file mode 100644 index 0000000..fb2a731 --- /dev/null +++ b/glm/doc/api/a00091.html @@ -0,0 +1,109 @@ + + + + + + +0.9.9 API documenation: range.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
range.hpp File Reference
+
+
+ +

GLM_GTX_range +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM_GTX_range

+
Author
Joshua Moerman
+ +

Definition in file range.hpp.

+
+ + + + diff --git a/glm/doc/api/a00091_source.html b/glm/doc/api/a00091_source.html new file mode 100644 index 0000000..c99c54b --- /dev/null +++ b/glm/doc/api/a00091_source.html @@ -0,0 +1,176 @@ + + + + + + +0.9.9 API documenation: range.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
range.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependencies
+
16 #include "../detail/setup.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_range is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if !GLM_HAS_RANGE_FOR
+
23 # error "GLM_GTX_range requires C++11 suppport or 'range for'"
+
24 #endif
+
25 
+
26 #include "../gtc/type_ptr.hpp"
+
27 #include "../gtc/vec1.hpp"
+
28 
+
29 namespace glm
+
30 {
+
33 
+
34  template <typename T, precision P>
+
35  inline length_t components(tvec1<T, P> const & v)
+
36  {
+
37  return v.length();
+
38  }
+
39 
+
40  template <typename T, precision P>
+
41  inline length_t components(tvec2<T, P> const & v)
+
42  {
+
43  return v.length();
+
44  }
+
45 
+
46  template <typename T, precision P>
+
47  inline length_t components(tvec3<T, P> const & v)
+
48  {
+
49  return v.length();
+
50  }
+
51 
+
52  template <typename T, precision P>
+
53  inline length_t components(tvec4<T, P> const & v)
+
54  {
+
55  return v.length();
+
56  }
+
57 
+
58  template <typename genType>
+
59  inline length_t components(genType const & m)
+
60  {
+
61  return m.length() * m[0].length();
+
62  }
+
63 
+
64  template <typename genType>
+
65  inline typename genType::value_type const * begin(genType const & v)
+
66  {
+
67  return value_ptr(v);
+
68  }
+
69 
+
70  template <typename genType>
+
71  inline typename genType::value_type const * end(genType const & v)
+
72  {
+
73  return begin(v) + components(v);
+
74  }
+
75 
+
76  template <typename genType>
+
77  inline typename genType::value_type * begin(genType& v)
+
78  {
+
79  return value_ptr(v);
+
80  }
+
81 
+
82  template <typename genType>
+
83  inline typename genType::value_type * end(genType& v)
+
84  {
+
85  return begin(v) + components(v);
+
86  }
+
87 
+
89 }//namespace glm
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL genType::value_type const * value_ptr(genType const &vec)
Return the constant address to the data of the input parameter.
+
+ + + + diff --git a/glm/doc/api/a00092.html b/glm/doc/api/a00092.html new file mode 100644 index 0000000..d9a436f --- /dev/null +++ b/glm/doc/api/a00092.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: raw_data.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
raw_data.hpp File Reference
+
+
+ +

GLM_GTX_raw_data +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Typedefs

typedef detail::uint8 byte
 Type for byte numbers. More...
 
typedef detail::uint32 dword
 Type for dword numbers. More...
 
typedef detail::uint64 qword
 Type for qword numbers. More...
 
typedef detail::uint16 word
 Type for word numbers. More...
 
+

Detailed Description

+

GLM_GTX_raw_data

+
See also
GLM Core (dependence)
+ +

Definition in file raw_data.hpp.

+
+ + + + diff --git a/glm/doc/api/a00092_source.html b/glm/doc/api/a00092_source.html new file mode 100644 index 0000000..7e3df15 --- /dev/null +++ b/glm/doc/api/a00092_source.html @@ -0,0 +1,133 @@ + + + + + + +0.9.9 API documenation: raw_data.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
raw_data.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependencies
+
16 #include "../detail/setup.hpp"
+
17 #include "../detail/type_int.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_raw_data is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_raw_data extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  typedef detail::uint8 byte;
+
35 
+
38  typedef detail::uint16 word;
+
39 
+
42  typedef detail::uint32 dword;
+
43 
+
46  typedef detail::uint64 qword;
+
47 
+
49 }// namespace glm
+
50 
+
51 #include "raw_data.inl"
+
detail::uint64 qword
Type for qword numbers.
Definition: raw_data.hpp:46
+
Definition: _noise.hpp:11
+
detail::uint8 byte
Type for byte numbers.
Definition: raw_data.hpp:34
+
detail::uint16 word
Type for word numbers.
Definition: raw_data.hpp:38
+
detail::uint32 dword
Type for dword numbers.
Definition: raw_data.hpp:42
+
+ + + + diff --git a/glm/doc/api/a00093.html b/glm/doc/api/a00093.html new file mode 100644 index 0000000..0c19602 --- /dev/null +++ b/glm/doc/api/a00093.html @@ -0,0 +1,163 @@ + + + + + + +0.9.9 API documenation: reciprocal.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
reciprocal.hpp File Reference
+
+
+ +

GLM_GTC_reciprocal +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType acot (genType x)
 Inverse cotangent function. More...
 
template<typename genType >
GLM_FUNC_DECL genType acoth (genType x)
 Inverse cotangent hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType acsc (genType x)
 Inverse cosecant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType acsch (genType x)
 Inverse cosecant hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType asec (genType x)
 Inverse secant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType asech (genType x)
 Inverse secant hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType cot (genType angle)
 Cotangent function. More...
 
template<typename genType >
GLM_FUNC_DECL genType coth (genType angle)
 Cotangent hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType csc (genType angle)
 Cosecant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType csch (genType angle)
 Cosecant hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType sec (genType angle)
 Secant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType sech (genType angle)
 Secant hyperbolic function. More...
 
+

Detailed Description

+

GLM_GTC_reciprocal

+
See also
GLM Core (dependence)
+ +

Definition in file reciprocal.hpp.

+
+ + + + diff --git a/glm/doc/api/a00093_source.html b/glm/doc/api/a00093_source.html new file mode 100644 index 0000000..79446fa --- /dev/null +++ b/glm/doc/api/a00093_source.html @@ -0,0 +1,165 @@ + + + + + + +0.9.9 API documenation: reciprocal.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
reciprocal.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependencies
+
16 #include "../detail/setup.hpp"
+
17 
+
18 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
19 # pragma message("GLM: GLM_GTC_reciprocal extension included")
+
20 #endif
+
21 
+
22 namespace glm
+
23 {
+
26 
+
33  template <typename genType>
+
34  GLM_FUNC_DECL genType sec(genType angle);
+
35 
+
42  template <typename genType>
+
43  GLM_FUNC_DECL genType csc(genType angle);
+
44 
+
51  template <typename genType>
+
52  GLM_FUNC_DECL genType cot(genType angle);
+
53 
+
60  template <typename genType>
+
61  GLM_FUNC_DECL genType asec(genType x);
+
62 
+
69  template <typename genType>
+
70  GLM_FUNC_DECL genType acsc(genType x);
+
71 
+
78  template <typename genType>
+
79  GLM_FUNC_DECL genType acot(genType x);
+
80 
+
86  template <typename genType>
+
87  GLM_FUNC_DECL genType sech(genType angle);
+
88 
+
94  template <typename genType>
+
95  GLM_FUNC_DECL genType csch(genType angle);
+
96 
+
102  template <typename genType>
+
103  GLM_FUNC_DECL genType coth(genType angle);
+
104 
+
111  template <typename genType>
+
112  GLM_FUNC_DECL genType asech(genType x);
+
113 
+
120  template <typename genType>
+
121  GLM_FUNC_DECL genType acsch(genType x);
+
122 
+
129  template <typename genType>
+
130  GLM_FUNC_DECL genType acoth(genType x);
+
131 
+
133 }//namespace glm
+
134 
+
135 #include "reciprocal.inl"
+
GLM_FUNC_DECL genType csc(genType angle)
Cosecant function.
+
GLM_FUNC_DECL genType coth(genType angle)
Cotangent hyperbolic function.
+
GLM_FUNC_DECL genType sech(genType angle)
Secant hyperbolic function.
+
GLM_FUNC_DECL genType acot(genType x)
Inverse cotangent function.
+
GLM_FUNC_DECL genType cot(genType angle)
Cotangent function.
+
GLM_FUNC_DECL genType asech(genType x)
Inverse secant hyperbolic function.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL genType sec(genType angle)
Secant function.
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL genType acsc(genType x)
Inverse cosecant function.
+
GLM_FUNC_DECL genType acoth(genType x)
Inverse cotangent hyperbolic function.
+
GLM_FUNC_DECL genType asec(genType x)
Inverse secant function.
+
GLM_FUNC_DECL genType csch(genType angle)
Cosecant hyperbolic function.
+
GLM_FUNC_DECL genType acsch(genType x)
Inverse cosecant hyperbolic function.
+
+ + + + diff --git a/glm/doc/api/a00094.html b/glm/doc/api/a00094.html new file mode 100644 index 0000000..5a6679f --- /dev/null +++ b/glm/doc/api/a00094.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: rotate_normalized_axis.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
rotate_normalized_axis.hpp File Reference
+
+
+ +

GLM_GTX_rotate_normalized_axis +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rotateNormalizedAxis (tmat4x4< T, P > const &m, T const &angle, tvec3< T, P > const &axis)
 Builds a rotation 4 * 4 matrix created from a normalized axis and an angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > rotateNormalizedAxis (tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)
 Rotates a quaternion from a vector of 3 components normalized axis and an angle. More...
 
+

Detailed Description

+
+ + + + diff --git a/glm/doc/api/a00094_source.html b/glm/doc/api/a00094_source.html new file mode 100644 index 0000000..93fb9f8 --- /dev/null +++ b/glm/doc/api/a00094_source.html @@ -0,0 +1,137 @@ + + + + + + +0.9.9 API documenation: rotate_normalized_axis.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
rotate_normalized_axis.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependency:
+
18 #include "../glm.hpp"
+
19 #include "../gtc/epsilon.hpp"
+
20 #include "../gtc/quaternion.hpp"
+
21 
+
22 #ifndef GLM_ENABLE_EXPERIMENTAL
+
23 # error "GLM: GLM_GTX_rotate_normalized_axis is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
24 #endif
+
25 
+
26 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
27 # pragma message("GLM: GLM_GTX_rotate_normalized_axis extension included")
+
28 #endif
+
29 
+
30 namespace glm
+
31 {
+
34 
+
46  template <typename T, precision P>
+
47  GLM_FUNC_DECL tmat4x4<T, P> rotateNormalizedAxis(
+
48  tmat4x4<T, P> const & m,
+
49  T const & angle,
+
50  tvec3<T, P> const & axis);
+
51 
+
59  template <typename T, precision P>
+
60  GLM_FUNC_DECL tquat<T, P> rotateNormalizedAxis(
+
61  tquat<T, P> const & q,
+
62  T const & angle,
+
63  tvec3<T, P> const & axis);
+
64 
+
66 }//namespace glm
+
67 
+
68 #include "rotate_normalized_axis.inl"
+
GLM_FUNC_DECL tquat< T, P > rotateNormalizedAxis(tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)
Rotates a quaternion from a vector of 3 components normalized axis and an angle.
+
GLM_FUNC_DECL tvec3< T, P > axis(tquat< T, P > const &x)
Returns the q rotation axis.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
+ + + + diff --git a/glm/doc/api/a00095.html b/glm/doc/api/a00095.html new file mode 100644 index 0000000..f706333 --- /dev/null +++ b/glm/doc/api/a00095.html @@ -0,0 +1,161 @@ + + + + + + +0.9.9 API documenation: rotate_vector.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
rotate_vector.hpp File Reference
+
+
+ +

GLM_GTX_rotate_vector +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > orientation (tvec3< T, P > const &Normal, tvec3< T, P > const &Up)
 Build a rotation matrix from a normal and a up vector. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec2< T, P > rotate (tvec2< T, P > const &v, T const &angle)
 Rotate a two dimensional vector. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotate (tvec3< T, P > const &v, T const &angle, tvec3< T, P > const &normal)
 Rotate a three dimensional vector around an axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotate (tvec4< T, P > const &v, T const &angle, tvec3< T, P > const &normal)
 Rotate a four dimensional vector around an axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotateX (tvec3< T, P > const &v, T const &angle)
 Rotate a three dimensional vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotateX (tvec4< T, P > const &v, T const &angle)
 Rotate a four dimentionnals vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotateY (tvec3< T, P > const &v, T const &angle)
 Rotate a three dimensional vector around the Y axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotateY (tvec4< T, P > const &v, T const &angle)
 Rotate a four dimensional vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotateZ (tvec3< T, P > const &v, T const &angle)
 Rotate a three dimensional vector around the Z axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotateZ (tvec4< T, P > const &v, T const &angle)
 Rotate a four dimensional vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > slerp (tvec3< T, P > const &x, tvec3< T, P > const &y, T const &a)
 Returns Spherical interpolation between two vectors. More...
 
+

Detailed Description

+

GLM_GTX_rotate_vector

+
See also
GLM Core (dependence)
+
+GLM_GTX_transform (dependence)
+ +

Definition in file rotate_vector.hpp.

+
+ + + + diff --git a/glm/doc/api/a00095_source.html b/glm/doc/api/a00095_source.html new file mode 100644 index 0000000..21cd8f4 --- /dev/null +++ b/glm/doc/api/a00095_source.html @@ -0,0 +1,186 @@ + + + + + + +0.9.9 API documenation: rotate_vector.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
rotate_vector.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 #include "../gtx/transform.hpp"
+
19 
+
20 #ifndef GLM_ENABLE_EXPERIMENTAL
+
21 # error "GLM: GLM_GTX_rotate_vector is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
22 #endif
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTX_rotate_vector extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
40  template <typename T, precision P>
+
41  GLM_FUNC_DECL tvec3<T, P> slerp(
+
42  tvec3<T, P> const & x,
+
43  tvec3<T, P> const & y,
+
44  T const & a);
+
45 
+
48  template <typename T, precision P>
+
49  GLM_FUNC_DECL tvec2<T, P> rotate(
+
50  tvec2<T, P> const & v,
+
51  T const & angle);
+
52 
+
55  template <typename T, precision P>
+
56  GLM_FUNC_DECL tvec3<T, P> rotate(
+
57  tvec3<T, P> const & v,
+
58  T const & angle,
+
59  tvec3<T, P> const & normal);
+
60 
+
63  template <typename T, precision P>
+
64  GLM_FUNC_DECL tvec4<T, P> rotate(
+
65  tvec4<T, P> const & v,
+
66  T const & angle,
+
67  tvec3<T, P> const & normal);
+
68 
+
71  template <typename T, precision P>
+
72  GLM_FUNC_DECL tvec3<T, P> rotateX(
+
73  tvec3<T, P> const & v,
+
74  T const & angle);
+
75 
+
78  template <typename T, precision P>
+
79  GLM_FUNC_DECL tvec3<T, P> rotateY(
+
80  tvec3<T, P> const & v,
+
81  T const & angle);
+
82 
+
85  template <typename T, precision P>
+
86  GLM_FUNC_DECL tvec3<T, P> rotateZ(
+
87  tvec3<T, P> const & v,
+
88  T const & angle);
+
89 
+
92  template <typename T, precision P>
+
93  GLM_FUNC_DECL tvec4<T, P> rotateX(
+
94  tvec4<T, P> const & v,
+
95  T const & angle);
+
96 
+
99  template <typename T, precision P>
+
100  GLM_FUNC_DECL tvec4<T, P> rotateY(
+
101  tvec4<T, P> const & v,
+
102  T const & angle);
+
103 
+
106  template <typename T, precision P>
+
107  GLM_FUNC_DECL tvec4<T, P> rotateZ(
+
108  tvec4<T, P> const & v,
+
109  T const & angle);
+
110 
+
113  template <typename T, precision P>
+
114  GLM_FUNC_DECL tmat4x4<T, P> orientation(
+
115  tvec3<T, P> const & Normal,
+
116  tvec3<T, P> const & Up);
+
117 
+
119 }//namespace glm
+
120 
+
121 #include "rotate_vector.inl"
+
GLM_FUNC_DECL tmat4x4< T, P > orientation(tvec3< T, P > const &Normal, tvec3< T, P > const &Up)
Build a rotation matrix from a normal and a up vector.
+
GLM_FUNC_DECL tvec4< T, P > rotate(tvec4< T, P > const &v, T const &angle, tvec3< T, P > const &normal)
Rotate a four dimensional vector around an axis.
+
GLM_FUNC_DECL tvec4< T, P > rotateZ(tvec4< T, P > const &v, T const &angle)
Rotate a four dimensional vector around the X axis.
+
GLM_FUNC_DECL tvec4< T, P > rotateY(tvec4< T, P > const &v, T const &angle)
Rotate a four dimensional vector around the X axis.
+
GLM_FUNC_DECL tvec3< T, P > slerp(tvec3< T, P > const &x, tvec3< T, P > const &y, T const &a)
Returns Spherical interpolation between two vectors.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL tvec4< T, P > rotateX(tvec4< T, P > const &v, T const &angle)
Rotate a four dimentionnals vector around the X axis.
+
+ + + + diff --git a/glm/doc/api/a00096.html b/glm/doc/api/a00096.html new file mode 100644 index 0000000..83e02b1 --- /dev/null +++ b/glm/doc/api/a00096.html @@ -0,0 +1,185 @@ + + + + + + +0.9.9 API documenation: round.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
round.hpp File Reference
+
+
+ +

GLM_GTC_round +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType ceilMultiple (genType Source, genType Multiple)
 Higher multiple number of Source. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > ceilMultiple (vecType< T, P > const &Source, vecType< T, P > const &Multiple)
 Higher multiple number of Source. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType ceilPowerOfTwo (genIUType Value)
 Return the power of two number which value is just higher the input value, round up to a power of two. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > ceilPowerOfTwo (vecType< T, P > const &value)
 Return the power of two number which value is just higher the input value, round up to a power of two. More...
 
template<typename genType >
GLM_FUNC_DECL genType floorMultiple (genType Source, genType Multiple)
 Lower multiple number of Source. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > floorMultiple (vecType< T, P > const &Source, vecType< T, P > const &Multiple)
 Lower multiple number of Source. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType floorPowerOfTwo (genIUType Value)
 Return the power of two number which value is just lower the input value, round down to a power of two. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > floorPowerOfTwo (vecType< T, P > const &value)
 Return the power of two number which value is just lower the input value, round down to a power of two. More...
 
template<typename genIUType >
GLM_FUNC_DECL bool isMultiple (genIUType Value, genIUType Multiple)
 Return true if the 'Value' is a multiple of 'Multiple'. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isMultiple (vecType< T, P > const &Value, T Multiple)
 Return true if the 'Value' is a multiple of 'Multiple'. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isMultiple (vecType< T, P > const &Value, vecType< T, P > const &Multiple)
 Return true if the 'Value' is a multiple of 'Multiple'. More...
 
template<typename genIUType >
GLM_FUNC_DECL bool isPowerOfTwo (genIUType Value)
 Return true if the value is a power of two number. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isPowerOfTwo (vecType< T, P > const &value)
 Return true if the value is a power of two number. More...
 
template<typename genType >
GLM_FUNC_DECL genType roundMultiple (genType Source, genType Multiple)
 Lower multiple number of Source. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > roundMultiple (vecType< T, P > const &Source, vecType< T, P > const &Multiple)
 Lower multiple number of Source. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType roundPowerOfTwo (genIUType Value)
 Return the power of two number which value is the closet to the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > roundPowerOfTwo (vecType< T, P > const &value)
 Return the power of two number which value is the closet to the input value. More...
 
+

Detailed Description

+

GLM_GTC_round

+
See also
GLM Core (dependence)
+
+GLM_GTC_round (dependence)
+ +

Definition in file round.hpp.

+
+ + + + diff --git a/glm/doc/api/a00096_source.html b/glm/doc/api/a00096_source.html new file mode 100644 index 0000000..5fb2212 --- /dev/null +++ b/glm/doc/api/a00096_source.html @@ -0,0 +1,188 @@ + + + + + + +0.9.9 API documenation: round.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
round.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 #include "../detail/_vectorize.hpp"
+
20 #include "../vector_relational.hpp"
+
21 #include "../common.hpp"
+
22 #include <limits>
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTC_integer extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
36  template <typename genIUType>
+
37  GLM_FUNC_DECL bool isPowerOfTwo(genIUType Value);
+
38 
+
42  template <typename T, precision P, template <typename, precision> class vecType>
+
43  GLM_FUNC_DECL vecType<bool, P> isPowerOfTwo(vecType<T, P> const & value);
+
44 
+
49  template <typename genIUType>
+
50  GLM_FUNC_DECL genIUType ceilPowerOfTwo(genIUType Value);
+
51 
+
56  template <typename T, precision P, template <typename, precision> class vecType>
+
57  GLM_FUNC_DECL vecType<T, P> ceilPowerOfTwo(vecType<T, P> const & value);
+
58 
+
63  template <typename genIUType>
+
64  GLM_FUNC_DECL genIUType floorPowerOfTwo(genIUType Value);
+
65 
+
70  template <typename T, precision P, template <typename, precision> class vecType>
+
71  GLM_FUNC_DECL vecType<T, P> floorPowerOfTwo(vecType<T, P> const & value);
+
72 
+
76  template <typename genIUType>
+
77  GLM_FUNC_DECL genIUType roundPowerOfTwo(genIUType Value);
+
78 
+
82  template <typename T, precision P, template <typename, precision> class vecType>
+
83  GLM_FUNC_DECL vecType<T, P> roundPowerOfTwo(vecType<T, P> const & value);
+
84 
+
88  template <typename genIUType>
+
89  GLM_FUNC_DECL bool isMultiple(genIUType Value, genIUType Multiple);
+
90 
+
94  template <typename T, precision P, template <typename, precision> class vecType>
+
95  GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple);
+
96 
+
100  template <typename T, precision P, template <typename, precision> class vecType>
+
101  GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & Multiple);
+
102 
+
110  template <typename genType>
+
111  GLM_FUNC_DECL genType ceilMultiple(genType Source, genType Multiple);
+
112 
+
120  template <typename T, precision P, template <typename, precision> class vecType>
+
121  GLM_FUNC_DECL vecType<T, P> ceilMultiple(vecType<T, P> const & Source, vecType<T, P> const & Multiple);
+
122 
+
130  template <typename genType>
+
131  GLM_FUNC_DECL genType floorMultiple(
+
132  genType Source,
+
133  genType Multiple);
+
134 
+
142  template <typename T, precision P, template <typename, precision> class vecType>
+
143  GLM_FUNC_DECL vecType<T, P> floorMultiple(
+
144  vecType<T, P> const & Source,
+
145  vecType<T, P> const & Multiple);
+
146 
+
154  template <typename genType>
+
155  GLM_FUNC_DECL genType roundMultiple(
+
156  genType Source,
+
157  genType Multiple);
+
158 
+
166  template <typename T, precision P, template <typename, precision> class vecType>
+
167  GLM_FUNC_DECL vecType<T, P> roundMultiple(
+
168  vecType<T, P> const & Source,
+
169  vecType<T, P> const & Multiple);
+
170 
+
172 } //namespace glm
+
173 
+
174 #include "round.inl"
+
GLM_FUNC_DECL vecType< bool, P > isPowerOfTwo(vecType< T, P > const &value)
Return true if the value is a power of two number.
+
GLM_FUNC_DECL vecType< bool, P > isMultiple(vecType< T, P > const &Value, vecType< T, P > const &Multiple)
Return true if the 'Value' is a multiple of 'Multiple'.
+
GLM_FUNC_DECL vecType< T, P > ceilMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)
Higher multiple number of Source.
+
GLM_FUNC_DECL vecType< T, P > roundPowerOfTwo(vecType< T, P > const &value)
Return the power of two number which value is the closet to the input value.
+
GLM_FUNC_DECL vecType< T, P > roundMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)
Lower multiple number of Source.
+
GLM_FUNC_DECL vecType< T, P > floorPowerOfTwo(vecType< T, P > const &value)
Return the power of two number which value is just lower the input value, round down to a power of tw...
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL vecType< T, P > ceilPowerOfTwo(vecType< T, P > const &value)
Return the power of two number which value is just higher the input value, round up to a power of two...
+
GLM_FUNC_DECL vecType< T, P > floorMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)
Lower multiple number of Source.
+
+ + + + diff --git a/glm/doc/api/a00097.html b/glm/doc/api/a00097.html new file mode 100644 index 0000000..aab283f --- /dev/null +++ b/glm/doc/api/a00097.html @@ -0,0 +1,111 @@ + + + + + + +0.9.9 API documenation: scalar_multiplication.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
scalar_multiplication.hpp File Reference
+
+
+ +

GTX Extensions (Experimental) +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GTX Extensions (Experimental)

+
Author
Joshua Moerman
+

Enables scalar multiplication for all types

+

Since GLSL is very strict about types, the following (often used) combinations do not work: double * vec4 int * vec4 vec4 / int So we'll fix that! Of course "float * vec4" should remain the same (hence the enable_if magic)

+ +

Definition in file scalar_multiplication.hpp.

+
+ + + + diff --git a/glm/doc/api/a00097_source.html b/glm/doc/api/a00097_source.html new file mode 100644 index 0000000..c8c4d29 --- /dev/null +++ b/glm/doc/api/a00097_source.html @@ -0,0 +1,174 @@ + + + + + + +0.9.9 API documenation: scalar_multiplication.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
scalar_multiplication.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 #include "../detail/setup.hpp"
+
16 
+
17 #ifndef GLM_ENABLE_EXPERIMENTAL
+
18 # error "GLM: GLM_GTX_scalar_multiplication is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
19 #endif
+
20 
+
21 #if !GLM_HAS_TEMPLATE_ALIASES && !(GLM_COMPILER & GLM_COMPILER_GCC)
+
22 # error "GLM_GTX_scalar_multiplication requires C++11 support or alias templates and if not support for GCC"
+
23 #endif
+
24 
+
25 #include "../vec2.hpp"
+
26 #include "../vec3.hpp"
+
27 #include "../vec4.hpp"
+
28 #include "../mat2x2.hpp"
+
29 #include <type_traits>
+
30 
+
31 namespace glm
+
32 {
+
33  template <typename T, typename Vec>
+
34  using return_type_scalar_multiplication = typename std::enable_if<
+
35  !std::is_same<T, float>::value // T may not be a float
+
36  && std::is_arithmetic<T>::value, Vec // But it may be an int or double (no vec3 or mat3, ...)
+
37  >::type;
+
38 
+
39 #define GLM_IMPLEMENT_SCAL_MULT(Vec) \
+
40  template <typename T> \
+
41  return_type_scalar_multiplication<T, Vec> \
+
42  operator*(T const & s, Vec rh){ \
+
43  return rh *= static_cast<float>(s); \
+
44  } \
+
45  \
+
46  template <typename T> \
+
47  return_type_scalar_multiplication<T, Vec> \
+
48  operator*(Vec lh, T const & s){ \
+
49  return lh *= static_cast<float>(s); \
+
50  } \
+
51  \
+
52  template <typename T> \
+
53  return_type_scalar_multiplication<T, Vec> \
+
54  operator/(Vec lh, T const & s){ \
+
55  return lh *= 1.0f / s; \
+
56  }
+
57 
+
58 GLM_IMPLEMENT_SCAL_MULT(vec2)
+
59 GLM_IMPLEMENT_SCAL_MULT(vec3)
+
60 GLM_IMPLEMENT_SCAL_MULT(vec4)
+
61 
+
62 GLM_IMPLEMENT_SCAL_MULT(mat2)
+
63 GLM_IMPLEMENT_SCAL_MULT(mat2x3)
+
64 GLM_IMPLEMENT_SCAL_MULT(mat2x4)
+
65 GLM_IMPLEMENT_SCAL_MULT(mat3x2)
+
66 GLM_IMPLEMENT_SCAL_MULT(mat3)
+
67 GLM_IMPLEMENT_SCAL_MULT(mat3x4)
+
68 GLM_IMPLEMENT_SCAL_MULT(mat4x2)
+
69 GLM_IMPLEMENT_SCAL_MULT(mat4x3)
+
70 GLM_IMPLEMENT_SCAL_MULT(mat4)
+
71 
+
72 #undef GLM_IMPLEMENT_SCAL_MULT
+
73 } // namespace glm
+
mat3x3 mat3
3 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:411
+
highp_mat4x2 mat4x2
4 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:389
+
highp_mat2x4 mat2x4
2 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:369
+
highp_vec3 vec3
3 components vector of floating-point numbers.
Definition: type_vec.hpp:459
+
highp_mat2x3 mat2x3
2 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:364
+
highp_vec2 vec2
2 components vector of floating-point numbers.
Definition: type_vec.hpp:454
+
highp_mat4x3 mat4x3
4 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:394
+
mat4x4 mat4
4 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:416
+
Definition: _noise.hpp:11
+
mat2x2 mat2
2 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:406
+
highp_vec4 vec4
4 components vector of floating-point numbers.
Definition: type_vec.hpp:464
+
highp_mat3x2 mat3x2
3 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:374
+
highp_mat3x4 mat3x4
3 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:384
+
+ + + + diff --git a/glm/doc/api/a00098.html b/glm/doc/api/a00098.html new file mode 100644 index 0000000..e47b32d --- /dev/null +++ b/glm/doc/api/a00098.html @@ -0,0 +1,109 @@ + + + + + + +0.9.9 API documenation: scalar_relational.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
scalar_relational.hpp File Reference
+
+
+ +

GLM_GTX_scalar_relational +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM_GTX_scalar_relational

+
See also
GLM Core (dependence)
+ +

Definition in file scalar_relational.hpp.

+
+ + + + diff --git a/glm/doc/api/a00098_source.html b/glm/doc/api/a00098_source.html new file mode 100644 index 0000000..1282134 --- /dev/null +++ b/glm/doc/api/a00098_source.html @@ -0,0 +1,122 @@ + + + + + + +0.9.9 API documenation: scalar_relational.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
scalar_relational.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 
+
18 #ifndef GLM_ENABLE_EXPERIMENTAL
+
19 # error "GLM: GLM_GTX_extend is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
20 #endif
+
21 
+
22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
23 # pragma message("GLM: GLM_GTX_extend extension included")
+
24 #endif
+
25 
+
26 namespace glm
+
27 {
+
30 
+
31 
+
32 
+
34 }//namespace glm
+
35 
+
36 #include "scalar_relational.inl"
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00099.html b/glm/doc/api/a00099.html new file mode 100644 index 0000000..40e1d0c --- /dev/null +++ b/glm/doc/api/a00099.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: setup.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
setup.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file setup.hpp.

+
+ + + + diff --git a/glm/doc/api/a00099_source.html b/glm/doc/api/a00099_source.html new file mode 100644 index 0000000..9d07996 --- /dev/null +++ b/glm/doc/api/a00099_source.html @@ -0,0 +1,881 @@ + + + + + + +0.9.9 API documenation: setup.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
setup.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #if defined(GLM_FORCE_SWIZZLE) && defined(GLM_FORCE_UNRESTRICTED_GENTYPE)
+
7 # error "Both GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE can't be defined at the same time"
+
8 #endif
+
9 
+
11 // Messages
+
12 
+
13 #define GLM_MESSAGES_ENABLED 1
+
14 #define GLM_MESSAGES_DISABLE 0
+
15 
+
16 #if defined(GLM_FORCE_MESSAGES)
+
17 # define GLM_MESSAGES GLM_MESSAGES_ENABLED
+
18 #else
+
19 # define GLM_MESSAGES GLM_MESSAGES_DISABLE
+
20 #endif
+
21 
+
22 #include <cassert>
+
23 #include <cstddef>
+
24 #include "../simd/platform.h"
+
25 
+
27 // Version
+
28 
+
29 #define GLM_VERSION 99
+
30 #define GLM_VERSION_MAJOR 0
+
31 #define GLM_VERSION_MINOR 9
+
32 #define GLM_VERSION_PATCH 9
+
33 #define GLM_VERSION_REVISION 0
+
34 
+
35 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_VERSION_DISPLAYED)
+
36 # define GLM_MESSAGE_VERSION_DISPLAYED
+
37 # pragma message ("GLM: version 0.9.9.0")
+
38 #endif//GLM_MESSAGES
+
39 
+
40 // Report compiler detection
+
41 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_COMPILER_DISPLAYED)
+
42 # define GLM_MESSAGE_COMPILER_DISPLAYED
+
43 # if GLM_COMPILER & GLM_COMPILER_CUDA
+
44 # pragma message("GLM: CUDA compiler detected")
+
45 # elif GLM_COMPILER & GLM_COMPILER_VC
+
46 # pragma message("GLM: Visual C++ compiler detected")
+
47 # elif GLM_COMPILER & GLM_COMPILER_CLANG
+
48 # pragma message("GLM: Clang compiler detected")
+
49 # elif GLM_COMPILER & GLM_COMPILER_INTEL
+
50 # pragma message("GLM: Intel Compiler detected")
+
51 # elif GLM_COMPILER & GLM_COMPILER_GCC
+
52 # pragma message("GLM: GCC compiler detected")
+
53 # else
+
54 # pragma message("GLM: Compiler not detected")
+
55 # endif
+
56 #endif//GLM_MESSAGES
+
57 
+
59 // Build model
+
60 
+
61 #if defined(__arch64__) || defined(__LP64__) || defined(_M_X64) || defined(__ppc64__) || defined(__x86_64__)
+
62 # define GLM_MODEL GLM_MODEL_64
+
63 #elif defined(__i386__) || defined(__ppc__)
+
64 # define GLM_MODEL GLM_MODEL_32
+
65 #else
+
66 # define GLM_MODEL GLM_MODEL_32
+
67 #endif//
+
68 
+
69 #if !defined(GLM_MODEL) && GLM_COMPILER != 0
+
70 # error "GLM_MODEL undefined, your compiler may not be supported by GLM. Add #define GLM_MODEL 0 to ignore this message."
+
71 #endif//GLM_MODEL
+
72 
+
73 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_MODEL_DISPLAYED)
+
74 # define GLM_MESSAGE_MODEL_DISPLAYED
+
75 # if(GLM_MODEL == GLM_MODEL_64)
+
76 # pragma message("GLM: 64 bits model")
+
77 # elif(GLM_MODEL == GLM_MODEL_32)
+
78 # pragma message("GLM: 32 bits model")
+
79 # endif//GLM_MODEL
+
80 #endif//GLM_MESSAGES
+
81 
+
82 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_ARCH_DISPLAYED)
+
83 # define GLM_MESSAGE_ARCH_DISPLAYED
+
84 # if(GLM_ARCH == GLM_ARCH_PURE)
+
85 # pragma message("GLM: Platform independent code")
+
86 # elif(GLM_ARCH == GLM_ARCH_AVX2)
+
87 # pragma message("GLM: AVX2 instruction set")
+
88 # elif(GLM_ARCH == GLM_ARCH_AVX)
+
89 # pragma message("GLM: AVX instruction set")
+
90 # elif(GLM_ARCH == GLM_ARCH_SSE42)
+
91 # pragma message("GLM: SSE4.2 instruction set")
+
92 # elif(GLM_ARCH == GLM_ARCH_SSE41)
+
93 # pragma message("GLM: SSE4.1 instruction set")
+
94 # elif(GLM_ARCH == GLM_ARCH_SSSE3)
+
95 # pragma message("GLM: SSSE3 instruction set")
+
96 # elif(GLM_ARCH == GLM_ARCH_SSE3)
+
97 # pragma message("GLM: SSE3 instruction set")
+
98 # elif(GLM_ARCH == GLM_ARCH_SSE2)
+
99 # pragma message("GLM: SSE2 instruction set")
+
100 # elif(GLM_ARCH == GLM_ARCH_X86)
+
101 # pragma message("GLM: x86 instruction set")
+
102 # elif(GLM_ARCH == GLM_ARCH_NEON)
+
103 # pragma message("GLM: NEON instruction set")
+
104 # elif(GLM_ARCH == GLM_ARCH_ARM)
+
105 # pragma message("GLM: ARM instruction set")
+
106 # elif(GLM_ARCH == GLM_ARCH_MIPS)
+
107 # pragma message("GLM: MIPS instruction set")
+
108 # elif(GLM_ARCH == GLM_ARCH_PPC)
+
109 # pragma message("GLM: PowerPC architechture")
+
110 # endif//GLM_ARCH
+
111 #endif//GLM_MESSAGES
+
112 
+
114 // C++ Version
+
115 
+
116 // User defines: GLM_FORCE_CXX98, GLM_FORCE_CXX03, GLM_FORCE_CXX11, GLM_FORCE_CXX14
+
117 
+
118 #define GLM_LANG_CXX98_FLAG (1 << 1)
+
119 #define GLM_LANG_CXX03_FLAG (1 << 2)
+
120 #define GLM_LANG_CXX0X_FLAG (1 << 3)
+
121 #define GLM_LANG_CXX11_FLAG (1 << 4)
+
122 #define GLM_LANG_CXX1Y_FLAG (1 << 5)
+
123 #define GLM_LANG_CXX14_FLAG (1 << 6)
+
124 #define GLM_LANG_CXX1Z_FLAG (1 << 7)
+
125 #define GLM_LANG_CXXMS_FLAG (1 << 8)
+
126 #define GLM_LANG_CXXGNU_FLAG (1 << 9)
+
127 
+
128 #define GLM_LANG_CXX98 GLM_LANG_CXX98_FLAG
+
129 #define GLM_LANG_CXX03 (GLM_LANG_CXX98 | GLM_LANG_CXX03_FLAG)
+
130 #define GLM_LANG_CXX0X (GLM_LANG_CXX03 | GLM_LANG_CXX0X_FLAG)
+
131 #define GLM_LANG_CXX11 (GLM_LANG_CXX0X | GLM_LANG_CXX11_FLAG)
+
132 #define GLM_LANG_CXX1Y (GLM_LANG_CXX11 | GLM_LANG_CXX1Y_FLAG)
+
133 #define GLM_LANG_CXX14 (GLM_LANG_CXX1Y | GLM_LANG_CXX14_FLAG)
+
134 #define GLM_LANG_CXX1Z (GLM_LANG_CXX14 | GLM_LANG_CXX1Z_FLAG)
+
135 #define GLM_LANG_CXXMS GLM_LANG_CXXMS_FLAG
+
136 #define GLM_LANG_CXXGNU GLM_LANG_CXXGNU_FLAG
+
137 
+
138 #if defined(GLM_FORCE_CXX14)
+
139 # if((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER <= GLM_COMPILER_GCC50)) || ((GLM_COMPILER & GLM_COMPILER_CLANG) && (GLM_COMPILER <= GLM_COMPILER_CLANG34))
+
140 # pragma message("GLM: Using GLM_FORCE_CXX14 with a compiler that doesn't fully support C++14")
+
141 # elif GLM_COMPILER & GLM_COMPILER_VC
+
142 # pragma message("GLM: Using GLM_FORCE_CXX14 but there is no known version of Visual C++ compiler that fully supports C++14")
+
143 # elif GLM_COMPILER & GLM_COMPILER_INTEL
+
144 # pragma message("GLM: Using GLM_FORCE_CXX14 but there is no known version of ICC compiler that fully supports C++14")
+
145 # endif
+
146 # define GLM_LANG GLM_LANG_CXX14
+
147 # define GLM_LANG_STL11_FORCED
+
148 #elif defined(GLM_FORCE_CXX11)
+
149 # if((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER <= GLM_COMPILER_GCC48)) || ((GLM_COMPILER & GLM_COMPILER_CLANG) && (GLM_COMPILER <= GLM_COMPILER_CLANG33))
+
150 # pragma message("GLM: Using GLM_FORCE_CXX11 with a compiler that doesn't fully support C++11")
+
151 # elif GLM_COMPILER & GLM_COMPILER_VC
+
152 # pragma message("GLM: Using GLM_FORCE_CXX11 but there is no known version of Visual C++ compiler that fully supports C++11")
+
153 # elif GLM_COMPILER & GLM_COMPILER_INTEL
+
154 # pragma message("GLM: Using GLM_FORCE_CXX11 but there is no known version of ICC compiler that fully supports C++11")
+
155 # endif
+
156 # define GLM_LANG GLM_LANG_CXX11
+
157 # define GLM_LANG_STL11_FORCED
+
158 #elif defined(GLM_FORCE_CXX03)
+
159 # define GLM_LANG GLM_LANG_CXX03
+
160 #elif defined(GLM_FORCE_CXX98)
+
161 # define GLM_LANG GLM_LANG_CXX98
+
162 #else
+
163 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
164 # if __cplusplus >= 201402L // GLM_COMPILER_CLANG34 + -std=c++14
+
165 # define GLM_LANG GLM_LANG_CXX14
+
166 # elif __has_feature(cxx_decltype_auto) && __has_feature(cxx_aggregate_nsdmi) // GLM_COMPILER_CLANG33 + -std=c++1y
+
167 # define GLM_LANG GLM_LANG_CXX1Y
+
168 # elif __cplusplus >= 201103L // GLM_COMPILER_CLANG33 + -std=c++11
+
169 # define GLM_LANG GLM_LANG_CXX11
+
170 # elif __has_feature(cxx_static_assert) // GLM_COMPILER_CLANG29 + -std=c++11
+
171 # define GLM_LANG GLM_LANG_CXX0X
+
172 # elif __cplusplus >= 199711L
+
173 # define GLM_LANG GLM_LANG_CXX98
+
174 # else
+
175 # define GLM_LANG GLM_LANG_CXX
+
176 # endif
+
177 # elif GLM_COMPILER & GLM_COMPILER_GCC
+
178 # if __cplusplus >= 201402L
+
179 # define GLM_LANG GLM_LANG_CXX14
+
180 # elif __cplusplus >= 201103L
+
181 # define GLM_LANG GLM_LANG_CXX11
+
182 # elif defined(__GXX_EXPERIMENTAL_CXX0X__)
+
183 # define GLM_LANG GLM_LANG_CXX0X
+
184 # else
+
185 # define GLM_LANG GLM_LANG_CXX98
+
186 # endif
+
187 # elif GLM_COMPILER & GLM_COMPILER_VC
+
188 # ifdef _MSC_EXTENSIONS
+
189 # if __cplusplus >= 201402L
+
190 # define GLM_LANG (GLM_LANG_CXX14 | GLM_LANG_CXXMS_FLAG)
+
191 //# elif GLM_COMPILER >= GLM_COMPILER_VC14
+
192 //# define GLM_LANG (GLM_LANG_CXX1Y | GLM_LANG_CXXMS_FLAG)
+
193 # elif __cplusplus >= 201103L
+
194 # define GLM_LANG (GLM_LANG_CXX11 | GLM_LANG_CXXMS_FLAG)
+
195 # elif GLM_COMPILER >= GLM_COMPILER_VC10
+
196 # define GLM_LANG (GLM_LANG_CXX0X | GLM_LANG_CXXMS_FLAG)
+
197 # elif __cplusplus >= 199711L
+
198 # define GLM_LANG (GLM_LANG_CXX98 | GLM_LANG_CXXMS_FLAG)
+
199 # else
+
200 # define GLM_LANG (GLM_LANG_CXX | GLM_LANG_CXXMS_FLAG)
+
201 # endif
+
202 # else
+
203 # if __cplusplus >= 201402L
+
204 # define GLM_LANG GLM_LANG_CXX14
+
205 # elif __cplusplus >= 201103L
+
206 # define GLM_LANG GLM_LANG_CXX11
+
207 # elif GLM_COMPILER >= GLM_COMPILER_VC10
+
208 # define GLM_LANG GLM_LANG_CXX0X
+
209 # elif __cplusplus >= 199711L
+
210 # define GLM_LANG GLM_LANG_CXX98
+
211 # else
+
212 # define GLM_LANG GLM_LANG_CXX
+
213 # endif
+
214 # endif
+
215 # elif GLM_COMPILER & GLM_COMPILER_INTEL
+
216 # ifdef _MSC_EXTENSIONS
+
217 # define GLM_MSC_EXT GLM_LANG_CXXMS_FLAG
+
218 # else
+
219 # define GLM_MSC_EXT 0
+
220 # endif
+
221 # if __cplusplus >= 201402L
+
222 # define GLM_LANG (GLM_LANG_CXX14 | GLM_MSC_EXT)
+
223 # elif __cplusplus >= 201103L
+
224 # define GLM_LANG (GLM_LANG_CXX11 | GLM_MSC_EXT)
+
225 # elif __INTEL_CXX11_MODE__
+
226 # define GLM_LANG (GLM_LANG_CXX0X | GLM_MSC_EXT)
+
227 # elif __cplusplus >= 199711L
+
228 # define GLM_LANG (GLM_LANG_CXX98 | GLM_MSC_EXT)
+
229 # else
+
230 # define GLM_LANG (GLM_LANG_CXX | GLM_MSC_EXT)
+
231 # endif
+
232 # elif GLM_COMPILER & GLM_COMPILER_CUDA
+
233 # ifdef _MSC_EXTENSIONS
+
234 # define GLM_MSC_EXT GLM_LANG_CXXMS_FLAG
+
235 # else
+
236 # define GLM_MSC_EXT 0
+
237 # endif
+
238 # if GLM_COMPILER >= GLM_COMPILER_CUDA75
+
239 # define GLM_LANG (GLM_LANG_CXX0X | GLM_MSC_EXT)
+
240 # else
+
241 # define GLM_LANG (GLM_LANG_CXX98 | GLM_MSC_EXT)
+
242 # endif
+
243 # else // Unknown compiler
+
244 # if __cplusplus >= 201402L
+
245 # define GLM_LANG GLM_LANG_CXX14
+
246 # elif __cplusplus >= 201103L
+
247 # define GLM_LANG GLM_LANG_CXX11
+
248 # elif __cplusplus >= 199711L
+
249 # define GLM_LANG GLM_LANG_CXX98
+
250 # else
+
251 # define GLM_LANG GLM_LANG_CXX // Good luck with that!
+
252 # endif
+
253 # ifndef GLM_FORCE_PURE
+
254 # define GLM_FORCE_PURE
+
255 # endif
+
256 # endif
+
257 #endif
+
258 
+
259 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_LANG_DISPLAYED)
+
260 # define GLM_MESSAGE_LANG_DISPLAYED
+
261 
+
262 # if GLM_LANG & GLM_LANG_CXX1Z_FLAG
+
263 # pragma message("GLM: C++1z")
+
264 # elif GLM_LANG & GLM_LANG_CXX14_FLAG
+
265 # pragma message("GLM: C++14")
+
266 # elif GLM_LANG & GLM_LANG_CXX1Y_FLAG
+
267 # pragma message("GLM: C++1y")
+
268 # elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
269 # pragma message("GLM: C++11")
+
270 # elif GLM_LANG & GLM_LANG_CXX0X_FLAG
+
271 # pragma message("GLM: C++0x")
+
272 # elif GLM_LANG & GLM_LANG_CXX03_FLAG
+
273 # pragma message("GLM: C++03")
+
274 # elif GLM_LANG & GLM_LANG_CXX98_FLAG
+
275 # pragma message("GLM: C++98")
+
276 # else
+
277 # pragma message("GLM: C++ language undetected")
+
278 # endif//GLM_LANG
+
279 
+
280 # if GLM_LANG & (GLM_LANG_CXXGNU_FLAG | GLM_LANG_CXXMS_FLAG)
+
281 # pragma message("GLM: Language extensions enabled")
+
282 # endif//GLM_LANG
+
283 #endif//GLM_MESSAGES
+
284 
+
286 // Has of C++ features
+
287 
+
288 // http://clang.llvm.org/cxx_status.html
+
289 // http://gcc.gnu.org/projects/cxx0x.html
+
290 // http://msdn.microsoft.com/en-us/library/vstudio/hh567368(v=vs.120).aspx
+
291 
+
292 // Android has multiple STLs but C++11 STL detection doesn't always work #284 #564
+
293 #if GLM_PLATFORM == GLM_PLATFORM_ANDROID && !defined(GLM_LANG_STL11_FORCED)
+
294 # define GLM_HAS_CXX11_STL 0
+
295 #elif GLM_COMPILER & GLM_COMPILER_CLANG
+
296 # if defined(_LIBCPP_VERSION) && GLM_LANG & GLM_LANG_CXX11_FLAG
+
297 # define GLM_HAS_CXX11_STL 1
+
298 # else
+
299 # define GLM_HAS_CXX11_STL 0
+
300 # endif
+
301 #else
+
302 # define GLM_HAS_CXX11_STL ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
303  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC48)) || \
+
304  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC12)) || \
+
305  ((GLM_PLATFORM != GLM_PLATFORM_WINDOWS) && (GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL15))))
+
306 #endif
+
307 
+
308 // N1720
+
309 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
310 # define GLM_HAS_STATIC_ASSERT __has_feature(cxx_static_assert)
+
311 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
312 # define GLM_HAS_STATIC_ASSERT 1
+
313 #else
+
314 # define GLM_HAS_STATIC_ASSERT ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
315  ((GLM_COMPILER & GLM_COMPILER_GCC)) || \
+
316  ((GLM_COMPILER & GLM_COMPILER_CUDA)) || \
+
317  ((GLM_COMPILER & GLM_COMPILER_VC))))
+
318 #endif
+
319 
+
320 // N1988
+
321 #if GLM_LANG & GLM_LANG_CXX11_FLAG
+
322 # define GLM_HAS_EXTENDED_INTEGER_TYPE 1
+
323 #else
+
324 # define GLM_HAS_EXTENDED_INTEGER_TYPE (\
+
325  ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC11)) || \
+
326  ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (GLM_COMPILER & GLM_COMPILER_CUDA)) || \
+
327  ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (GLM_COMPILER & GLM_COMPILER_GCC)) || \
+
328  ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (GLM_COMPILER & GLM_COMPILER_CLANG)))
+
329 #endif
+
330 
+
331 // N2235
+
332 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
333 # define GLM_HAS_CONSTEXPR __has_feature(cxx_constexpr)
+
334 # define GLM_HAS_CONSTEXPR_PARTIAL GLM_HAS_CONSTEXPR
+
335 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
336 # define GLM_HAS_CONSTEXPR 1
+
337 # define GLM_HAS_CONSTEXPR_PARTIAL GLM_HAS_CONSTEXPR
+
338 #else
+
339 # define GLM_HAS_CONSTEXPR ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
340  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC15)) || \
+
341  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC48)))) // GCC 4.6 support constexpr but there is a compiler bug causing a crash
+
342 # define GLM_HAS_CONSTEXPR_PARTIAL (GLM_HAS_CONSTEXPR || ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC14)))
+
343 #endif
+
344 
+
345 // N2672
+
346 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
347 # define GLM_HAS_INITIALIZER_LISTS __has_feature(cxx_generalized_initializers)
+
348 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
349 # define GLM_HAS_INITIALIZER_LISTS 1
+
350 #else
+
351 # define GLM_HAS_INITIALIZER_LISTS ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
352  ((GLM_COMPILER & GLM_COMPILER_GCC)) || \
+
353  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC12)) || \
+
354  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA75))))
+
355 #endif
+
356 
+
357 // N2544 Unrestricted unions http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2544.pdf
+
358 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
359 # define GLM_HAS_UNRESTRICTED_UNIONS __has_feature(cxx_unrestricted_unions)
+
360 #elif GLM_LANG & (GLM_LANG_CXX11_FLAG | GLM_LANG_CXXMS_FLAG)
+
361 # define GLM_HAS_UNRESTRICTED_UNIONS 1
+
362 #else
+
363 # define GLM_HAS_UNRESTRICTED_UNIONS (GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
364  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_LANG & GLM_LANG_CXXMS_FLAG)) || \
+
365  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA75)) || \
+
366  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC46)))
+
367 #endif
+
368 
+
369 // N2346
+
370 #if defined(GLM_FORCE_UNRESTRICTED_GENTYPE)
+
371 # define GLM_HAS_DEFAULTED_FUNCTIONS 0
+
372 #elif GLM_COMPILER & GLM_COMPILER_CLANG
+
373 # define GLM_HAS_DEFAULTED_FUNCTIONS __has_feature(cxx_defaulted_functions)
+
374 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
375 # define GLM_HAS_DEFAULTED_FUNCTIONS 1
+
376 #else
+
377 # define GLM_HAS_DEFAULTED_FUNCTIONS ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
378  ((GLM_COMPILER & GLM_COMPILER_GCC)) || \
+
379  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC12)) || \
+
380  ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL12)) || \
+
381  (GLM_COMPILER & GLM_COMPILER_CUDA)))
+
382 #endif
+
383 
+
384 // N2118
+
385 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
386 # define GLM_HAS_RVALUE_REFERENCES __has_feature(cxx_rvalue_references)
+
387 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
388 # define GLM_HAS_RVALUE_REFERENCES 1
+
389 #else
+
390 # define GLM_HAS_RVALUE_REFERENCES ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
391  ((GLM_COMPILER & GLM_COMPILER_GCC)) || \
+
392  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC11)) || \
+
393  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA50))))
+
394 #endif
+
395 
+
396 // N2437 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf
+
397 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
398 # define GLM_HAS_EXPLICIT_CONVERSION_OPERATORS __has_feature(cxx_explicit_conversions)
+
399 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
400 # define GLM_HAS_EXPLICIT_CONVERSION_OPERATORS 1
+
401 #else
+
402 # define GLM_HAS_EXPLICIT_CONVERSION_OPERATORS ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
403  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC45)) || \
+
404  ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL14)) || \
+
405  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC12)) || \
+
406  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA50))))
+
407 #endif
+
408 
+
409 // N2258 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2258.pdf
+
410 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
411 # define GLM_HAS_TEMPLATE_ALIASES __has_feature(cxx_alias_templates)
+
412 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
413 # define GLM_HAS_TEMPLATE_ALIASES 1
+
414 #else
+
415 # define GLM_HAS_TEMPLATE_ALIASES ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
416  ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL12_1)) || \
+
417  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC47)) || \
+
418  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC12)) || \
+
419  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA50))))
+
420 #endif
+
421 
+
422 // N2930 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2930.html
+
423 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
424 # define GLM_HAS_RANGE_FOR __has_feature(cxx_range_for)
+
425 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
426 # define GLM_HAS_RANGE_FOR 1
+
427 #else
+
428 # define GLM_HAS_RANGE_FOR ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
429  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC46)) || \
+
430  ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL13)) || \
+
431  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC11)) || \
+
432  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA50))))
+
433 #endif
+
434 
+
435 // N2341 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2341.pdf
+
436 #if GLM_COMPILER & GLM_COMPILER_CLANG
+
437 # define GLM_HAS_ALIGNOF __has_feature(c_alignof)
+
438 #elif GLM_LANG & GLM_LANG_CXX11_FLAG
+
439 # define GLM_HAS_ALIGNOF 1
+
440 #else
+
441 # define GLM_HAS_ALIGNOF ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
442  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC48)) || \
+
443  ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL15)) || \
+
444  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC14)) || \
+
445  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA70))))
+
446 #endif
+
447 
+
448 //
+
449 #if GLM_LANG & GLM_LANG_CXX11_FLAG
+
450 # define GLM_HAS_ASSIGNABLE 1
+
451 #else
+
452 # define GLM_HAS_ASSIGNABLE ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
453  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC15)) || \
+
454  ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC49))))
+
455 #endif
+
456 
+
457 //
+
458 #define GLM_HAS_TRIVIAL_QUERIES 0
+
459 
+
460 //
+
461 #if GLM_LANG & GLM_LANG_CXX11_FLAG
+
462 # define GLM_HAS_MAKE_SIGNED 1
+
463 #else
+
464 # define GLM_HAS_MAKE_SIGNED ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
+
465  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC12)) || \
+
466  ((GLM_COMPILER & GLM_COMPILER_CUDA) && (GLM_COMPILER >= GLM_COMPILER_CUDA50))))
+
467 #endif
+
468 
+
469 #if GLM_ARCH == GLM_ARCH_PURE
+
470 # define GLM_HAS_BITSCAN_WINDOWS 0
+
471 #else
+
472 # define GLM_HAS_BITSCAN_WINDOWS ((GLM_PLATFORM & GLM_PLATFORM_WINDOWS) && (\
+
473  ((GLM_COMPILER & GLM_COMPILER_INTEL)) || \
+
474  ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC14) && (GLM_ARCH & GLM_ARCH_X86_BIT))))
+
475 #endif
+
476 
+
477 // OpenMP
+
478 #ifdef _OPENMP
+
479 # if GLM_COMPILER & GLM_COMPILER_GCC
+
480 # if GLM_COMPILER >= GLM_COMPILER_GCC61
+
481 # define GLM_HAS_OPENMP 45
+
482 # elif GLM_COMPILER >= GLM_COMPILER_GCC49
+
483 # define GLM_HAS_OPENMP 40
+
484 # elif GLM_COMPILER >= GLM_COMPILER_GCC47
+
485 # define GLM_HAS_OPENMP 31
+
486 # elif GLM_COMPILER >= GLM_COMPILER_GCC44
+
487 # define GLM_HAS_OPENMP 30
+
488 # elif GLM_COMPILER >= GLM_COMPILER_GCC42
+
489 # define GLM_HAS_OPENMP 25
+
490 # else
+
491 # define GLM_HAS_OPENMP 0
+
492 # endif
+
493 # elif GLM_COMPILER & GLM_COMPILER_CLANG
+
494 # if GLM_COMPILER >= GLM_COMPILER_CLANG38
+
495 # define GLM_HAS_OPENMP 31
+
496 # else
+
497 # define GLM_HAS_OPENMP 0
+
498 # endif
+
499 # elif GLM_COMPILER & GLM_COMPILER_VC
+
500 # if GLM_COMPILER >= GLM_COMPILER_VC10
+
501 # define GLM_HAS_OPENMP 20
+
502 # else
+
503 # define GLM_HAS_OPENMP 0
+
504 # endif
+
505 # elif GLM_COMPILER & GLM_COMPILER_INTEL
+
506 # if GLM_COMPILER >= GLM_COMPILER_INTEL16
+
507 # define GLM_HAS_OPENMP 40
+
508 # elif GLM_COMPILER >= GLM_COMPILER_INTEL12
+
509 # define GLM_HAS_OPENMP 31
+
510 # else
+
511 # define GLM_HAS_OPENMP 0
+
512 # endif
+
513 # else
+
514 # define GLM_HAS_OPENMP 0
+
515 # endif// GLM_COMPILER & GLM_COMPILER_VC
+
516 #endif
+
517 
+
519 // Static assert
+
520 
+
521 #if GLM_HAS_STATIC_ASSERT
+
522 # define GLM_STATIC_ASSERT(x, message) static_assert(x, message)
+
523 #elif defined(BOOST_STATIC_ASSERT)
+
524 # define GLM_STATIC_ASSERT(x, message) BOOST_STATIC_ASSERT(x)
+
525 #elif GLM_COMPILER & GLM_COMPILER_VC
+
526 # define GLM_STATIC_ASSERT(x, message) typedef char __CASSERT__##__LINE__[(x) ? 1 : -1]
+
527 #else
+
528 # define GLM_STATIC_ASSERT(x, message)
+
529 # define GLM_STATIC_ASSERT_NULL
+
530 #endif//GLM_LANG
+
531 
+
533 // Qualifiers
+
534 
+
535 #if GLM_COMPILER & GLM_COMPILER_CUDA
+
536 # define GLM_CUDA_FUNC_DEF __device__ __host__
+
537 # define GLM_CUDA_FUNC_DECL __device__ __host__
+
538 #else
+
539 # define GLM_CUDA_FUNC_DEF
+
540 # define GLM_CUDA_FUNC_DECL
+
541 #endif
+
542 
+
543 #if GLM_COMPILER & GLM_COMPILER_GCC
+
544 # define GLM_VAR_USED __attribute__ ((unused))
+
545 #else
+
546 # define GLM_VAR_USED
+
547 #endif
+
548 
+
549 #if defined(GLM_FORCE_INLINE)
+
550 # if GLM_COMPILER & GLM_COMPILER_VC
+
551 # define GLM_INLINE __forceinline
+
552 # define GLM_NEVER_INLINE __declspec((noinline))
+
553 # elif GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_CLANG)
+
554 # define GLM_INLINE inline __attribute__((__always_inline__))
+
555 # define GLM_NEVER_INLINE __attribute__((__noinline__))
+
556 # elif GLM_COMPILER & GLM_COMPILER_CUDA
+
557 # define GLM_INLINE __forceinline__
+
558 # define GLM_NEVER_INLINE __noinline__
+
559 # else
+
560 # define GLM_INLINE inline
+
561 # define GLM_NEVER_INLINE
+
562 # endif//GLM_COMPILER
+
563 #else
+
564 # define GLM_INLINE inline
+
565 # define GLM_NEVER_INLINE
+
566 #endif//defined(GLM_FORCE_INLINE)
+
567 
+
568 #define GLM_FUNC_DECL GLM_CUDA_FUNC_DECL
+
569 #define GLM_FUNC_QUALIFIER GLM_CUDA_FUNC_DEF GLM_INLINE
+
570 
+
572 // Swizzle operators
+
573 
+
574 // User defines: GLM_FORCE_SWIZZLE
+
575 
+
576 #define GLM_SWIZZLE_ENABLED 1
+
577 #define GLM_SWIZZLE_DISABLE 0
+
578 
+
579 #if defined(GLM_FORCE_SWIZZLE)
+
580 # define GLM_SWIZZLE GLM_SWIZZLE_ENABLED
+
581 #else
+
582 # define GLM_SWIZZLE GLM_SWIZZLE_DISABLE
+
583 #endif
+
584 
+
585 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_SWIZZLE_DISPLAYED)
+
586 # define GLM_MESSAGE_SWIZZLE_DISPLAYED
+
587 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
588 # pragma message("GLM: Swizzling operators enabled")
+
589 # else
+
590 # pragma message("GLM: Swizzling operators disabled, #define GLM_SWIZZLE to enable swizzle operators")
+
591 # endif
+
592 #endif//GLM_MESSAGES
+
593 
+
595 // Allows using not basic types as genType
+
596 
+
597 // #define GLM_FORCE_UNRESTRICTED_GENTYPE
+
598 
+
599 #ifdef GLM_FORCE_UNRESTRICTED_GENTYPE
+
600 # define GLM_UNRESTRICTED_GENTYPE 1
+
601 #else
+
602 # define GLM_UNRESTRICTED_GENTYPE 0
+
603 #endif
+
604 
+
605 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_UNRESTRICTED_GENTYPE_DISPLAYED)
+
606 # define GLM_MESSAGE_UNRESTRICTED_GENTYPE_DISPLAYED
+
607 # ifdef GLM_FORCE_UNRESTRICTED_GENTYPE
+
608 # pragma message("GLM: Use unrestricted genType")
+
609 # endif
+
610 #endif//GLM_MESSAGES
+
611 
+
613 // Clip control
+
614 
+
615 #define GLM_DEPTH_ZERO_TO_ONE 0x00000001
+
616 #define GLM_DEPTH_NEGATIVE_ONE_TO_ONE 0x00000002
+
617 
+
618 #ifdef GLM_FORCE_DEPTH_ZERO_TO_ONE
+
619 # define GLM_DEPTH_CLIP_SPACE GLM_DEPTH_ZERO_TO_ONE
+
620 #else
+
621 # define GLM_DEPTH_CLIP_SPACE GLM_DEPTH_NEGATIVE_ONE_TO_ONE
+
622 #endif
+
623 
+
624 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_DEPTH_DISPLAYED)
+
625 # define GLM_MESSAGE_DEPTH_DISPLAYED
+
626 # if GLM_DEPTH_CLIP_SPACE == GLM_DEPTH_ZERO_TO_ONE
+
627 # pragma message("GLM: Depth clip space: Zero to one")
+
628 # else
+
629 # pragma message("GLM: Depth clip space: negative one to one")
+
630 # endif
+
631 #endif//GLM_MESSAGES
+
632 
+
634 // Coordinate system, define GLM_FORCE_LEFT_HANDED before including GLM
+
635 // to use left handed coordinate system by default.
+
636 
+
637 #define GLM_LEFT_HANDED 0x00000001 // For DirectX, Metal, Vulkan
+
638 #define GLM_RIGHT_HANDED 0x00000002 // For OpenGL, default in GLM
+
639 
+
640 #ifdef GLM_FORCE_LEFT_HANDED
+
641 # define GLM_COORDINATE_SYSTEM GLM_LEFT_HANDED
+
642 #else
+
643 # define GLM_COORDINATE_SYSTEM GLM_RIGHT_HANDED
+
644 #endif
+
645 
+
646 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_HANDED_DISPLAYED)
+
647 # define GLM_MESSAGE_HANDED_DISPLAYED
+
648 # if GLM_COORDINATE_SYSTEM == GLM_LEFT_HANDED
+
649 # pragma message("GLM: Coordinate system: left handed")
+
650 # else
+
651 # pragma message("GLM: Coordinate system: right handed")
+
652 # endif
+
653 #endif//GLM_MESSAGES
+
654 
+
656 // Qualifiers
+
657 
+
658 #if (GLM_COMPILER & GLM_COMPILER_VC) || ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_PLATFORM & GLM_PLATFORM_WINDOWS))
+
659 # define GLM_DEPRECATED __declspec(deprecated)
+
660 # define GLM_ALIGN(x) __declspec(align(x))
+
661 # define GLM_ALIGNED_STRUCT(x) struct __declspec(align(x))
+
662 # define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef __declspec(align(alignment)) type name
+
663 # define GLM_RESTRICT_FUNC __declspec(restrict)
+
664 # define GLM_RESTRICT __restrict
+
665 # if GLM_COMPILER >= GLM_COMPILER_VC12
+
666 # define GLM_VECTOR_CALL __vectorcall
+
667 # else
+
668 # define GLM_VECTOR_CALL
+
669 # endif
+
670 #elif GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_CLANG | GLM_COMPILER_INTEL)
+
671 # define GLM_DEPRECATED __attribute__((__deprecated__))
+
672 # define GLM_ALIGN(x) __attribute__((aligned(x)))
+
673 # define GLM_ALIGNED_STRUCT(x) struct __attribute__((aligned(x)))
+
674 # define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name __attribute__((aligned(alignment)))
+
675 # define GLM_RESTRICT_FUNC __restrict__
+
676 # define GLM_RESTRICT __restrict__
+
677 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
678 # if GLM_COMPILER >= GLM_COMPILER_CLANG37
+
679 # define GLM_VECTOR_CALL __vectorcall
+
680 # else
+
681 # define GLM_VECTOR_CALL
+
682 # endif
+
683 # else
+
684 # define GLM_VECTOR_CALL
+
685 # endif
+
686 #elif GLM_COMPILER & GLM_COMPILER_CUDA
+
687 # define GLM_DEPRECATED
+
688 # define GLM_ALIGN(x) __align__(x)
+
689 # define GLM_ALIGNED_STRUCT(x) struct __align__(x)
+
690 # define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name __align__(x)
+
691 # define GLM_RESTRICT_FUNC __restrict__
+
692 # define GLM_RESTRICT __restrict__
+
693 # define GLM_VECTOR_CALL
+
694 #else
+
695 # define GLM_DEPRECATED
+
696 # define GLM_ALIGN
+
697 # define GLM_ALIGNED_STRUCT(x) struct
+
698 # define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name
+
699 # define GLM_RESTRICT_FUNC
+
700 # define GLM_RESTRICT
+
701 # define GLM_VECTOR_CALL
+
702 #endif//GLM_COMPILER
+
703 
+
704 #if GLM_HAS_DEFAULTED_FUNCTIONS
+
705 # define GLM_DEFAULT = default
+
706 # ifdef GLM_FORCE_NO_CTOR_INIT
+
707 # define GLM_DEFAULT_CTOR = default
+
708 # else
+
709 # define GLM_DEFAULT_CTOR
+
710 # endif
+
711 #else
+
712 # define GLM_DEFAULT
+
713 # define GLM_DEFAULT_CTOR
+
714 #endif
+
715 
+
716 #if GLM_HAS_CONSTEXPR
+
717 # define GLM_CONSTEXPR constexpr
+
718 # define GLM_CONSTEXPR_CTOR constexpr
+
719 # define GLM_RELAXED_CONSTEXPR constexpr
+
720 #elif GLM_HAS_CONSTEXPR_PARTIAL
+
721 # define GLM_CONSTEXPR constexpr
+
722 # define GLM_CONSTEXPR_CTOR
+
723 # define GLM_RELAXED_CONSTEXPR const
+
724 #else
+
725 # define GLM_CONSTEXPR
+
726 # define GLM_CONSTEXPR_CTOR
+
727 # define GLM_RELAXED_CONSTEXPR const
+
728 #endif
+
729 
+
730 #if GLM_ARCH == GLM_ARCH_PURE
+
731 # define GLM_CONSTEXPR_SIMD GLM_CONSTEXPR_CTOR
+
732 #else
+
733 # define GLM_CONSTEXPR_SIMD
+
734 #endif
+
735 
+
736 #ifdef GLM_FORCE_EXPLICIT_CTOR
+
737 # define GLM_EXPLICIT explicit
+
738 #else
+
739 # define GLM_EXPLICIT
+
740 #endif
+
741 
+
743 
+
744 #define GLM_HAS_ALIGNED_TYPE GLM_HAS_UNRESTRICTED_UNIONS
+
745 
+
747 // Length type
+
748 
+
749 // User defines: GLM_FORCE_SIZE_T_LENGTH GLM_FORCE_SIZE_FUNC
+
750 
+
751 namespace glm
+
752 {
+
753  using std::size_t;
+
754 # if defined(GLM_FORCE_SIZE_T_LENGTH)
+
755  typedef size_t length_t;
+
756 # else
+
757  typedef int length_t;
+
758 # endif
+
759 }//namespace glm
+
760 
+
761 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_FORCE_SIZE_T_LENGTH)
+
762 # define GLM_MESSAGE_FORCE_SIZE_T_LENGTH
+
763 # if defined GLM_FORCE_SIZE_T_LENGTH
+
764 # pragma message("GLM: .length() returns glm::length_t, a typedef of std::size_t")
+
765 # else
+
766 # pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification")
+
767 # endif
+
768 #endif//GLM_MESSAGES
+
769 
+
771 // countof
+
772 
+
773 #ifndef __has_feature
+
774 # define __has_feature(x) 0 // Compatibility with non-clang compilers.
+
775 #endif
+
776 
+
777 #if GLM_HAS_CONSTEXPR_PARTIAL
+
778  namespace glm
+
779  {
+
780  template <typename T, std::size_t N>
+
781  constexpr std::size_t countof(T const (&)[N])
+
782  {
+
783  return N;
+
784  }
+
785  }//namespace glm
+
786 # define GLM_COUNTOF(arr) glm::countof(arr)
+
787 #elif defined(_MSC_VER)
+
788 # define GLM_COUNTOF(arr) _countof(arr)
+
789 #else
+
790 # define GLM_COUNTOF(arr) sizeof(arr) / sizeof(arr[0])
+
791 #endif
+
792 
+
794 // Uninitialize constructors
+
795 
+
796 namespace glm
+
797 {
+
798  enum ctor{uninitialize};
+
799 }//namespace glm
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00100.html b/glm/doc/api/a00100.html new file mode 100644 index 0000000..9d7899b --- /dev/null +++ b/glm/doc/api/a00100.html @@ -0,0 +1,127 @@ + + + + + + +0.9.9 API documenation: spline.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
spline.hpp File Reference
+
+
+ +

GLM_GTX_spline +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType catmullRom (genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)
 Return a point from a catmull rom curve. More...
 
template<typename genType >
GLM_FUNC_DECL genType cubic (genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)
 Return a point from a cubic curve. More...
 
template<typename genType >
GLM_FUNC_DECL genType hermite (genType const &v1, genType const &t1, genType const &v2, genType const &t2, typename genType::value_type const &s)
 Return a point from a hermite curve. More...
 
+

Detailed Description

+

GLM_GTX_spline

+
See also
GLM Core (dependence)
+ +

Definition in file spline.hpp.

+
+ + + + diff --git a/glm/doc/api/a00100_source.html b/glm/doc/api/a00100_source.html new file mode 100644 index 0000000..0d6d635 --- /dev/null +++ b/glm/doc/api/a00100_source.html @@ -0,0 +1,148 @@ + + + + + + +0.9.9 API documenation: spline.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
spline.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 #include "../gtx/optimum_pow.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_spline is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_spline extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename genType>
+
35  GLM_FUNC_DECL genType catmullRom(
+
36  genType const & v1,
+
37  genType const & v2,
+
38  genType const & v3,
+
39  genType const & v4,
+
40  typename genType::value_type const & s);
+
41 
+
44  template <typename genType>
+
45  GLM_FUNC_DECL genType hermite(
+
46  genType const & v1,
+
47  genType const & t1,
+
48  genType const & v2,
+
49  genType const & t2,
+
50  typename genType::value_type const & s);
+
51 
+
54  template <typename genType>
+
55  GLM_FUNC_DECL genType cubic(
+
56  genType const & v1,
+
57  genType const & v2,
+
58  genType const & v3,
+
59  genType const & v4,
+
60  typename genType::value_type const & s);
+
61 
+
63 }//namespace glm
+
64 
+
65 #include "spline.inl"
+
GLM_FUNC_DECL genType catmullRom(genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)
Return a point from a catmull rom curve.
+
GLM_FUNC_DECL genType cubic(genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)
Return a point from a cubic curve.
+
GLM_FUNC_DECL genType hermite(genType const &v1, genType const &t1, genType const &v2, genType const &t2, typename genType::value_type const &s)
Return a point from a hermite curve.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00101.html b/glm/doc/api/a00101.html new file mode 100644 index 0000000..515a3d4 --- /dev/null +++ b/glm/doc/api/a00101.html @@ -0,0 +1,141 @@ + + + + + + +0.9.9 API documenation: std_based_type.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
std_based_type.hpp File Reference
+
+
+ +

GLM_GTX_std_based_type +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef tvec1< std::size_t, defaultp > size1
 Vector type based of one std::size_t component. More...
 
typedef tvec1< std::size_t, defaultp > size1_t
 Vector type based of one std::size_t component. More...
 
typedef tvec2< std::size_t, defaultp > size2
 Vector type based of two std::size_t components. More...
 
typedef tvec2< std::size_t, defaultp > size2_t
 Vector type based of two std::size_t components. More...
 
typedef tvec3< std::size_t, defaultp > size3
 Vector type based of three std::size_t components. More...
 
typedef tvec3< std::size_t, defaultp > size3_t
 Vector type based of three std::size_t components. More...
 
typedef tvec4< std::size_t, defaultp > size4
 Vector type based of four std::size_t components. More...
 
typedef tvec4< std::size_t, defaultp > size4_t
 Vector type based of four std::size_t components. More...
 
+

Detailed Description

+

GLM_GTX_std_based_type

+
See also
GLM Core (dependence)
+
+GLM_GTX_extented_min_max (dependence)
+ +

Definition in file std_based_type.hpp.

+
+ + + + diff --git a/glm/doc/api/a00101_source.html b/glm/doc/api/a00101_source.html new file mode 100644 index 0000000..14d12d5 --- /dev/null +++ b/glm/doc/api/a00101_source.html @@ -0,0 +1,145 @@ + + + + + + +0.9.9 API documenation: std_based_type.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
std_based_type.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 #include <cstdlib>
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_std_based_type is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_std_based_type extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  typedef tvec1<std::size_t, defaultp> size1;
+
35 
+
38  typedef tvec2<std::size_t, defaultp> size2;
+
39 
+
42  typedef tvec3<std::size_t, defaultp> size3;
+
43 
+
46  typedef tvec4<std::size_t, defaultp> size4;
+
47 
+
50  typedef tvec1<std::size_t, defaultp> size1_t;
+
51 
+
54  typedef tvec2<std::size_t, defaultp> size2_t;
+
55 
+
58  typedef tvec3<std::size_t, defaultp> size3_t;
+
59 
+
62  typedef tvec4<std::size_t, defaultp> size4_t;
+
63 
+
65 }//namespace glm
+
66 
+
67 #include "std_based_type.inl"
+
tvec1< std::size_t, defaultp > size1_t
Vector type based of one std::size_t component.
+
tvec3< std::size_t, defaultp > size3_t
Vector type based of three std::size_t components.
+
tvec4< std::size_t, defaultp > size4_t
Vector type based of four std::size_t components.
+
tvec2< std::size_t, defaultp > size2
Vector type based of two std::size_t components.
+
tvec4< std::size_t, defaultp > size4
Vector type based of four std::size_t components.
+
tvec3< std::size_t, defaultp > size3
Vector type based of three std::size_t components.
+
Definition: _noise.hpp:11
+
tvec1< std::size_t, defaultp > size1
Vector type based of one std::size_t component.
+
tvec2< std::size_t, defaultp > size2_t
Vector type based of two std::size_t components.
+
+ + + + diff --git a/glm/doc/api/a00102.html b/glm/doc/api/a00102.html new file mode 100644 index 0000000..c11d778 --- /dev/null +++ b/glm/doc/api/a00102.html @@ -0,0 +1,123 @@ + + + + + + +0.9.9 API documenation: string_cast.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
string_cast.hpp File Reference
+
+
+ +

GLM_GTX_string_cast +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

template<template< typename, precision > class matType, typename T , precision P>
GLM_FUNC_DECL std::string to_string (matType< T, P > const &x)
 Create a string from a GLM vector or matrix typed variable. More...
 
+

Detailed Description

+

GLM_GTX_string_cast

+
See also
GLM Core (dependence)
+
+GLM_GTX_integer (dependence)
+
+GLM_GTX_quaternion (dependence)
+ +

Definition in file string_cast.hpp.

+
+ + + + diff --git a/glm/doc/api/a00102_source.html b/glm/doc/api/a00102_source.html new file mode 100644 index 0000000..5d2502a --- /dev/null +++ b/glm/doc/api/a00102_source.html @@ -0,0 +1,132 @@ + + + + + + +0.9.9 API documenation: string_cast.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
string_cast.hpp
+
+
+Go to the documentation of this file.
1 
+
16 #pragma once
+
17 
+
18 // Dependency:
+
19 #include "../glm.hpp"
+
20 #include "../gtc/type_precision.hpp"
+
21 #include "../gtc/quaternion.hpp"
+
22 #include "../gtx/dual_quaternion.hpp"
+
23 #include <string>
+
24 
+
25 #ifndef GLM_ENABLE_EXPERIMENTAL
+
26 # error "GLM: GLM_GTX_string_cast is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
27 #endif
+
28 
+
29 #if(GLM_COMPILER & GLM_COMPILER_CUDA)
+
30 # error "GLM_GTX_string_cast is not supported on CUDA compiler"
+
31 #endif
+
32 
+
33 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
34 # pragma message("GLM: GLM_GTX_string_cast extension included")
+
35 #endif
+
36 
+
37 namespace glm
+
38 {
+
41 
+
44  template <template <typename, precision> class matType, typename T, precision P>
+
45  GLM_FUNC_DECL std::string to_string(matType<T, P> const & x);
+
46 
+
48 }//namespace glm
+
49 
+
50 #include "string_cast.inl"
+
GLM_FUNC_DECL std::string to_string(matType< T, P > const &x)
Create a string from a GLM vector or matrix typed variable.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00103.html b/glm/doc/api/a00103.html new file mode 100644 index 0000000..0cf2987 --- /dev/null +++ b/glm/doc/api/a00103.html @@ -0,0 +1,133 @@ + + + + + + +0.9.9 API documenation: transform.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
transform.hpp File Reference
+
+
+ +

GLM_GTX_transform +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rotate (T angle, tvec3< T, P > const &v)
 Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in radians. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > scale (tvec3< T, P > const &v)
 Transforms a matrix with a scale 4 * 4 matrix created from a vector of 3 components. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > translate (tvec3< T, P > const &v)
 Transforms a matrix with a translation 4 * 4 matrix created from 3 scalars. More...
 
+

Detailed Description

+

GLM_GTX_transform

+
See also
GLM Core (dependence)
+
+GLM_GTC_matrix_transform (dependence)
+
+GLM_GTX_transform
+
+GLM_GTX_transform2
+ +

Definition in file transform.hpp.

+
+ + + + diff --git a/glm/doc/api/a00103_source.html b/glm/doc/api/a00103_source.html new file mode 100644 index 0000000..fcaccd1 --- /dev/null +++ b/glm/doc/api/a00103_source.html @@ -0,0 +1,138 @@ + + + + + + +0.9.9 API documenation: transform.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
transform.hpp
+
+
+Go to the documentation of this file.
1 
+
16 #pragma once
+
17 
+
18 // Dependency:
+
19 #include "../glm.hpp"
+
20 #include "../gtc/matrix_transform.hpp"
+
21 
+
22 #ifndef GLM_ENABLE_EXPERIMENTAL
+
23 # error "GLM: GLM_GTX_transform is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
24 #endif
+
25 
+
26 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
27 # pragma message("GLM: GLM_GTX_transform extension included")
+
28 #endif
+
29 
+
30 namespace glm
+
31 {
+
34 
+
38  template <typename T, precision P>
+
39  GLM_FUNC_DECL tmat4x4<T, P> translate(
+
40  tvec3<T, P> const & v);
+
41 
+
45  template <typename T, precision P>
+
46  GLM_FUNC_DECL tmat4x4<T, P> rotate(
+
47  T angle,
+
48  tvec3<T, P> const & v);
+
49 
+
53  template <typename T, precision P>
+
54  GLM_FUNC_DECL tmat4x4<T, P> scale(
+
55  tvec3<T, P> const & v);
+
56 
+
58 }// namespace glm
+
59 
+
60 #include "transform.inl"
+
GLM_FUNC_DECL tmat4x4< T, P > rotate(T angle, tvec3< T, P > const &v)
Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in radians...
+
GLM_FUNC_DECL tmat4x4< T, P > scale(tvec3< T, P > const &v)
Transforms a matrix with a scale 4 * 4 matrix created from a vector of 3 components.
+
GLM_FUNC_DECL tmat4x4< T, P > translate(tvec3< T, P > const &v)
Transforms a matrix with a translation 4 * 4 matrix created from 3 scalars.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL T angle(tquat< T, P > const &x)
Returns the quaternion rotation angle.
+
+ + + + diff --git a/glm/doc/api/a00104.html b/glm/doc/api/a00104.html new file mode 100644 index 0000000..6f93ab6 --- /dev/null +++ b/glm/doc/api/a00104.html @@ -0,0 +1,153 @@ + + + + + + +0.9.9 API documenation: transform2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
transform2.hpp File Reference
+
+
+ +

GLM_GTX_transform2 +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > proj2D (const tmat3x3< T, P > &m, const tvec3< T, P > &normal)
 Build planar projection matrix along normal axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > proj3D (const tmat4x4< T, P > &m, const tvec3< T, P > &normal)
 Build planar projection matrix along normal axis. More...
 
template<typename valType , precision P>
GLM_FUNC_DECL tmat4x4< valType, P > scaleBias (valType scale, valType bias)
 Build a scale bias matrix. More...
 
template<typename valType , precision P>
GLM_FUNC_DECL tmat4x4< valType, P > scaleBias (tmat4x4< valType, P > const &m, valType scale, valType bias)
 Build a scale bias matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > shearX2D (tmat3x3< T, P > const &m, T y)
 Transforms a matrix with a shearing on X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > shearX3D (const tmat4x4< T, P > &m, T y, T z)
 Transforms a matrix with a shearing on X axis From GLM_GTX_transform2 extension. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > shearY2D (tmat3x3< T, P > const &m, T x)
 Transforms a matrix with a shearing on Y axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > shearY3D (const tmat4x4< T, P > &m, T x, T z)
 Transforms a matrix with a shearing on Y axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > shearZ3D (const tmat4x4< T, P > &m, T x, T y)
 Transforms a matrix with a shearing on Z axis. More...
 
+

Detailed Description

+

GLM_GTX_transform2

+
See also
GLM Core (dependence)
+
+GLM_GTX_transform (dependence)
+ +

Definition in file transform2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00104_source.html b/glm/doc/api/a00104_source.html new file mode 100644 index 0000000..4ffb83b --- /dev/null +++ b/glm/doc/api/a00104_source.html @@ -0,0 +1,187 @@ + + + + + + +0.9.9 API documenation: transform2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
transform2.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependency:
+
17 #include "../glm.hpp"
+
18 #include "../gtx/transform.hpp"
+
19 
+
20 #ifndef GLM_ENABLE_EXPERIMENTAL
+
21 # error "GLM: GLM_GTX_transform2 is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
22 #endif
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTX_transform2 extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
35  template <typename T, precision P>
+
36  GLM_FUNC_DECL tmat3x3<T, P> shearX2D(
+
37  tmat3x3<T, P> const & m,
+
38  T y);
+
39 
+
42  template <typename T, precision P>
+
43  GLM_FUNC_DECL tmat3x3<T, P> shearY2D(
+
44  tmat3x3<T, P> const & m,
+
45  T x);
+
46 
+
49  template <typename T, precision P>
+
50  GLM_FUNC_DECL tmat4x4<T, P> shearX3D(
+
51  const tmat4x4<T, P> & m,
+
52  T y,
+
53  T z);
+
54 
+
57  template <typename T, precision P>
+
58  GLM_FUNC_DECL tmat4x4<T, P> shearY3D(
+
59  const tmat4x4<T, P> & m,
+
60  T x,
+
61  T z);
+
62 
+
65  template <typename T, precision P>
+
66  GLM_FUNC_DECL tmat4x4<T, P> shearZ3D(
+
67  const tmat4x4<T, P> & m,
+
68  T x,
+
69  T y);
+
70 
+
71  //template <typename T> GLM_FUNC_QUALIFIER tmat4x4<T, P> shear(const tmat4x4<T, P> & m, shearPlane, planePoint, angle)
+
72  // Identity + tan(angle) * cross(Normal, OnPlaneVector) 0
+
73  // - dot(PointOnPlane, normal) * OnPlaneVector 1
+
74 
+
75  // Reflect functions seem to don't work
+
76  //template <typename T> tmat3x3<T, P> reflect2D(const tmat3x3<T, P> & m, const tvec3<T, P>& normal){return reflect2DGTX(m, normal);} //!< \brief Build a reflection matrix (from GLM_GTX_transform2 extension)
+
77  //template <typename T> tmat4x4<T, P> reflect3D(const tmat4x4<T, P> & m, const tvec3<T, P>& normal){return reflect3DGTX(m, normal);} //!< \brief Build a reflection matrix (from GLM_GTX_transform2 extension)
+
78 
+
81  template <typename T, precision P>
+
82  GLM_FUNC_DECL tmat3x3<T, P> proj2D(
+
83  const tmat3x3<T, P> & m,
+
84  const tvec3<T, P>& normal);
+
85 
+
88  template <typename T, precision P>
+
89  GLM_FUNC_DECL tmat4x4<T, P> proj3D(
+
90  const tmat4x4<T, P> & m,
+
91  const tvec3<T, P>& normal);
+
92 
+
95  template <typename valType, precision P>
+
96  GLM_FUNC_DECL tmat4x4<valType, P> scaleBias(
+
97  valType scale,
+
98  valType bias);
+
99 
+
102  template <typename valType, precision P>
+
103  GLM_FUNC_DECL tmat4x4<valType, P> scaleBias(
+
104  tmat4x4<valType, P> const & m,
+
105  valType scale,
+
106  valType bias);
+
107 
+
109 }// namespace glm
+
110 
+
111 #include "transform2.inl"
+
GLM_FUNC_DECL tmat4x4< valType, P > scaleBias(tmat4x4< valType, P > const &m, valType scale, valType bias)
Build a scale bias matrix.
+
GLM_FUNC_DECL tmat3x3< T, P > proj2D(const tmat3x3< T, P > &m, const tvec3< T, P > &normal)
Build planar projection matrix along normal axis.
+
GLM_FUNC_DECL tmat3x3< T, P > shearY2D(tmat3x3< T, P > const &m, T x)
Transforms a matrix with a shearing on Y axis.
+
GLM_FUNC_DECL tmat4x4< T, P > shearY3D(const tmat4x4< T, P > &m, T x, T z)
Transforms a matrix with a shearing on Y axis.
+
GLM_FUNC_DECL tmat4x4< T, P > proj3D(const tmat4x4< T, P > &m, const tvec3< T, P > &normal)
Build planar projection matrix along normal axis.
+
GLM_FUNC_DECL tmat4x4< T, P > shearX3D(const tmat4x4< T, P > &m, T y, T z)
Transforms a matrix with a shearing on X axis From GLM_GTX_transform2 extension.
+
GLM_FUNC_DECL tmat3x3< T, P > shearX2D(tmat3x3< T, P > const &m, T y)
Transforms a matrix with a shearing on X axis.
+
GLM_FUNC_DECL tmat4x4< T, P > scale(tmat4x4< T, P > const &m, tvec3< T, P > const &v)
Builds a scale 4 * 4 matrix created from 3 scalars.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tmat4x4< T, P > shearZ3D(const tmat4x4< T, P > &m, T x, T y)
Transforms a matrix with a shearing on Z axis.
+
+ + + + diff --git a/glm/doc/api/a00105.html b/glm/doc/api/a00105.html new file mode 100644 index 0000000..912a6c0 --- /dev/null +++ b/glm/doc/api/a00105.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: trigonometric.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
trigonometric.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file trigonometric.hpp.

+
+ + + + diff --git a/glm/doc/api/a00105_source.html b/glm/doc/api/a00105_source.html new file mode 100644 index 0000000..500f2b3 --- /dev/null +++ b/glm/doc/api/a00105_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: trigonometric.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
trigonometric.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+ + +
+ + + + diff --git a/glm/doc/api/a00106.html b/glm/doc/api/a00106.html new file mode 100644 index 0000000..875f3fd --- /dev/null +++ b/glm/doc/api/a00106.html @@ -0,0 +1,348 @@ + + + + + + +0.9.9 API documenation: type_aligned.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtc/type_aligned.hpp File Reference
+
+
+ +

GLM_GTC_type_aligned +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

+typedef aligned_highp_bvec1 aligned_bvec1
 1 component vector of boolean.
 
+typedef aligned_highp_bvec2 aligned_bvec2
 2 components vector of boolean.
 
+typedef aligned_highp_bvec3 aligned_bvec3
 3 components vector of boolean.
 
+typedef aligned_highp_bvec4 aligned_bvec4
 4 components vector of boolean.
 
+typedef aligned_highp_dvec1 aligned_dvec1
 1 component vector of double-precision floating-point numbers.
 
+typedef aligned_highp_dvec2 aligned_dvec2
 2 components vector of double-precision floating-point numbers.
 
+typedef aligned_highp_dvec3 aligned_dvec3
 3 components vector of double-precision floating-point numbers.
 
+typedef aligned_highp_dvec4 aligned_dvec4
 4 components vector of double-precision floating-point numbers.
 
typedef tvec2< bool, aligned_highp > aligned_highp_bvec2
 2 components vector of high precision bool numbers. More...
 
+typedef tvec3< bool, aligned_highp > aligned_highp_bvec3
 3 components vector of high precision bool numbers.
 
+typedef tvec4< bool, aligned_highp > aligned_highp_bvec4
 4 components vector of high precision bool numbers.
 
typedef tvec2< double, aligned_highp > aligned_highp_dvec2
 2 components vector of high double-precision floating-point numbers. More...
 
typedef tvec3< double, aligned_highp > aligned_highp_dvec3
 3 components vector of high double-precision floating-point numbers. More...
 
+typedef tvec4< double, aligned_highp > aligned_highp_dvec4
 4 components vector of high double-precision floating-point numbers.
 
typedef tvec2< int, aligned_highp > aligned_highp_ivec2
 2 components vector of high precision signed integer numbers. More...
 
typedef tvec3< int, aligned_highp > aligned_highp_ivec3
 3 components vector of high precision signed integer numbers. More...
 
+typedef tvec4< int, aligned_highp > aligned_highp_ivec4
 4 components vector of high precision signed integer numbers.
 
typedef tvec2< uint, aligned_highp > aligned_highp_uvec2
 2 components vector of high precision unsigned integer numbers. More...
 
typedef tvec3< uint, aligned_highp > aligned_highp_uvec3
 3 components vector of high precision unsigned integer numbers. More...
 
+typedef tvec4< uint, aligned_highp > aligned_highp_uvec4
 4 components vector of high precision unsigned integer numbers.
 
typedef tvec2< float, aligned_highp > aligned_highp_vec2
 2 components vector of high single-precision floating-point numbers. More...
 
typedef tvec3< float, aligned_highp > aligned_highp_vec3
 3 components vector of high single-precision floating-point numbers. More...
 
+typedef tvec4< float, aligned_highp > aligned_highp_vec4
 4 components vector of high single-precision floating-point numbers.
 
+typedef aligned_highp_ivec1 aligned_ivec1
 1 component vector of signed integer numbers.
 
+typedef aligned_highp_ivec2 aligned_ivec2
 2 components vector of signed integer numbers.
 
+typedef aligned_highp_ivec3 aligned_ivec3
 3 components vector of signed integer numbers.
 
+typedef aligned_highp_ivec4 aligned_ivec4
 4 components vector of signed integer numbers.
 
typedef tvec2< bool, aligned_lowp > aligned_lowp_bvec2
 2 components vector of low precision bool numbers. More...
 
+typedef tvec3< bool, aligned_lowp > aligned_lowp_bvec3
 3 components vector of low precision bool numbers.
 
+typedef tvec4< bool, aligned_lowp > aligned_lowp_bvec4
 4 components vector of low precision bool numbers.
 
typedef tvec2< double, aligned_lowp > aligned_lowp_dvec2
 2 components vector of low double-precision floating-point numbers. More...
 
typedef tvec3< double, aligned_lowp > aligned_lowp_dvec3
 3 components vector of low double-precision floating-point numbers. More...
 
+typedef tvec4< double, aligned_lowp > aligned_lowp_dvec4
 4 components vector of low double-precision floating-point numbers.
 
typedef tvec2< int, aligned_lowp > aligned_lowp_ivec2
 2 components vector of low precision signed integer numbers. More...
 
typedef tvec3< int, aligned_lowp > aligned_lowp_ivec3
 3 components vector of low precision signed integer numbers. More...
 
+typedef tvec4< int, aligned_lowp > aligned_lowp_ivec4
 4 components vector of low precision signed integer numbers.
 
typedef tvec2< uint, aligned_lowp > aligned_lowp_uvec2
 2 components vector of low precision unsigned integer numbers. More...
 
typedef tvec3< uint, aligned_lowp > aligned_lowp_uvec3
 3 components vector of low precision unsigned integer numbers. More...
 
+typedef tvec4< uint, aligned_lowp > aligned_lowp_uvec4
 4 components vector of low precision unsigned integer numbers.
 
typedef tvec2< float, aligned_lowp > aligned_lowp_vec2
 2 components vector of low single-precision floating-point numbers. More...
 
typedef tvec3< float, aligned_lowp > aligned_lowp_vec3
 3 components vector of low single-precision floating-point numbers. More...
 
+typedef tvec4< float, aligned_lowp > aligned_lowp_vec4
 4 components vector of low single-precision floating-point numbers.
 
typedef tvec2< bool, aligned_mediump > aligned_mediump_bvec2
 2 components vector of medium precision bool numbers. More...
 
+typedef tvec3< bool, aligned_mediump > aligned_mediump_bvec3
 3 components vector of medium precision bool numbers.
 
+typedef tvec4< bool, aligned_mediump > aligned_mediump_bvec4
 4 components vector of medium precision bool numbers.
 
typedef tvec2< double, aligned_mediump > aligned_mediump_dvec2
 2 components vector of medium double-precision floating-point numbers. More...
 
typedef tvec3< double, aligned_mediump > aligned_mediump_dvec3
 3 components vector of medium double-precision floating-point numbers. More...
 
+typedef tvec4< double, aligned_mediump > aligned_mediump_dvec4
 4 components vector of medium double-precision floating-point numbers.
 
typedef tvec2< int, aligned_mediump > aligned_mediump_ivec2
 2 components vector of medium precision signed integer numbers. More...
 
typedef tvec3< int, aligned_mediump > aligned_mediump_ivec3
 3 components vector of medium precision signed integer numbers. More...
 
+typedef tvec4< int, aligned_mediump > aligned_mediump_ivec4
 4 components vector of medium precision signed integer numbers.
 
typedef tvec2< uint, aligned_mediump > aligned_mediump_uvec2
 2 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec3< uint, aligned_mediump > aligned_mediump_uvec3
 3 components vector of medium precision unsigned integer numbers. More...
 
+typedef tvec4< uint, aligned_mediump > aligned_mediump_uvec4
 4 components vector of medium precision unsigned integer numbers.
 
typedef tvec2< float, aligned_mediump > aligned_mediump_vec2
 2 components vector of medium single-precision floating-point numbers. More...
 
typedef tvec3< float, aligned_mediump > aligned_mediump_vec3
 3 components vector of medium single-precision floating-point numbers. More...
 
+typedef tvec4< float, aligned_mediump > aligned_mediump_vec4
 4 components vector of medium single-precision floating-point numbers.
 
+typedef aligned_highp_uvec1 aligned_uvec1
 1 component vector of unsigned integer numbers.
 
+typedef aligned_highp_uvec2 aligned_uvec2
 2 components vector of unsigned integer numbers.
 
+typedef aligned_highp_uvec3 aligned_uvec3
 3 components vector of unsigned integer numbers.
 
+typedef aligned_highp_uvec4 aligned_uvec4
 4 components vector of unsigned integer numbers.
 
+typedef aligned_highp_vec1 aligned_vec1
 1 component vector of floating-point numbers.
 
+typedef aligned_highp_vec2 aligned_vec2
 2 components vector of floating-point numbers.
 
+typedef aligned_highp_vec3 aligned_vec3
 3 components vector of floating-point numbers.
 
+typedef aligned_highp_vec4 aligned_vec4
 4 components vector of floating-point numbers.
 
+

Detailed Description

+

GLM_GTC_type_aligned

+
See also
GLM Core (dependence)
+ +

Definition in file gtc/type_aligned.hpp.

+
+ + + + diff --git a/glm/doc/api/a00106_source.html b/glm/doc/api/a00106_source.html new file mode 100644 index 0000000..aef4a6b --- /dev/null +++ b/glm/doc/api/a00106_source.html @@ -0,0 +1,422 @@ + + + + + + +0.9.9 API documenation: type_aligned.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtc/type_aligned.hpp
+
+
+Go to the documentation of this file.
1 
+
12 #pragma once
+
13 
+
14 #if !GLM_HAS_ALIGNED_TYPE
+
15 # error "GLM: Aligned types are not supported on this platform"
+
16 #endif
+
17 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
18 # pragma message("GLM: GLM_GTC_type_aligned extension included")
+
19 #endif
+
20 
+
21 #include "../vec2.hpp"
+
22 #include "../vec3.hpp"
+
23 #include "../vec4.hpp"
+
24 #include "../gtc/vec1.hpp"
+
25 
+
26 namespace glm
+
27 {
+
28  template <typename T, precision P> struct tvec1;
+
29  template <typename T, precision P> struct tvec2;
+
30  template <typename T, precision P> struct tvec3;
+
31  template <typename T, precision P> struct tvec4;
+
34 
+
35  // -- *vec1 --
+
36 
+
37  typedef tvec1<float, aligned_highp> aligned_highp_vec1;
+
38  typedef tvec1<float, aligned_mediump> aligned_mediump_vec1;
+
39  typedef tvec1<float, aligned_lowp> aligned_lowp_vec1;
+
40  typedef tvec1<double, aligned_highp> aligned_highp_dvec1;
+
41  typedef tvec1<double, aligned_mediump> aligned_mediump_dvec1;
+
42  typedef tvec1<double, aligned_lowp> aligned_lowp_dvec1;
+
43  typedef tvec1<int, aligned_highp> aligned_highp_ivec1;
+
44  typedef tvec1<int, aligned_mediump> aligned_mediump_ivec1;
+
45  typedef tvec1<int, aligned_lowp> aligned_lowp_ivec1;
+
46  typedef tvec1<uint, aligned_highp> aligned_highp_uvec1;
+
47  typedef tvec1<uint, aligned_mediump> aligned_mediump_uvec1;
+
48  typedef tvec1<uint, aligned_lowp> aligned_lowp_uvec1;
+
49  typedef tvec1<bool, aligned_highp> aligned_highp_bvec1;
+
50  typedef tvec1<bool, aligned_mediump> aligned_mediump_bvec1;
+
51  typedef tvec1<bool, aligned_lowp> aligned_lowp_bvec1;
+
52 
+
53  typedef tvec1<float, packed_highp> packed_highp_vec1;
+
54  typedef tvec1<float, packed_mediump> packed_mediump_vec1;
+
55  typedef tvec1<float, packed_lowp> packed_lowp_vec1;
+
56  typedef tvec1<double, packed_highp> packed_highp_dvec1;
+
57  typedef tvec1<double, packed_mediump> packed_mediump_dvec1;
+
58  typedef tvec1<double, packed_lowp> packed_lowp_dvec1;
+
59  typedef tvec1<int, packed_highp> packed_highp_ivec1;
+
60  typedef tvec1<int, packed_mediump> packed_mediump_ivec1;
+
61  typedef tvec1<int, packed_lowp> packed_lowp_ivec1;
+
62  typedef tvec1<uint, packed_highp> packed_highp_uvec1;
+
63  typedef tvec1<uint, packed_mediump> packed_mediump_uvec1;
+
64  typedef tvec1<uint, packed_lowp> packed_lowp_uvec1;
+
65  typedef tvec1<bool, packed_highp> packed_highp_bvec1;
+
66  typedef tvec1<bool, packed_mediump> packed_mediump_bvec1;
+
67  typedef tvec1<bool, packed_lowp> packed_lowp_bvec1;
+
68 
+
69  // -- *vec2 --
+
70 
+
73  typedef tvec2<float, aligned_highp> aligned_highp_vec2;
+
74 
+
77  typedef tvec2<float, aligned_mediump> aligned_mediump_vec2;
+
78 
+
81  typedef tvec2<float, aligned_lowp> aligned_lowp_vec2;
+
82 
+
85  typedef tvec2<double, aligned_highp> aligned_highp_dvec2;
+
86 
+
89  typedef tvec2<double, aligned_mediump> aligned_mediump_dvec2;
+
90 
+
93  typedef tvec2<double, aligned_lowp> aligned_lowp_dvec2;
+
94 
+
97  typedef tvec2<int, aligned_highp> aligned_highp_ivec2;
+
98 
+
101  typedef tvec2<int, aligned_mediump> aligned_mediump_ivec2;
+
102 
+
105  typedef tvec2<int, aligned_lowp> aligned_lowp_ivec2;
+
106 
+
109  typedef tvec2<uint, aligned_highp> aligned_highp_uvec2;
+
110 
+
113  typedef tvec2<uint, aligned_mediump> aligned_mediump_uvec2;
+
114 
+
117  typedef tvec2<uint, aligned_lowp> aligned_lowp_uvec2;
+
118 
+
121  typedef tvec2<bool, aligned_highp> aligned_highp_bvec2;
+
122 
+
125  typedef tvec2<bool, aligned_mediump> aligned_mediump_bvec2;
+
126 
+
129  typedef tvec2<bool, aligned_lowp> aligned_lowp_bvec2;
+
130 
+
131  // -- *vec3 --
+
132 
+
135  typedef tvec3<float, aligned_highp> aligned_highp_vec3;
+
136 
+
139  typedef tvec3<float, aligned_mediump> aligned_mediump_vec3;
+
140 
+
143  typedef tvec3<float, aligned_lowp> aligned_lowp_vec3;
+
144 
+
147  typedef tvec3<double, aligned_highp> aligned_highp_dvec3;
+
148 
+
151  typedef tvec3<double, aligned_mediump> aligned_mediump_dvec3;
+
152 
+
155  typedef tvec3<double, aligned_lowp> aligned_lowp_dvec3;
+
156 
+
159  typedef tvec3<int, aligned_highp> aligned_highp_ivec3;
+
160 
+
163  typedef tvec3<int, aligned_mediump> aligned_mediump_ivec3;
+
164 
+
167  typedef tvec3<int, aligned_lowp> aligned_lowp_ivec3;
+
168 
+
171  typedef tvec3<uint, aligned_highp> aligned_highp_uvec3;
+
172 
+
175  typedef tvec3<uint, aligned_mediump> aligned_mediump_uvec3;
+
176 
+
179  typedef tvec3<uint, aligned_lowp> aligned_lowp_uvec3;
+
180 
+
182  typedef tvec3<bool, aligned_highp> aligned_highp_bvec3;
+
183 
+
185  typedef tvec3<bool, aligned_mediump> aligned_mediump_bvec3;
+
186 
+
188  typedef tvec3<bool, aligned_lowp> aligned_lowp_bvec3;
+
189 
+
190  // -- *vec4 --
+
191 
+
193  typedef tvec4<float, aligned_highp> aligned_highp_vec4;
+
194 
+
196  typedef tvec4<float, aligned_mediump> aligned_mediump_vec4;
+
197 
+
199  typedef tvec4<float, aligned_lowp> aligned_lowp_vec4;
+
200 
+
202  typedef tvec4<double, aligned_highp> aligned_highp_dvec4;
+
203 
+
205  typedef tvec4<double, aligned_mediump> aligned_mediump_dvec4;
+
206 
+
208  typedef tvec4<double, aligned_lowp> aligned_lowp_dvec4;
+
209 
+
211  typedef tvec4<int, aligned_highp> aligned_highp_ivec4;
+
212 
+
214  typedef tvec4<int, aligned_mediump> aligned_mediump_ivec4;
+
215 
+
217  typedef tvec4<int, aligned_lowp> aligned_lowp_ivec4;
+
218 
+
220  typedef tvec4<uint, aligned_highp> aligned_highp_uvec4;
+
221 
+
223  typedef tvec4<uint, aligned_mediump> aligned_mediump_uvec4;
+
224 
+
226  typedef tvec4<uint, aligned_lowp> aligned_lowp_uvec4;
+
227 
+
229  typedef tvec4<bool, aligned_highp> aligned_highp_bvec4;
+
230 
+
232  typedef tvec4<bool, aligned_mediump> aligned_mediump_bvec4;
+
233 
+
235  typedef tvec4<bool, aligned_lowp> aligned_lowp_bvec4;
+
236 
+
237  // -- default --
+
238 
+
239 #if(defined(GLM_PRECISION_LOWP_FLOAT))
+
240  typedef aligned_lowp_vec1 aligned_vec1;
+
241  typedef aligned_lowp_vec2 aligned_vec2;
+
242  typedef aligned_lowp_vec3 aligned_vec3;
+
243  typedef aligned_lowp_vec4 aligned_vec4;
+
244 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT))
+
245  typedef aligned_mediump_vec1 aligned_vec1;
+
246  typedef aligned_mediump_vec2 aligned_vec2;
+
247  typedef aligned_mediump_vec3 aligned_vec3;
+
248  typedef aligned_mediump_vec4 aligned_vec4;
+
249 #else //defined(GLM_PRECISION_HIGHP_FLOAT)
+
250  typedef aligned_highp_vec1 aligned_vec1;
+
252 
+
254  typedef aligned_highp_vec2 aligned_vec2;
+
255 
+
257  typedef aligned_highp_vec3 aligned_vec3;
+
258 
+
260  typedef aligned_highp_vec4 aligned_vec4;
+
261 #endif//GLM_PRECISION
+
262 
+
263 #if(defined(GLM_PRECISION_LOWP_DOUBLE))
+
264  typedef aligned_lowp_dvec1 aligned_dvec1;
+
265  typedef aligned_lowp_dvec2 aligned_dvec2;
+
266  typedef aligned_lowp_dvec3 aligned_dvec3;
+
267  typedef aligned_lowp_dvec4 aligned_dvec4;
+
268 #elif(defined(GLM_PRECISION_MEDIUMP_DOUBLE))
+
269  typedef aligned_mediump_dvec1 aligned_dvec1;
+
270  typedef aligned_mediump_dvec2 aligned_dvec2;
+
271  typedef aligned_mediump_dvec3 aligned_dvec3;
+
272  typedef aligned_mediump_dvec4 aligned_dvec4;
+
273 #else //defined(GLM_PRECISION_HIGHP_DOUBLE)
+
274  typedef aligned_highp_dvec1 aligned_dvec1;
+
276 
+
278  typedef aligned_highp_dvec2 aligned_dvec2;
+
279 
+
281  typedef aligned_highp_dvec3 aligned_dvec3;
+
282 
+
284  typedef aligned_highp_dvec4 aligned_dvec4;
+
285 #endif//GLM_PRECISION
+
286 
+
287 #if(defined(GLM_PRECISION_LOWP_INT))
+
288  typedef aligned_lowp_ivec1 aligned_ivec1;
+
289  typedef aligned_lowp_ivec2 aligned_ivec2;
+
290  typedef aligned_lowp_ivec3 aligned_ivec3;
+
291  typedef aligned_lowp_ivec4 aligned_ivec4;
+
292 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
293  typedef aligned_mediump_ivec1 aligned_ivec1;
+
294  typedef aligned_mediump_ivec2 aligned_ivec2;
+
295  typedef aligned_mediump_ivec3 aligned_ivec3;
+
296  typedef aligned_mediump_ivec4 aligned_ivec4;
+
297 #else //defined(GLM_PRECISION_HIGHP_INT)
+
298  typedef aligned_highp_ivec1 aligned_ivec1;
+
300 
+
302  typedef aligned_highp_ivec2 aligned_ivec2;
+
303 
+
305  typedef aligned_highp_ivec3 aligned_ivec3;
+
306 
+
308  typedef aligned_highp_ivec4 aligned_ivec4;
+
309 #endif//GLM_PRECISION
+
310 
+
311  // -- Unsigned integer definition --
+
312 
+
313 #if(defined(GLM_PRECISION_LOWP_UINT))
+
314  typedef aligned_lowp_uvec1 aligned_uvec1;
+
315  typedef aligned_lowp_uvec2 aligned_uvec2;
+
316  typedef aligned_lowp_uvec3 aligned_uvec3;
+
317  typedef aligned_lowp_uvec4 aligned_uvec4;
+
318 #elif(defined(GLM_PRECISION_MEDIUMP_UINT))
+
319  typedef aligned_mediump_uvec1 aligned_uvec1;
+
320  typedef aligned_mediump_uvec2 aligned_uvec2;
+
321  typedef aligned_mediump_uvec3 aligned_uvec3;
+
322  typedef aligned_mediump_uvec4 aligned_uvec4;
+
323 #else //defined(GLM_PRECISION_HIGHP_UINT)
+
324  typedef aligned_highp_uvec1 aligned_uvec1;
+
326 
+
328  typedef aligned_highp_uvec2 aligned_uvec2;
+
329 
+
331  typedef aligned_highp_uvec3 aligned_uvec3;
+
332 
+
334  typedef aligned_highp_uvec4 aligned_uvec4;
+
335 #endif//GLM_PRECISION
+
336 
+
337 #if(defined(GLM_PRECISION_LOWP_BOOL))
+
338  typedef aligned_lowp_bvec1 aligned_bvec1;
+
339  typedef aligned_lowp_bvec2 aligned_bvec2;
+
340  typedef aligned_lowp_bvec3 aligned_bvec3;
+
341  typedef aligned_lowp_bvec4 aligned_bvec4;
+
342 #elif(defined(GLM_PRECISION_MEDIUMP_BOOL))
+
343  typedef aligned_mediump_bvec1 aligned_bvec1;
+
344  typedef aligned_mediump_bvec2 aligned_bvec2;
+
345  typedef aligned_mediump_bvec3 aligned_bvec3;
+
346  typedef aligned_mediump_bvec4 aligned_bvec4;
+
347 #else //defined(GLM_PRECISION_HIGHP_BOOL)
+
348  typedef aligned_highp_bvec1 aligned_bvec1;
+
350 
+
352  typedef aligned_highp_bvec2 aligned_bvec2;
+
353 
+
355  typedef aligned_highp_bvec3 aligned_bvec3;
+
356 
+
358  typedef aligned_highp_bvec4 aligned_bvec4;
+
359 #endif//GLM_PRECISION
+
360 
+
362 }//namespace glm
+
aligned_highp_bvec2 aligned_bvec2
2 components vector of boolean.
+
tvec2< double, aligned_mediump > aligned_mediump_dvec2
2 components vector of medium double-precision floating-point numbers.
+
tvec4< bool, aligned_highp > aligned_highp_bvec4
4 components vector of high precision bool numbers.
+
tvec3< uint, aligned_highp > aligned_highp_uvec3
3 components vector of high precision unsigned integer numbers.
+
aligned_highp_dvec4 aligned_dvec4
4 components vector of double-precision floating-point numbers.
+
aligned_highp_dvec1 aligned_dvec1
1 component vector of double-precision floating-point numbers.
+
tvec3< int, aligned_lowp > aligned_lowp_ivec3
3 components vector of low precision signed integer numbers.
+
tvec3< double, aligned_mediump > aligned_mediump_dvec3
3 components vector of medium double-precision floating-point numbers.
+
tvec3< float, aligned_lowp > aligned_lowp_vec3
3 components vector of low single-precision floating-point numbers.
+
tvec2< bool, aligned_lowp > aligned_lowp_bvec2
2 components vector of low precision bool numbers.
+
tvec3< uint, aligned_mediump > aligned_mediump_uvec3
3 components vector of medium precision unsigned integer numbers.
+
tvec4< float, aligned_lowp > aligned_lowp_vec4
4 components vector of low single-precision floating-point numbers.
+
tvec4< double, aligned_mediump > aligned_mediump_dvec4
4 components vector of medium double-precision floating-point numbers.
+
tvec2< uint, aligned_mediump > aligned_mediump_uvec2
2 components vector of medium precision unsigned integer numbers.
+
tvec2< int, aligned_mediump > aligned_mediump_ivec2
2 components vector of medium precision signed integer numbers.
+
tvec4< uint, aligned_mediump > aligned_mediump_uvec4
4 components vector of medium precision unsigned integer numbers.
+
aligned_highp_bvec4 aligned_bvec4
4 components vector of boolean.
+
tvec2< bool, aligned_highp > aligned_highp_bvec2
2 components vector of high precision bool numbers.
+
aligned_highp_ivec1 aligned_ivec1
1 component vector of signed integer numbers.
+
tvec3< uint, aligned_lowp > aligned_lowp_uvec3
3 components vector of low precision unsigned integer numbers.
+
tvec4< bool, aligned_lowp > aligned_lowp_bvec4
4 components vector of low precision bool numbers.
+
aligned_highp_dvec3 aligned_dvec3
3 components vector of double-precision floating-point numbers.
+
aligned_highp_vec2 aligned_vec2
2 components vector of floating-point numbers.
+
aligned_highp_bvec3 aligned_bvec3
3 components vector of boolean.
+
tvec2< double, aligned_lowp > aligned_lowp_dvec2
2 components vector of low double-precision floating-point numbers.
+
tvec3< double, aligned_highp > aligned_highp_dvec3
3 components vector of high double-precision floating-point numbers.
+
aligned_highp_uvec4 aligned_uvec4
4 components vector of unsigned integer numbers.
+
tvec3< int, aligned_highp > aligned_highp_ivec3
3 components vector of high precision signed integer numbers.
+
tvec4< uint, aligned_highp > aligned_highp_uvec4
4 components vector of high precision unsigned integer numbers.
+
tvec2< uint, aligned_lowp > aligned_lowp_uvec2
2 components vector of low precision unsigned integer numbers.
+
tvec3< int, aligned_mediump > aligned_mediump_ivec3
3 components vector of medium precision signed integer numbers.
+
tvec2< float, aligned_lowp > aligned_lowp_vec2
2 components vector of low single-precision floating-point numbers.
+
aligned_highp_uvec3 aligned_uvec3
3 components vector of unsigned integer numbers.
+
tvec4< float, aligned_highp > aligned_highp_vec4
4 components vector of high single-precision floating-point numbers.
+
tvec4< float, aligned_mediump > aligned_mediump_vec4
4 components vector of medium single-precision floating-point numbers.
+
tvec2< uint, aligned_highp > aligned_highp_uvec2
2 components vector of high precision unsigned integer numbers.
+
tvec3< bool, aligned_lowp > aligned_lowp_bvec3
3 components vector of low precision bool numbers.
+
aligned_highp_bvec1 aligned_bvec1
1 component vector of boolean.
+
Definition: _noise.hpp:11
+
tvec3< float, aligned_highp > aligned_highp_vec3
3 components vector of high single-precision floating-point numbers.
+
tvec4< double, aligned_highp > aligned_highp_dvec4
4 components vector of high double-precision floating-point numbers.
+
aligned_highp_uvec1 aligned_uvec1
1 component vector of unsigned integer numbers.
+
tvec2< float, aligned_highp > aligned_highp_vec2
2 components vector of high single-precision floating-point numbers.
+
tvec3< float, aligned_mediump > aligned_mediump_vec3
3 components vector of medium single-precision floating-point numbers.
+
aligned_highp_vec4 aligned_vec4
4 components vector of floating-point numbers.
+
tvec3< bool, aligned_mediump > aligned_mediump_bvec3
3 components vector of medium precision bool numbers.
+
tvec4< bool, aligned_mediump > aligned_mediump_bvec4
4 components vector of medium precision bool numbers.
+
tvec2< float, aligned_mediump > aligned_mediump_vec2
2 components vector of medium single-precision floating-point numbers.
+
aligned_highp_ivec4 aligned_ivec4
4 components vector of signed integer numbers.
+
tvec2< bool, aligned_mediump > aligned_mediump_bvec2
2 components vector of medium precision bool numbers.
+
tvec3< double, aligned_lowp > aligned_lowp_dvec3
3 components vector of low double-precision floating-point numbers.
+
tvec4< uint, aligned_lowp > aligned_lowp_uvec4
4 components vector of low precision unsigned integer numbers.
+
tvec2< int, aligned_highp > aligned_highp_ivec2
2 components vector of high precision signed integer numbers.
+
aligned_highp_dvec2 aligned_dvec2
2 components vector of double-precision floating-point numbers.
+
aligned_highp_uvec2 aligned_uvec2
2 components vector of unsigned integer numbers.
+
tvec4< int, aligned_lowp > aligned_lowp_ivec4
4 components vector of low precision signed integer numbers.
+
tvec2< int, aligned_lowp > aligned_lowp_ivec2
2 components vector of low precision signed integer numbers.
+
aligned_highp_vec1 aligned_vec1
1 component vector of floating-point numbers.
+
tvec4< double, aligned_lowp > aligned_lowp_dvec4
4 components vector of low double-precision floating-point numbers.
+
tvec4< int, aligned_mediump > aligned_mediump_ivec4
4 components vector of medium precision signed integer numbers.
+
tvec3< bool, aligned_highp > aligned_highp_bvec3
3 components vector of high precision bool numbers.
+
aligned_highp_ivec2 aligned_ivec2
2 components vector of signed integer numbers.
+
tvec4< int, aligned_highp > aligned_highp_ivec4
4 components vector of high precision signed integer numbers.
+
aligned_highp_ivec3 aligned_ivec3
3 components vector of signed integer numbers.
+
tvec2< double, aligned_highp > aligned_highp_dvec2
2 components vector of high double-precision floating-point numbers.
+
aligned_highp_vec3 aligned_vec3
3 components vector of floating-point numbers.
+
+ + + + diff --git a/glm/doc/api/a00107.html b/glm/doc/api/a00107.html new file mode 100644 index 0000000..1af5e38 --- /dev/null +++ b/glm/doc/api/a00107.html @@ -0,0 +1,744 @@ + + + + + + +0.9.9 API documenation: type_aligned.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
gtx/type_aligned.hpp File Reference
+
+
+ +

GLM_GTX_type_aligned +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

 GLM_ALIGNED_TYPEDEF (lowp_int8, aligned_lowp_int8, 1)
 Low precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int16, aligned_lowp_int16, 2)
 Low precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int32, aligned_lowp_int32, 4)
 Low precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int64, aligned_lowp_int64, 8)
 Low precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int8_t, aligned_lowp_int8_t, 1)
 Low precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int16_t, aligned_lowp_int16_t, 2)
 Low precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int32_t, aligned_lowp_int32_t, 4)
 Low precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int64_t, aligned_lowp_int64_t, 8)
 Low precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i8, aligned_lowp_i8, 1)
 Low precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i16, aligned_lowp_i16, 2)
 Low precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i32, aligned_lowp_i32, 4)
 Low precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i64, aligned_lowp_i64, 8)
 Low precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int8, aligned_mediump_int8, 1)
 Medium precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int16, aligned_mediump_int16, 2)
 Medium precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int32, aligned_mediump_int32, 4)
 Medium precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int64, aligned_mediump_int64, 8)
 Medium precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int8_t, aligned_mediump_int8_t, 1)
 Medium precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int16_t, aligned_mediump_int16_t, 2)
 Medium precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int32_t, aligned_mediump_int32_t, 4)
 Medium precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int64_t, aligned_mediump_int64_t, 8)
 Medium precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i8, aligned_mediump_i8, 1)
 Medium precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i16, aligned_mediump_i16, 2)
 Medium precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i32, aligned_mediump_i32, 4)
 Medium precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i64, aligned_mediump_i64, 8)
 Medium precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int8, aligned_highp_int8, 1)
 High precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int16, aligned_highp_int16, 2)
 High precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int32, aligned_highp_int32, 4)
 High precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int64, aligned_highp_int64, 8)
 High precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int8_t, aligned_highp_int8_t, 1)
 High precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int16_t, aligned_highp_int16_t, 2)
 High precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int32_t, aligned_highp_int32_t, 4)
 High precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int64_t, aligned_highp_int64_t, 8)
 High precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i8, aligned_highp_i8, 1)
 High precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i16, aligned_highp_i16, 2)
 High precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i32, aligned_highp_i32, 4)
 High precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i64, aligned_highp_i64, 8)
 High precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int8, aligned_int8, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int16, aligned_int16, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int32, aligned_int32, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int64, aligned_int64, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int8_t, aligned_int8_t, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int16_t, aligned_int16_t, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int32_t, aligned_int32_t, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int64_t, aligned_int64_t, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i8, aligned_i8, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i16, aligned_i16, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i32, aligned_i32, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i64, aligned_i64, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec1, aligned_ivec1, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec2, aligned_ivec2, 8)
 Default precision 32 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec3, aligned_ivec3, 16)
 Default precision 32 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec4, aligned_ivec4, 16)
 Default precision 32 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec1, aligned_i8vec1, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec2, aligned_i8vec2, 2)
 Default precision 8 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec3, aligned_i8vec3, 4)
 Default precision 8 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec4, aligned_i8vec4, 4)
 Default precision 8 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec1, aligned_i16vec1, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec2, aligned_i16vec2, 4)
 Default precision 16 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec3, aligned_i16vec3, 8)
 Default precision 16 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec4, aligned_i16vec4, 8)
 Default precision 16 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec1, aligned_i32vec1, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec2, aligned_i32vec2, 8)
 Default precision 32 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec3, aligned_i32vec3, 16)
 Default precision 32 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec4, aligned_i32vec4, 16)
 Default precision 32 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec1, aligned_i64vec1, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec2, aligned_i64vec2, 16)
 Default precision 64 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec3, aligned_i64vec3, 32)
 Default precision 64 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec4, aligned_i64vec4, 32)
 Default precision 64 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint8, aligned_lowp_uint8, 1)
 Low precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint16, aligned_lowp_uint16, 2)
 Low precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint32, aligned_lowp_uint32, 4)
 Low precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint64, aligned_lowp_uint64, 8)
 Low precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint8_t, aligned_lowp_uint8_t, 1)
 Low precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint16_t, aligned_lowp_uint16_t, 2)
 Low precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint32_t, aligned_lowp_uint32_t, 4)
 Low precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint64_t, aligned_lowp_uint64_t, 8)
 Low precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u8, aligned_lowp_u8, 1)
 Low precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u16, aligned_lowp_u16, 2)
 Low precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u32, aligned_lowp_u32, 4)
 Low precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u64, aligned_lowp_u64, 8)
 Low precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint8, aligned_mediump_uint8, 1)
 Medium precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint16, aligned_mediump_uint16, 2)
 Medium precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint32, aligned_mediump_uint32, 4)
 Medium precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint64, aligned_mediump_uint64, 8)
 Medium precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint8_t, aligned_mediump_uint8_t, 1)
 Medium precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint16_t, aligned_mediump_uint16_t, 2)
 Medium precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint32_t, aligned_mediump_uint32_t, 4)
 Medium precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint64_t, aligned_mediump_uint64_t, 8)
 Medium precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u8, aligned_mediump_u8, 1)
 Medium precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u16, aligned_mediump_u16, 2)
 Medium precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u32, aligned_mediump_u32, 4)
 Medium precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u64, aligned_mediump_u64, 8)
 Medium precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint8, aligned_highp_uint8, 1)
 High precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint16, aligned_highp_uint16, 2)
 High precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint32, aligned_highp_uint32, 4)
 High precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint64, aligned_highp_uint64, 8)
 High precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint8_t, aligned_highp_uint8_t, 1)
 High precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint16_t, aligned_highp_uint16_t, 2)
 High precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint32_t, aligned_highp_uint32_t, 4)
 High precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint64_t, aligned_highp_uint64_t, 8)
 High precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u8, aligned_highp_u8, 1)
 High precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u16, aligned_highp_u16, 2)
 High precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u32, aligned_highp_u32, 4)
 High precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u64, aligned_highp_u64, 8)
 High precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint8, aligned_uint8, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint16, aligned_uint16, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint32, aligned_uint32, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint64, aligned_uint64, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint8_t, aligned_uint8_t, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint16_t, aligned_uint16_t, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint32_t, aligned_uint32_t, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint64_t, aligned_uint64_t, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u8, aligned_u8, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u16, aligned_u16, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u32, aligned_u32, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u64, aligned_u64, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec1, aligned_uvec1, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec2, aligned_uvec2, 8)
 Default precision 32 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec3, aligned_uvec3, 16)
 Default precision 32 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec4, aligned_uvec4, 16)
 Default precision 32 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec1, aligned_u8vec1, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec2, aligned_u8vec2, 2)
 Default precision 8 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec3, aligned_u8vec3, 4)
 Default precision 8 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec4, aligned_u8vec4, 4)
 Default precision 8 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec1, aligned_u16vec1, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec2, aligned_u16vec2, 4)
 Default precision 16 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec3, aligned_u16vec3, 8)
 Default precision 16 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec4, aligned_u16vec4, 8)
 Default precision 16 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec1, aligned_u32vec1, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec2, aligned_u32vec2, 8)
 Default precision 32 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec3, aligned_u32vec3, 16)
 Default precision 32 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec4, aligned_u32vec4, 16)
 Default precision 32 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec1, aligned_u64vec1, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec2, aligned_u64vec2, 16)
 Default precision 64 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec3, aligned_u64vec3, 32)
 Default precision 64 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec4, aligned_u64vec4, 32)
 Default precision 64 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (float32, aligned_float32, 4)
 32 bit single-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float64, aligned_float64, 8)
 64 bit double-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float32_t, aligned_float32_t, 4)
 32 bit single-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float64_t, aligned_float64_t, 8)
 64 bit double-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float32, aligned_f32, 4)
 32 bit single-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float64, aligned_f64, 8)
 64 bit double-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (vec1, aligned_vec1, 4)
 Single-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (vec2, aligned_vec2, 8)
 Single-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (vec3, aligned_vec3, 16)
 Single-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (vec4, aligned_vec4, 16)
 Single-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (fvec1, aligned_fvec1, 4)
 Single-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (fvec2, aligned_fvec2, 8)
 Single-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (fvec3, aligned_fvec3, 16)
 Single-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (fvec4, aligned_fvec4, 16)
 Single-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec1, aligned_f32vec1, 4)
 Single-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec2, aligned_f32vec2, 8)
 Single-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec3, aligned_f32vec3, 16)
 Single-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec4, aligned_f32vec4, 16)
 Single-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (dvec1, aligned_dvec1, 8)
 Double-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (dvec2, aligned_dvec2, 16)
 Double-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (dvec3, aligned_dvec3, 32)
 Double-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (dvec4, aligned_dvec4, 32)
 Double-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec1, aligned_f64vec1, 8)
 Double-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec2, aligned_f64vec2, 16)
 Double-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec3, aligned_f64vec3, 32)
 Double-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec4, aligned_f64vec4, 32)
 Double-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (mat2, aligned_mat2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat3, aligned_mat3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat4, aligned_mat4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat2x2, aligned_mat2x2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat3x3, aligned_mat3x3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat4x4, aligned_mat4x4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x2, aligned_fmat2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x3, aligned_fmat3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x4, aligned_fmat4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x2, aligned_fmat2x2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x3, aligned_fmat2x3, 16)
 Single-precision floating-point aligned 2x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x4, aligned_fmat2x4, 16)
 Single-precision floating-point aligned 2x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x2, aligned_fmat3x2, 16)
 Single-precision floating-point aligned 3x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x3, aligned_fmat3x3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x4, aligned_fmat3x4, 16)
 Single-precision floating-point aligned 3x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x2, aligned_fmat4x2, 16)
 Single-precision floating-point aligned 4x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x3, aligned_fmat4x3, 16)
 Single-precision floating-point aligned 4x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x4, aligned_fmat4x4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x2, aligned_f32mat2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x3, aligned_f32mat3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x4, aligned_f32mat4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x2, aligned_f32mat2x2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x3, aligned_f32mat2x3, 16)
 Single-precision floating-point aligned 2x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x4, aligned_f32mat2x4, 16)
 Single-precision floating-point aligned 2x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x2, aligned_f32mat3x2, 16)
 Single-precision floating-point aligned 3x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x3, aligned_f32mat3x3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x4, aligned_f32mat3x4, 16)
 Single-precision floating-point aligned 3x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x2, aligned_f32mat4x2, 16)
 Single-precision floating-point aligned 4x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x3, aligned_f32mat4x3, 16)
 Single-precision floating-point aligned 4x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x4, aligned_f32mat4x4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x2, aligned_f64mat2, 32)
 Double-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x3, aligned_f64mat3, 32)
 Double-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x4, aligned_f64mat4, 32)
 Double-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x2, aligned_f64mat2x2, 32)
 Double-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x3, aligned_f64mat2x3, 32)
 Double-precision floating-point aligned 2x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x4, aligned_f64mat2x4, 32)
 Double-precision floating-point aligned 2x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x2, aligned_f64mat3x2, 32)
 Double-precision floating-point aligned 3x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x3, aligned_f64mat3x3, 32)
 Double-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x4, aligned_f64mat3x4, 32)
 Double-precision floating-point aligned 3x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x2, aligned_f64mat4x2, 32)
 Double-precision floating-point aligned 4x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x3, aligned_f64mat4x3, 32)
 Double-precision floating-point aligned 4x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x4, aligned_f64mat4x4, 32)
 Double-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (quat, aligned_quat, 16)
 Single-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (fquat, aligned_fquat, 16)
 Single-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (dquat, aligned_dquat, 32)
 Double-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (f32quat, aligned_f32quat, 16)
 Single-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (f64quat, aligned_f64quat, 32)
 Double-precision floating-point aligned quaternion. More...
 
+

Detailed Description

+

GLM_GTX_type_aligned

+
See also
GLM Core (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file gtx/type_aligned.hpp.

+
+ + + + diff --git a/glm/doc/api/a00107_source.html b/glm/doc/api/a00107_source.html new file mode 100644 index 0000000..be87e5a --- /dev/null +++ b/glm/doc/api/a00107_source.html @@ -0,0 +1,812 @@ + + + + + + +0.9.9 API documenation: type_aligned.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtx/type_aligned.hpp
+
+
+Go to the documentation of this file.
1 
+
16 #pragma once
+
17 
+
18 // Dependency:
+
19 #include "../gtc/type_precision.hpp"
+
20 
+
21 #ifndef GLM_ENABLE_EXPERIMENTAL
+
22 # error "GLM: GLM_GTX_type_aligned is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
23 #endif
+
24 
+
25 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
26 # pragma message("GLM: GLM_GTX_type_aligned extension included")
+
27 #endif
+
28 
+
29 namespace glm
+
30 {
+
32  // Signed int vector types
+
33 
+
36 
+
39  GLM_ALIGNED_TYPEDEF(lowp_int8, aligned_lowp_int8, 1);
+
40 
+
43  GLM_ALIGNED_TYPEDEF(lowp_int16, aligned_lowp_int16, 2);
+
44 
+
47  GLM_ALIGNED_TYPEDEF(lowp_int32, aligned_lowp_int32, 4);
+
48 
+
51  GLM_ALIGNED_TYPEDEF(lowp_int64, aligned_lowp_int64, 8);
+
52 
+
53 
+
56  GLM_ALIGNED_TYPEDEF(lowp_int8_t, aligned_lowp_int8_t, 1);
+
57 
+
60  GLM_ALIGNED_TYPEDEF(lowp_int16_t, aligned_lowp_int16_t, 2);
+
61 
+
64  GLM_ALIGNED_TYPEDEF(lowp_int32_t, aligned_lowp_int32_t, 4);
+
65 
+
68  GLM_ALIGNED_TYPEDEF(lowp_int64_t, aligned_lowp_int64_t, 8);
+
69 
+
70 
+
73  GLM_ALIGNED_TYPEDEF(lowp_i8, aligned_lowp_i8, 1);
+
74 
+
77  GLM_ALIGNED_TYPEDEF(lowp_i16, aligned_lowp_i16, 2);
+
78 
+
81  GLM_ALIGNED_TYPEDEF(lowp_i32, aligned_lowp_i32, 4);
+
82 
+
85  GLM_ALIGNED_TYPEDEF(lowp_i64, aligned_lowp_i64, 8);
+
86 
+
87 
+
90  GLM_ALIGNED_TYPEDEF(mediump_int8, aligned_mediump_int8, 1);
+
91 
+
94  GLM_ALIGNED_TYPEDEF(mediump_int16, aligned_mediump_int16, 2);
+
95 
+
98  GLM_ALIGNED_TYPEDEF(mediump_int32, aligned_mediump_int32, 4);
+
99 
+
102  GLM_ALIGNED_TYPEDEF(mediump_int64, aligned_mediump_int64, 8);
+
103 
+
104 
+
107  GLM_ALIGNED_TYPEDEF(mediump_int8_t, aligned_mediump_int8_t, 1);
+
108 
+
111  GLM_ALIGNED_TYPEDEF(mediump_int16_t, aligned_mediump_int16_t, 2);
+
112 
+
115  GLM_ALIGNED_TYPEDEF(mediump_int32_t, aligned_mediump_int32_t, 4);
+
116 
+
119  GLM_ALIGNED_TYPEDEF(mediump_int64_t, aligned_mediump_int64_t, 8);
+
120 
+
121 
+
124  GLM_ALIGNED_TYPEDEF(mediump_i8, aligned_mediump_i8, 1);
+
125 
+
128  GLM_ALIGNED_TYPEDEF(mediump_i16, aligned_mediump_i16, 2);
+
129 
+
132  GLM_ALIGNED_TYPEDEF(mediump_i32, aligned_mediump_i32, 4);
+
133 
+
136  GLM_ALIGNED_TYPEDEF(mediump_i64, aligned_mediump_i64, 8);
+
137 
+
138 
+
141  GLM_ALIGNED_TYPEDEF(highp_int8, aligned_highp_int8, 1);
+
142 
+
145  GLM_ALIGNED_TYPEDEF(highp_int16, aligned_highp_int16, 2);
+
146 
+
149  GLM_ALIGNED_TYPEDEF(highp_int32, aligned_highp_int32, 4);
+
150 
+
153  GLM_ALIGNED_TYPEDEF(highp_int64, aligned_highp_int64, 8);
+
154 
+
155 
+
158  GLM_ALIGNED_TYPEDEF(highp_int8_t, aligned_highp_int8_t, 1);
+
159 
+
162  GLM_ALIGNED_TYPEDEF(highp_int16_t, aligned_highp_int16_t, 2);
+
163 
+
166  GLM_ALIGNED_TYPEDEF(highp_int32_t, aligned_highp_int32_t, 4);
+
167 
+
170  GLM_ALIGNED_TYPEDEF(highp_int64_t, aligned_highp_int64_t, 8);
+
171 
+
172 
+
175  GLM_ALIGNED_TYPEDEF(highp_i8, aligned_highp_i8, 1);
+
176 
+
179  GLM_ALIGNED_TYPEDEF(highp_i16, aligned_highp_i16, 2);
+
180 
+
183  GLM_ALIGNED_TYPEDEF(highp_i32, aligned_highp_i32, 4);
+
184 
+
187  GLM_ALIGNED_TYPEDEF(highp_i64, aligned_highp_i64, 8);
+
188 
+
189 
+
192  GLM_ALIGNED_TYPEDEF(int8, aligned_int8, 1);
+
193 
+
196  GLM_ALIGNED_TYPEDEF(int16, aligned_int16, 2);
+
197 
+
200  GLM_ALIGNED_TYPEDEF(int32, aligned_int32, 4);
+
201 
+
204  GLM_ALIGNED_TYPEDEF(int64, aligned_int64, 8);
+
205 
+
206 
+
209  GLM_ALIGNED_TYPEDEF(int8_t, aligned_int8_t, 1);
+
210 
+
213  GLM_ALIGNED_TYPEDEF(int16_t, aligned_int16_t, 2);
+
214 
+
217  GLM_ALIGNED_TYPEDEF(int32_t, aligned_int32_t, 4);
+
218 
+
221  GLM_ALIGNED_TYPEDEF(int64_t, aligned_int64_t, 8);
+
222 
+
223 
+
226  GLM_ALIGNED_TYPEDEF(i8, aligned_i8, 1);
+
227 
+
230  GLM_ALIGNED_TYPEDEF(i16, aligned_i16, 2);
+
231 
+
234  GLM_ALIGNED_TYPEDEF(i32, aligned_i32, 4);
+
235 
+
238  GLM_ALIGNED_TYPEDEF(i64, aligned_i64, 8);
+
239 
+
240 
+ +
244 
+ +
248 
+ +
252 
+ +
256 
+
257 
+
260  GLM_ALIGNED_TYPEDEF(i8vec1, aligned_i8vec1, 1);
+
261 
+
264  GLM_ALIGNED_TYPEDEF(i8vec2, aligned_i8vec2, 2);
+
265 
+
268  GLM_ALIGNED_TYPEDEF(i8vec3, aligned_i8vec3, 4);
+
269 
+
272  GLM_ALIGNED_TYPEDEF(i8vec4, aligned_i8vec4, 4);
+
273 
+
274 
+
277  GLM_ALIGNED_TYPEDEF(i16vec1, aligned_i16vec1, 2);
+
278 
+
281  GLM_ALIGNED_TYPEDEF(i16vec2, aligned_i16vec2, 4);
+
282 
+
285  GLM_ALIGNED_TYPEDEF(i16vec3, aligned_i16vec3, 8);
+
286 
+
289  GLM_ALIGNED_TYPEDEF(i16vec4, aligned_i16vec4, 8);
+
290 
+
291 
+
294  GLM_ALIGNED_TYPEDEF(i32vec1, aligned_i32vec1, 4);
+
295 
+
298  GLM_ALIGNED_TYPEDEF(i32vec2, aligned_i32vec2, 8);
+
299 
+
302  GLM_ALIGNED_TYPEDEF(i32vec3, aligned_i32vec3, 16);
+
303 
+
306  GLM_ALIGNED_TYPEDEF(i32vec4, aligned_i32vec4, 16);
+
307 
+
308 
+
311  GLM_ALIGNED_TYPEDEF(i64vec1, aligned_i64vec1, 8);
+
312 
+
315  GLM_ALIGNED_TYPEDEF(i64vec2, aligned_i64vec2, 16);
+
316 
+
319  GLM_ALIGNED_TYPEDEF(i64vec3, aligned_i64vec3, 32);
+
320 
+
323  GLM_ALIGNED_TYPEDEF(i64vec4, aligned_i64vec4, 32);
+
324 
+
325 
+
327  // Unsigned int vector types
+
328 
+
331  GLM_ALIGNED_TYPEDEF(lowp_uint8, aligned_lowp_uint8, 1);
+
332 
+
335  GLM_ALIGNED_TYPEDEF(lowp_uint16, aligned_lowp_uint16, 2);
+
336 
+
339  GLM_ALIGNED_TYPEDEF(lowp_uint32, aligned_lowp_uint32, 4);
+
340 
+
343  GLM_ALIGNED_TYPEDEF(lowp_uint64, aligned_lowp_uint64, 8);
+
344 
+
345 
+
348  GLM_ALIGNED_TYPEDEF(lowp_uint8_t, aligned_lowp_uint8_t, 1);
+
349 
+
352  GLM_ALIGNED_TYPEDEF(lowp_uint16_t, aligned_lowp_uint16_t, 2);
+
353 
+
356  GLM_ALIGNED_TYPEDEF(lowp_uint32_t, aligned_lowp_uint32_t, 4);
+
357 
+
360  GLM_ALIGNED_TYPEDEF(lowp_uint64_t, aligned_lowp_uint64_t, 8);
+
361 
+
362 
+
365  GLM_ALIGNED_TYPEDEF(lowp_u8, aligned_lowp_u8, 1);
+
366 
+
369  GLM_ALIGNED_TYPEDEF(lowp_u16, aligned_lowp_u16, 2);
+
370 
+
373  GLM_ALIGNED_TYPEDEF(lowp_u32, aligned_lowp_u32, 4);
+
374 
+
377  GLM_ALIGNED_TYPEDEF(lowp_u64, aligned_lowp_u64, 8);
+
378 
+
379 
+
382  GLM_ALIGNED_TYPEDEF(mediump_uint8, aligned_mediump_uint8, 1);
+
383 
+
386  GLM_ALIGNED_TYPEDEF(mediump_uint16, aligned_mediump_uint16, 2);
+
387 
+
390  GLM_ALIGNED_TYPEDEF(mediump_uint32, aligned_mediump_uint32, 4);
+
391 
+
394  GLM_ALIGNED_TYPEDEF(mediump_uint64, aligned_mediump_uint64, 8);
+
395 
+
396 
+
399  GLM_ALIGNED_TYPEDEF(mediump_uint8_t, aligned_mediump_uint8_t, 1);
+
400 
+
403  GLM_ALIGNED_TYPEDEF(mediump_uint16_t, aligned_mediump_uint16_t, 2);
+
404 
+
407  GLM_ALIGNED_TYPEDEF(mediump_uint32_t, aligned_mediump_uint32_t, 4);
+
408 
+
411  GLM_ALIGNED_TYPEDEF(mediump_uint64_t, aligned_mediump_uint64_t, 8);
+
412 
+
413 
+
416  GLM_ALIGNED_TYPEDEF(mediump_u8, aligned_mediump_u8, 1);
+
417 
+
420  GLM_ALIGNED_TYPEDEF(mediump_u16, aligned_mediump_u16, 2);
+
421 
+
424  GLM_ALIGNED_TYPEDEF(mediump_u32, aligned_mediump_u32, 4);
+
425 
+
428  GLM_ALIGNED_TYPEDEF(mediump_u64, aligned_mediump_u64, 8);
+
429 
+
430 
+
433  GLM_ALIGNED_TYPEDEF(highp_uint8, aligned_highp_uint8, 1);
+
434 
+
437  GLM_ALIGNED_TYPEDEF(highp_uint16, aligned_highp_uint16, 2);
+
438 
+
441  GLM_ALIGNED_TYPEDEF(highp_uint32, aligned_highp_uint32, 4);
+
442 
+
445  GLM_ALIGNED_TYPEDEF(highp_uint64, aligned_highp_uint64, 8);
+
446 
+
447 
+
450  GLM_ALIGNED_TYPEDEF(highp_uint8_t, aligned_highp_uint8_t, 1);
+
451 
+
454  GLM_ALIGNED_TYPEDEF(highp_uint16_t, aligned_highp_uint16_t, 2);
+
455 
+
458  GLM_ALIGNED_TYPEDEF(highp_uint32_t, aligned_highp_uint32_t, 4);
+
459 
+
462  GLM_ALIGNED_TYPEDEF(highp_uint64_t, aligned_highp_uint64_t, 8);
+
463 
+
464 
+
467  GLM_ALIGNED_TYPEDEF(highp_u8, aligned_highp_u8, 1);
+
468 
+
471  GLM_ALIGNED_TYPEDEF(highp_u16, aligned_highp_u16, 2);
+
472 
+
475  GLM_ALIGNED_TYPEDEF(highp_u32, aligned_highp_u32, 4);
+
476 
+
479  GLM_ALIGNED_TYPEDEF(highp_u64, aligned_highp_u64, 8);
+
480 
+
481 
+
484  GLM_ALIGNED_TYPEDEF(uint8, aligned_uint8, 1);
+
485 
+
488  GLM_ALIGNED_TYPEDEF(uint16, aligned_uint16, 2);
+
489 
+
492  GLM_ALIGNED_TYPEDEF(uint32, aligned_uint32, 4);
+
493 
+
496  GLM_ALIGNED_TYPEDEF(uint64, aligned_uint64, 8);
+
497 
+
498 
+
501  GLM_ALIGNED_TYPEDEF(uint8_t, aligned_uint8_t, 1);
+
502 
+
505  GLM_ALIGNED_TYPEDEF(uint16_t, aligned_uint16_t, 2);
+
506 
+
509  GLM_ALIGNED_TYPEDEF(uint32_t, aligned_uint32_t, 4);
+
510 
+
513  GLM_ALIGNED_TYPEDEF(uint64_t, aligned_uint64_t, 8);
+
514 
+
515 
+
518  GLM_ALIGNED_TYPEDEF(u8, aligned_u8, 1);
+
519 
+
522  GLM_ALIGNED_TYPEDEF(u16, aligned_u16, 2);
+
523 
+
526  GLM_ALIGNED_TYPEDEF(u32, aligned_u32, 4);
+
527 
+
530  GLM_ALIGNED_TYPEDEF(u64, aligned_u64, 8);
+
531 
+
532 
+ +
536 
+ +
540 
+ +
544 
+ +
548 
+
549 
+
552  GLM_ALIGNED_TYPEDEF(u8vec1, aligned_u8vec1, 1);
+
553 
+
556  GLM_ALIGNED_TYPEDEF(u8vec2, aligned_u8vec2, 2);
+
557 
+
560  GLM_ALIGNED_TYPEDEF(u8vec3, aligned_u8vec3, 4);
+
561 
+
564  GLM_ALIGNED_TYPEDEF(u8vec4, aligned_u8vec4, 4);
+
565 
+
566 
+
569  GLM_ALIGNED_TYPEDEF(u16vec1, aligned_u16vec1, 2);
+
570 
+
573  GLM_ALIGNED_TYPEDEF(u16vec2, aligned_u16vec2, 4);
+
574 
+
577  GLM_ALIGNED_TYPEDEF(u16vec3, aligned_u16vec3, 8);
+
578 
+
581  GLM_ALIGNED_TYPEDEF(u16vec4, aligned_u16vec4, 8);
+
582 
+
583 
+
586  GLM_ALIGNED_TYPEDEF(u32vec1, aligned_u32vec1, 4);
+
587 
+
590  GLM_ALIGNED_TYPEDEF(u32vec2, aligned_u32vec2, 8);
+
591 
+
594  GLM_ALIGNED_TYPEDEF(u32vec3, aligned_u32vec3, 16);
+
595 
+
598  GLM_ALIGNED_TYPEDEF(u32vec4, aligned_u32vec4, 16);
+
599 
+
600 
+
603  GLM_ALIGNED_TYPEDEF(u64vec1, aligned_u64vec1, 8);
+
604 
+
607  GLM_ALIGNED_TYPEDEF(u64vec2, aligned_u64vec2, 16);
+
608 
+
611  GLM_ALIGNED_TYPEDEF(u64vec3, aligned_u64vec3, 32);
+
612 
+
615  GLM_ALIGNED_TYPEDEF(u64vec4, aligned_u64vec4, 32);
+
616 
+
617 
+
619  // Float vector types
+
620 
+
623  GLM_ALIGNED_TYPEDEF(float32, aligned_float32, 4);
+
624 
+
627  GLM_ALIGNED_TYPEDEF(float64, aligned_float64, 8);
+
628 
+
629 
+
632  GLM_ALIGNED_TYPEDEF(float32_t, aligned_float32_t, 4);
+
633 
+
636  GLM_ALIGNED_TYPEDEF(float64_t, aligned_float64_t, 8);
+
637 
+
638 
+
641  GLM_ALIGNED_TYPEDEF(float32, aligned_f32, 4);
+
642 
+
645  GLM_ALIGNED_TYPEDEF(float64, aligned_f64, 8);
+
646 
+
647 
+ +
651 
+ +
655 
+ +
659 
+ +
663 
+
664 
+
667  GLM_ALIGNED_TYPEDEF(fvec1, aligned_fvec1, 4);
+
668 
+
671  GLM_ALIGNED_TYPEDEF(fvec2, aligned_fvec2, 8);
+
672 
+
675  GLM_ALIGNED_TYPEDEF(fvec3, aligned_fvec3, 16);
+
676 
+
679  GLM_ALIGNED_TYPEDEF(fvec4, aligned_fvec4, 16);
+
680 
+
681 
+
684  GLM_ALIGNED_TYPEDEF(f32vec1, aligned_f32vec1, 4);
+
685 
+
688  GLM_ALIGNED_TYPEDEF(f32vec2, aligned_f32vec2, 8);
+
689 
+
692  GLM_ALIGNED_TYPEDEF(f32vec3, aligned_f32vec3, 16);
+
693 
+
696  GLM_ALIGNED_TYPEDEF(f32vec4, aligned_f32vec4, 16);
+
697 
+
698 
+ +
702 
+ +
706 
+ +
710 
+ +
714 
+
715 
+
718  GLM_ALIGNED_TYPEDEF(f64vec1, aligned_f64vec1, 8);
+
719 
+
722  GLM_ALIGNED_TYPEDEF(f64vec2, aligned_f64vec2, 16);
+
723 
+
726  GLM_ALIGNED_TYPEDEF(f64vec3, aligned_f64vec3, 32);
+
727 
+
730  GLM_ALIGNED_TYPEDEF(f64vec4, aligned_f64vec4, 32);
+
731 
+
732 
+
734  // Float matrix types
+
735 
+
738  //typedef detail::tmat1<f32> mat1;
+
739 
+
742  GLM_ALIGNED_TYPEDEF(mat2, aligned_mat2, 16);
+
743 
+
746  GLM_ALIGNED_TYPEDEF(mat3, aligned_mat3, 16);
+
747 
+
750  GLM_ALIGNED_TYPEDEF(mat4, aligned_mat4, 16);
+
751 
+
752 
+
755  //typedef detail::tmat1x1<f32> mat1;
+
756 
+
759  GLM_ALIGNED_TYPEDEF(mat2x2, aligned_mat2x2, 16);
+
760 
+
763  GLM_ALIGNED_TYPEDEF(mat3x3, aligned_mat3x3, 16);
+
764 
+
767  GLM_ALIGNED_TYPEDEF(mat4x4, aligned_mat4x4, 16);
+
768 
+
769 
+
772  //typedef detail::tmat1x1<f32> fmat1;
+
773 
+
776  GLM_ALIGNED_TYPEDEF(fmat2x2, aligned_fmat2, 16);
+
777 
+
780  GLM_ALIGNED_TYPEDEF(fmat3x3, aligned_fmat3, 16);
+
781 
+
784  GLM_ALIGNED_TYPEDEF(fmat4x4, aligned_fmat4, 16);
+
785 
+
786 
+
789  //typedef f32 fmat1x1;
+
790 
+
793  GLM_ALIGNED_TYPEDEF(fmat2x2, aligned_fmat2x2, 16);
+
794 
+
797  GLM_ALIGNED_TYPEDEF(fmat2x3, aligned_fmat2x3, 16);
+
798 
+
801  GLM_ALIGNED_TYPEDEF(fmat2x4, aligned_fmat2x4, 16);
+
802 
+
805  GLM_ALIGNED_TYPEDEF(fmat3x2, aligned_fmat3x2, 16);
+
806 
+
809  GLM_ALIGNED_TYPEDEF(fmat3x3, aligned_fmat3x3, 16);
+
810 
+
813  GLM_ALIGNED_TYPEDEF(fmat3x4, aligned_fmat3x4, 16);
+
814 
+
817  GLM_ALIGNED_TYPEDEF(fmat4x2, aligned_fmat4x2, 16);
+
818 
+
821  GLM_ALIGNED_TYPEDEF(fmat4x3, aligned_fmat4x3, 16);
+
822 
+
825  GLM_ALIGNED_TYPEDEF(fmat4x4, aligned_fmat4x4, 16);
+
826 
+
827 
+
830  //typedef detail::tmat1x1<f32, defaultp> f32mat1;
+
831 
+
834  GLM_ALIGNED_TYPEDEF(f32mat2x2, aligned_f32mat2, 16);
+
835 
+
838  GLM_ALIGNED_TYPEDEF(f32mat3x3, aligned_f32mat3, 16);
+
839 
+
842  GLM_ALIGNED_TYPEDEF(f32mat4x4, aligned_f32mat4, 16);
+
843 
+
844 
+
847  //typedef f32 f32mat1x1;
+
848 
+
851  GLM_ALIGNED_TYPEDEF(f32mat2x2, aligned_f32mat2x2, 16);
+
852 
+
855  GLM_ALIGNED_TYPEDEF(f32mat2x3, aligned_f32mat2x3, 16);
+
856 
+
859  GLM_ALIGNED_TYPEDEF(f32mat2x4, aligned_f32mat2x4, 16);
+
860 
+
863  GLM_ALIGNED_TYPEDEF(f32mat3x2, aligned_f32mat3x2, 16);
+
864 
+
867  GLM_ALIGNED_TYPEDEF(f32mat3x3, aligned_f32mat3x3, 16);
+
868 
+
871  GLM_ALIGNED_TYPEDEF(f32mat3x4, aligned_f32mat3x4, 16);
+
872 
+
875  GLM_ALIGNED_TYPEDEF(f32mat4x2, aligned_f32mat4x2, 16);
+
876 
+
879  GLM_ALIGNED_TYPEDEF(f32mat4x3, aligned_f32mat4x3, 16);
+
880 
+
883  GLM_ALIGNED_TYPEDEF(f32mat4x4, aligned_f32mat4x4, 16);
+
884 
+
885 
+
888  //typedef detail::tmat1x1<f64, defaultp> f64mat1;
+
889 
+
892  GLM_ALIGNED_TYPEDEF(f64mat2x2, aligned_f64mat2, 32);
+
893 
+
896  GLM_ALIGNED_TYPEDEF(f64mat3x3, aligned_f64mat3, 32);
+
897 
+
900  GLM_ALIGNED_TYPEDEF(f64mat4x4, aligned_f64mat4, 32);
+
901 
+
902 
+
905  //typedef f64 f64mat1x1;
+
906 
+
909  GLM_ALIGNED_TYPEDEF(f64mat2x2, aligned_f64mat2x2, 32);
+
910 
+
913  GLM_ALIGNED_TYPEDEF(f64mat2x3, aligned_f64mat2x3, 32);
+
914 
+
917  GLM_ALIGNED_TYPEDEF(f64mat2x4, aligned_f64mat2x4, 32);
+
918 
+
921  GLM_ALIGNED_TYPEDEF(f64mat3x2, aligned_f64mat3x2, 32);
+
922 
+
925  GLM_ALIGNED_TYPEDEF(f64mat3x3, aligned_f64mat3x3, 32);
+
926 
+
929  GLM_ALIGNED_TYPEDEF(f64mat3x4, aligned_f64mat3x4, 32);
+
930 
+
933  GLM_ALIGNED_TYPEDEF(f64mat4x2, aligned_f64mat4x2, 32);
+
934 
+
937  GLM_ALIGNED_TYPEDEF(f64mat4x3, aligned_f64mat4x3, 32);
+
938 
+
941  GLM_ALIGNED_TYPEDEF(f64mat4x4, aligned_f64mat4x4, 32);
+
942 
+
943 
+
945  // Quaternion types
+
946 
+
949  GLM_ALIGNED_TYPEDEF(quat, aligned_quat, 16);
+
950 
+
953  GLM_ALIGNED_TYPEDEF(fquat, aligned_fquat, 16);
+
954 
+
957  GLM_ALIGNED_TYPEDEF(dquat, aligned_dquat, 32);
+
958 
+
961  GLM_ALIGNED_TYPEDEF(f32quat, aligned_f32quat, 16);
+
962 
+
965  GLM_ALIGNED_TYPEDEF(f64quat, aligned_f64quat, 32);
+
966 
+
968 }//namespace glm
+
969 
+
970 #include "type_aligned.inl"
+
detail::int8 lowp_int8_t
Low precision 8 bit signed integer type.
Definition: fwd.hpp:116
+
highp_i16vec1 i16vec1
Default precision 16 bit signed integer scalar type.
Definition: fwd.hpp:444
+
highp_f32vec1 f32vec1
Default single-precision floating-point vector of 1 components.
Definition: fwd.hpp:2397
+
GLM_ALIGNED_TYPEDEF(f64quat, aligned_f64quat, 32)
Double-precision floating-point aligned quaternion.
+
highp_f32mat2x4 f32mat2x4
Default single-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2421
+
detail::uint8 lowp_uint8
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:703
+
highp_f64vec4 f64vec4
Default double-precision floating-point vector of 4 components.
Definition: fwd.hpp:2515
+
mat3x3 mat3
3 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:411
+
highp_u32vec1 u32vec1
Default precision 32 bit unsigned integer scalar type.
Definition: fwd.hpp:1132
+
highp_dvec4 dvec4
4 components vector of double-precision floating-point numbers.
Definition: type_vec.hpp:491
+
detail::int8 mediump_int8
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:148
+
detail::int8 mediump_i8
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:180
+
detail::uint8 highp_u8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:837
+
detail::int8 mediump_int8_t
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:164
+
detail::uint64 highp_uint64_t
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:833
+
detail::uint16 highp_uint16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:809
+
detail::uint32 highp_uint32_t
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:829
+
detail::int32 mediump_i32
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:188
+
detail::int8 highp_i8
High precision 8 bit signed integer type.
Definition: fwd.hpp:228
+
highp_i64vec2 i64vec2
Default precision 64 bit signed integer vector of 2 components type.
Definition: fwd.hpp:686
+
highp_u32vec3 u32vec3
Default precision 32 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1140
+
detail::uint16 lowp_uint16
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:707
+
highp_u8vec3 u8vec3
Default precision 8 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:981
+
highp_f32mat3x3 f32mat3x3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2429
+
highp_mat4x4 mat4x4
4 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:399
+
detail::int64 mediump_i64
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:192
+
highp_dvec2 dvec2
2 components vector of double-precision floating-point numbers.
Definition: type_vec.hpp:481
+
highp_u16vec4 u16vec4
Default precision 16 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1065
+
detail::uint64 highp_u64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:849
+
highp_f64vec1 f64vec1
Default double-precision floating-point vector of 1 components.
Definition: fwd.hpp:2503
+
highp_u64vec4 u64vec4
Default precision 64 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1303
+
detail::int8 lowp_int8
Low precision 8 bit signed integer type.
Definition: fwd.hpp:100
+
detail::int16 lowp_int16
Low precision 16 bit signed integer type.
Definition: fwd.hpp:104
+
aligned_highp_dvec4 aligned_dvec4
4 components vector of double-precision floating-point numbers.
+
highp_i16vec4 i16vec4
Default precision 16 bit signed integer vector of 4 components type.
Definition: fwd.hpp:456
+
detail::int16 i16
16 bit signed integer type.
Definition: fwd.hpp:289
+
aligned_highp_dvec1 aligned_dvec1
1 component vector of double-precision floating-point numbers.
+
highp_f64mat3x2 f64mat3x2
Default double-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2531
+
detail::int32 lowp_i32
Low precision 32 bit signed integer type.
Definition: fwd.hpp:140
+
detail::uint8 uint8_t
8 bit unsigned integer type.
Definition: fwd.hpp:877
+
detail::int32 lowp_int32_t
Low precision 32 bit signed integer type.
Definition: fwd.hpp:124
+
detail::uint8 highp_uint8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:805
+
detail::int32 highp_i32
High precision 32 bit signed integer type.
Definition: fwd.hpp:236
+
detail::uint8 mediump_uint8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:755
+
detail::uint8 mediump_u8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:787
+
highp_f32mat2x3 fmat2x3
Default single-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2347
+
highp_f32mat4x2 f32mat4x2
Default single-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2437
+
detail::uint16 highp_u16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:841
+
detail::uint32 highp_u32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:845
+
detail::uint32 u32
32 bit unsigned integer type.
Definition: fwd.hpp:902
+
highp_f64mat4x4 f64mat4x4
Default double-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2551
+
detail::int8 highp_int8
High precision 8 bit signed integer type.
Definition: fwd.hpp:196
+
highp_f64mat2x3 f64mat2x3
Default double-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2523
+
highp_u16vec3 u16vec3
Default precision 16 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1061
+
highp_i16vec2 i16vec2
Default precision 16 bit signed integer vector of 2 components type.
Definition: fwd.hpp:448
+
highp_uvec3 uvec3
3 components vector of unsigned integer numbers.
Definition: type_vec.hpp:540
+
detail::uint32 lowp_uint32
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:711
+
detail::int16 mediump_int16_t
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:168
+
detail::int8 int8_t
8 bit signed integer type.
Definition: fwd.hpp:268
+
highp_ivec4 ivec4
4 components vector of signed integer numbers.
Definition: type_vec.hpp:518
+
detail::uint64 mediump_uint64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:767
+
highp_f32mat4x3 fmat4x3
Default single-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2371
+
detail::uint16 u16
16 bit unsigned integer type.
Definition: fwd.hpp:898
+
highp_mat3x3 mat3x3
3 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:379
+
highp_f32vec4 fvec4
Default single-precision floating-point vector of 4 components.
Definition: fwd.hpp:2339
+
highp_u32vec2 u32vec2
Default precision 32 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1136
+
highp_f32mat2x2 f32mat2x2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2413
+
highp_ivec3 ivec3
3 components vector of signed integer numbers.
Definition: type_vec.hpp:513
+
detail::int32 mediump_int32
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:156
+
highp_mat2x2 mat2x2
2 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:359
+
detail::int16 highp_i16
High precision 16 bit signed integer type.
Definition: fwd.hpp:232
+
highp_f32mat3x2 f32mat3x2
Default single-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2425
+
detail::uint8 highp_uint8_t
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:821
+
highp_f64mat4x2 f64mat4x2
Default double-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2543
+
highp_f64mat3x4 f64mat3x4
Default double-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2539
+
highp_dvec3 dvec3
3 components vector of double-precision floating-point numbers.
Definition: type_vec.hpp:486
+
highp_f32mat4x4 fmat4x4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2375
+
highp_float32_t float32_t
Default 32 bit single-precision floating-point scalar.
Definition: fwd.hpp:1497
+
detail::uint64 highp_uint64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:817
+
highp_u64vec1 u64vec1
Default precision 64 bit unsigned integer scalar type.
Definition: fwd.hpp:1291
+
detail::int64 lowp_i64
Low precision 64 bit signed integer type.
Definition: fwd.hpp:144
+
highp_f64vec3 f64vec3
Default double-precision floating-point vector of 3 components.
Definition: fwd.hpp:2511
+
detail::int32 lowp_int32
Low precision 32 bit signed integer type.
Definition: fwd.hpp:108
+
detail::uint64 lowp_uint64_t
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:732
+
highp_i32vec1 i32vec1
Default precision 32 bit signed integer scalar type.
Definition: fwd.hpp:523
+
highp_uvec2 uvec2
2 components vector of unsigned integer numbers.
Definition: type_vec.hpp:535
+
detail::uint32 lowp_u32
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:745
+
highp_u8vec2 u8vec2
Default precision 8 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:977
+
highp_i16vec3 i16vec3
Default precision 16 bit signed integer vector of 3 components type.
Definition: fwd.hpp:452
+
highp_f32vec2 f32vec2
Default single-precision floating-point vector of 2 components.
Definition: fwd.hpp:2401
+
aligned_highp_ivec1 aligned_ivec1
1 component vector of signed integer numbers.
+
detail::uint8 lowp_uint8_t
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:720
+
highp_i64vec4 i64vec4
Default precision 64 bit signed integer vector of 4 components type.
Definition: fwd.hpp:694
+
highp_f32vec2 fvec2
Default single-precision floating-point vector of 2 components.
Definition: fwd.hpp:2331
+
aligned_highp_dvec3 aligned_dvec3
3 components vector of double-precision floating-point numbers.
+
highp_f32vec4 f32vec4
Default single-precision floating-point vector of 4 components.
Definition: fwd.hpp:2409
+
detail::uint64 lowp_u64
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:749
+
aligned_highp_vec2 aligned_vec2
2 components vector of floating-point numbers.
+
detail::int8 i8
8 bit signed integer type.
Definition: fwd.hpp:285
+
highp_f32mat2x2 fmat2x2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2343
+
highp_i64vec3 i64vec3
Default precision 64 bit signed integer vector of 3 components type.
Definition: fwd.hpp:690
+
highp_vec3 vec3
3 components vector of floating-point numbers.
Definition: type_vec.hpp:459
+
detail::int16 lowp_i16
Low precision 16 bit signed integer type.
Definition: fwd.hpp:136
+
detail::uint64 lowp_uint64
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:715
+
detail::int64 highp_int64
High precision 64 bit signed integer type.
Definition: fwd.hpp:208
+
detail::uint8 u8
8 bit unsigned integer type.
Definition: fwd.hpp:894
+
detail::uint32 mediump_u32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:795
+
highp_f64mat2x2 f64mat2x2
Default double-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2519
+
detail::int64 lowp_int64_t
Low precision 64 bit signed integer type.
Definition: fwd.hpp:128
+
detail::uint16 lowp_u16
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:741
+
highp_u16vec2 u16vec2
Default precision 16 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1057
+
aligned_highp_uvec4 aligned_uvec4
4 components vector of unsigned integer numbers.
+
detail::uint32 mediump_uint32_t
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:779
+
highp_u16vec1 u16vec1
Default precision 16 bit unsigned integer scalar type.
Definition: fwd.hpp:1053
+
highp_f64quat f64quat
Default double-precision floating-point quaternion.
Definition: fwd.hpp:2567
+
detail::uint16 lowp_uint16_t
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:724
+
detail::int64 highp_i64
High precision 64 bit signed integer type.
Definition: fwd.hpp:240
+
detail::int16 mediump_i16
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:184
+
highp_u64vec2 u64vec2
Default precision 64 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1295
+
detail::int32 highp_int32
High precision 32 bit signed integer type.
Definition: fwd.hpp:204
+
highp_f32mat2x3 f32mat2x3
Default single-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2417
+
highp_u32vec4 u32vec4
Default precision 32 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1144
+
highp_vec2 vec2
2 components vector of floating-point numbers.
Definition: type_vec.hpp:454
+
mat4x4 mat4
4 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:416
+
aligned_highp_uvec3 aligned_uvec3
3 components vector of unsigned integer numbers.
+
detail::int32 mediump_int32_t
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:172
+
detail::int32 int32_t
32 bit signed integer type.
Definition: fwd.hpp:276
+
detail::uint16 mediump_u16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:791
+
detail::uint16 highp_uint16_t
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:825
+
detail::uint32 mediump_uint32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:763
+
Definition: _noise.hpp:11
+
detail::uint64 uint64_t
64 bit unsigned integer type.
Definition: fwd.hpp:889
+
highp_i8vec2 i8vec2
Default precision 8 bit signed integer vector of 2 components type.
Definition: fwd.hpp:368
+
highp_f32mat4x3 f32mat4x3
Default single-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2441
+
highp_f64mat4x3 f64mat4x3
Default double-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2547
+
highp_f32mat2x4 fmat2x4
Default single-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2351
+
detail::uint8 mediump_uint8_t
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:771
+
highp_f32mat3x4 fmat3x4
Default single-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2363
+
highp_i32vec2 i32vec2
Default precision 32 bit signed integer vector of 2 components type.
Definition: fwd.hpp:527
+
highp_float64_t float64_t
Default 64 bit double-precision floating-point scalar.
Definition: fwd.hpp:1501
+
aligned_highp_uvec1 aligned_uvec1
1 component vector of unsigned integer numbers.
+
highp_i8vec3 i8vec3
Default precision 8 bit signed integer vector of 3 components type.
Definition: fwd.hpp:372
+
detail::int64 mediump_int64_t
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:176
+
highp_f32mat4x4 f32mat4x4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2445
+
highp_i8vec1 i8vec1
Default precision 8 bit signed integer scalar type.
Definition: fwd.hpp:364
+
highp_i32vec4 i32vec4
Default precision 32 bit signed integer vector of 4 components type.
Definition: fwd.hpp:535
+
aligned_highp_vec4 aligned_vec4
4 components vector of floating-point numbers.
+
detail::int8 lowp_i8
Low precision 8 bit signed integer type.
Definition: fwd.hpp:132
+
highp_f32vec3 f32vec3
Default single-precision floating-point vector of 3 components.
Definition: fwd.hpp:2405
+
highp_f32vec1 fvec1
Default single-precision floating-point vector of 1 components.
Definition: fwd.hpp:2327
+
detail::int32 highp_int32_t
32 bit signed integer type.
Definition: fwd.hpp:220
+
detail::int64 mediump_int64
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:160
+
detail::uint64 mediump_u64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:799
+
highp_u64vec3 u64vec3
Default precision 64 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1299
+
aligned_highp_ivec4 aligned_ivec4
4 components vector of signed integer numbers.
+
highp_f32mat3x3 fmat3x3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2359
+
highp_i8vec4 i8vec4
Default precision 8 bit signed integer vector of 4 components type.
Definition: fwd.hpp:376
+
highp_f32vec3 fvec3
Default single-precision floating-point vector of 3 components.
Definition: fwd.hpp:2335
+
detail::uint8 lowp_u8
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:737
+
detail::uint32 highp_uint32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:813
+
mat2x2 mat2
2 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:406
+
highp_f32mat4x2 fmat4x2
Default single-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2367
+
detail::uint16 mediump_uint16_t
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:775
+
detail::uint32 uint32_t
32 bit unsigned integer type.
Definition: fwd.hpp:885
+
detail::uint64 mediump_uint64_t
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:783
+
highp_vec4 vec4
4 components vector of floating-point numbers.
Definition: type_vec.hpp:464
+
highp_i32vec3 i32vec3
Default precision 32 bit signed integer vector of 3 components type.
Definition: fwd.hpp:531
+
highp_f32mat3x4 f32mat3x4
Default single-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2433
+
aligned_highp_dvec2 aligned_dvec2
2 components vector of double-precision floating-point numbers.
+
aligned_highp_uvec2 aligned_uvec2
2 components vector of unsigned integer numbers.
+
highp_u8vec4 u8vec4
Default precision 8 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:985
+
detail::int64 highp_int64_t
High precision 64 bit signed integer type.
Definition: fwd.hpp:224
+
highp_i64vec1 i64vec1
Default precision 64 bit signed integer scalar type.
Definition: fwd.hpp:682
+
highp_ivec2 ivec2
2 components vector of signed integer numbers.
Definition: type_vec.hpp:508
+
detail::uint16 mediump_uint16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:759
+
detail::uint64 u64
64 bit unsigned integer type.
Definition: fwd.hpp:906
+
detail::int64 lowp_int64
Low precision 64 bit signed integer type.
Definition: fwd.hpp:112
+
detail::int16 lowp_int16_t
Low precision 16 bit signed integer type.
Definition: fwd.hpp:120
+
detail::int16 mediump_int16
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:152
+
aligned_highp_vec1 aligned_vec1
1 component vector of floating-point numbers.
+
detail::int16 int16_t
16 bit signed integer type.
Definition: fwd.hpp:272
+
detail::int64 int64_t
64 bit signed integer type.
Definition: fwd.hpp:280
+
detail::int32 i32
32 bit signed integer type.
Definition: fwd.hpp:293
+
detail::uint32 lowp_uint32_t
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:728
+
aligned_highp_ivec2 aligned_ivec2
2 components vector of signed integer numbers.
+
aligned_highp_ivec3 aligned_ivec3
3 components vector of signed integer numbers.
+
detail::int16 highp_int16
High precision 16 bit signed integer type.
Definition: fwd.hpp:200
+
detail::uint16 uint16_t
16 bit unsigned integer type.
Definition: fwd.hpp:881
+
highp_f32quat f32quat
Default single-precision floating-point quaternion.
Definition: fwd.hpp:2461
+
highp_f64vec2 f64vec2
Default double-precision floating-point vector of 2 components.
Definition: fwd.hpp:2507
+
highp_uvec4 uvec4
4 components vector of unsigned integer numbers.
Definition: type_vec.hpp:545
+
detail::int64 i64
64 bit signed integer type.
Definition: fwd.hpp:297
+
highp_f64mat2x4 f64mat2x4
Default double-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2527
+
highp_f64mat3x3 f64mat3x3
Default double-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2535
+
detail::int16 highp_int16_t
High precision 16 bit signed integer type.
Definition: fwd.hpp:216
+
highp_f32mat3x2 fmat3x2
Default single-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2355
+
aligned_highp_vec3 aligned_vec3
3 components vector of floating-point numbers.
+
highp_u8vec1 u8vec1
Default precision 8 bit unsigned integer scalar type.
Definition: fwd.hpp:973
+
detail::int8 highp_int8_t
High precision 8 bit signed integer type.
Definition: fwd.hpp:212
+
+ + + + diff --git a/glm/doc/api/a00108.html b/glm/doc/api/a00108.html new file mode 100644 index 0000000..02c3a23 --- /dev/null +++ b/glm/doc/api/a00108.html @@ -0,0 +1,129 @@ + + + + + + +0.9.9 API documenation: type_float.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
type_float.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + +

+Typedefs

typedef float float32
 Default 32 bit single-precision floating-point scalar. More...
 
typedef double float64
 Default 64 bit double-precision floating-point scalar. More...
 
typedef highp_float_t highp_float
 High precision floating-point numbers. More...
 
typedef lowp_float_t lowp_float
 Low precision floating-point numbers. More...
 
typedef mediump_float_t mediump_float
 Medium precision floating-point numbers. More...
 
+

Detailed Description

+

GLM Core

+ +

Definition in file type_float.hpp.

+
+ + + + diff --git a/glm/doc/api/a00108_source.html b/glm/doc/api/a00108_source.html new file mode 100644 index 0000000..53a5ed2 --- /dev/null +++ b/glm/doc/api/a00108_source.html @@ -0,0 +1,152 @@ + + + + + + +0.9.9 API documenation: type_float.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_float.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "setup.hpp"
+
7 
+
8 namespace glm{
+
9 namespace detail
+
10 {
+
11  typedef float float32;
+
12  typedef double float64;
+
13 }//namespace detail
+
14 
+
15  typedef float lowp_float_t;
+
16  typedef float mediump_float_t;
+
17  typedef double highp_float_t;
+
18 
+
21 
+
27  typedef lowp_float_t lowp_float;
+
28 
+
34  typedef mediump_float_t mediump_float;
+
35 
+
41  typedef highp_float_t highp_float;
+
42 
+
43 #if(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
44  typedef mediump_float float_t;
+
45 #elif(defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
46  typedef highp_float float_t;
+
47 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT))
+
48  typedef mediump_float float_t;
+
49 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && defined(GLM_PRECISION_LOWP_FLOAT))
+
50  typedef lowp_float float_t;
+
51 #else
+
52 # error "GLM error: multiple default precision requested for floating-point types"
+
53 #endif
+
54 
+
55  typedef float float32;
+
56  typedef double float64;
+
57 
+
59 // check type sizes
+
60 #ifndef GLM_STATIC_ASSERT_NULL
+
61  GLM_STATIC_ASSERT(sizeof(glm::float32) == 4, "float32 size isn't 4 bytes on this platform");
+
62  GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform");
+
63 #endif//GLM_STATIC_ASSERT_NULL
+
64 
+
66 
+
67 }//namespace glm
+
float float32
Default 32 bit single-precision floating-point scalar.
Definition: type_float.hpp:55
+
mediump_float_t mediump_float
Medium precision floating-point numbers.
Definition: type_float.hpp:34
+
double float64
Default 64 bit double-precision floating-point scalar.
Definition: type_float.hpp:56
+
lowp_float_t lowp_float
Low precision floating-point numbers.
Definition: type_float.hpp:27
+
GLM Core
+
highp_float_t highp_float
High precision floating-point numbers.
Definition: type_float.hpp:41
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00109.html b/glm/doc/api/a00109.html new file mode 100644 index 0000000..91b7502 --- /dev/null +++ b/glm/doc/api/a00109.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_gentype.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_gentype.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_gentype.hpp.

+
+ + + + diff --git a/glm/doc/api/a00109_source.html b/glm/doc/api/a00109_source.html new file mode 100644 index 0000000..f0a21a0 --- /dev/null +++ b/glm/doc/api/a00109_source.html @@ -0,0 +1,287 @@ + + + + + + +0.9.9 API documenation: type_gentype.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_gentype.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 namespace glm
+
7 {
+
8  enum profile
+
9  {
+
10  nice,
+
11  fast,
+
12  simd
+
13  };
+
14 
+
15  typedef std::size_t sizeType;
+
16 
+
17 namespace detail
+
18 {
+
19  template
+
20  <
+
21  typename VALTYPE,
+
22  template <typename> class TYPE
+
23  >
+
24  struct genType
+
25  {
+
26  public:
+
27  enum ctor{null};
+
28 
+
29  typedef VALTYPE value_type;
+
30  typedef VALTYPE & value_reference;
+
31  typedef VALTYPE * value_pointer;
+
32  typedef VALTYPE const * value_const_pointer;
+
33  typedef TYPE<bool> bool_type;
+
34 
+
35  typedef sizeType size_type;
+
36  static bool is_vector();
+
37  static bool is_matrix();
+
38 
+
39  typedef TYPE<VALTYPE> type;
+
40  typedef TYPE<VALTYPE> * pointer;
+
41  typedef TYPE<VALTYPE> const * const_pointer;
+
42  typedef TYPE<VALTYPE> const * const const_pointer_const;
+
43  typedef TYPE<VALTYPE> * const pointer_const;
+
44  typedef TYPE<VALTYPE> & reference;
+
45  typedef TYPE<VALTYPE> const & const_reference;
+
46  typedef TYPE<VALTYPE> const & param_type;
+
47 
+
49  // Address (Implementation details)
+
50 
+
51  value_const_pointer value_address() const{return value_pointer(this);}
+
52  value_pointer value_address(){return value_pointer(this);}
+
53 
+
54  //protected:
+
55  // enum kind
+
56  // {
+
57  // GEN_TYPE,
+
58  // VEC_TYPE,
+
59  // MAT_TYPE
+
60  // };
+
61 
+
62  // typedef typename TYPE::kind kind;
+
63  };
+
64 
+
65  template
+
66  <
+
67  typename VALTYPE,
+
68  template <typename> class TYPE
+
69  >
+
70  bool genType<VALTYPE, TYPE>::is_vector()
+
71  {
+
72  return true;
+
73  }
+
74 /*
+
75  template <typename valTypeT, unsigned int colT, unsigned int rowT, profile proT = nice>
+
76  class base
+
77  {
+
78  public:
+
80  // Traits
+
81 
+
82  typedef sizeType size_type;
+
83  typedef valTypeT value_type;
+
84 
+
85  typedef base<value_type, colT, rowT> class_type;
+
86 
+
87  typedef base<bool, colT, rowT> bool_type;
+
88  typedef base<value_type, rowT, 1> col_type;
+
89  typedef base<value_type, colT, 1> row_type;
+
90  typedef base<value_type, rowT, colT> transpose_type;
+
91 
+
92  static size_type col_size();
+
93  static size_type row_size();
+
94  static size_type value_size();
+
95  static bool is_scalar();
+
96  static bool is_vector();
+
97  static bool is_matrix();
+
98 
+
99  private:
+
100  // Data
+
101  col_type value[colT];
+
102 
+
103  public:
+
105  // Constructors
+
106  base();
+
107  base(class_type const & m);
+
108 
+
109  explicit base(T const & x);
+
110  explicit base(value_type const * const x);
+
111  explicit base(col_type const * const x);
+
112 
+
114  // Conversions
+
115  template <typename vU, uint cU, uint rU, profile pU>
+
116  explicit base(base<vU, cU, rU, pU> const & m);
+
117 
+
119  // Accesses
+
120  col_type& operator[](size_type i);
+
121  col_type const & operator[](size_type i) const;
+
122 
+
124  // Unary updatable operators
+
125  class_type& operator= (class_type const & x);
+
126  class_type& operator+= (T const & x);
+
127  class_type& operator+= (class_type const & x);
+
128  class_type& operator-= (T const & x);
+
129  class_type& operator-= (class_type const & x);
+
130  class_type& operator*= (T const & x);
+
131  class_type& operator*= (class_type const & x);
+
132  class_type& operator/= (T const & x);
+
133  class_type& operator/= (class_type const & x);
+
134  class_type& operator++ ();
+
135  class_type& operator-- ();
+
136  };
+
137 */
+
138 
+
139  //template <typename T>
+
140  //struct traits
+
141  //{
+
142  // static const bool is_signed = false;
+
143  // static const bool is_float = false;
+
144  // static const bool is_vector = false;
+
145  // static const bool is_matrix = false;
+
146  // static const bool is_genType = false;
+
147  // static const bool is_genIType = false;
+
148  // static const bool is_genUType = false;
+
149  //};
+
150 
+
151  //template <>
+
152  //struct traits<half>
+
153  //{
+
154  // static const bool is_float = true;
+
155  // static const bool is_genType = true;
+
156  //};
+
157 
+
158  //template <>
+
159  //struct traits<float>
+
160  //{
+
161  // static const bool is_float = true;
+
162  // static const bool is_genType = true;
+
163  //};
+
164 
+
165  //template <>
+
166  //struct traits<double>
+
167  //{
+
168  // static const bool is_float = true;
+
169  // static const bool is_genType = true;
+
170  //};
+
171 
+
172  //template <typename genType>
+
173  //struct desc
+
174  //{
+
175  // typedef genType type;
+
176  // typedef genType * pointer;
+
177  // typedef genType const* const_pointer;
+
178  // typedef genType const *const const_pointer_const;
+
179  // typedef genType *const pointer_const;
+
180  // typedef genType & reference;
+
181  // typedef genType const& const_reference;
+
182  // typedef genType const& param_type;
+
183 
+
184  // typedef typename genType::value_type value_type;
+
185  // typedef typename genType::size_type size_type;
+
186  // static const typename size_type value_size;
+
187  //};
+
188 
+
189  //template <typename genType>
+
190  //const typename desc<genType>::size_type desc<genType>::value_size = genType::value_size();
+
191 
+
192 }//namespace detail
+
193 }//namespace glm
+
194 
+
195 //#include "type_gentype.inl"
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00110.html b/glm/doc/api/a00110.html new file mode 100644 index 0000000..e899cc8 --- /dev/null +++ b/glm/doc/api/a00110.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_half.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_half.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_half.hpp.

+
+ + + + diff --git a/glm/doc/api/a00110_source.html b/glm/doc/api/a00110_source.html new file mode 100644 index 0000000..d37768b --- /dev/null +++ b/glm/doc/api/a00110_source.html @@ -0,0 +1,118 @@ + + + + + + +0.9.9 API documenation: type_half.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_half.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "setup.hpp"
+
7 
+
8 namespace glm{
+
9 namespace detail
+
10 {
+
11  typedef short hdata;
+
12 
+
13  GLM_FUNC_DECL float toFloat32(hdata value);
+
14  GLM_FUNC_DECL hdata toFloat16(float const & value);
+
15 
+
16 }//namespace detail
+
17 }//namespace glm
+
18 
+
19 #include "type_half.inl"
+
GLM Core
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00111.html b/glm/doc/api/a00111.html new file mode 100644 index 0000000..74865e6 --- /dev/null +++ b/glm/doc/api/a00111.html @@ -0,0 +1,159 @@ + + + + + + +0.9.9 API documenation: type_int.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
type_int.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef detail::highp_int_t highp_int
 High precision signed integer. More...
 
typedef detail::highp_uint_t highp_uint
 High precision unsigned integer. More...
 
typedef detail::int16 int16
 16 bit signed integer type. More...
 
typedef detail::int32 int32
 32 bit signed integer type. More...
 
typedef detail::int64 int64
 64 bit signed integer type. More...
 
typedef detail::int8 int8
 8 bit signed integer type. More...
 
typedef detail::lowp_int_t lowp_int
 Low precision signed integer. More...
 
typedef detail::lowp_uint_t lowp_uint
 Low precision unsigned integer. More...
 
typedef detail::mediump_int_t mediump_int
 Medium precision signed integer. More...
 
typedef detail::mediump_uint_t mediump_uint
 Medium precision unsigned integer. More...
 
typedef unsigned int uint
 Unsigned integer type. More...
 
typedef detail::uint16 uint16
 16 bit unsigned integer type. More...
 
typedef detail::uint32 uint32
 32 bit unsigned integer type. More...
 
typedef detail::uint64 uint64
 64 bit unsigned integer type. More...
 
typedef detail::uint8 uint8
 8 bit unsigned integer type. More...
 
+

Detailed Description

+

GLM Core

+ +

Definition in file type_int.hpp.

+
+ + + + diff --git a/glm/doc/api/a00111_source.html b/glm/doc/api/a00111_source.html new file mode 100644 index 0000000..4f85347 --- /dev/null +++ b/glm/doc/api/a00111_source.html @@ -0,0 +1,391 @@ + + + + + + +0.9.9 API documenation: type_int.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_int.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "setup.hpp"
+
7 #if GLM_HAS_MAKE_SIGNED
+
8 # include <type_traits>
+
9 #endif
+
10 
+
11 #if GLM_HAS_EXTENDED_INTEGER_TYPE
+
12 # include <cstdint>
+
13 #endif
+
14 
+
15 namespace glm{
+
16 namespace detail
+
17 {
+
18 # if GLM_HAS_EXTENDED_INTEGER_TYPE
+
19  typedef std::int8_t int8;
+
20  typedef std::int16_t int16;
+
21  typedef std::int32_t int32;
+
22  typedef std::int64_t int64;
+
23 
+
24  typedef std::uint8_t uint8;
+
25  typedef std::uint16_t uint16;
+
26  typedef std::uint32_t uint32;
+
27  typedef std::uint64_t uint64;
+
28 # else
+
29 # if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) // C99 detected, 64 bit types available
+
30  typedef int64_t sint64;
+
31  typedef uint64_t uint64;
+
32 
+
33 # elif GLM_COMPILER & GLM_COMPILER_VC
+
34  typedef signed __int64 sint64;
+
35  typedef unsigned __int64 uint64;
+
36 
+
37 # elif GLM_COMPILER & GLM_COMPILER_GCC
+
38 # pragma GCC diagnostic ignored "-Wlong-long"
+
39  __extension__ typedef signed long long sint64;
+
40  __extension__ typedef unsigned long long uint64;
+
41 
+
42 # elif (GLM_COMPILER & GLM_COMPILER_CLANG)
+
43 # pragma clang diagnostic ignored "-Wc++11-long-long"
+
44  typedef signed long long sint64;
+
45  typedef unsigned long long uint64;
+
46 
+
47 # else//unknown compiler
+
48  typedef signed long long sint64;
+
49  typedef unsigned long long uint64;
+
50 # endif//GLM_COMPILER
+
51 
+
52  typedef signed char int8;
+
53  typedef signed short int16;
+
54  typedef signed int int32;
+
55  typedef sint64 int64;
+
56 
+
57  typedef unsigned char uint8;
+
58  typedef unsigned short uint16;
+
59  typedef unsigned int uint32;
+
60  typedef uint64 uint64;
+
61 #endif//
+
62 
+
63  typedef signed int lowp_int_t;
+
64  typedef signed int mediump_int_t;
+
65  typedef signed int highp_int_t;
+
66 
+
67  typedef unsigned int lowp_uint_t;
+
68  typedef unsigned int mediump_uint_t;
+
69  typedef unsigned int highp_uint_t;
+
70 
+
71 # if GLM_HAS_MAKE_SIGNED
+
72  using std::make_signed;
+
73  using std::make_unsigned;
+
74 
+
75 # else//GLM_HAS_MAKE_SIGNED
+
76  template <typename genType>
+
77  struct make_signed
+
78  {};
+
79 
+
80  template <>
+
81  struct make_signed<char>
+
82  {
+
83  typedef char type;
+
84  };
+
85 
+
86  template <>
+
87  struct make_signed<short>
+
88  {
+
89  typedef short type;
+
90  };
+
91 
+
92  template <>
+
93  struct make_signed<int>
+
94  {
+
95  typedef int type;
+
96  };
+
97 
+
98  template <>
+
99  struct make_signed<long>
+
100  {
+
101  typedef long type;
+
102  };
+
103 
+
104  template <>
+
105  struct make_signed<unsigned char>
+
106  {
+
107  typedef char type;
+
108  };
+
109 
+
110  template <>
+
111  struct make_signed<unsigned short>
+
112  {
+
113  typedef short type;
+
114  };
+
115 
+
116  template <>
+
117  struct make_signed<unsigned int>
+
118  {
+
119  typedef int type;
+
120  };
+
121 
+
122  template <>
+
123  struct make_signed<unsigned long>
+
124  {
+
125  typedef long type;
+
126  };
+
127 
+
128  template <typename genType>
+
129  struct make_unsigned
+
130  {};
+
131 
+
132  template <>
+
133  struct make_unsigned<char>
+
134  {
+
135  typedef unsigned char type;
+
136  };
+
137 
+
138  template <>
+
139  struct make_unsigned<short>
+
140  {
+
141  typedef unsigned short type;
+
142  };
+
143 
+
144  template <>
+
145  struct make_unsigned<int>
+
146  {
+
147  typedef unsigned int type;
+
148  };
+
149 
+
150  template <>
+
151  struct make_unsigned<long>
+
152  {
+
153  typedef unsigned long type;
+
154  };
+
155 
+
156  template <>
+
157  struct make_unsigned<unsigned char>
+
158  {
+
159  typedef unsigned char type;
+
160  };
+
161 
+
162  template <>
+
163  struct make_unsigned<unsigned short>
+
164  {
+
165  typedef unsigned short type;
+
166  };
+
167 
+
168  template <>
+
169  struct make_unsigned<unsigned int>
+
170  {
+
171  typedef unsigned int type;
+
172  };
+
173 
+
174  template <>
+
175  struct make_unsigned<unsigned long>
+
176  {
+
177  typedef unsigned long type;
+
178  };
+
179 
+
180  template <>
+
181  struct make_signed<long long>
+
182  {
+
183  typedef long long type;
+
184  };
+
185 
+
186  template <>
+
187  struct make_signed<unsigned long long>
+
188  {
+
189  typedef long long type;
+
190  };
+
191 
+
192  template <>
+
193  struct make_unsigned<long long>
+
194  {
+
195  typedef unsigned long long type;
+
196  };
+
197 
+
198  template <>
+
199  struct make_unsigned<unsigned long long>
+
200  {
+
201  typedef unsigned long long type;
+
202  };
+
203 # endif//GLM_HAS_MAKE_SIGNED
+
204 }//namespace detail
+
205 
+
206  typedef detail::int8 int8;
+
207  typedef detail::int16 int16;
+
208  typedef detail::int32 int32;
+
209  typedef detail::int64 int64;
+
210 
+
211  typedef detail::uint8 uint8;
+
212  typedef detail::uint16 uint16;
+
213  typedef detail::uint32 uint32;
+
214  typedef detail::uint64 uint64;
+
215 
+
218 
+
224  typedef detail::lowp_int_t lowp_int;
+
225 
+
231  typedef detail::mediump_int_t mediump_int;
+
232 
+
238  typedef detail::highp_int_t highp_int;
+
239 
+
245  typedef detail::lowp_uint_t lowp_uint;
+
246 
+
252  typedef detail::mediump_uint_t mediump_uint;
+
253 
+
259  typedef detail::highp_uint_t highp_uint;
+
260 
+
261 #if(!defined(GLM_PRECISION_HIGHP_INT) && !defined(GLM_PRECISION_MEDIUMP_INT) && !defined(GLM_PRECISION_LOWP_INT))
+
262  typedef mediump_int int_t;
+
263 #elif(defined(GLM_PRECISION_HIGHP_INT) && !defined(GLM_PRECISION_MEDIUMP_INT) && !defined(GLM_PRECISION_LOWP_INT))
+
264  typedef highp_int int_t;
+
265 #elif(!defined(GLM_PRECISION_HIGHP_INT) && defined(GLM_PRECISION_MEDIUMP_INT) && !defined(GLM_PRECISION_LOWP_INT))
+
266  typedef mediump_int int_t;
+
267 #elif(!defined(GLM_PRECISION_HIGHP_INT) && !defined(GLM_PRECISION_MEDIUMP_INT) && defined(GLM_PRECISION_LOWP_INT))
+
268  typedef lowp_int int_t;
+
269 #else
+
270 # error "GLM error: multiple default precision requested for signed integer types"
+
271 #endif
+
272 
+
273 #if(!defined(GLM_PRECISION_HIGHP_UINT) && !defined(GLM_PRECISION_MEDIUMP_UINT) && !defined(GLM_PRECISION_LOWP_UINT))
+
274  typedef mediump_uint uint_t;
+
275 #elif(defined(GLM_PRECISION_HIGHP_UINT) && !defined(GLM_PRECISION_MEDIUMP_UINT) && !defined(GLM_PRECISION_LOWP_UINT))
+
276  typedef highp_uint uint_t;
+
277 #elif(!defined(GLM_PRECISION_HIGHP_UINT) && defined(GLM_PRECISION_MEDIUMP_UINT) && !defined(GLM_PRECISION_LOWP_UINT))
+
278  typedef mediump_uint uint_t;
+
279 #elif(!defined(GLM_PRECISION_HIGHP_UINT) && !defined(GLM_PRECISION_MEDIUMP_UINT) && defined(GLM_PRECISION_LOWP_UINT))
+
280  typedef lowp_uint uint_t;
+
281 #else
+
282 # error "GLM error: multiple default precision requested for unsigned integer types"
+
283 #endif
+
284 
+
288  typedef unsigned int uint;
+
289 
+
291 
+
293 // check type sizes
+
294 #ifndef GLM_STATIC_ASSERT_NULL
+
295  GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
+
296  GLM_STATIC_ASSERT(sizeof(glm::int16) == 2, "int16 size isn't 2 bytes on this platform");
+
297  GLM_STATIC_ASSERT(sizeof(glm::int32) == 4, "int32 size isn't 4 bytes on this platform");
+
298  GLM_STATIC_ASSERT(sizeof(glm::int64) == 8, "int64 size isn't 8 bytes on this platform");
+
299 
+
300  GLM_STATIC_ASSERT(sizeof(glm::uint8) == 1, "uint8 size isn't 1 byte on this platform");
+
301  GLM_STATIC_ASSERT(sizeof(glm::uint16) == 2, "uint16 size isn't 2 bytes on this platform");
+
302  GLM_STATIC_ASSERT(sizeof(glm::uint32) == 4, "uint32 size isn't 4 bytes on this platform");
+
303  GLM_STATIC_ASSERT(sizeof(glm::uint64) == 8, "uint64 size isn't 8 bytes on this platform");
+
304 #endif//GLM_STATIC_ASSERT_NULL
+
305 
+
306 }//namespace glm
+
detail::highp_uint_t highp_uint
High precision unsigned integer.
Definition: type_int.hpp:259
+
unsigned int uint
Unsigned integer type.
Definition: type_int.hpp:288
+
detail::lowp_uint_t lowp_uint
Low precision unsigned integer.
Definition: type_int.hpp:245
+
detail::mediump_int_t mediump_int
Medium precision signed integer.
Definition: type_int.hpp:231
+
detail::int8 int8
8 bit signed integer type.
Definition: type_int.hpp:206
+
detail::uint8 uint8_t
8 bit unsigned integer type.
Definition: fwd.hpp:877
+
detail::int64 int64
64 bit signed integer type.
Definition: type_int.hpp:209
+
detail::int8 int8_t
8 bit signed integer type.
Definition: fwd.hpp:268
+
detail::mediump_uint_t mediump_uint
Medium precision unsigned integer.
Definition: type_int.hpp:252
+
detail::uint16 uint16
16 bit unsigned integer type.
Definition: type_int.hpp:212
+
GLM Core
+
detail::int16 int16
16 bit signed integer type.
Definition: type_int.hpp:207
+
detail::uint8 uint8
8 bit unsigned integer type.
Definition: type_int.hpp:211
+
detail::uint32 uint32
32 bit unsigned integer type.
Definition: type_int.hpp:213
+
detail::int32 int32_t
32 bit signed integer type.
Definition: fwd.hpp:276
+
Definition: _noise.hpp:11
+
detail::uint64 uint64_t
64 bit unsigned integer type.
Definition: fwd.hpp:889
+
detail::highp_int_t highp_int
High precision signed integer.
Definition: type_int.hpp:238
+
detail::uint64 uint64
64 bit unsigned integer type.
Definition: type_int.hpp:214
+
detail::uint32 uint32_t
32 bit unsigned integer type.
Definition: fwd.hpp:885
+
detail::int32 int32
32 bit signed integer type.
Definition: type_int.hpp:208
+
detail::int16 int16_t
16 bit signed integer type.
Definition: fwd.hpp:272
+
detail::int64 int64_t
64 bit signed integer type.
Definition: fwd.hpp:280
+
detail::uint16 uint16_t
16 bit unsigned integer type.
Definition: fwd.hpp:881
+
detail::lowp_int_t lowp_int
Low precision signed integer.
Definition: type_int.hpp:224
+
+ + + + diff --git a/glm/doc/api/a00112.html b/glm/doc/api/a00112.html new file mode 100644 index 0000000..afb3e35 --- /dev/null +++ b/glm/doc/api/a00112.html @@ -0,0 +1,410 @@ + + + + + + +0.9.9 API documenation: type_mat.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
type_mat.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_dmat2x2 dmat2
 2 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat2x2 dmat2x2
 2 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat2x3 dmat2x3
 2 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat2x4 dmat2x4
 2 * 4 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x3 dmat3
 3 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x2 dmat3x2
 3 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x3 dmat3x3
 3 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x4 dmat3x4
 3 * 4 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x4 dmat4
 4 * 4 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x2 dmat4x2
 4 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x3 dmat4x3
 4 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x4 dmat4x4
 4 * 4 matrix of double-precision floating-point numbers. More...
 
typedef tmat2x2< double, highp > highp_dmat2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x2< double, highp > highp_dmat2x2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x3< double, highp > highp_dmat2x3
 2 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x4< double, highp > highp_dmat2x4
 2 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< double, highp > highp_dmat3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x2< double, highp > highp_dmat3x2
 3 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< double, highp > highp_dmat3x3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x4< double, highp > highp_dmat3x4
 3 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< double, highp > highp_dmat4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x2< double, highp > highp_dmat4x2
 4 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x3< double, highp > highp_dmat4x3
 4 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< double, highp > highp_dmat4x4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x2< float, highp > highp_mat2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x2< float, highp > highp_mat2x2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x3< float, highp > highp_mat2x3
 2 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x4< float, highp > highp_mat2x4
 2 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< float, highp > highp_mat3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x2< float, highp > highp_mat3x2
 3 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< float, highp > highp_mat3x3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x4< float, highp > highp_mat3x4
 3 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< float, highp > highp_mat4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x2< float, highp > highp_mat4x2
 4 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x3< float, highp > highp_mat4x3
 4 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< float, highp > highp_mat4x4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x2< double, lowp > lowp_dmat2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x2< double, lowp > lowp_dmat2x2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x3< double, lowp > lowp_dmat2x3
 2 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x4< double, lowp > lowp_dmat2x4
 2 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< float, lowp > lowp_dmat3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x2< double, lowp > lowp_dmat3x2
 3 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< double, lowp > lowp_dmat3x3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x4< double, lowp > lowp_dmat3x4
 3 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< double, lowp > lowp_dmat4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x2< double, lowp > lowp_dmat4x2
 4 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x3< double, lowp > lowp_dmat4x3
 4 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< double, lowp > lowp_dmat4x4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x2< float, lowp > lowp_mat2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x2< float, lowp > lowp_mat2x2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x3< float, lowp > lowp_mat2x3
 2 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x4< float, lowp > lowp_mat2x4
 2 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< float, lowp > lowp_mat3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x2< float, lowp > lowp_mat3x2
 3 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< float, lowp > lowp_mat3x3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x4< float, lowp > lowp_mat3x4
 3 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< float, lowp > lowp_mat4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x2< float, lowp > lowp_mat4x2
 4 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x3< float, lowp > lowp_mat4x3
 4 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< float, lowp > lowp_mat4x4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef mat2x2 mat2
 2 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat2x2 mat2x2
 2 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat2x3 mat2x3
 2 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat2x4 mat2x4
 2 columns of 4 components matrix of floating-point numbers. More...
 
typedef mat3x3 mat3
 3 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat3x2 mat3x2
 3 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat3x3 mat3x3
 3 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat3x4 mat3x4
 3 columns of 4 components matrix of floating-point numbers. More...
 
typedef mat4x4 mat4
 4 columns of 4 components matrix of floating-point numbers. More...
 
typedef highp_mat4x2 mat4x2
 4 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat4x3 mat4x3
 4 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat4x4 mat4x4
 4 columns of 4 components matrix of floating-point numbers. More...
 
typedef tmat2x2< double, mediump > mediump_dmat2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x2< double, mediump > mediump_dmat2x2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x3< double, mediump > mediump_dmat2x3
 2 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x4< double, mediump > mediump_dmat2x4
 2 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< double, mediump > mediump_dmat3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x2< double, mediump > mediump_dmat3x2
 3 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< double, mediump > mediump_dmat3x3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x4< double, mediump > mediump_dmat3x4
 3 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< double, mediump > mediump_dmat4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x2< double, mediump > mediump_dmat4x2
 4 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x3< double, mediump > mediump_dmat4x3
 4 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< double, mediump > mediump_dmat4x4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x2< float, mediump > mediump_mat2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x2< float, mediump > mediump_mat2x2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x3< float, mediump > mediump_mat2x3
 2 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x4< float, mediump > mediump_mat2x4
 2 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< float, mediump > mediump_mat3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x2< float, mediump > mediump_mat3x2
 3 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< float, mediump > mediump_mat3x3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x4< float, mediump > mediump_mat3x4
 3 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< float, mediump > mediump_mat4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x2< float, mediump > mediump_mat4x2
 4 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x3< float, mediump > mediump_mat4x3
 4 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< float, mediump > mediump_mat4x4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
+ + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL matType< T, P > inverse (matType< T, P > const &m)
 Return the inverse of a squared matrix. More...
 
+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat.hpp.

+
+ + + + diff --git a/glm/doc/api/a00112_source.html b/glm/doc/api/a00112_source.html new file mode 100644 index 0000000..d38d7d0 --- /dev/null +++ b/glm/doc/api/a00112_source.html @@ -0,0 +1,508 @@ + + + + + + +0.9.9 API documenation: type_mat.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "precision.hpp"
+
7 
+
8 namespace glm{
+
9 namespace detail
+
10 {
+
11  template <typename T, precision P, template <class, precision> class colType, template <class, precision> class rowType>
+
12  struct outerProduct_trait{};
+
13 }//namespace detail
+
14 
+
15  template <typename T, precision P> struct tvec2;
+
16  template <typename T, precision P> struct tvec3;
+
17  template <typename T, precision P> struct tvec4;
+
18  template <typename T, precision P> struct tmat2x2;
+
19  template <typename T, precision P> struct tmat2x3;
+
20  template <typename T, precision P> struct tmat2x4;
+
21  template <typename T, precision P> struct tmat3x2;
+
22  template <typename T, precision P> struct tmat3x3;
+
23  template <typename T, precision P> struct tmat3x4;
+
24  template <typename T, precision P> struct tmat4x2;
+
25  template <typename T, precision P> struct tmat4x3;
+
26  template <typename T, precision P> struct tmat4x4;
+
27 
+
28  template <typename T, precision P, template <typename, precision> class matType>
+
29  GLM_FUNC_DECL matType<T, P> inverse(matType<T, P> const & m);
+
30 
+
33 
+
39  typedef tmat2x2<float, lowp> lowp_mat2;
+
40 
+
46  typedef tmat2x2<float, mediump> mediump_mat2;
+
47 
+
53  typedef tmat2x2<float, highp> highp_mat2;
+
54 
+
60  typedef tmat2x2<float, lowp> lowp_mat2x2;
+
61 
+
67  typedef tmat2x2<float, mediump> mediump_mat2x2;
+
68 
+
74  typedef tmat2x2<float, highp> highp_mat2x2;
+
75 
+
77 
+
80 
+
86  typedef tmat2x3<float, lowp> lowp_mat2x3;
+
87 
+
93  typedef tmat2x3<float, mediump> mediump_mat2x3;
+
94 
+
100  typedef tmat2x3<float, highp> highp_mat2x3;
+
101 
+
103 
+
106 
+
112  typedef tmat2x4<float, lowp> lowp_mat2x4;
+
113 
+
119  typedef tmat2x4<float, mediump> mediump_mat2x4;
+
120 
+
126  typedef tmat2x4<float, highp> highp_mat2x4;
+
127 
+
129 
+
132 
+
138  typedef tmat3x2<float, lowp> lowp_mat3x2;
+
139 
+
145  typedef tmat3x2<float, mediump> mediump_mat3x2;
+
146 
+
152  typedef tmat3x2<float, highp> highp_mat3x2;
+
153 
+
155 
+
158 
+
164  typedef tmat3x3<float, lowp> lowp_mat3;
+
165 
+
171  typedef tmat3x3<float, mediump> mediump_mat3;
+
172 
+
178  typedef tmat3x3<float, highp> highp_mat3;
+
179 
+
185  typedef tmat3x3<float, lowp> lowp_mat3x3;
+
186 
+
192  typedef tmat3x3<float, mediump> mediump_mat3x3;
+
193 
+
199  typedef tmat3x3<float, highp> highp_mat3x3;
+
200 
+
202 
+
205 
+
211  typedef tmat3x4<float, lowp> lowp_mat3x4;
+
212 
+
218  typedef tmat3x4<float, mediump> mediump_mat3x4;
+
219 
+
225  typedef tmat3x4<float, highp> highp_mat3x4;
+
226 
+
228 
+
231 
+
237  typedef tmat4x2<float, lowp> lowp_mat4x2;
+
238 
+
244  typedef tmat4x2<float, mediump> mediump_mat4x2;
+
245 
+
251  typedef tmat4x2<float, highp> highp_mat4x2;
+
252 
+
254 
+
257 
+
263  typedef tmat4x3<float, lowp> lowp_mat4x3;
+
264 
+
270  typedef tmat4x3<float, mediump> mediump_mat4x3;
+
271 
+
277  typedef tmat4x3<float, highp> highp_mat4x3;
+
278 
+
280 
+
281 
+
284 
+
290  typedef tmat4x4<float, lowp> lowp_mat4;
+
291 
+
297  typedef tmat4x4<float, mediump> mediump_mat4;
+
298 
+
304  typedef tmat4x4<float, highp> highp_mat4;
+
305 
+
311  typedef tmat4x4<float, lowp> lowp_mat4x4;
+
312 
+
318  typedef tmat4x4<float, mediump> mediump_mat4x4;
+
319 
+
325  typedef tmat4x4<float, highp> highp_mat4x4;
+
326 
+
328 
+
331 
+
333  // Float definition
+
334 
+
335 #if(defined(GLM_PRECISION_LOWP_FLOAT))
+
336  typedef lowp_mat2x2 mat2x2;
+
337  typedef lowp_mat2x3 mat2x3;
+
338  typedef lowp_mat2x4 mat2x4;
+
339  typedef lowp_mat3x2 mat3x2;
+
340  typedef lowp_mat3x3 mat3x3;
+
341  typedef lowp_mat3x4 mat3x4;
+
342  typedef lowp_mat4x2 mat4x2;
+
343  typedef lowp_mat4x3 mat4x3;
+
344  typedef lowp_mat4x4 mat4x4;
+
345 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT))
+
346  typedef mediump_mat2x2 mat2x2;
+
347  typedef mediump_mat2x3 mat2x3;
+
348  typedef mediump_mat2x4 mat2x4;
+
349  typedef mediump_mat3x2 mat3x2;
+
350  typedef mediump_mat3x3 mat3x3;
+
351  typedef mediump_mat3x4 mat3x4;
+
352  typedef mediump_mat4x2 mat4x2;
+
353  typedef mediump_mat4x3 mat4x3;
+
354  typedef mediump_mat4x4 mat4x4;
+
355 #else
+
356  typedef highp_mat2x2 mat2x2;
+
360 
+
364  typedef highp_mat2x3 mat2x3;
+
365 
+
369  typedef highp_mat2x4 mat2x4;
+
370 
+
374  typedef highp_mat3x2 mat3x2;
+
375 
+
379  typedef highp_mat3x3 mat3x3;
+
380 
+
384  typedef highp_mat3x4 mat3x4;
+
385 
+
389  typedef highp_mat4x2 mat4x2;
+
390 
+
394  typedef highp_mat4x3 mat4x3;
+
395 
+
399  typedef highp_mat4x4 mat4x4;
+
400 
+
401 #endif//GLM_PRECISION
+
402 
+
406  typedef mat2x2 mat2;
+
407 
+
411  typedef mat3x3 mat3;
+
412 
+
416  typedef mat4x4 mat4;
+
417 
+
419  // Double definition
+
420 
+
423 
+
428  typedef tmat2x2<double, lowp> lowp_dmat2;
+
429 
+
434  typedef tmat2x2<double, mediump> mediump_dmat2;
+
435 
+
440  typedef tmat2x2<double, highp> highp_dmat2;
+
441 
+
446  typedef tmat2x2<double, lowp> lowp_dmat2x2;
+
447 
+
452  typedef tmat2x2<double, mediump> mediump_dmat2x2;
+
453 
+
458  typedef tmat2x2<double, highp> highp_dmat2x2;
+
459 
+
461 
+
464 
+
469  typedef tmat2x3<double, lowp> lowp_dmat2x3;
+
470 
+
475  typedef tmat2x3<double, mediump> mediump_dmat2x3;
+
476 
+
481  typedef tmat2x3<double, highp> highp_dmat2x3;
+
482 
+
484 
+
487 
+
492  typedef tmat2x4<double, lowp> lowp_dmat2x4;
+
493 
+
498  typedef tmat2x4<double, mediump> mediump_dmat2x4;
+
499 
+
504  typedef tmat2x4<double, highp> highp_dmat2x4;
+
505 
+
507 
+
510 
+
515  typedef tmat3x2<double, lowp> lowp_dmat3x2;
+
516 
+
521  typedef tmat3x2<double, mediump> mediump_dmat3x2;
+
522 
+
527  typedef tmat3x2<double, highp> highp_dmat3x2;
+
528 
+
530 
+
533 
+
538  typedef tmat3x3<float, lowp> lowp_dmat3;
+
539 
+
544  typedef tmat3x3<double, mediump> mediump_dmat3;
+
545 
+
550  typedef tmat3x3<double, highp> highp_dmat3;
+
551 
+
556  typedef tmat3x3<double, lowp> lowp_dmat3x3;
+
557 
+
562  typedef tmat3x3<double, mediump> mediump_dmat3x3;
+
563 
+
568  typedef tmat3x3<double, highp> highp_dmat3x3;
+
569 
+
571 
+
574 
+
579  typedef tmat3x4<double, lowp> lowp_dmat3x4;
+
580 
+
585  typedef tmat3x4<double, mediump> mediump_dmat3x4;
+
586 
+
591  typedef tmat3x4<double, highp> highp_dmat3x4;
+
592 
+
594 
+
597 
+
602  typedef tmat4x2<double, lowp> lowp_dmat4x2;
+
603 
+
608  typedef tmat4x2<double, mediump> mediump_dmat4x2;
+
609 
+
614  typedef tmat4x2<double, highp> highp_dmat4x2;
+
615 
+
617 
+
620 
+
625  typedef tmat4x3<double, lowp> lowp_dmat4x3;
+
626 
+
631  typedef tmat4x3<double, mediump> mediump_dmat4x3;
+
632 
+
637  typedef tmat4x3<double, highp> highp_dmat4x3;
+
638 
+
640 
+
643 
+
648  typedef tmat4x4<double, lowp> lowp_dmat4;
+
649 
+
654  typedef tmat4x4<double, mediump> mediump_dmat4;
+
655 
+
660  typedef tmat4x4<double, highp> highp_dmat4;
+
661 
+
666  typedef tmat4x4<double, lowp> lowp_dmat4x4;
+
667 
+
672  typedef tmat4x4<double, mediump> mediump_dmat4x4;
+
673 
+
678  typedef tmat4x4<double, highp> highp_dmat4x4;
+
679 
+
681 
+
682 #if(defined(GLM_PRECISION_LOWP_DOUBLE))
+
683  typedef lowp_dmat2x2 dmat2x2;
+
684  typedef lowp_dmat2x3 dmat2x3;
+
685  typedef lowp_dmat2x4 dmat2x4;
+
686  typedef lowp_dmat3x2 dmat3x2;
+
687  typedef lowp_dmat3x3 dmat3x3;
+
688  typedef lowp_dmat3x4 dmat3x4;
+
689  typedef lowp_dmat4x2 dmat4x2;
+
690  typedef lowp_dmat4x3 dmat4x3;
+
691  typedef lowp_dmat4x4 dmat4x4;
+
692 #elif(defined(GLM_PRECISION_MEDIUMP_DOUBLE))
+
693  typedef mediump_dmat2x2 dmat2x2;
+
694  typedef mediump_dmat2x3 dmat2x3;
+
695  typedef mediump_dmat2x4 dmat2x4;
+
696  typedef mediump_dmat3x2 dmat3x2;
+
697  typedef mediump_dmat3x3 dmat3x3;
+
698  typedef mediump_dmat3x4 dmat3x4;
+
699  typedef mediump_dmat4x2 dmat4x2;
+
700  typedef mediump_dmat4x3 dmat4x3;
+
701  typedef mediump_dmat4x4 dmat4x4;
+
702 #else //defined(GLM_PRECISION_HIGHP_DOUBLE)
+
703 
+
707  typedef highp_dmat2x2 dmat2;
+
708 
+
712  typedef highp_dmat3x3 dmat3;
+
713 
+
717  typedef highp_dmat4x4 dmat4;
+
718 
+
722  typedef highp_dmat2x2 dmat2x2;
+
723 
+
727  typedef highp_dmat2x3 dmat2x3;
+
728 
+
732  typedef highp_dmat2x4 dmat2x4;
+
733 
+
737  typedef highp_dmat3x2 dmat3x2;
+
738 
+
742  typedef highp_dmat3x3 dmat3x3;
+
743 
+
747  typedef highp_dmat3x4 dmat3x4;
+
748 
+
752  typedef highp_dmat4x2 dmat4x2;
+
753 
+
757  typedef highp_dmat4x3 dmat4x3;
+
758 
+
762  typedef highp_dmat4x4 dmat4x4;
+
763 
+
764 #endif//GLM_PRECISION
+
765 
+
767 }//namespace glm
+
mat3x3 mat3
3 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:411
+
tmat3x4< float, lowp > lowp_mat3x4
3 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:211
+
tmat2x4< float, lowp > lowp_mat2x4
2 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:112
+
tmat4x4< float, highp > highp_mat4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:304
+
tmat2x2< double, highp > highp_dmat2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:440
+
tmat3x2< double, mediump > mediump_dmat3x2
3 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:521
+
tmat4x4< double, highp > highp_dmat4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:660
+
tmat3x3< float, highp > highp_mat3x3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:199
+
tmat3x2< float, mediump > mediump_mat3x2
3 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:145
+
highp_mat4x4 mat4x4
4 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:399
+
highp_dmat3x4 dmat3x4
3 * 4 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:747
+
tmat4x3< float, mediump > mediump_mat4x3
4 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:270
+
tmat2x3< float, lowp > lowp_mat2x3
2 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:86
+
tmat4x4< float, highp > highp_mat4x4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:325
+
tmat3x3< float, lowp > lowp_dmat3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:538
+
tmat3x4< float, mediump > mediump_mat3x4
3 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:218
+
tmat2x2< float, highp > highp_mat2x2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:74
+
tmat2x3< double, highp > highp_dmat2x3
2 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:481
+
tmat3x2< float, highp > highp_mat3x2
3 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:152
+
tmat3x3< float, lowp > lowp_mat3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:164
+
GLM_FUNC_DECL matType< T, P > inverse(matType< T, P > const &m)
Return the inverse of a squared matrix.
+
tmat2x2< float, highp > highp_mat2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:53
+
tmat2x4< double, highp > highp_dmat2x4
2 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:504
+
tmat3x2< float, lowp > lowp_mat3x2
3 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:138
+
tmat2x3< double, lowp > lowp_dmat2x3
2 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:469
+
highp_mat4x2 mat4x2
4 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:389
+
tmat4x3< float, highp > highp_mat4x3
4 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:277
+
tmat2x2< float, lowp > lowp_mat2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:39
+
highp_dmat4x4 dmat4
4 * 4 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:717
+
tmat4x2< float, highp > highp_mat4x2
4 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:251
+
highp_dmat4x4 dmat4x4
4 * 4 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:762
+
tmat3x2< double, highp > highp_dmat3x2
3 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:527
+
tmat4x4< float, lowp > lowp_mat4x4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:311
+
tmat4x4< double, lowp > lowp_dmat4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:648
+
tmat2x2< float, mediump > mediump_mat2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:46
+
highp_mat3x3 mat3x3
3 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:379
+
highp_mat2x4 mat2x4
2 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:369
+
tmat3x3< double, highp > highp_dmat3x3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:568
+
highp_mat2x2 mat2x2
2 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:359
+
tmat4x4< float, mediump > mediump_mat4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:297
+
tmat4x2< double, lowp > lowp_dmat4x2
4 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:602
+
tmat2x4< double, mediump > mediump_dmat2x4
2 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:498
+
tmat3x3< float, lowp > lowp_mat3x3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:185
+
highp_dmat4x2 dmat4x2
4 * 2 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:752
+
tmat3x3< double, highp > highp_dmat3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:550
+
highp_dmat2x2 dmat2
2 * 2 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:707
+
tmat4x4< float, mediump > mediump_mat4x4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:318
+
tmat4x2< float, lowp > lowp_mat4x2
4 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:237
+
tmat4x2< double, mediump > mediump_dmat4x2
4 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:608
+
highp_dmat2x2 dmat2x2
2 * 2 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:722
+
tmat2x2< double, mediump > mediump_dmat2x2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:452
+
highp_mat2x3 mat2x3
2 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:364
+
tmat3x3< double, lowp > lowp_dmat3x3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:556
+
highp_dmat2x4 dmat2x4
2 * 4 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:732
+
tmat2x2< double, lowp > lowp_dmat2x2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:446
+
tmat4x4< double, lowp > lowp_dmat4x4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:666
+
tmat2x2< double, mediump > mediump_dmat2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:434
+
highp_dmat3x3 dmat3x3
3 * 3 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:742
+
tmat4x3< double, mediump > mediump_dmat4x3
4 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:631
+
tmat3x3< float, highp > highp_mat3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:178
+
tmat3x4< double, highp > highp_dmat3x4
3 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:591
+
highp_dmat3x3 dmat3
3 * 3 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:712
+
tmat4x4< float, lowp > lowp_mat4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:290
+
highp_mat4x3 mat4x3
4 columns of 3 components matrix of floating-point numbers.
Definition: type_mat.hpp:394
+
mat4x4 mat4
4 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:416
+
tmat3x4< double, mediump > mediump_dmat3x4
3 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:585
+
tmat2x2< double, highp > highp_dmat2x2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:458
+
tmat4x3< double, lowp > lowp_dmat4x3
4 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:625
+
tmat3x4< float, highp > highp_mat3x4
3 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:225
+
Definition: _noise.hpp:11
+
tmat2x2< float, lowp > lowp_mat2x2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:60
+
tmat4x3< float, lowp > lowp_mat4x3
4 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:263
+
GLM Core
+
highp_dmat2x3 dmat2x3
2 * 3 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:727
+
highp_dmat3x2 dmat3x2
3 * 2 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:737
+
tmat3x3< double, mediump > mediump_dmat3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:544
+
tmat4x4< double, highp > highp_dmat4x4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:678
+
tmat2x3< float, highp > highp_mat2x3
2 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:100
+
tmat2x4< float, mediump > mediump_mat2x4
2 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:119
+
tmat2x2< float, mediump > mediump_mat2x2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:67
+
tmat2x3< float, mediump > mediump_mat2x3
2 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:93
+
tmat4x4< double, mediump > mediump_dmat4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:654
+
tmat2x2< double, lowp > lowp_dmat2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:428
+
mat2x2 mat2
2 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:406
+
tmat4x2< double, highp > highp_dmat4x2
4 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:614
+
tmat4x2< float, mediump > mediump_mat4x2
4 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:244
+
tmat2x4< float, highp > highp_mat2x4
2 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:126
+
tmat4x4< double, mediump > mediump_dmat4x4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:672
+
tmat2x3< double, mediump > mediump_dmat2x3
2 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:475
+
tmat3x4< double, lowp > lowp_dmat3x4
3 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:579
+
tmat4x3< double, highp > highp_dmat4x3
4 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:637
+
tmat3x3< float, mediump > mediump_mat3x3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:192
+
highp_dmat4x3 dmat4x3
4 * 3 matrix of double-precision floating-point numbers.
Definition: type_mat.hpp:757
+
tmat3x3< double, mediump > mediump_dmat3x3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:562
+
highp_mat3x2 mat3x2
3 columns of 2 components matrix of floating-point numbers.
Definition: type_mat.hpp:374
+
highp_mat3x4 mat3x4
3 columns of 4 components matrix of floating-point numbers.
Definition: type_mat.hpp:384
+
tmat3x2< double, lowp > lowp_dmat3x2
3 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:515
+
tmat2x4< double, lowp > lowp_dmat2x4
2 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:492
+
tmat3x3< float, mediump > mediump_mat3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:171
+
+ + + + diff --git a/glm/doc/api/a00113.html b/glm/doc/api/a00113.html new file mode 100644 index 0000000..985b0e8 --- /dev/null +++ b/glm/doc/api/a00113.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat2x2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat2x2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat2x2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00113_source.html b/glm/doc/api/a00113_source.html new file mode 100644 index 0000000..a1933d6 --- /dev/null +++ b/glm/doc/api/a00113_source.html @@ -0,0 +1,284 @@ + + + + + + +0.9.9 API documenation: type_mat2x2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat2x2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec2.hpp"
+
8 #include "type_mat.hpp"
+
9 #include <limits>
+
10 #include <cstddef>
+
11 
+
12 namespace glm
+
13 {
+
14  template <typename T, precision P = defaultp>
+
15  struct tmat2x2
+
16  {
+
17  typedef tvec2<T, P> col_type;
+
18  typedef tvec2<T, P> row_type;
+
19  typedef tmat2x2<T, P> type;
+
20  typedef tmat2x2<T, P> transpose_type;
+
21  typedef T value_type;
+
22 
+
23  private:
+
24  col_type value[2];
+
25 
+
26  public:
+
27  // -- Constructors --
+
28 
+
29  GLM_FUNC_DECL tmat2x2() GLM_DEFAULT_CTOR;
+
30  GLM_FUNC_DECL tmat2x2(tmat2x2<T, P> const & m) GLM_DEFAULT;
+
31  template <precision Q>
+
32  GLM_FUNC_DECL tmat2x2(tmat2x2<T, Q> const & m);
+
33 
+
34  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat2x2(ctor);
+
35  GLM_FUNC_DECL explicit tmat2x2(T scalar);
+
36  GLM_FUNC_DECL tmat2x2(
+
37  T const & x1, T const & y1,
+
38  T const & x2, T const & y2);
+
39  GLM_FUNC_DECL tmat2x2(
+
40  col_type const & v1,
+
41  col_type const & v2);
+
42 
+
43  // -- Conversions --
+
44 
+
45  template <typename U, typename V, typename M, typename N>
+
46  GLM_FUNC_DECL tmat2x2(
+
47  U const & x1, V const & y1,
+
48  M const & x2, N const & y2);
+
49 
+
50  template <typename U, typename V>
+
51  GLM_FUNC_DECL tmat2x2(
+
52  tvec2<U, P> const & v1,
+
53  tvec2<V, P> const & v2);
+
54 
+
55  // -- Matrix conversions --
+
56 
+
57  template <typename U, precision Q>
+
58  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat2x2<U, Q> const & m);
+
59 
+
60  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat3x3<T, P> const & x);
+
61  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat4x4<T, P> const & x);
+
62  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat2x3<T, P> const & x);
+
63  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat3x2<T, P> const & x);
+
64  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat2x4<T, P> const & x);
+
65  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat4x2<T, P> const & x);
+
66  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat3x4<T, P> const & x);
+
67  GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat4x3<T, P> const & x);
+
68 
+
69  // -- Accesses --
+
70 
+
71  typedef length_t length_type;
+
72  GLM_FUNC_DECL static length_type length(){return 2;}
+
73 
+
74  GLM_FUNC_DECL col_type & operator[](length_type i);
+
75  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
76 
+
77  // -- Unary arithmetic operators --
+
78 
+
79  GLM_FUNC_DECL tmat2x2<T, P> & operator=(tmat2x2<T, P> const & v) GLM_DEFAULT;
+
80 
+
81  template <typename U>
+
82  GLM_FUNC_DECL tmat2x2<T, P> & operator=(tmat2x2<U, P> const & m);
+
83  template <typename U>
+
84  GLM_FUNC_DECL tmat2x2<T, P> & operator+=(U s);
+
85  template <typename U>
+
86  GLM_FUNC_DECL tmat2x2<T, P> & operator+=(tmat2x2<U, P> const & m);
+
87  template <typename U>
+
88  GLM_FUNC_DECL tmat2x2<T, P> & operator-=(U s);
+
89  template <typename U>
+
90  GLM_FUNC_DECL tmat2x2<T, P> & operator-=(tmat2x2<U, P> const & m);
+
91  template <typename U>
+
92  GLM_FUNC_DECL tmat2x2<T, P> & operator*=(U s);
+
93  template <typename U>
+
94  GLM_FUNC_DECL tmat2x2<T, P> & operator*=(tmat2x2<U, P> const & m);
+
95  template <typename U>
+
96  GLM_FUNC_DECL tmat2x2<T, P> & operator/=(U s);
+
97  template <typename U>
+
98  GLM_FUNC_DECL tmat2x2<T, P> & operator/=(tmat2x2<U, P> const & m);
+
99 
+
100  // -- Increment and decrement operators --
+
101 
+
102  GLM_FUNC_DECL tmat2x2<T, P> & operator++ ();
+
103  GLM_FUNC_DECL tmat2x2<T, P> & operator-- ();
+
104  GLM_FUNC_DECL tmat2x2<T, P> operator++(int);
+
105  GLM_FUNC_DECL tmat2x2<T, P> operator--(int);
+
106  };
+
107 
+
108  // -- Unary operators --
+
109 
+
110  template <typename T, precision P>
+
111  GLM_FUNC_DECL tmat2x2<T, P> operator+(tmat2x2<T, P> const & m);
+
112 
+
113  template <typename T, precision P>
+
114  GLM_FUNC_DECL tmat2x2<T, P> operator-(tmat2x2<T, P> const & m);
+
115 
+
116  // -- Binary operators --
+
117 
+
118  template <typename T, precision P>
+
119  GLM_FUNC_DECL tmat2x2<T, P> operator+(tmat2x2<T, P> const & m, T scalar);
+
120 
+
121  template <typename T, precision P>
+
122  GLM_FUNC_DECL tmat2x2<T, P> operator+(T scalar, tmat2x2<T, P> const & m);
+
123 
+
124  template <typename T, precision P>
+
125  GLM_FUNC_DECL tmat2x2<T, P> operator+(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2);
+
126 
+
127  template <typename T, precision P>
+
128  GLM_FUNC_DECL tmat2x2<T, P> operator-(tmat2x2<T, P> const & m, T scalar);
+
129 
+
130  template <typename T, precision P>
+
131  GLM_FUNC_DECL tmat2x2<T, P> operator-(T scalar, tmat2x2<T, P> const & m);
+
132 
+
133  template <typename T, precision P>
+
134  GLM_FUNC_DECL tmat2x2<T, P> operator-(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2);
+
135 
+
136  template <typename T, precision P>
+
137  GLM_FUNC_DECL tmat2x2<T, P> operator*(tmat2x2<T, P> const & m, T scalar);
+
138 
+
139  template <typename T, precision P>
+
140  GLM_FUNC_DECL tmat2x2<T, P> operator*(T scalar, tmat2x2<T, P> const & m);
+
141 
+
142  template <typename T, precision P>
+
143  GLM_FUNC_DECL typename tmat2x2<T, P>::col_type operator*(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v);
+
144 
+
145  template <typename T, precision P>
+
146  GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator*(typename tmat2x2<T, P>::col_type const & v, tmat2x2<T, P> const & m);
+
147 
+
148  template <typename T, precision P>
+
149  GLM_FUNC_DECL tmat2x2<T, P> operator*(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2);
+
150 
+
151  template <typename T, precision P>
+
152  GLM_FUNC_DECL tmat3x2<T, P> operator*(tmat2x2<T, P> const & m1, tmat3x2<T, P> const & m2);
+
153 
+
154  template <typename T, precision P>
+
155  GLM_FUNC_DECL tmat4x2<T, P> operator*(tmat2x2<T, P> const & m1, tmat4x2<T, P> const & m2);
+
156 
+
157  template <typename T, precision P>
+
158  GLM_FUNC_DECL tmat2x2<T, P> operator/(tmat2x2<T, P> const & m, T scalar);
+
159 
+
160  template <typename T, precision P>
+
161  GLM_FUNC_DECL tmat2x2<T, P> operator/(T scalar, tmat2x2<T, P> const & m);
+
162 
+
163  template <typename T, precision P>
+
164  GLM_FUNC_DECL typename tmat2x2<T, P>::col_type operator/(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v);
+
165 
+
166  template <typename T, precision P>
+
167  GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator/(typename tmat2x2<T, P>::col_type const & v, tmat2x2<T, P> const & m);
+
168 
+
169  template <typename T, precision P>
+
170  GLM_FUNC_DECL tmat2x2<T, P> operator/(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2);
+
171 
+
172  // -- Boolean operators --
+
173 
+
174  template <typename T, precision P>
+
175  GLM_FUNC_DECL bool operator==(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2);
+
176 
+
177  template <typename T, precision P>
+
178  GLM_FUNC_DECL bool operator!=(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2);
+
179 } //namespace glm
+
180 
+
181 #ifndef GLM_EXTERNAL_TEMPLATE
+
182 #include "type_mat2x2.inl"
+
183 #endif
+
GLM Core
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00114.html b/glm/doc/api/a00114.html new file mode 100644 index 0000000..ae64195 --- /dev/null +++ b/glm/doc/api/a00114.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat2x3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat2x3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat2x3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00114_source.html b/glm/doc/api/a00114_source.html new file mode 100644 index 0000000..f1b29be --- /dev/null +++ b/glm/doc/api/a00114_source.html @@ -0,0 +1,267 @@ + + + + + + +0.9.9 API documenation: type_mat2x3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat2x3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec2.hpp"
+
8 #include "type_vec3.hpp"
+
9 #include "type_mat.hpp"
+
10 #include <limits>
+
11 #include <cstddef>
+
12 
+
13 namespace glm
+
14 {
+
15  template <typename T, precision P = defaultp>
+
16  struct tmat2x3
+
17  {
+
18  typedef tvec3<T, P> col_type;
+
19  typedef tvec2<T, P> row_type;
+
20  typedef tmat2x3<T, P> type;
+
21  typedef tmat3x2<T, P> transpose_type;
+
22  typedef T value_type;
+
23 
+
24  private:
+
25  col_type value[2];
+
26 
+
27  public:
+
28  // -- Constructors --
+
29 
+
30  GLM_FUNC_DECL tmat2x3() GLM_DEFAULT_CTOR;
+
31  GLM_FUNC_DECL tmat2x3(tmat2x3<T, P> const & m) GLM_DEFAULT;
+
32  template <precision Q>
+
33  GLM_FUNC_DECL tmat2x3(tmat2x3<T, Q> const & m);
+
34 
+
35  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat2x3(ctor);
+
36  GLM_FUNC_DECL explicit tmat2x3(T scalar);
+
37  GLM_FUNC_DECL tmat2x3(
+
38  T x0, T y0, T z0,
+
39  T x1, T y1, T z1);
+
40  GLM_FUNC_DECL tmat2x3(
+
41  col_type const & v0,
+
42  col_type const & v1);
+
43 
+
44  // -- Conversions --
+
45 
+
46  template <typename X1, typename Y1, typename Z1, typename X2, typename Y2, typename Z2>
+
47  GLM_FUNC_DECL tmat2x3(
+
48  X1 x1, Y1 y1, Z1 z1,
+
49  X2 x2, Y2 y2, Z2 z2);
+
50 
+
51  template <typename U, typename V>
+
52  GLM_FUNC_DECL tmat2x3(
+
53  tvec3<U, P> const & v1,
+
54  tvec3<V, P> const & v2);
+
55 
+
56  // -- Matrix conversions --
+
57 
+
58  template <typename U, precision Q>
+
59  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat2x3<U, Q> const & m);
+
60 
+
61  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat2x2<T, P> const & x);
+
62  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat3x3<T, P> const & x);
+
63  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat4x4<T, P> const & x);
+
64  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat2x4<T, P> const & x);
+
65  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat3x2<T, P> const & x);
+
66  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat3x4<T, P> const & x);
+
67  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat4x2<T, P> const & x);
+
68  GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat4x3<T, P> const & x);
+
69 
+
70  // -- Accesses --
+
71 
+
72  typedef length_t length_type;
+
73  GLM_FUNC_DECL static length_type length(){return 2;}
+
74 
+
75  GLM_FUNC_DECL col_type & operator[](length_type i);
+
76  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
77 
+
78  // -- Unary arithmetic operators --
+
79 
+
80  GLM_FUNC_DECL tmat2x3<T, P> & operator=(tmat2x3<T, P> const & m) GLM_DEFAULT;
+
81 
+
82  template <typename U>
+
83  GLM_FUNC_DECL tmat2x3<T, P> & operator=(tmat2x3<U, P> const & m);
+
84  template <typename U>
+
85  GLM_FUNC_DECL tmat2x3<T, P> & operator+=(U s);
+
86  template <typename U>
+
87  GLM_FUNC_DECL tmat2x3<T, P> & operator+=(tmat2x3<U, P> const & m);
+
88  template <typename U>
+
89  GLM_FUNC_DECL tmat2x3<T, P> & operator-=(U s);
+
90  template <typename U>
+
91  GLM_FUNC_DECL tmat2x3<T, P> & operator-=(tmat2x3<U, P> const & m);
+
92  template <typename U>
+
93  GLM_FUNC_DECL tmat2x3<T, P> & operator*=(U s);
+
94  template <typename U>
+
95  GLM_FUNC_DECL tmat2x3<T, P> & operator/=(U s);
+
96 
+
97  // -- Increment and decrement operators --
+
98 
+
99  GLM_FUNC_DECL tmat2x3<T, P> & operator++ ();
+
100  GLM_FUNC_DECL tmat2x3<T, P> & operator-- ();
+
101  GLM_FUNC_DECL tmat2x3<T, P> operator++(int);
+
102  GLM_FUNC_DECL tmat2x3<T, P> operator--(int);
+
103  };
+
104 
+
105  // -- Unary operators --
+
106 
+
107  template <typename T, precision P>
+
108  GLM_FUNC_DECL tmat2x3<T, P> operator+(tmat2x3<T, P> const & m);
+
109 
+
110  template <typename T, precision P>
+
111  GLM_FUNC_DECL tmat2x3<T, P> operator-(tmat2x3<T, P> const & m);
+
112 
+
113  // -- Binary operators --
+
114 
+
115  template <typename T, precision P>
+
116  GLM_FUNC_DECL tmat2x3<T, P> operator+(tmat2x3<T, P> const & m, T scalar);
+
117 
+
118  template <typename T, precision P>
+
119  GLM_FUNC_DECL tmat2x3<T, P> operator+(tmat2x3<T, P> const & m1, tmat2x3<T, P> const & m2);
+
120 
+
121  template <typename T, precision P>
+
122  GLM_FUNC_DECL tmat2x3<T, P> operator-(tmat2x3<T, P> const & m, T scalar);
+
123 
+
124  template <typename T, precision P>
+
125  GLM_FUNC_DECL tmat2x3<T, P> operator-(tmat2x3<T, P> const & m1, tmat2x3<T, P> const & m2);
+
126 
+
127  template <typename T, precision P>
+
128  GLM_FUNC_DECL tmat2x3<T, P> operator*(tmat2x3<T, P> const & m, T scalar);
+
129 
+
130  template <typename T, precision P>
+
131  GLM_FUNC_DECL tmat2x3<T, P> operator*(T scalar, tmat2x3<T, P> const & m);
+
132 
+
133  template <typename T, precision P>
+
134  GLM_FUNC_DECL typename tmat2x3<T, P>::col_type operator*(tmat2x3<T, P> const & m, typename tmat2x3<T, P>::row_type const & v);
+
135 
+
136  template <typename T, precision P>
+
137  GLM_FUNC_DECL typename tmat2x3<T, P>::row_type operator*(typename tmat2x3<T, P>::col_type const & v, tmat2x3<T, P> const & m);
+
138 
+
139  template <typename T, precision P>
+
140  GLM_FUNC_DECL tmat2x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat2x2<T, P> const & m2);
+
141 
+
142  template <typename T, precision P>
+
143  GLM_FUNC_DECL tmat3x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat3x2<T, P> const & m2);
+
144 
+
145  template <typename T, precision P>
+
146  GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat4x2<T, P> const & m2);
+
147 
+
148  template <typename T, precision P>
+
149  GLM_FUNC_DECL tmat2x3<T, P> operator/(tmat2x3<T, P> const & m, T scalar);
+
150 
+
151  template <typename T, precision P>
+
152  GLM_FUNC_DECL tmat2x3<T, P> operator/(T scalar, tmat2x3<T, P> const & m);
+
153 
+
154  // -- Boolean operators --
+
155 
+
156  template <typename T, precision P>
+
157  GLM_FUNC_DECL bool operator==(tmat2x3<T, P> const & m1, tmat2x3<T, P> const & m2);
+
158 
+
159  template <typename T, precision P>
+
160  GLM_FUNC_DECL bool operator!=(tmat2x3<T, P> const & m1, tmat2x3<T, P> const & m2);
+
161 }//namespace glm
+
162 
+
163 #ifndef GLM_EXTERNAL_TEMPLATE
+
164 #include "type_mat2x3.inl"
+
165 #endif
+
GLM Core
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00115.html b/glm/doc/api/a00115.html new file mode 100644 index 0000000..d0e56a1 --- /dev/null +++ b/glm/doc/api/a00115.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat2x4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat2x4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat2x4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00115_source.html b/glm/doc/api/a00115_source.html new file mode 100644 index 0000000..2ba2cf3 --- /dev/null +++ b/glm/doc/api/a00115_source.html @@ -0,0 +1,269 @@ + + + + + + +0.9.9 API documenation: type_mat2x4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat2x4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec2.hpp"
+
8 #include "type_vec4.hpp"
+
9 #include "type_mat.hpp"
+
10 #include <limits>
+
11 #include <cstddef>
+
12 
+
13 namespace glm
+
14 {
+
15  template <typename T, precision P = defaultp>
+
16  struct tmat2x4
+
17  {
+
18  typedef tvec4<T, P> col_type;
+
19  typedef tvec2<T, P> row_type;
+
20  typedef tmat2x4<T, P> type;
+
21  typedef tmat4x2<T, P> transpose_type;
+
22  typedef T value_type;
+
23 
+
24  private:
+
25  col_type value[2];
+
26 
+
27  public:
+
28  // -- Constructors --
+
29 
+
30  GLM_FUNC_DECL tmat2x4() GLM_DEFAULT_CTOR;
+
31  GLM_FUNC_DECL tmat2x4(tmat2x4<T, P> const & m) GLM_DEFAULT;
+
32  template <precision Q>
+
33  GLM_FUNC_DECL tmat2x4(tmat2x4<T, Q> const & m);
+
34 
+
35  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat2x4(ctor);
+
36  GLM_FUNC_DECL explicit tmat2x4(T scalar);
+
37  GLM_FUNC_DECL tmat2x4(
+
38  T x0, T y0, T z0, T w0,
+
39  T x1, T y1, T z1, T w1);
+
40  GLM_FUNC_DECL tmat2x4(
+
41  col_type const & v0,
+
42  col_type const & v1);
+
43 
+
44  // -- Conversions --
+
45 
+
46  template <
+
47  typename X1, typename Y1, typename Z1, typename W1,
+
48  typename X2, typename Y2, typename Z2, typename W2>
+
49  GLM_FUNC_DECL tmat2x4(
+
50  X1 x1, Y1 y1, Z1 z1, W1 w1,
+
51  X2 x2, Y2 y2, Z2 z2, W2 w2);
+
52 
+
53  template <typename U, typename V>
+
54  GLM_FUNC_DECL tmat2x4(
+
55  tvec4<U, P> const & v1,
+
56  tvec4<V, P> const & v2);
+
57 
+
58  // -- Matrix conversions --
+
59 
+
60  template <typename U, precision Q>
+
61  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat2x4<U, Q> const & m);
+
62 
+
63  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat2x2<T, P> const & x);
+
64  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat3x3<T, P> const & x);
+
65  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat4x4<T, P> const & x);
+
66  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat2x3<T, P> const & x);
+
67  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat3x2<T, P> const & x);
+
68  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat3x4<T, P> const & x);
+
69  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat4x2<T, P> const & x);
+
70  GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat4x3<T, P> const & x);
+
71 
+
72  // -- Accesses --
+
73 
+
74  typedef length_t length_type;
+
75  GLM_FUNC_DECL static length_type length(){return 2;}
+
76 
+
77  GLM_FUNC_DECL col_type & operator[](length_type i);
+
78  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
79 
+
80  // -- Unary arithmetic operators --
+
81 
+
82  GLM_FUNC_DECL tmat2x4<T, P> & operator=(tmat2x4<T, P> const & m) GLM_DEFAULT;
+
83 
+
84  template <typename U>
+
85  GLM_FUNC_DECL tmat2x4<T, P> & operator=(tmat2x4<U, P> const & m);
+
86  template <typename U>
+
87  GLM_FUNC_DECL tmat2x4<T, P> & operator+=(U s);
+
88  template <typename U>
+
89  GLM_FUNC_DECL tmat2x4<T, P> & operator+=(tmat2x4<U, P> const & m);
+
90  template <typename U>
+
91  GLM_FUNC_DECL tmat2x4<T, P> & operator-=(U s);
+
92  template <typename U>
+
93  GLM_FUNC_DECL tmat2x4<T, P> & operator-=(tmat2x4<U, P> const & m);
+
94  template <typename U>
+
95  GLM_FUNC_DECL tmat2x4<T, P> & operator*=(U s);
+
96  template <typename U>
+
97  GLM_FUNC_DECL tmat2x4<T, P> & operator/=(U s);
+
98 
+
99  // -- Increment and decrement operators --
+
100 
+
101  GLM_FUNC_DECL tmat2x4<T, P> & operator++ ();
+
102  GLM_FUNC_DECL tmat2x4<T, P> & operator-- ();
+
103  GLM_FUNC_DECL tmat2x4<T, P> operator++(int);
+
104  GLM_FUNC_DECL tmat2x4<T, P> operator--(int);
+
105  };
+
106 
+
107  // -- Unary operators --
+
108 
+
109  template <typename T, precision P>
+
110  GLM_FUNC_DECL tmat2x4<T, P> operator+(tmat2x4<T, P> const & m);
+
111 
+
112  template <typename T, precision P>
+
113  GLM_FUNC_DECL tmat2x4<T, P> operator-(tmat2x4<T, P> const & m);
+
114 
+
115  // -- Binary operators --
+
116 
+
117  template <typename T, precision P>
+
118  GLM_FUNC_DECL tmat2x4<T, P> operator+(tmat2x4<T, P> const & m, T scalar);
+
119 
+
120  template <typename T, precision P>
+
121  GLM_FUNC_DECL tmat2x4<T, P> operator+(tmat2x4<T, P> const & m1, tmat2x4<T, P> const & m2);
+
122 
+
123  template <typename T, precision P>
+
124  GLM_FUNC_DECL tmat2x4<T, P> operator-(tmat2x4<T, P> const & m, T scalar);
+
125 
+
126  template <typename T, precision P>
+
127  GLM_FUNC_DECL tmat2x4<T, P> operator-(tmat2x4<T, P> const & m1, tmat2x4<T, P> const & m2);
+
128 
+
129  template <typename T, precision P>
+
130  GLM_FUNC_DECL tmat2x4<T, P> operator*(tmat2x4<T, P> const & m, T scalar);
+
131 
+
132  template <typename T, precision P>
+
133  GLM_FUNC_DECL tmat2x4<T, P> operator*(T scalar, tmat2x4<T, P> const & m);
+
134 
+
135  template <typename T, precision P>
+
136  GLM_FUNC_DECL typename tmat2x4<T, P>::col_type operator*(tmat2x4<T, P> const & m, typename tmat2x4<T, P>::row_type const & v);
+
137 
+
138  template <typename T, precision P>
+
139  GLM_FUNC_DECL typename tmat2x4<T, P>::row_type operator*(typename tmat2x4<T, P>::col_type const & v, tmat2x4<T, P> const & m);
+
140 
+
141  template <typename T, precision P>
+
142  GLM_FUNC_DECL tmat4x4<T, P> operator*(tmat2x4<T, P> const & m1, tmat4x2<T, P> const & m2);
+
143 
+
144  template <typename T, precision P>
+
145  GLM_FUNC_DECL tmat2x4<T, P> operator*(tmat2x4<T, P> const & m1, tmat2x2<T, P> const & m2);
+
146 
+
147  template <typename T, precision P>
+
148  GLM_FUNC_DECL tmat3x4<T, P> operator*(tmat2x4<T, P> const & m1, tmat3x2<T, P> const & m2);
+
149 
+
150  template <typename T, precision P>
+
151  GLM_FUNC_DECL tmat2x4<T, P> operator/(tmat2x4<T, P> const & m, T scalar);
+
152 
+
153  template <typename T, precision P>
+
154  GLM_FUNC_DECL tmat2x4<T, P> operator/(T scalar, tmat2x4<T, P> const & m);
+
155 
+
156  // -- Boolean operators --
+
157 
+
158  template <typename T, precision P>
+
159  GLM_FUNC_DECL bool operator==(tmat2x4<T, P> const & m1, tmat2x4<T, P> const & m2);
+
160 
+
161  template <typename T, precision P>
+
162  GLM_FUNC_DECL bool operator!=(tmat2x4<T, P> const & m1, tmat2x4<T, P> const & m2);
+
163 }//namespace glm
+
164 
+
165 #ifndef GLM_EXTERNAL_TEMPLATE
+
166 #include "type_mat2x4.inl"
+
167 #endif
+
GLM Core
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
GLM Core
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00116.html b/glm/doc/api/a00116.html new file mode 100644 index 0000000..b6d41bc --- /dev/null +++ b/glm/doc/api/a00116.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat3x2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat3x2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat3x2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00116_source.html b/glm/doc/api/a00116_source.html new file mode 100644 index 0000000..452857a --- /dev/null +++ b/glm/doc/api/a00116_source.html @@ -0,0 +1,275 @@ + + + + + + +0.9.9 API documenation: type_mat3x2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat3x2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec2.hpp"
+
8 #include "type_vec3.hpp"
+
9 #include "type_mat.hpp"
+
10 #include <limits>
+
11 #include <cstddef>
+
12 
+
13 namespace glm
+
14 {
+
15  template <typename T, precision P = defaultp>
+
16  struct tmat3x2
+
17  {
+
18  typedef tvec2<T, P> col_type;
+
19  typedef tvec3<T, P> row_type;
+
20  typedef tmat3x2<T, P> type;
+
21  typedef tmat2x3<T, P> transpose_type;
+
22  typedef T value_type;
+
23 
+
24  private:
+
25  col_type value[3];
+
26 
+
27  public:
+
28  // -- Constructors --
+
29 
+
30  GLM_FUNC_DECL tmat3x2() GLM_DEFAULT_CTOR;
+
31  GLM_FUNC_DECL tmat3x2(tmat3x2<T, P> const & m) GLM_DEFAULT;
+
32  template <precision Q>
+
33  GLM_FUNC_DECL tmat3x2(tmat3x2<T, Q> const & m);
+
34 
+
35  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat3x2(ctor);
+
36  GLM_FUNC_DECL explicit tmat3x2(T scalar);
+
37  GLM_FUNC_DECL tmat3x2(
+
38  T x0, T y0,
+
39  T x1, T y1,
+
40  T x2, T y2);
+
41  GLM_FUNC_DECL tmat3x2(
+
42  col_type const & v0,
+
43  col_type const & v1,
+
44  col_type const & v2);
+
45 
+
46  // -- Conversions --
+
47 
+
48  template<
+
49  typename X1, typename Y1,
+
50  typename X2, typename Y2,
+
51  typename X3, typename Y3>
+
52  GLM_FUNC_DECL tmat3x2(
+
53  X1 x1, Y1 y1,
+
54  X2 x2, Y2 y2,
+
55  X3 x3, Y3 y3);
+
56 
+
57  template <typename V1, typename V2, typename V3>
+
58  GLM_FUNC_DECL tmat3x2(
+
59  tvec2<V1, P> const & v1,
+
60  tvec2<V2, P> const & v2,
+
61  tvec2<V3, P> const & v3);
+
62 
+
63  // -- Matrix conversions --
+
64 
+
65  template <typename U, precision Q>
+
66  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat3x2<U, Q> const & m);
+
67 
+
68  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat2x2<T, P> const & x);
+
69  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat3x3<T, P> const & x);
+
70  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat4x4<T, P> const & x);
+
71  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat2x3<T, P> const & x);
+
72  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat2x4<T, P> const & x);
+
73  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat3x4<T, P> const & x);
+
74  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat4x2<T, P> const & x);
+
75  GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat4x3<T, P> const & x);
+
76 
+
77  // -- Accesses --
+
78 
+
79  typedef length_t length_type;
+
80  GLM_FUNC_DECL static length_type length(){return 3;}
+
81 
+
82  GLM_FUNC_DECL col_type & operator[](length_type i);
+
83  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
84 
+
85  // -- Unary arithmetic operators --
+
86 
+
87  GLM_FUNC_DECL tmat3x2<T, P> & operator=(tmat3x2<T, P> const & m) GLM_DEFAULT;
+
88 
+
89  template <typename U>
+
90  GLM_FUNC_DECL tmat3x2<T, P> & operator=(tmat3x2<U, P> const & m);
+
91  template <typename U>
+
92  GLM_FUNC_DECL tmat3x2<T, P> & operator+=(U s);
+
93  template <typename U>
+
94  GLM_FUNC_DECL tmat3x2<T, P> & operator+=(tmat3x2<U, P> const & m);
+
95  template <typename U>
+
96  GLM_FUNC_DECL tmat3x2<T, P> & operator-=(U s);
+
97  template <typename U>
+
98  GLM_FUNC_DECL tmat3x2<T, P> & operator-=(tmat3x2<U, P> const & m);
+
99  template <typename U>
+
100  GLM_FUNC_DECL tmat3x2<T, P> & operator*=(U s);
+
101  template <typename U>
+
102  GLM_FUNC_DECL tmat3x2<T, P> & operator/=(U s);
+
103 
+
104  // -- Increment and decrement operators --
+
105 
+
106  GLM_FUNC_DECL tmat3x2<T, P> & operator++ ();
+
107  GLM_FUNC_DECL tmat3x2<T, P> & operator-- ();
+
108  GLM_FUNC_DECL tmat3x2<T, P> operator++(int);
+
109  GLM_FUNC_DECL tmat3x2<T, P> operator--(int);
+
110  };
+
111 
+
112  // -- Unary operators --
+
113 
+
114  template <typename T, precision P>
+
115  GLM_FUNC_DECL tmat3x2<T, P> operator+(tmat3x2<T, P> const & m);
+
116 
+
117  template <typename T, precision P>
+
118  GLM_FUNC_DECL tmat3x2<T, P> operator-(tmat3x2<T, P> const & m);
+
119 
+
120  // -- Binary operators --
+
121 
+
122  template <typename T, precision P>
+
123  GLM_FUNC_DECL tmat3x2<T, P> operator+(tmat3x2<T, P> const & m, T scalar);
+
124 
+
125  template <typename T, precision P>
+
126  GLM_FUNC_DECL tmat3x2<T, P> operator+(tmat3x2<T, P> const & m1, tmat3x2<T, P> const & m2);
+
127 
+
128  template <typename T, precision P>
+
129  GLM_FUNC_DECL tmat3x2<T, P> operator-(tmat3x2<T, P> const & m, T scalar);
+
130 
+
131  template <typename T, precision P>
+
132  GLM_FUNC_DECL tmat3x2<T, P> operator-(tmat3x2<T, P> const & m1, tmat3x2<T, P> const & m2);
+
133 
+
134  template <typename T, precision P>
+
135  GLM_FUNC_DECL tmat3x2<T, P> operator*(tmat3x2<T, P> const & m, T scalar);
+
136 
+
137  template <typename T, precision P>
+
138  GLM_FUNC_DECL tmat3x2<T, P> operator*(T scalar, tmat3x2<T, P> const & m);
+
139 
+
140  template <typename T, precision P>
+
141  GLM_FUNC_DECL typename tmat3x2<T, P>::col_type operator*(tmat3x2<T, P> const & m, typename tmat3x2<T, P>::row_type const & v);
+
142 
+
143  template <typename T, precision P>
+
144  GLM_FUNC_DECL typename tmat3x2<T, P>::row_type operator*(typename tmat3x2<T, P>::col_type const & v, tmat3x2<T, P> const & m);
+
145 
+
146  template <typename T, precision P>
+
147  GLM_FUNC_DECL tmat2x2<T, P> operator*(tmat3x2<T, P> const & m1, tmat2x3<T, P> const & m2);
+
148 
+
149  template <typename T, precision P>
+
150  GLM_FUNC_DECL tmat3x2<T, P> operator*(tmat3x2<T, P> const & m1, tmat3x3<T, P> const & m2);
+
151 
+
152  template <typename T, precision P>
+
153  GLM_FUNC_DECL tmat4x2<T, P> operator*(tmat3x2<T, P> const & m1, tmat4x3<T, P> const & m2);
+
154 
+
155  template <typename T, precision P>
+
156  GLM_FUNC_DECL tmat3x2<T, P> operator/(tmat3x2<T, P> const & m, T scalar);
+
157 
+
158  template <typename T, precision P>
+
159  GLM_FUNC_DECL tmat3x2<T, P> operator/(T scalar, tmat3x2<T, P> const & m);
+
160 
+
161  // -- Boolean operators --
+
162 
+
163  template <typename T, precision P>
+
164  GLM_FUNC_DECL bool operator==(tmat3x2<T, P> const & m1, tmat3x2<T, P> const & m2);
+
165 
+
166  template <typename T, precision P>
+
167  GLM_FUNC_DECL bool operator!=(tmat3x2<T, P> const & m1, tmat3x2<T, P> const & m2);
+
168 
+
169 }//namespace glm
+
170 
+
171 #ifndef GLM_EXTERNAL_TEMPLATE
+
172 #include "type_mat3x2.inl"
+
173 #endif
+
GLM Core
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00117.html b/glm/doc/api/a00117.html new file mode 100644 index 0000000..a6e43b7 --- /dev/null +++ b/glm/doc/api/a00117.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat3x3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat3x3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat3x3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00117_source.html b/glm/doc/api/a00117_source.html new file mode 100644 index 0000000..abcb2e7 --- /dev/null +++ b/glm/doc/api/a00117_source.html @@ -0,0 +1,291 @@ + + + + + + +0.9.9 API documenation: type_mat3x3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat3x3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec3.hpp"
+
8 #include "type_mat.hpp"
+
9 #include <limits>
+
10 #include <cstddef>
+
11 
+
12 namespace glm
+
13 {
+
14  template <typename T, precision P = defaultp>
+
15  struct tmat3x3
+
16  {
+
17  typedef tvec3<T, P> col_type;
+
18  typedef tvec3<T, P> row_type;
+
19  typedef tmat3x3<T, P> type;
+
20  typedef tmat3x3<T, P> transpose_type;
+
21  typedef T value_type;
+
22 
+
23  private:
+
24  col_type value[3];
+
25 
+
26  public:
+
27  // -- Constructors --
+
28 
+
29  GLM_FUNC_DECL tmat3x3() GLM_DEFAULT_CTOR;
+
30  GLM_FUNC_DECL tmat3x3(tmat3x3<T, P> const & m) GLM_DEFAULT;
+
31  template <precision Q>
+
32  GLM_FUNC_DECL tmat3x3(tmat3x3<T, Q> const & m);
+
33 
+
34  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat3x3(ctor);
+
35  GLM_FUNC_DECL explicit tmat3x3(T scalar);
+
36  GLM_FUNC_DECL tmat3x3(
+
37  T x0, T y0, T z0,
+
38  T x1, T y1, T z1,
+
39  T x2, T y2, T z2);
+
40  GLM_FUNC_DECL tmat3x3(
+
41  col_type const & v0,
+
42  col_type const & v1,
+
43  col_type const & v2);
+
44 
+
45  // -- Conversions --
+
46 
+
47  template<
+
48  typename X1, typename Y1, typename Z1,
+
49  typename X2, typename Y2, typename Z2,
+
50  typename X3, typename Y3, typename Z3>
+
51  GLM_FUNC_DECL tmat3x3(
+
52  X1 x1, Y1 y1, Z1 z1,
+
53  X2 x2, Y2 y2, Z2 z2,
+
54  X3 x3, Y3 y3, Z3 z3);
+
55 
+
56  template <typename V1, typename V2, typename V3>
+
57  GLM_FUNC_DECL tmat3x3(
+
58  tvec3<V1, P> const & v1,
+
59  tvec3<V2, P> const & v2,
+
60  tvec3<V3, P> const & v3);
+
61 
+
62  // -- Matrix conversions --
+
63 
+
64  template <typename U, precision Q>
+
65  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat3x3<U, Q> const & m);
+
66 
+
67  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat2x2<T, P> const & x);
+
68  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat4x4<T, P> const & x);
+
69  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat2x3<T, P> const & x);
+
70  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat3x2<T, P> const & x);
+
71  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat2x4<T, P> const & x);
+
72  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat4x2<T, P> const & x);
+
73  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat3x4<T, P> const & x);
+
74  GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat4x3<T, P> const & x);
+
75 
+
76  // -- Accesses --
+
77 
+
78  typedef length_t length_type;
+
79  GLM_FUNC_DECL static length_type length(){return 3;}
+
80 
+
81  GLM_FUNC_DECL col_type & operator[](length_type i);
+
82  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
83 
+
84  // -- Unary arithmetic operators --
+
85 
+
86  GLM_FUNC_DECL tmat3x3<T, P> & operator=(tmat3x3<T, P> const & m) GLM_DEFAULT;
+
87 
+
88  template <typename U>
+
89  GLM_FUNC_DECL tmat3x3<T, P> & operator=(tmat3x3<U, P> const & m);
+
90  template <typename U>
+
91  GLM_FUNC_DECL tmat3x3<T, P> & operator+=(U s);
+
92  template <typename U>
+
93  GLM_FUNC_DECL tmat3x3<T, P> & operator+=(tmat3x3<U, P> const & m);
+
94  template <typename U>
+
95  GLM_FUNC_DECL tmat3x3<T, P> & operator-=(U s);
+
96  template <typename U>
+
97  GLM_FUNC_DECL tmat3x3<T, P> & operator-=(tmat3x3<U, P> const & m);
+
98  template <typename U>
+
99  GLM_FUNC_DECL tmat3x3<T, P> & operator*=(U s);
+
100  template <typename U>
+
101  GLM_FUNC_DECL tmat3x3<T, P> & operator*=(tmat3x3<U, P> const & m);
+
102  template <typename U>
+
103  GLM_FUNC_DECL tmat3x3<T, P> & operator/=(U s);
+
104  template <typename U>
+
105  GLM_FUNC_DECL tmat3x3<T, P> & operator/=(tmat3x3<U, P> const & m);
+
106 
+
107  // -- Increment and decrement operators --
+
108 
+
109  GLM_FUNC_DECL tmat3x3<T, P> & operator++();
+
110  GLM_FUNC_DECL tmat3x3<T, P> & operator--();
+
111  GLM_FUNC_DECL tmat3x3<T, P> operator++(int);
+
112  GLM_FUNC_DECL tmat3x3<T, P> operator--(int);
+
113  };
+
114 
+
115  // -- Unary operators --
+
116 
+
117  template <typename T, precision P>
+
118  GLM_FUNC_DECL tmat3x3<T, P> operator+(tmat3x3<T, P> const & m);
+
119 
+
120  template <typename T, precision P>
+
121  GLM_FUNC_DECL tmat3x3<T, P> operator-(tmat3x3<T, P> const & m);
+
122 
+
123  // -- Binary operators --
+
124 
+
125  template <typename T, precision P>
+
126  GLM_FUNC_DECL tmat3x3<T, P> operator+(tmat3x3<T, P> const & m, T scalar);
+
127 
+
128  template <typename T, precision P>
+
129  GLM_FUNC_DECL tmat3x3<T, P> operator+(T scalar, tmat3x3<T, P> const & m);
+
130 
+
131  template <typename T, precision P>
+
132  GLM_FUNC_DECL tmat3x3<T, P> operator+(tmat3x3<T, P> const & m1, tmat3x3<T, P> const & m2);
+
133 
+
134  template <typename T, precision P>
+
135  GLM_FUNC_DECL tmat3x3<T, P> operator-(tmat3x3<T, P> const & m, T scalar);
+
136 
+
137  template <typename T, precision P>
+
138  GLM_FUNC_DECL tmat3x3<T, P> operator-(T scalar, tmat3x3<T, P> const & m);
+
139 
+
140  template <typename T, precision P>
+
141  GLM_FUNC_DECL tmat3x3<T, P> operator-(tmat3x3<T, P> const & m1, tmat3x3<T, P> const & m2);
+
142 
+
143  template <typename T, precision P>
+
144  GLM_FUNC_DECL tmat3x3<T, P> operator*(tmat3x3<T, P> const & m, T scalar);
+
145 
+
146  template <typename T, precision P>
+
147  GLM_FUNC_DECL tmat3x3<T, P> operator*(T scalar, tmat3x3<T, P> const & m);
+
148 
+
149  template <typename T, precision P>
+
150  GLM_FUNC_DECL typename tmat3x3<T, P>::col_type operator*(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v);
+
151 
+
152  template <typename T, precision P>
+
153  GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator*(typename tmat3x3<T, P>::col_type const & v, tmat3x3<T, P> const & m);
+
154 
+
155  template <typename T, precision P>
+
156  GLM_FUNC_DECL tmat3x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat3x3<T, P> const & m2);
+
157 
+
158  template <typename T, precision P>
+
159  GLM_FUNC_DECL tmat2x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat2x3<T, P> const & m2);
+
160 
+
161  template <typename T, precision P>
+
162  GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat4x3<T, P> const & m2);
+
163 
+
164  template <typename T, precision P>
+
165  GLM_FUNC_DECL tmat3x3<T, P> operator/(tmat3x3<T, P> const & m, T scalar);
+
166 
+
167  template <typename T, precision P>
+
168  GLM_FUNC_DECL tmat3x3<T, P> operator/(T scalar, tmat3x3<T, P> const & m);
+
169 
+
170  template <typename T, precision P>
+
171  GLM_FUNC_DECL typename tmat3x3<T, P>::col_type operator/(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v);
+
172 
+
173  template <typename T, precision P>
+
174  GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator/(typename tmat3x3<T, P>::col_type const & v, tmat3x3<T, P> const & m);
+
175 
+
176  template <typename T, precision P>
+
177  GLM_FUNC_DECL tmat3x3<T, P> operator/(tmat3x3<T, P> const & m1, tmat3x3<T, P> const & m2);
+
178 
+
179  // -- Boolean operators --
+
180 
+
181  template <typename T, precision P>
+
182  GLM_FUNC_DECL bool operator==(tmat3x3<T, P> const & m1, tmat3x3<T, P> const & m2);
+
183 
+
184  template <typename T, precision P>
+
185  GLM_FUNC_DECL bool operator!=(tmat3x3<T, P> const & m1, tmat3x3<T, P> const & m2);
+
186 }//namespace glm
+
187 
+
188 #ifndef GLM_EXTERNAL_TEMPLATE
+
189 #include "type_mat3x3.inl"
+
190 #endif
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00118.html b/glm/doc/api/a00118.html new file mode 100644 index 0000000..18e3c4d --- /dev/null +++ b/glm/doc/api/a00118.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat3x4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat3x4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat3x4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00118_source.html b/glm/doc/api/a00118_source.html new file mode 100644 index 0000000..63a3e36 --- /dev/null +++ b/glm/doc/api/a00118_source.html @@ -0,0 +1,274 @@ + + + + + + +0.9.9 API documenation: type_mat3x4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat3x4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec3.hpp"
+
8 #include "type_vec4.hpp"
+
9 #include "type_mat.hpp"
+
10 #include <limits>
+
11 #include <cstddef>
+
12 
+
13 namespace glm
+
14 {
+
15  template <typename T, precision P = defaultp>
+
16  struct tmat3x4
+
17  {
+
18  typedef tvec4<T, P> col_type;
+
19  typedef tvec3<T, P> row_type;
+
20  typedef tmat3x4<T, P> type;
+
21  typedef tmat4x3<T, P> transpose_type;
+
22  typedef T value_type;
+
23 
+
24  private:
+
25  col_type value[3];
+
26 
+
27  public:
+
28  // -- Constructors --
+
29 
+
30  GLM_FUNC_DECL tmat3x4() GLM_DEFAULT_CTOR;
+
31  GLM_FUNC_DECL tmat3x4(tmat3x4<T, P> const & m) GLM_DEFAULT;
+
32  template <precision Q>
+
33  GLM_FUNC_DECL tmat3x4(tmat3x4<T, Q> const & m);
+
34 
+
35  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat3x4(ctor);
+
36  GLM_FUNC_DECL explicit tmat3x4(T scalar);
+
37  GLM_FUNC_DECL tmat3x4(
+
38  T x0, T y0, T z0, T w0,
+
39  T x1, T y1, T z1, T w1,
+
40  T x2, T y2, T z2, T w2);
+
41  GLM_FUNC_DECL tmat3x4(
+
42  col_type const & v0,
+
43  col_type const & v1,
+
44  col_type const & v2);
+
45 
+
46  // -- Conversions --
+
47 
+
48  template<
+
49  typename X1, typename Y1, typename Z1, typename W1,
+
50  typename X2, typename Y2, typename Z2, typename W2,
+
51  typename X3, typename Y3, typename Z3, typename W3>
+
52  GLM_FUNC_DECL tmat3x4(
+
53  X1 x1, Y1 y1, Z1 z1, W1 w1,
+
54  X2 x2, Y2 y2, Z2 z2, W2 w2,
+
55  X3 x3, Y3 y3, Z3 z3, W3 w3);
+
56 
+
57  template <typename V1, typename V2, typename V3>
+
58  GLM_FUNC_DECL tmat3x4(
+
59  tvec4<V1, P> const & v1,
+
60  tvec4<V2, P> const & v2,
+
61  tvec4<V3, P> const & v3);
+
62 
+
63  // -- Matrix conversions --
+
64 
+
65  template <typename U, precision Q>
+
66  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat3x4<U, Q> const & m);
+
67 
+
68  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat2x2<T, P> const & x);
+
69  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat3x3<T, P> const & x);
+
70  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat4x4<T, P> const & x);
+
71  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat2x3<T, P> const & x);
+
72  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat3x2<T, P> const & x);
+
73  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat2x4<T, P> const & x);
+
74  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat4x2<T, P> const & x);
+
75  GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat4x3<T, P> const & x);
+
76 
+
77  // -- Accesses --
+
78 
+
79  typedef length_t length_type;
+
80  GLM_FUNC_DECL static length_type length(){return 3;}
+
81 
+
82  GLM_FUNC_DECL col_type & operator[](length_type i);
+
83  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
84 
+
85  // -- Unary arithmetic operators --
+
86 
+
87  GLM_FUNC_DECL tmat3x4<T, P> & operator=(tmat3x4<T, P> const & m) GLM_DEFAULT;
+
88 
+
89  template <typename U>
+
90  GLM_FUNC_DECL tmat3x4<T, P> & operator=(tmat3x4<U, P> const & m);
+
91  template <typename U>
+
92  GLM_FUNC_DECL tmat3x4<T, P> & operator+=(U s);
+
93  template <typename U>
+
94  GLM_FUNC_DECL tmat3x4<T, P> & operator+=(tmat3x4<U, P> const & m);
+
95  template <typename U>
+
96  GLM_FUNC_DECL tmat3x4<T, P> & operator-=(U s);
+
97  template <typename U>
+
98  GLM_FUNC_DECL tmat3x4<T, P> & operator-=(tmat3x4<U, P> const & m);
+
99  template <typename U>
+
100  GLM_FUNC_DECL tmat3x4<T, P> & operator*=(U s);
+
101  template <typename U>
+
102  GLM_FUNC_DECL tmat3x4<T, P> & operator/=(U s);
+
103 
+
104  // -- Increment and decrement operators --
+
105 
+
106  GLM_FUNC_DECL tmat3x4<T, P> & operator++();
+
107  GLM_FUNC_DECL tmat3x4<T, P> & operator--();
+
108  GLM_FUNC_DECL tmat3x4<T, P> operator++(int);
+
109  GLM_FUNC_DECL tmat3x4<T, P> operator--(int);
+
110  };
+
111 
+
112  // -- Unary operators --
+
113 
+
114  template <typename T, precision P>
+
115  GLM_FUNC_DECL tmat3x4<T, P> operator+(tmat3x4<T, P> const & m);
+
116 
+
117  template <typename T, precision P>
+
118  GLM_FUNC_DECL tmat3x4<T, P> operator-(tmat3x4<T, P> const & m);
+
119 
+
120  // -- Binary operators --
+
121 
+
122  template <typename T, precision P>
+
123  GLM_FUNC_DECL tmat3x4<T, P> operator+(tmat3x4<T, P> const & m, T scalar);
+
124 
+
125  template <typename T, precision P>
+
126  GLM_FUNC_DECL tmat3x4<T, P> operator+(tmat3x4<T, P> const & m1, tmat3x4<T, P> const & m2);
+
127 
+
128  template <typename T, precision P>
+
129  GLM_FUNC_DECL tmat3x4<T, P> operator-(tmat3x4<T, P> const & m, T scalar);
+
130 
+
131  template <typename T, precision P>
+
132  GLM_FUNC_DECL tmat3x4<T, P> operator-(tmat3x4<T, P> const & m1, tmat3x4<T, P> const & m2);
+
133 
+
134  template <typename T, precision P>
+
135  GLM_FUNC_DECL tmat3x4<T, P> operator*(tmat3x4<T, P> const & m, T scalar);
+
136 
+
137  template <typename T, precision P>
+
138  GLM_FUNC_DECL tmat3x4<T, P> operator*(T scalar, tmat3x4<T, P> const & m);
+
139 
+
140  template <typename T, precision P>
+
141  GLM_FUNC_DECL typename tmat3x4<T, P>::col_type operator*(tmat3x4<T, P> const & m, typename tmat3x4<T, P>::row_type const & v);
+
142 
+
143  template <typename T, precision P>
+
144  GLM_FUNC_DECL typename tmat3x4<T, P>::row_type operator*(typename tmat3x4<T, P>::col_type const & v, tmat3x4<T, P> const & m);
+
145 
+
146  template <typename T, precision P>
+
147  GLM_FUNC_DECL tmat4x4<T, P> operator*(tmat3x4<T, P> const & m1, tmat4x3<T, P> const & m2);
+
148 
+
149  template <typename T, precision P>
+
150  GLM_FUNC_DECL tmat2x4<T, P> operator*(tmat3x4<T, P> const & m1, tmat2x3<T, P> const & m2);
+
151 
+
152  template <typename T, precision P>
+
153  GLM_FUNC_DECL tmat3x4<T, P> operator*(tmat3x4<T, P> const & m1, tmat3x3<T, P> const & m2);
+
154 
+
155  template <typename T, precision P>
+
156  GLM_FUNC_DECL tmat3x4<T, P> operator/(tmat3x4<T, P> const & m, T scalar);
+
157 
+
158  template <typename T, precision P>
+
159  GLM_FUNC_DECL tmat3x4<T, P> operator/(T scalar, tmat3x4<T, P> const & m);
+
160 
+
161  // -- Boolean operators --
+
162 
+
163  template <typename T, precision P>
+
164  GLM_FUNC_DECL bool operator==(tmat3x4<T, P> const & m1, tmat3x4<T, P> const & m2);
+
165 
+
166  template <typename T, precision P>
+
167  GLM_FUNC_DECL bool operator!=(tmat3x4<T, P> const & m1, tmat3x4<T, P> const & m2);
+
168 }//namespace glm
+
169 
+
170 #ifndef GLM_EXTERNAL_TEMPLATE
+
171 #include "type_mat3x4.inl"
+
172 #endif
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00119.html b/glm/doc/api/a00119.html new file mode 100644 index 0000000..9762221 --- /dev/null +++ b/glm/doc/api/a00119.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat4x2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat4x2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat4x2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00119_source.html b/glm/doc/api/a00119_source.html new file mode 100644 index 0000000..aa329f9 --- /dev/null +++ b/glm/doc/api/a00119_source.html @@ -0,0 +1,279 @@ + + + + + + +0.9.9 API documenation: type_mat4x2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat4x2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec2.hpp"
+
8 #include "type_vec4.hpp"
+
9 #include "type_mat.hpp"
+
10 #include <limits>
+
11 #include <cstddef>
+
12 
+
13 namespace glm
+
14 {
+
15  template <typename T, precision P = defaultp>
+
16  struct tmat4x2
+
17  {
+
18  typedef tvec2<T, P> col_type;
+
19  typedef tvec4<T, P> row_type;
+
20  typedef tmat4x2<T, P> type;
+
21  typedef tmat2x4<T, P> transpose_type;
+
22  typedef T value_type;
+
23 
+
24  private:
+
25  col_type value[4];
+
26 
+
27  public:
+
28  // -- Constructors --
+
29 
+
30  GLM_FUNC_DECL tmat4x2() GLM_DEFAULT_CTOR;
+
31  GLM_FUNC_DECL tmat4x2(tmat4x2<T, P> const & m) GLM_DEFAULT;
+
32  template <precision Q>
+
33  GLM_FUNC_DECL tmat4x2(tmat4x2<T, Q> const & m);
+
34 
+
35  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat4x2(ctor);
+
36  GLM_FUNC_DECL explicit tmat4x2(T scalar);
+
37  GLM_FUNC_DECL tmat4x2(
+
38  T x0, T y0,
+
39  T x1, T y1,
+
40  T x2, T y2,
+
41  T x3, T y3);
+
42  GLM_FUNC_DECL tmat4x2(
+
43  col_type const & v0,
+
44  col_type const & v1,
+
45  col_type const & v2,
+
46  col_type const & v3);
+
47 
+
48  // -- Conversions --
+
49 
+
50  template <
+
51  typename X1, typename Y1,
+
52  typename X2, typename Y2,
+
53  typename X3, typename Y3,
+
54  typename X4, typename Y4>
+
55  GLM_FUNC_DECL tmat4x2(
+
56  X1 x1, Y1 y1,
+
57  X2 x2, Y2 y2,
+
58  X3 x3, Y3 y3,
+
59  X4 x4, Y4 y4);
+
60 
+
61  template <typename V1, typename V2, typename V3, typename V4>
+
62  GLM_FUNC_DECL tmat4x2(
+
63  tvec2<V1, P> const & v1,
+
64  tvec2<V2, P> const & v2,
+
65  tvec2<V3, P> const & v3,
+
66  tvec2<V4, P> const & v4);
+
67 
+
68  // -- Matrix conversions --
+
69 
+
70  template <typename U, precision Q>
+
71  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat4x2<U, Q> const & m);
+
72 
+
73  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat2x2<T, P> const & x);
+
74  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat3x3<T, P> const & x);
+
75  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat4x4<T, P> const & x);
+
76  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat2x3<T, P> const & x);
+
77  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat3x2<T, P> const & x);
+
78  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat2x4<T, P> const & x);
+
79  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat4x3<T, P> const & x);
+
80  GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat3x4<T, P> const & x);
+
81 
+
82  // -- Accesses --
+
83 
+
84  typedef length_t length_type;
+
85  GLM_FUNC_DECL static length_type length(){return 4;}
+
86 
+
87  GLM_FUNC_DECL col_type & operator[](length_type i);
+
88  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
89 
+
90  // -- Unary arithmetic operators --
+
91 
+
92  GLM_FUNC_DECL tmat4x2<T, P> & operator=(tmat4x2<T, P> const & m) GLM_DEFAULT;
+
93 
+
94  template <typename U>
+
95  GLM_FUNC_DECL tmat4x2<T, P> & operator=(tmat4x2<U, P> const & m);
+
96  template <typename U>
+
97  GLM_FUNC_DECL tmat4x2<T, P> & operator+=(U s);
+
98  template <typename U>
+
99  GLM_FUNC_DECL tmat4x2<T, P> & operator+=(tmat4x2<U, P> const & m);
+
100  template <typename U>
+
101  GLM_FUNC_DECL tmat4x2<T, P> & operator-=(U s);
+
102  template <typename U>
+
103  GLM_FUNC_DECL tmat4x2<T, P> & operator-=(tmat4x2<U, P> const & m);
+
104  template <typename U>
+
105  GLM_FUNC_DECL tmat4x2<T, P> & operator*=(U s);
+
106  template <typename U>
+
107  GLM_FUNC_DECL tmat4x2<T, P> & operator/=(U s);
+
108 
+
109  // -- Increment and decrement operators --
+
110 
+
111  GLM_FUNC_DECL tmat4x2<T, P> & operator++ ();
+
112  GLM_FUNC_DECL tmat4x2<T, P> & operator-- ();
+
113  GLM_FUNC_DECL tmat4x2<T, P> operator++(int);
+
114  GLM_FUNC_DECL tmat4x2<T, P> operator--(int);
+
115  };
+
116 
+
117  // -- Unary operators --
+
118 
+
119  template <typename T, precision P>
+
120  GLM_FUNC_DECL tmat4x2<T, P> operator+(tmat4x2<T, P> const & m);
+
121 
+
122  template <typename T, precision P>
+
123  GLM_FUNC_DECL tmat4x2<T, P> operator-(tmat4x2<T, P> const & m);
+
124 
+
125  // -- Binary operators --
+
126 
+
127  template <typename T, precision P>
+
128  GLM_FUNC_DECL tmat4x2<T, P> operator+(tmat4x2<T, P> const & m, T scalar);
+
129 
+
130  template <typename T, precision P>
+
131  GLM_FUNC_DECL tmat4x2<T, P> operator+(tmat4x2<T, P> const & m1, tmat4x2<T, P> const & m2);
+
132 
+
133  template <typename T, precision P>
+
134  GLM_FUNC_DECL tmat4x2<T, P> operator-(tmat4x2<T, P> const & m, T scalar);
+
135 
+
136  template <typename T, precision P>
+
137  GLM_FUNC_DECL tmat4x2<T, P> operator-(tmat4x2<T, P> const & m1, tmat4x2<T, P> const & m2);
+
138 
+
139  template <typename T, precision P>
+
140  GLM_FUNC_DECL tmat4x2<T, P> operator*(tmat4x2<T, P> const & m, T scalar);
+
141 
+
142  template <typename T, precision P>
+
143  GLM_FUNC_DECL tmat4x2<T, P> operator*(T scalar, tmat4x2<T, P> const & m);
+
144 
+
145  template <typename T, precision P>
+
146  GLM_FUNC_DECL typename tmat4x2<T, P>::col_type operator*(tmat4x2<T, P> const & m, typename tmat4x2<T, P>::row_type const & v);
+
147 
+
148  template <typename T, precision P>
+
149  GLM_FUNC_DECL typename tmat4x2<T, P>::row_type operator*(typename tmat4x2<T, P>::col_type const & v, tmat4x2<T, P> const & m);
+
150 
+
151  template <typename T, precision P>
+
152  GLM_FUNC_DECL tmat2x2<T, P> operator*(tmat4x2<T, P> const & m1, tmat2x4<T, P> const & m2);
+
153 
+
154  template <typename T, precision P>
+
155  GLM_FUNC_DECL tmat3x2<T, P> operator*(tmat4x2<T, P> const & m1, tmat3x4<T, P> const & m2);
+
156 
+
157  template <typename T, precision P>
+
158  GLM_FUNC_DECL tmat4x2<T, P> operator*(tmat4x2<T, P> const & m1, tmat4x4<T, P> const & m2);
+
159 
+
160  template <typename T, precision P>
+
161  GLM_FUNC_DECL tmat4x2<T, P> operator/(tmat4x2<T, P> const & m, T scalar);
+
162 
+
163  template <typename T, precision P>
+
164  GLM_FUNC_DECL tmat4x2<T, P> operator/(T scalar, tmat4x2<T, P> const & m);
+
165 
+
166  // -- Boolean operators --
+
167 
+
168  template <typename T, precision P>
+
169  GLM_FUNC_DECL bool operator==(tmat4x2<T, P> const & m1, tmat4x2<T, P> const & m2);
+
170 
+
171  template <typename T, precision P>
+
172  GLM_FUNC_DECL bool operator!=(tmat4x2<T, P> const & m1, tmat4x2<T, P> const & m2);
+
173 }//namespace glm
+
174 
+
175 #ifndef GLM_EXTERNAL_TEMPLATE
+
176 #include "type_mat4x2.inl"
+
177 #endif
+
GLM Core
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
GLM Core
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00120.html b/glm/doc/api/a00120.html new file mode 100644 index 0000000..8369e90 --- /dev/null +++ b/glm/doc/api/a00120.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat4x3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat4x3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat4x3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00120_source.html b/glm/doc/api/a00120_source.html new file mode 100644 index 0000000..3542057 --- /dev/null +++ b/glm/doc/api/a00120_source.html @@ -0,0 +1,279 @@ + + + + + + +0.9.9 API documenation: type_mat4x3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat4x3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec3.hpp"
+
8 #include "type_vec4.hpp"
+
9 #include "type_mat.hpp"
+
10 #include <limits>
+
11 #include <cstddef>
+
12 
+
13 namespace glm
+
14 {
+
15  template <typename T, precision P = defaultp>
+
16  struct tmat4x3
+
17  {
+
18  typedef tvec3<T, P> col_type;
+
19  typedef tvec4<T, P> row_type;
+
20  typedef tmat4x3<T, P> type;
+
21  typedef tmat3x4<T, P> transpose_type;
+
22  typedef T value_type;
+
23 
+
24  private:
+
25  col_type value[4];
+
26 
+
27  public:
+
28  // -- Constructors --
+
29 
+
30  GLM_FUNC_DECL tmat4x3() GLM_DEFAULT_CTOR;
+
31  GLM_FUNC_DECL tmat4x3(tmat4x3<T, P> const & m) GLM_DEFAULT;
+
32  template <precision Q>
+
33  GLM_FUNC_DECL tmat4x3(tmat4x3<T, Q> const & m);
+
34 
+
35  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat4x3(ctor);
+
36  GLM_FUNC_DECL explicit tmat4x3(T const & x);
+
37  GLM_FUNC_DECL tmat4x3(
+
38  T const & x0, T const & y0, T const & z0,
+
39  T const & x1, T const & y1, T const & z1,
+
40  T const & x2, T const & y2, T const & z2,
+
41  T const & x3, T const & y3, T const & z3);
+
42  GLM_FUNC_DECL tmat4x3(
+
43  col_type const & v0,
+
44  col_type const & v1,
+
45  col_type const & v2,
+
46  col_type const & v3);
+
47 
+
48  // -- Conversions --
+
49 
+
50  template <
+
51  typename X1, typename Y1, typename Z1,
+
52  typename X2, typename Y2, typename Z2,
+
53  typename X3, typename Y3, typename Z3,
+
54  typename X4, typename Y4, typename Z4>
+
55  GLM_FUNC_DECL tmat4x3(
+
56  X1 const & x1, Y1 const & y1, Z1 const & z1,
+
57  X2 const & x2, Y2 const & y2, Z2 const & z2,
+
58  X3 const & x3, Y3 const & y3, Z3 const & z3,
+
59  X4 const & x4, Y4 const & y4, Z4 const & z4);
+
60 
+
61  template <typename V1, typename V2, typename V3, typename V4>
+
62  GLM_FUNC_DECL tmat4x3(
+
63  tvec3<V1, P> const & v1,
+
64  tvec3<V2, P> const & v2,
+
65  tvec3<V3, P> const & v3,
+
66  tvec3<V4, P> const & v4);
+
67 
+
68  // -- Matrix conversions --
+
69 
+
70  template <typename U, precision Q>
+
71  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat4x3<U, Q> const & m);
+
72 
+
73  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat2x2<T, P> const & x);
+
74  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat3x3<T, P> const & x);
+
75  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat4x4<T, P> const & x);
+
76  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat2x3<T, P> const & x);
+
77  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat3x2<T, P> const & x);
+
78  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat2x4<T, P> const & x);
+
79  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat4x2<T, P> const & x);
+
80  GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat3x4<T, P> const & x);
+
81 
+
82  // -- Accesses --
+
83 
+
84  typedef length_t length_type;
+
85  GLM_FUNC_DECL static length_type length(){return 4;}
+
86 
+
87  GLM_FUNC_DECL col_type & operator[](length_type i);
+
88  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
89 
+
90  // -- Unary arithmetic operators --
+
91 
+
92  GLM_FUNC_DECL tmat4x3<T, P> & operator=(tmat4x3<T, P> const & m) GLM_DEFAULT;
+
93 
+
94  template <typename U>
+
95  GLM_FUNC_DECL tmat4x3<T, P> & operator=(tmat4x3<U, P> const & m);
+
96  template <typename U>
+
97  GLM_FUNC_DECL tmat4x3<T, P> & operator+=(U s);
+
98  template <typename U>
+
99  GLM_FUNC_DECL tmat4x3<T, P> & operator+=(tmat4x3<U, P> const & m);
+
100  template <typename U>
+
101  GLM_FUNC_DECL tmat4x3<T, P> & operator-=(U s);
+
102  template <typename U>
+
103  GLM_FUNC_DECL tmat4x3<T, P> & operator-=(tmat4x3<U, P> const & m);
+
104  template <typename U>
+
105  GLM_FUNC_DECL tmat4x3<T, P> & operator*=(U s);
+
106  template <typename U>
+
107  GLM_FUNC_DECL tmat4x3<T, P> & operator/=(U s);
+
108 
+
109  // -- Increment and decrement operators --
+
110 
+
111  GLM_FUNC_DECL tmat4x3<T, P> & operator++();
+
112  GLM_FUNC_DECL tmat4x3<T, P> & operator--();
+
113  GLM_FUNC_DECL tmat4x3<T, P> operator++(int);
+
114  GLM_FUNC_DECL tmat4x3<T, P> operator--(int);
+
115  };
+
116 
+
117  // -- Unary operators --
+
118 
+
119  template <typename T, precision P>
+
120  GLM_FUNC_DECL tmat4x3<T, P> operator+(tmat4x3<T, P> const & m);
+
121 
+
122  template <typename T, precision P>
+
123  GLM_FUNC_DECL tmat4x3<T, P> operator-(tmat4x3<T, P> const & m);
+
124 
+
125  // -- Binary operators --
+
126 
+
127  template <typename T, precision P>
+
128  GLM_FUNC_DECL tmat4x3<T, P> operator+(tmat4x3<T, P> const & m, T const & s);
+
129 
+
130  template <typename T, precision P>
+
131  GLM_FUNC_DECL tmat4x3<T, P> operator+(tmat4x3<T, P> const & m1, tmat4x3<T, P> const & m2);
+
132 
+
133  template <typename T, precision P>
+
134  GLM_FUNC_DECL tmat4x3<T, P> operator-(tmat4x3<T, P> const & m, T const & s);
+
135 
+
136  template <typename T, precision P>
+
137  GLM_FUNC_DECL tmat4x3<T, P> operator-(tmat4x3<T, P> const & m1, tmat4x3<T, P> const & m2);
+
138 
+
139  template <typename T, precision P>
+
140  GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat4x3<T, P> const & m, T const & s);
+
141 
+
142  template <typename T, precision P>
+
143  GLM_FUNC_DECL tmat4x3<T, P> operator*(T const & s, tmat4x3<T, P> const & m);
+
144 
+
145  template <typename T, precision P>
+
146  GLM_FUNC_DECL typename tmat4x3<T, P>::col_type operator*(tmat4x3<T, P> const & m, typename tmat4x3<T, P>::row_type const & v);
+
147 
+
148  template <typename T, precision P>
+
149  GLM_FUNC_DECL typename tmat4x3<T, P>::row_type operator*(typename tmat4x3<T, P>::col_type const & v, tmat4x3<T, P> const & m);
+
150 
+
151  template <typename T, precision P>
+
152  GLM_FUNC_DECL tmat2x3<T, P> operator*(tmat4x3<T, P> const & m1, tmat2x4<T, P> const & m2);
+
153 
+
154  template <typename T, precision P>
+
155  GLM_FUNC_DECL tmat3x3<T, P> operator*(tmat4x3<T, P> const & m1, tmat3x4<T, P> const & m2);
+
156 
+
157  template <typename T, precision P>
+
158  GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat4x3<T, P> const & m1, tmat4x4<T, P> const & m2);
+
159 
+
160  template <typename T, precision P>
+
161  GLM_FUNC_DECL tmat4x3<T, P> operator/(tmat4x3<T, P> const & m, T const & s);
+
162 
+
163  template <typename T, precision P>
+
164  GLM_FUNC_DECL tmat4x3<T, P> operator/(T const & s, tmat4x3<T, P> const & m);
+
165 
+
166  // -- Boolean operators --
+
167 
+
168  template <typename T, precision P>
+
169  GLM_FUNC_DECL bool operator==(tmat4x3<T, P> const & m1, tmat4x3<T, P> const & m2);
+
170 
+
171  template <typename T, precision P>
+
172  GLM_FUNC_DECL bool operator!=(tmat4x3<T, P> const & m1, tmat4x3<T, P> const & m2);
+
173 }//namespace glm
+
174 
+
175 #ifndef GLM_EXTERNAL_TEMPLATE
+
176 #include "type_mat4x3.inl"
+
177 #endif //GLM_EXTERNAL_TEMPLATE
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00121.html b/glm/doc/api/a00121.html new file mode 100644 index 0000000..942ac1c --- /dev/null +++ b/glm/doc/api/a00121.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_mat4x4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat4x4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_mat4x4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00121_source.html b/glm/doc/api/a00121_source.html new file mode 100644 index 0000000..1902a23 --- /dev/null +++ b/glm/doc/api/a00121_source.html @@ -0,0 +1,296 @@ + + + + + + +0.9.9 API documenation: type_mat4x4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_mat4x4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec4.hpp"
+
8 #include "type_mat.hpp"
+
9 #include <limits>
+
10 #include <cstddef>
+
11 
+
12 namespace glm
+
13 {
+
14  template <typename T, precision P = defaultp>
+
15  struct tmat4x4
+
16  {
+
17  typedef tvec4<T, P> col_type;
+
18  typedef tvec4<T, P> row_type;
+
19  typedef tmat4x4<T, P> type;
+
20  typedef tmat4x4<T, P> transpose_type;
+
21  typedef T value_type;
+
22 
+
23  private:
+
24  col_type value[4];
+
25 
+
26  public:
+
27  // -- Constructors --
+
28 
+
29  GLM_FUNC_DECL tmat4x4() GLM_DEFAULT_CTOR;
+
30  GLM_FUNC_DECL tmat4x4(tmat4x4<T, P> const & m) GLM_DEFAULT;
+
31  template <precision Q>
+
32  GLM_FUNC_DECL tmat4x4(tmat4x4<T, Q> const & m);
+
33 
+
34  GLM_FUNC_DECL explicit tmat4x4(ctor);
+
35  GLM_FUNC_DECL explicit tmat4x4(T const & x);
+
36  GLM_FUNC_DECL tmat4x4(
+
37  T const & x0, T const & y0, T const & z0, T const & w0,
+
38  T const & x1, T const & y1, T const & z1, T const & w1,
+
39  T const & x2, T const & y2, T const & z2, T const & w2,
+
40  T const & x3, T const & y3, T const & z3, T const & w3);
+
41  GLM_FUNC_DECL tmat4x4(
+
42  col_type const & v0,
+
43  col_type const & v1,
+
44  col_type const & v2,
+
45  col_type const & v3);
+
46 
+
47  // -- Conversions --
+
48 
+
49  template <
+
50  typename X1, typename Y1, typename Z1, typename W1,
+
51  typename X2, typename Y2, typename Z2, typename W2,
+
52  typename X3, typename Y3, typename Z3, typename W3,
+
53  typename X4, typename Y4, typename Z4, typename W4>
+
54  GLM_FUNC_DECL tmat4x4(
+
55  X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
+
56  X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
+
57  X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3,
+
58  X4 const & x4, Y4 const & y4, Z4 const & z4, W4 const & w4);
+
59 
+
60  template <typename V1, typename V2, typename V3, typename V4>
+
61  GLM_FUNC_DECL tmat4x4(
+
62  tvec4<V1, P> const & v1,
+
63  tvec4<V2, P> const & v2,
+
64  tvec4<V3, P> const & v3,
+
65  tvec4<V4, P> const & v4);
+
66 
+
67  // -- Matrix conversions --
+
68 
+
69  template <typename U, precision Q>
+
70  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat4x4<U, Q> const & m);
+
71 
+
72  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat2x2<T, P> const & x);
+
73  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat3x3<T, P> const & x);
+
74  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat2x3<T, P> const & x);
+
75  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat3x2<T, P> const & x);
+
76  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat2x4<T, P> const & x);
+
77  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat4x2<T, P> const & x);
+
78  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat3x4<T, P> const & x);
+
79  GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat4x3<T, P> const & x);
+
80 
+
81  // -- Accesses --
+
82 
+
83  typedef length_t length_type;
+
84  GLM_FUNC_DECL static length_type length(){return 4;}
+
85 
+
86  GLM_FUNC_DECL col_type & operator[](length_type i);
+
87  GLM_FUNC_DECL col_type const & operator[](length_type i) const;
+
88 
+
89  // -- Unary arithmetic operators --
+
90 
+
91  GLM_FUNC_DECL tmat4x4<T, P> & operator=(tmat4x4<T, P> const & m) GLM_DEFAULT;
+
92 
+
93  template <typename U>
+
94  GLM_FUNC_DECL tmat4x4<T, P> & operator=(tmat4x4<U, P> const & m);
+
95  template <typename U>
+
96  GLM_FUNC_DECL tmat4x4<T, P> & operator+=(U s);
+
97  template <typename U>
+
98  GLM_FUNC_DECL tmat4x4<T, P> & operator+=(tmat4x4<U, P> const & m);
+
99  template <typename U>
+
100  GLM_FUNC_DECL tmat4x4<T, P> & operator-=(U s);
+
101  template <typename U>
+
102  GLM_FUNC_DECL tmat4x4<T, P> & operator-=(tmat4x4<U, P> const & m);
+
103  template <typename U>
+
104  GLM_FUNC_DECL tmat4x4<T, P> & operator*=(U s);
+
105  template <typename U>
+
106  GLM_FUNC_DECL tmat4x4<T, P> & operator*=(tmat4x4<U, P> const & m);
+
107  template <typename U>
+
108  GLM_FUNC_DECL tmat4x4<T, P> & operator/=(U s);
+
109  template <typename U>
+
110  GLM_FUNC_DECL tmat4x4<T, P> & operator/=(tmat4x4<U, P> const & m);
+
111 
+
112  // -- Increment and decrement operators --
+
113 
+
114  GLM_FUNC_DECL tmat4x4<T, P> & operator++();
+
115  GLM_FUNC_DECL tmat4x4<T, P> & operator--();
+
116  GLM_FUNC_DECL tmat4x4<T, P> operator++(int);
+
117  GLM_FUNC_DECL tmat4x4<T, P> operator--(int);
+
118  };
+
119 
+
120  // -- Unary operators --
+
121 
+
122  template <typename T, precision P>
+
123  GLM_FUNC_DECL tmat4x4<T, P> operator+(tmat4x4<T, P> const & m);
+
124 
+
125  template <typename T, precision P>
+
126  GLM_FUNC_DECL tmat4x4<T, P> operator-(tmat4x4<T, P> const & m);
+
127 
+
128  // -- Binary operators --
+
129 
+
130  template <typename T, precision P>
+
131  GLM_FUNC_DECL tmat4x4<T, P> operator+(tmat4x4<T, P> const & m, T const & s);
+
132 
+
133  template <typename T, precision P>
+
134  GLM_FUNC_DECL tmat4x4<T, P> operator+(T const & s, tmat4x4<T, P> const & m);
+
135 
+
136  template <typename T, precision P>
+
137  GLM_FUNC_DECL tmat4x4<T, P> operator+(tmat4x4<T, P> const & m1, tmat4x4<T, P> const & m2);
+
138 
+
139  template <typename T, precision P>
+
140  GLM_FUNC_DECL tmat4x4<T, P> operator-(tmat4x4<T, P> const & m, T const & s);
+
141 
+
142  template <typename T, precision P>
+
143  GLM_FUNC_DECL tmat4x4<T, P> operator-(T const & s, tmat4x4<T, P> const & m);
+
144 
+
145  template <typename T, precision P>
+
146  GLM_FUNC_DECL tmat4x4<T, P> operator-(tmat4x4<T, P> const & m1, tmat4x4<T, P> const & m2);
+
147 
+
148  template <typename T, precision P>
+
149  GLM_FUNC_DECL tmat4x4<T, P> operator*(tmat4x4<T, P> const & m, T const & s);
+
150 
+
151  template <typename T, precision P>
+
152  GLM_FUNC_DECL tmat4x4<T, P> operator*(T const & s, tmat4x4<T, P> const & m);
+
153 
+
154  template <typename T, precision P>
+
155  GLM_FUNC_DECL typename tmat4x4<T, P>::col_type operator*(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v);
+
156 
+
157  template <typename T, precision P>
+
158  GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator*(typename tmat4x4<T, P>::col_type const & v, tmat4x4<T, P> const & m);
+
159 
+
160  template <typename T, precision P>
+
161  GLM_FUNC_DECL tmat2x4<T, P> operator*(tmat4x4<T, P> const & m1, tmat2x4<T, P> const & m2);
+
162 
+
163  template <typename T, precision P>
+
164  GLM_FUNC_DECL tmat3x4<T, P> operator*(tmat4x4<T, P> const & m1, tmat3x4<T, P> const & m2);
+
165 
+
166  template <typename T, precision P>
+
167  GLM_FUNC_DECL tmat4x4<T, P> operator*(tmat4x4<T, P> const & m1, tmat4x4<T, P> const & m2);
+
168 
+
169  template <typename T, precision P>
+
170  GLM_FUNC_DECL tmat4x4<T, P> operator/(tmat4x4<T, P> const & m, T const & s);
+
171 
+
172  template <typename T, precision P>
+
173  GLM_FUNC_DECL tmat4x4<T, P> operator/(T const & s, tmat4x4<T, P> const & m);
+
174 
+
175  template <typename T, precision P>
+
176  GLM_FUNC_DECL typename tmat4x4<T, P>::col_type operator/(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v);
+
177 
+
178  template <typename T, precision P>
+
179  GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator/(typename tmat4x4<T, P>::col_type const & v, tmat4x4<T, P> const & m);
+
180 
+
181  template <typename T, precision P>
+
182  GLM_FUNC_DECL tmat4x4<T, P> operator/(tmat4x4<T, P> const & m1, tmat4x4<T, P> const & m2);
+
183 
+
184  // -- Boolean operators --
+
185 
+
186  template <typename T, precision P>
+
187  GLM_FUNC_DECL bool operator==(tmat4x4<T, P> const & m1, tmat4x4<T, P> const & m2);
+
188 
+
189  template <typename T, precision P>
+
190  GLM_FUNC_DECL bool operator!=(tmat4x4<T, P> const & m1, tmat4x4<T, P> const & m2);
+
191 }//namespace glm
+
192 
+
193 #ifndef GLM_EXTERNAL_TEMPLATE
+
194 #include "type_mat4x4.inl"
+
195 #endif//GLM_EXTERNAL_TEMPLATE
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+
GLM Core
+
GLM Core
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00122.html b/glm/doc/api/a00122.html new file mode 100644 index 0000000..cf5d588 --- /dev/null +++ b/glm/doc/api/a00122.html @@ -0,0 +1,111 @@ + + + + + + +0.9.9 API documenation: type_precision.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_precision.hpp File Reference
+
+
+ +

GLM_GTC_type_precision +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM_GTC_type_precision

+
See also
GLM Core (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file type_precision.hpp.

+
+ + + + diff --git a/glm/doc/api/a00122_source.html b/glm/doc/api/a00122_source.html new file mode 100644 index 0000000..ac32cf9 --- /dev/null +++ b/glm/doc/api/a00122_source.html @@ -0,0 +1,731 @@ + + + + + + +0.9.9 API documenation: type_precision.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_precision.hpp
+
+
+Go to the documentation of this file.
1 
+
17 #pragma once
+
18 
+
19 // Dependency:
+
20 #include "../gtc/quaternion.hpp"
+
21 #include "../gtc/vec1.hpp"
+
22 #include "../vec2.hpp"
+
23 #include "../vec3.hpp"
+
24 #include "../vec4.hpp"
+
25 #include "../mat2x2.hpp"
+
26 #include "../mat2x3.hpp"
+
27 #include "../mat2x4.hpp"
+
28 #include "../mat3x2.hpp"
+
29 #include "../mat3x3.hpp"
+
30 #include "../mat3x4.hpp"
+
31 #include "../mat4x2.hpp"
+
32 #include "../mat4x3.hpp"
+
33 #include "../mat4x4.hpp"
+
34 
+
35 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
36 # pragma message("GLM: GLM_GTC_type_precision extension included")
+
37 #endif
+
38 
+
39 namespace glm
+
40 {
+
42  // Signed int vector types
+
43 
+
46 
+
49  typedef detail::int8 lowp_int8;
+
50 
+
53  typedef detail::int16 lowp_int16;
+
54 
+
57  typedef detail::int32 lowp_int32;
+
58 
+
61  typedef detail::int64 lowp_int64;
+
62 
+
65  typedef detail::int8 lowp_int8_t;
+
66 
+
69  typedef detail::int16 lowp_int16_t;
+
70 
+
73  typedef detail::int32 lowp_int32_t;
+
74 
+
77  typedef detail::int64 lowp_int64_t;
+
78 
+
81  typedef detail::int8 lowp_i8;
+
82 
+
85  typedef detail::int16 lowp_i16;
+
86 
+
89  typedef detail::int32 lowp_i32;
+
90 
+
93  typedef detail::int64 lowp_i64;
+
94 
+
97  typedef detail::int8 mediump_int8;
+
98 
+
101  typedef detail::int16 mediump_int16;
+
102 
+
105  typedef detail::int32 mediump_int32;
+
106 
+
109  typedef detail::int64 mediump_int64;
+
110 
+
113  typedef detail::int8 mediump_int8_t;
+
114 
+
117  typedef detail::int16 mediump_int16_t;
+
118 
+
121  typedef detail::int32 mediump_int32_t;
+
122 
+
125  typedef detail::int64 mediump_int64_t;
+
126 
+
129  typedef detail::int8 mediump_i8;
+
130 
+
133  typedef detail::int16 mediump_i16;
+
134 
+
137  typedef detail::int32 mediump_i32;
+
138 
+
141  typedef detail::int64 mediump_i64;
+
142 
+
145  typedef detail::int8 highp_int8;
+
146 
+
149  typedef detail::int16 highp_int16;
+
150 
+
153  typedef detail::int32 highp_int32;
+
154 
+
157  typedef detail::int64 highp_int64;
+
158 
+
161  typedef detail::int8 highp_int8_t;
+
162 
+
165  typedef detail::int16 highp_int16_t;
+
166 
+
169  typedef detail::int32 highp_int32_t;
+
170 
+
173  typedef detail::int64 highp_int64_t;
+
174 
+
177  typedef detail::int8 highp_i8;
+
178 
+
181  typedef detail::int16 highp_i16;
+
182 
+
185  typedef detail::int32 highp_i32;
+
186 
+
189  typedef detail::int64 highp_i64;
+
190 
+
191 
+
194  typedef detail::int8 int8;
+
195 
+
198  typedef detail::int16 int16;
+
199 
+
202  typedef detail::int32 int32;
+
203 
+
206  typedef detail::int64 int64;
+
207 
+
208 #if GLM_HAS_EXTENDED_INTEGER_TYPE
+
209  using std::int8_t;
+
210  using std::int16_t;
+
211  using std::int32_t;
+
212  using std::int64_t;
+
213 #else
+
214  typedef detail::int8 int8_t;
+
217 
+
220  typedef detail::int16 int16_t;
+
221 
+
224  typedef detail::int32 int32_t;
+
225 
+
228  typedef detail::int64 int64_t;
+
229 #endif
+
230 
+
233  typedef detail::int8 i8;
+
234 
+
237  typedef detail::int16 i16;
+
238 
+
241  typedef detail::int32 i32;
+
242 
+
245  typedef detail::int64 i64;
+
246 
+
247 
+
250  typedef tvec1<i8, defaultp> i8vec1;
+
251 
+
254  typedef tvec2<i8, defaultp> i8vec2;
+
255 
+
258  typedef tvec3<i8, defaultp> i8vec3;
+
259 
+
262  typedef tvec4<i8, defaultp> i8vec4;
+
263 
+
264 
+
267  typedef tvec1<i16, defaultp> i16vec1;
+
268 
+
271  typedef tvec2<i16, defaultp> i16vec2;
+
272 
+
275  typedef tvec3<i16, defaultp> i16vec3;
+
276 
+
279  typedef tvec4<i16, defaultp> i16vec4;
+
280 
+
281 
+
284  typedef tvec1<i32, defaultp> i32vec1;
+
285 
+
288  typedef tvec2<i32, defaultp> i32vec2;
+
289 
+
292  typedef tvec3<i32, defaultp> i32vec3;
+
293 
+
296  typedef tvec4<i32, defaultp> i32vec4;
+
297 
+
298 
+
301  typedef tvec1<i64, defaultp> i64vec1;
+
302 
+
305  typedef tvec2<i64, defaultp> i64vec2;
+
306 
+
309  typedef tvec3<i64, defaultp> i64vec3;
+
310 
+
313  typedef tvec4<i64, defaultp> i64vec4;
+
314 
+
315 
+
317  // Unsigned int vector types
+
318 
+
321  typedef detail::uint8 lowp_uint8;
+
322 
+
325  typedef detail::uint16 lowp_uint16;
+
326 
+
329  typedef detail::uint32 lowp_uint32;
+
330 
+
333  typedef detail::uint64 lowp_uint64;
+
334 
+
337  typedef detail::uint8 lowp_uint8_t;
+
338 
+
341  typedef detail::uint16 lowp_uint16_t;
+
342 
+
345  typedef detail::uint32 lowp_uint32_t;
+
346 
+
349  typedef detail::uint64 lowp_uint64_t;
+
350 
+
353  typedef detail::uint8 lowp_u8;
+
354 
+
357  typedef detail::uint16 lowp_u16;
+
358 
+
361  typedef detail::uint32 lowp_u32;
+
362 
+
365  typedef detail::uint64 lowp_u64;
+
366 
+
369  typedef detail::uint8 mediump_uint8;
+
370 
+
373  typedef detail::uint16 mediump_uint16;
+
374 
+
377  typedef detail::uint32 mediump_uint32;
+
378 
+
381  typedef detail::uint64 mediump_uint64;
+
382 
+
385  typedef detail::uint8 mediump_uint8_t;
+
386 
+
389  typedef detail::uint16 mediump_uint16_t;
+
390 
+
393  typedef detail::uint32 mediump_uint32_t;
+
394 
+
397  typedef detail::uint64 mediump_uint64_t;
+
398 
+
401  typedef detail::uint8 mediump_u8;
+
402 
+
405  typedef detail::uint16 mediump_u16;
+
406 
+
409  typedef detail::uint32 mediump_u32;
+
410 
+
413  typedef detail::uint64 mediump_u64;
+
414 
+
417  typedef detail::uint8 highp_uint8;
+
418 
+
421  typedef detail::uint16 highp_uint16;
+
422 
+
425  typedef detail::uint32 highp_uint32;
+
426 
+
429  typedef detail::uint64 highp_uint64;
+
430 
+
433  typedef detail::uint8 highp_uint8_t;
+
434 
+
437  typedef detail::uint16 highp_uint16_t;
+
438 
+
441  typedef detail::uint32 highp_uint32_t;
+
442 
+
445  typedef detail::uint64 highp_uint64_t;
+
446 
+
449  typedef detail::uint8 highp_u8;
+
450 
+
453  typedef detail::uint16 highp_u16;
+
454 
+
457  typedef detail::uint32 highp_u32;
+
458 
+
461  typedef detail::uint64 highp_u64;
+
462 
+
465  typedef detail::uint8 uint8;
+
466 
+
469  typedef detail::uint16 uint16;
+
470 
+
473  typedef detail::uint32 uint32;
+
474 
+
477  typedef detail::uint64 uint64;
+
478 
+
479 #if GLM_HAS_EXTENDED_INTEGER_TYPE
+
480  using std::uint8_t;
+
481  using std::uint16_t;
+
482  using std::uint32_t;
+
483  using std::uint64_t;
+
484 #else
+
485  typedef detail::uint8 uint8_t;
+
488 
+
491  typedef detail::uint16 uint16_t;
+
492 
+
495  typedef detail::uint32 uint32_t;
+
496 
+
499  typedef detail::uint64 uint64_t;
+
500 #endif
+
501 
+
504  typedef detail::uint8 u8;
+
505 
+
508  typedef detail::uint16 u16;
+
509 
+
512  typedef detail::uint32 u32;
+
513 
+
516  typedef detail::uint64 u64;
+
517 
+
518 
+
519 
+
522  typedef tvec1<u8, defaultp> u8vec1;
+
523 
+
526  typedef tvec2<u8, defaultp> u8vec2;
+
527 
+
530  typedef tvec3<u8, defaultp> u8vec3;
+
531 
+
534  typedef tvec4<u8, defaultp> u8vec4;
+
535 
+
536 
+
539  typedef tvec1<u16, defaultp> u16vec1;
+
540 
+
543  typedef tvec2<u16, defaultp> u16vec2;
+
544 
+
547  typedef tvec3<u16, defaultp> u16vec3;
+
548 
+
551  typedef tvec4<u16, defaultp> u16vec4;
+
552 
+
553 
+
556  typedef tvec1<u32, defaultp> u32vec1;
+
557 
+
560  typedef tvec2<u32, defaultp> u32vec2;
+
561 
+
564  typedef tvec3<u32, defaultp> u32vec3;
+
565 
+
568  typedef tvec4<u32, defaultp> u32vec4;
+
569 
+
570 
+
573  typedef tvec1<u64, defaultp> u64vec1;
+
574 
+
577  typedef tvec2<u64, defaultp> u64vec2;
+
578 
+
581  typedef tvec3<u64, defaultp> u64vec3;
+
582 
+
585  typedef tvec4<u64, defaultp> u64vec4;
+
586 
+
587 
+
589  // Float vector types
+
590 
+
593  typedef detail::float32 float32;
+
594 
+
597  typedef detail::float64 float64;
+
598 
+
599 
+
602  typedef detail::float32 float32_t;
+
603 
+
606  typedef detail::float64 float64_t;
+
607 
+
608 
+
611  typedef float32 f32;
+
612 
+
615  typedef float64 f64;
+
616 
+
617 
+
620  typedef tvec1<float, defaultp> fvec1;
+
621 
+
624  typedef tvec2<float, defaultp> fvec2;
+
625 
+
628  typedef tvec3<float, defaultp> fvec3;
+
629 
+
632  typedef tvec4<float, defaultp> fvec4;
+
633 
+
634 
+
637  typedef tvec1<f32, defaultp> f32vec1;
+
638 
+
641  typedef tvec2<f32, defaultp> f32vec2;
+
642 
+
645  typedef tvec3<f32, defaultp> f32vec3;
+
646 
+
649  typedef tvec4<f32, defaultp> f32vec4;
+
650 
+
651 
+
654  typedef tvec1<f64, defaultp> f64vec1;
+
655 
+
658  typedef tvec2<f64, defaultp> f64vec2;
+
659 
+
662  typedef tvec3<f64, defaultp> f64vec3;
+
663 
+
666  typedef tvec4<f64, defaultp> f64vec4;
+
667 
+
668 
+
670  // Float matrix types
+
671 
+
674  //typedef detail::tmat1x1<f32> fmat1;
+
675 
+
678  typedef tmat2x2<f32, defaultp> fmat2;
+
679 
+
682  typedef tmat3x3<f32, defaultp> fmat3;
+
683 
+
686  typedef tmat4x4<f32, defaultp> fmat4;
+
687 
+
688 
+
691  //typedef f32 fmat1x1;
+
692 
+
695  typedef tmat2x2<f32, defaultp> fmat2x2;
+
696 
+
699  typedef tmat2x3<f32, defaultp> fmat2x3;
+
700 
+
703  typedef tmat2x4<f32, defaultp> fmat2x4;
+
704 
+
707  typedef tmat3x2<f32, defaultp> fmat3x2;
+
708 
+
711  typedef tmat3x3<f32, defaultp> fmat3x3;
+
712 
+
715  typedef tmat3x4<f32, defaultp> fmat3x4;
+
716 
+
719  typedef tmat4x2<f32, defaultp> fmat4x2;
+
720 
+
723  typedef tmat4x3<f32, defaultp> fmat4x3;
+
724 
+
727  typedef tmat4x4<f32, defaultp> fmat4x4;
+
728 
+
729 
+
732  //typedef detail::tmat1x1<f32, defaultp> f32mat1;
+
733 
+
736  typedef tmat2x2<f32, defaultp> f32mat2;
+
737 
+
740  typedef tmat3x3<f32, defaultp> f32mat3;
+
741 
+
744  typedef tmat4x4<f32, defaultp> f32mat4;
+
745 
+
746 
+
749  //typedef f32 f32mat1x1;
+
750 
+
753  typedef tmat2x2<f32, defaultp> f32mat2x2;
+
754 
+
757  typedef tmat2x3<f32, defaultp> f32mat2x3;
+
758 
+
761  typedef tmat2x4<f32, defaultp> f32mat2x4;
+
762 
+
765  typedef tmat3x2<f32, defaultp> f32mat3x2;
+
766 
+
769  typedef tmat3x3<f32, defaultp> f32mat3x3;
+
770 
+
773  typedef tmat3x4<f32, defaultp> f32mat3x4;
+
774 
+
777  typedef tmat4x2<f32, defaultp> f32mat4x2;
+
778 
+
781  typedef tmat4x3<f32, defaultp> f32mat4x3;
+
782 
+
785  typedef tmat4x4<f32, defaultp> f32mat4x4;
+
786 
+
787 
+
790  //typedef detail::tmat1x1<f64, defaultp> f64mat1;
+
791 
+
794  typedef tmat2x2<f64, defaultp> f64mat2;
+
795 
+
798  typedef tmat3x3<f64, defaultp> f64mat3;
+
799 
+
802  typedef tmat4x4<f64, defaultp> f64mat4;
+
803 
+
804 
+
807  //typedef f64 f64mat1x1;
+
808 
+
811  typedef tmat2x2<f64, defaultp> f64mat2x2;
+
812 
+
815  typedef tmat2x3<f64, defaultp> f64mat2x3;
+
816 
+
819  typedef tmat2x4<f64, defaultp> f64mat2x4;
+
820 
+
823  typedef tmat3x2<f64, defaultp> f64mat3x2;
+
824 
+
827  typedef tmat3x3<f64, defaultp> f64mat3x3;
+
828 
+
831  typedef tmat3x4<f64, defaultp> f64mat3x4;
+
832 
+
835  typedef tmat4x2<f64, defaultp> f64mat4x2;
+
836 
+
839  typedef tmat4x3<f64, defaultp> f64mat4x3;
+
840 
+
843  typedef tmat4x4<f64, defaultp> f64mat4x4;
+
844 
+
845 
+
847  // Quaternion types
+
848 
+
851  typedef tquat<f32, defaultp> f32quat;
+
852 
+
855  typedef tquat<f64, defaultp> f64quat;
+
856 
+
858 }//namespace glm
+
859 
+
860 #include "type_precision.inl"
+
detail::int8 lowp_int8_t
Low precision 8 bit signed integer type.
Definition: fwd.hpp:116
+
f32mat4x4 f32mat4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2457
+
highp_i16vec1 i16vec1
Default precision 16 bit signed integer scalar type.
Definition: fwd.hpp:444
+
highp_f32vec1 f32vec1
Default single-precision floating-point vector of 1 components.
Definition: fwd.hpp:2397
+
highp_f32mat2x4 f32mat2x4
Default single-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2421
+
detail::uint8 lowp_uint8
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:703
+
highp_f64vec4 f64vec4
Default double-precision floating-point vector of 4 components.
Definition: fwd.hpp:2515
+
highp_u32vec1 u32vec1
Default precision 32 bit unsigned integer scalar type.
Definition: fwd.hpp:1132
+
detail::int8 mediump_int8
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:148
+
detail::int8 mediump_i8
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:180
+
detail::uint8 highp_u8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:837
+
detail::int8 mediump_int8_t
Medium precision 8 bit signed integer type.
Definition: fwd.hpp:164
+
detail::uint64 highp_uint64_t
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:833
+
detail::uint16 highp_uint16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:809
+
detail::uint32 highp_uint32_t
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:829
+
detail::int32 mediump_i32
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:188
+
detail::int8 highp_i8
High precision 8 bit signed integer type.
Definition: fwd.hpp:228
+
highp_i64vec2 i64vec2
Default precision 64 bit signed integer vector of 2 components type.
Definition: fwd.hpp:686
+
highp_u32vec3 u32vec3
Default precision 32 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1140
+
detail::uint16 lowp_uint16
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:707
+
highp_u8vec3 u8vec3
Default precision 8 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:981
+
highp_f32mat3x3 f32mat3x3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2429
+
detail::int64 mediump_i64
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:192
+
highp_u16vec4 u16vec4
Default precision 16 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1065
+
detail::uint64 highp_u64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:849
+
highp_float64_t f64
Default 64 bit double-precision floating-point scalar.
Definition: fwd.hpp:1509
+
highp_f64vec1 f64vec1
Default double-precision floating-point vector of 1 components.
Definition: fwd.hpp:2503
+
highp_u64vec4 u64vec4
Default precision 64 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1303
+
detail::int8 lowp_int8
Low precision 8 bit signed integer type.
Definition: fwd.hpp:100
+
detail::int16 lowp_int16
Low precision 16 bit signed integer type.
Definition: fwd.hpp:104
+
highp_i16vec4 i16vec4
Default precision 16 bit signed integer vector of 4 components type.
Definition: fwd.hpp:456
+
detail::int16 i16
16 bit signed integer type.
Definition: fwd.hpp:289
+
highp_f64mat3x2 f64mat3x2
Default double-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2531
+
fmat3x3 fmat3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2383
+
detail::int32 lowp_i32
Low precision 32 bit signed integer type.
Definition: fwd.hpp:140
+
detail::uint8 uint8_t
8 bit unsigned integer type.
Definition: fwd.hpp:877
+
detail::int32 lowp_int32_t
Low precision 32 bit signed integer type.
Definition: fwd.hpp:124
+
detail::uint8 highp_uint8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:805
+
detail::int32 highp_i32
High precision 32 bit signed integer type.
Definition: fwd.hpp:236
+
detail::uint8 mediump_uint8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:755
+
detail::uint8 mediump_u8
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:787
+
highp_f32mat2x3 fmat2x3
Default single-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2347
+
highp_f32mat4x2 f32mat4x2
Default single-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2437
+
detail::uint16 highp_u16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:841
+
detail::uint32 highp_u32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:845
+
detail::uint32 u32
32 bit unsigned integer type.
Definition: fwd.hpp:902
+
highp_f64mat4x4 f64mat4x4
Default double-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2551
+
detail::int8 highp_int8
High precision 8 bit signed integer type.
Definition: fwd.hpp:196
+
highp_f64mat2x3 f64mat2x3
Default double-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2523
+
highp_u16vec3 u16vec3
Default precision 16 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1061
+
highp_i16vec2 i16vec2
Default precision 16 bit signed integer vector of 2 components type.
Definition: fwd.hpp:448
+
f32mat2x2 f32mat2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2449
+
detail::uint32 lowp_uint32
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:711
+
detail::int16 mediump_int16_t
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:168
+
detail::int8 int8_t
8 bit signed integer type.
Definition: fwd.hpp:268
+
detail::uint64 mediump_uint64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:767
+
highp_f32mat4x3 fmat4x3
Default single-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2371
+
detail::uint16 u16
16 bit unsigned integer type.
Definition: fwd.hpp:898
+
highp_f32vec4 fvec4
Default single-precision floating-point vector of 4 components.
Definition: fwd.hpp:2339
+
highp_u32vec2 u32vec2
Default precision 32 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1136
+
highp_f32mat2x2 f32mat2x2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2413
+
f64mat4x4 f64mat4
Default double-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2563
+
detail::int32 mediump_int32
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:156
+
detail::int16 highp_i16
High precision 16 bit signed integer type.
Definition: fwd.hpp:232
+
highp_f32mat3x2 f32mat3x2
Default single-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2425
+
detail::uint8 highp_uint8_t
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:821
+
highp_f64mat4x2 f64mat4x2
Default double-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2543
+
highp_f64mat3x4 f64mat3x4
Default double-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2539
+
highp_f32mat4x4 fmat4x4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2375
+
highp_float32_t float32_t
Default 32 bit single-precision floating-point scalar.
Definition: fwd.hpp:1497
+
detail::uint64 highp_uint64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:817
+
highp_u64vec1 u64vec1
Default precision 64 bit unsigned integer scalar type.
Definition: fwd.hpp:1291
+
detail::int64 lowp_i64
Low precision 64 bit signed integer type.
Definition: fwd.hpp:144
+
highp_f64vec3 f64vec3
Default double-precision floating-point vector of 3 components.
Definition: fwd.hpp:2511
+
detail::int32 lowp_int32
Low precision 32 bit signed integer type.
Definition: fwd.hpp:108
+
detail::uint64 lowp_uint64_t
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:732
+
highp_i32vec1 i32vec1
Default precision 32 bit signed integer scalar type.
Definition: fwd.hpp:523
+
detail::uint32 lowp_u32
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:745
+
highp_u8vec2 u8vec2
Default precision 8 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:977
+
highp_i16vec3 i16vec3
Default precision 16 bit signed integer vector of 3 components type.
Definition: fwd.hpp:452
+
highp_f32vec2 f32vec2
Default single-precision floating-point vector of 2 components.
Definition: fwd.hpp:2401
+
detail::uint8 lowp_uint8_t
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:720
+
highp_i64vec4 i64vec4
Default precision 64 bit signed integer vector of 4 components type.
Definition: fwd.hpp:694
+
highp_f32vec2 fvec2
Default single-precision floating-point vector of 2 components.
Definition: fwd.hpp:2331
+
fmat4x4 fmat4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2387
+
highp_f32vec4 f32vec4
Default single-precision floating-point vector of 4 components.
Definition: fwd.hpp:2409
+
detail::uint64 lowp_u64
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:749
+
detail::int8 i8
8 bit signed integer type.
Definition: fwd.hpp:285
+
highp_f32mat2x2 fmat2x2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2343
+
highp_i64vec3 i64vec3
Default precision 64 bit signed integer vector of 3 components type.
Definition: fwd.hpp:690
+
detail::int16 lowp_i16
Low precision 16 bit signed integer type.
Definition: fwd.hpp:136
+
detail::uint64 lowp_uint64
Low precision 64 bit unsigned integer type.
Definition: fwd.hpp:715
+
detail::int64 highp_int64
High precision 64 bit signed integer type.
Definition: fwd.hpp:208
+
detail::uint8 u8
8 bit unsigned integer type.
Definition: fwd.hpp:894
+
detail::uint32 mediump_u32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:795
+
f64mat2x2 f64mat2
Default double-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2555
+
highp_f64mat2x2 f64mat2x2
Default double-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2519
+
detail::int64 lowp_int64_t
Low precision 64 bit signed integer type.
Definition: fwd.hpp:128
+
detail::uint16 lowp_u16
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:741
+
highp_u16vec2 u16vec2
Default precision 16 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1057
+
detail::uint32 mediump_uint32_t
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:779
+
highp_u16vec1 u16vec1
Default precision 16 bit unsigned integer scalar type.
Definition: fwd.hpp:1053
+
highp_f64quat f64quat
Default double-precision floating-point quaternion.
Definition: fwd.hpp:2567
+
detail::uint16 lowp_uint16_t
Low precision 16 bit unsigned integer type.
Definition: fwd.hpp:724
+
detail::int64 highp_i64
High precision 64 bit signed integer type.
Definition: fwd.hpp:240
+
detail::int16 mediump_i16
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:184
+
highp_u64vec2 u64vec2
Default precision 64 bit unsigned integer vector of 2 components type.
Definition: fwd.hpp:1295
+
detail::int32 highp_int32
High precision 32 bit signed integer type.
Definition: fwd.hpp:204
+
highp_f32mat2x3 f32mat2x3
Default single-precision floating-point 2x3 matrix.
Definition: fwd.hpp:2417
+
highp_u32vec4 u32vec4
Default precision 32 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:1144
+
detail::int32 mediump_int32_t
Medium precision 32 bit signed integer type.
Definition: fwd.hpp:172
+
detail::int32 int32_t
32 bit signed integer type.
Definition: fwd.hpp:276
+
fmat2x2 fmat2
Default single-precision floating-point 2x2 matrix.
Definition: fwd.hpp:2379
+
detail::uint16 mediump_u16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:791
+
detail::uint16 highp_uint16_t
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:825
+
detail::uint32 mediump_uint32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:763
+
Definition: _noise.hpp:11
+
detail::uint64 uint64_t
64 bit unsigned integer type.
Definition: fwd.hpp:889
+
highp_i8vec2 i8vec2
Default precision 8 bit signed integer vector of 2 components type.
Definition: fwd.hpp:368
+
highp_f32mat4x3 f32mat4x3
Default single-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2441
+
highp_f64mat4x3 f64mat4x3
Default double-precision floating-point 4x3 matrix.
Definition: fwd.hpp:2547
+
highp_f32mat2x4 fmat2x4
Default single-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2351
+
detail::uint8 mediump_uint8_t
Medium precision 8 bit unsigned integer type.
Definition: fwd.hpp:771
+
highp_f32mat3x4 fmat3x4
Default single-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2363
+
highp_i32vec2 i32vec2
Default precision 32 bit signed integer vector of 2 components type.
Definition: fwd.hpp:527
+
highp_float64_t float64_t
Default 64 bit double-precision floating-point scalar.
Definition: fwd.hpp:1501
+
highp_i8vec3 i8vec3
Default precision 8 bit signed integer vector of 3 components type.
Definition: fwd.hpp:372
+
detail::int64 mediump_int64_t
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:176
+
highp_f32mat4x4 f32mat4x4
Default single-precision floating-point 4x4 matrix.
Definition: fwd.hpp:2445
+
highp_i8vec1 i8vec1
Default precision 8 bit signed integer scalar type.
Definition: fwd.hpp:364
+
highp_i32vec4 i32vec4
Default precision 32 bit signed integer vector of 4 components type.
Definition: fwd.hpp:535
+
detail::int8 lowp_i8
Low precision 8 bit signed integer type.
Definition: fwd.hpp:132
+
highp_f32vec3 f32vec3
Default single-precision floating-point vector of 3 components.
Definition: fwd.hpp:2405
+
highp_f32vec1 fvec1
Default single-precision floating-point vector of 1 components.
Definition: fwd.hpp:2327
+
detail::int32 highp_int32_t
32 bit signed integer type.
Definition: fwd.hpp:220
+
detail::int64 mediump_int64
Medium precision 64 bit signed integer type.
Definition: fwd.hpp:160
+
detail::uint64 mediump_u64
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:799
+
highp_u64vec3 u64vec3
Default precision 64 bit unsigned integer vector of 3 components type.
Definition: fwd.hpp:1299
+
highp_f32mat3x3 fmat3x3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2359
+
highp_i8vec4 i8vec4
Default precision 8 bit signed integer vector of 4 components type.
Definition: fwd.hpp:376
+
highp_f32vec3 fvec3
Default single-precision floating-point vector of 3 components.
Definition: fwd.hpp:2335
+
detail::uint8 lowp_u8
Low precision 8 bit unsigned integer type.
Definition: fwd.hpp:737
+
detail::uint32 highp_uint32
Medium precision 32 bit unsigned integer type.
Definition: fwd.hpp:813
+
highp_f32mat4x2 fmat4x2
Default single-precision floating-point 4x2 matrix.
Definition: fwd.hpp:2367
+
detail::uint16 mediump_uint16_t
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:775
+
detail::uint32 uint32_t
32 bit unsigned integer type.
Definition: fwd.hpp:885
+
detail::uint64 mediump_uint64_t
Medium precision 64 bit unsigned integer type.
Definition: fwd.hpp:783
+
highp_i32vec3 i32vec3
Default precision 32 bit signed integer vector of 3 components type.
Definition: fwd.hpp:531
+
highp_f32mat3x4 f32mat3x4
Default single-precision floating-point 3x4 matrix.
Definition: fwd.hpp:2433
+
highp_u8vec4 u8vec4
Default precision 8 bit unsigned integer vector of 4 components type.
Definition: fwd.hpp:985
+
detail::int64 highp_int64_t
High precision 64 bit signed integer type.
Definition: fwd.hpp:224
+
highp_i64vec1 i64vec1
Default precision 64 bit signed integer scalar type.
Definition: fwd.hpp:682
+
detail::uint16 mediump_uint16
Medium precision 16 bit unsigned integer type.
Definition: fwd.hpp:759
+
detail::uint64 u64
64 bit unsigned integer type.
Definition: fwd.hpp:906
+
detail::int64 lowp_int64
Low precision 64 bit signed integer type.
Definition: fwd.hpp:112
+
detail::int16 lowp_int16_t
Low precision 16 bit signed integer type.
Definition: fwd.hpp:120
+
detail::int16 mediump_int16
Medium precision 16 bit signed integer type.
Definition: fwd.hpp:152
+
detail::int16 int16_t
16 bit signed integer type.
Definition: fwd.hpp:272
+
detail::int64 int64_t
64 bit signed integer type.
Definition: fwd.hpp:280
+
detail::int32 i32
32 bit signed integer type.
Definition: fwd.hpp:293
+
detail::uint32 lowp_uint32_t
Low precision 32 bit unsigned integer type.
Definition: fwd.hpp:728
+
detail::int16 highp_int16
High precision 16 bit signed integer type.
Definition: fwd.hpp:200
+
detail::uint16 uint16_t
16 bit unsigned integer type.
Definition: fwd.hpp:881
+
highp_f32quat f32quat
Default single-precision floating-point quaternion.
Definition: fwd.hpp:2461
+
f64mat3x3 f64mat3
Default double-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2559
+
highp_f64vec2 f64vec2
Default double-precision floating-point vector of 2 components.
Definition: fwd.hpp:2507
+
detail::int64 i64
64 bit signed integer type.
Definition: fwd.hpp:297
+
highp_f64mat2x4 f64mat2x4
Default double-precision floating-point 2x4 matrix.
Definition: fwd.hpp:2527
+
highp_f64mat3x3 f64mat3x3
Default double-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2535
+
detail::int16 highp_int16_t
High precision 16 bit signed integer type.
Definition: fwd.hpp:216
+
highp_f32mat3x2 fmat3x2
Default single-precision floating-point 3x2 matrix.
Definition: fwd.hpp:2355
+
highp_u8vec1 u8vec1
Default precision 8 bit unsigned integer scalar type.
Definition: fwd.hpp:973
+
highp_float32_t f32
Default 32 bit single-precision floating-point scalar.
Definition: fwd.hpp:1505
+
detail::int8 highp_int8_t
High precision 8 bit signed integer type.
Definition: fwd.hpp:212
+
f32mat3x3 f32mat3
Default single-precision floating-point 3x3 matrix.
Definition: fwd.hpp:2453
+
+ + + + diff --git a/glm/doc/api/a00123.html b/glm/doc/api/a00123.html new file mode 100644 index 0000000..0854f75 --- /dev/null +++ b/glm/doc/api/a00123.html @@ -0,0 +1,185 @@ + + + + + + +0.9.9 API documenation: type_ptr.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
type_ptr.hpp File Reference
+
+
+ +

GLM_GTC_type_ptr +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tmat2x2< T, defaultp > make_mat2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x2< T, defaultp > make_mat2x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x3< T, defaultp > make_mat2x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x4< T, defaultp > make_mat2x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x3< T, defaultp > make_mat3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x2< T, defaultp > make_mat3x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x3< T, defaultp > make_mat3x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x4< T, defaultp > make_mat3x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > make_mat4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T, defaultp > make_mat4x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x3< T, defaultp > make_mat4x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > make_mat4x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tquat< T, defaultp > make_quat (T const *const ptr)
 Build a quaternion from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tvec2< T, defaultp > make_vec2 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tvec3< T, defaultp > make_vec3 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tvec4< T, defaultp > make_vec4 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type const * value_ptr (genType const &vec)
 Return the constant address to the data of the input parameter. More...
 
+

Detailed Description

+

GLM_GTC_type_ptr

+
See also
GLM Core (dependence)
+
+GLM_GTC_quaternion (dependence)
+ +

Definition in file type_ptr.hpp.

+
+ + + + diff --git a/glm/doc/api/a00123_source.html b/glm/doc/api/a00123_source.html new file mode 100644 index 0000000..4f6001a --- /dev/null +++ b/glm/doc/api/a00123_source.html @@ -0,0 +1,197 @@ + + + + + + +0.9.9 API documenation: type_ptr.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_ptr.hpp
+
+
+Go to the documentation of this file.
1 
+
33 #pragma once
+
34 
+
35 // Dependency:
+
36 #include "../gtc/quaternion.hpp"
+
37 #include "../vec2.hpp"
+
38 #include "../vec3.hpp"
+
39 #include "../vec4.hpp"
+
40 #include "../mat2x2.hpp"
+
41 #include "../mat2x3.hpp"
+
42 #include "../mat2x4.hpp"
+
43 #include "../mat3x2.hpp"
+
44 #include "../mat3x3.hpp"
+
45 #include "../mat3x4.hpp"
+
46 #include "../mat4x2.hpp"
+
47 #include "../mat4x3.hpp"
+
48 #include "../mat4x4.hpp"
+
49 #include <cstring>
+
50 
+
51 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
52 # pragma message("GLM: GLM_GTC_type_ptr extension included")
+
53 #endif
+
54 
+
55 namespace glm
+
56 {
+
59 
+
62  template<typename genType>
+
63  GLM_FUNC_DECL typename genType::value_type const * value_ptr(genType const & vec);
+
64 
+
67  template<typename T>
+
68  GLM_FUNC_DECL tvec2<T, defaultp> make_vec2(T const * const ptr);
+
69 
+
72  template<typename T>
+
73  GLM_FUNC_DECL tvec3<T, defaultp> make_vec3(T const * const ptr);
+
74 
+
77  template<typename T>
+
78  GLM_FUNC_DECL tvec4<T, defaultp> make_vec4(T const * const ptr);
+
79 
+
82  template<typename T>
+
83  GLM_FUNC_DECL tmat2x2<T, defaultp> make_mat2x2(T const * const ptr);
+
84 
+
87  template<typename T>
+
88  GLM_FUNC_DECL tmat2x3<T, defaultp> make_mat2x3(T const * const ptr);
+
89 
+
92  template<typename T>
+
93  GLM_FUNC_DECL tmat2x4<T, defaultp> make_mat2x4(T const * const ptr);
+
94 
+
97  template<typename T>
+
98  GLM_FUNC_DECL tmat3x2<T, defaultp> make_mat3x2(T const * const ptr);
+
99 
+
102  template<typename T>
+
103  GLM_FUNC_DECL tmat3x3<T, defaultp> make_mat3x3(T const * const ptr);
+
104 
+
107  template<typename T>
+
108  GLM_FUNC_DECL tmat3x4<T, defaultp> make_mat3x4(T const * const ptr);
+
109 
+
112  template<typename T>
+
113  GLM_FUNC_DECL tmat4x2<T, defaultp> make_mat4x2(T const * const ptr);
+
114 
+
117  template<typename T>
+
118  GLM_FUNC_DECL tmat4x3<T, defaultp> make_mat4x3(T const * const ptr);
+
119 
+
122  template<typename T>
+
123  GLM_FUNC_DECL tmat4x4<T, defaultp> make_mat4x4(T const * const ptr);
+
124 
+
127  template<typename T>
+
128  GLM_FUNC_DECL tmat2x2<T, defaultp> make_mat2(T const * const ptr);
+
129 
+
132  template<typename T>
+
133  GLM_FUNC_DECL tmat3x3<T, defaultp> make_mat3(T const * const ptr);
+
134 
+
137  template<typename T>
+
138  GLM_FUNC_DECL tmat4x4<T, defaultp> make_mat4(T const * const ptr);
+
139 
+
142  template<typename T>
+
143  GLM_FUNC_DECL tquat<T, defaultp> make_quat(T const * const ptr);
+
144 
+
146 }//namespace glm
+
147 
+
148 #include "type_ptr.inl"
+
GLM_FUNC_DECL tmat4x4< T, defaultp > make_mat4x4(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tvec3< T, defaultp > make_vec3(T const *const ptr)
Build a vector from a pointer.
+
GLM_FUNC_DECL tmat3x4< T, defaultp > make_mat3x4(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tmat4x2< T, defaultp > make_mat4x2(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tquat< T, defaultp > make_quat(T const *const ptr)
Build a quaternion from a pointer.
+
GLM_FUNC_DECL tvec4< T, defaultp > make_vec4(T const *const ptr)
Build a vector from a pointer.
+
GLM_FUNC_DECL tmat2x4< T, defaultp > make_mat2x4(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tmat3x3< T, defaultp > make_mat3(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tmat2x2< T, defaultp > make_mat2(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tmat2x3< T, defaultp > make_mat2x3(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tmat2x2< T, defaultp > make_mat2x2(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tmat3x3< T, defaultp > make_mat3x3(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tvec2< T, defaultp > make_vec2(T const *const ptr)
Build a vector from a pointer.
+
GLM_FUNC_DECL tmat3x2< T, defaultp > make_mat3x2(T const *const ptr)
Build a matrix from a pointer.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL tmat4x3< T, defaultp > make_mat4x3(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL tmat4x4< T, defaultp > make_mat4(T const *const ptr)
Build a matrix from a pointer.
+
GLM_FUNC_DECL genType::value_type const * value_ptr(genType const &vec)
Return the constant address to the data of the input parameter.
+
+ + + + diff --git a/glm/doc/api/a00124.html b/glm/doc/api/a00124.html new file mode 100644 index 0000000..bdcd99d --- /dev/null +++ b/glm/doc/api/a00124.html @@ -0,0 +1,109 @@ + + + + + + +0.9.9 API documenation: type_trait.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_trait.hpp File Reference
+
+
+ +

GLM_GTX_type_trait +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM_GTX_type_trait

+
See also
GLM Core (dependence)
+ +

Definition in file type_trait.hpp.

+
+ + + + diff --git a/glm/doc/api/a00124_source.html b/glm/doc/api/a00124_source.html new file mode 100644 index 0000000..e7b792b --- /dev/null +++ b/glm/doc/api/a00124_source.html @@ -0,0 +1,342 @@ + + + + + + +0.9.9 API documenation: type_trait.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_trait.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 #ifndef GLM_ENABLE_EXPERIMENTAL
+
16 # error "GLM: GLM_GTX_type_trait is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
17 #endif
+
18 
+
19 // Dependency:
+
20 #include "../detail/type_vec2.hpp"
+
21 #include "../detail/type_vec3.hpp"
+
22 #include "../detail/type_vec4.hpp"
+
23 #include "../detail/type_mat2x2.hpp"
+
24 #include "../detail/type_mat2x3.hpp"
+
25 #include "../detail/type_mat2x4.hpp"
+
26 #include "../detail/type_mat3x2.hpp"
+
27 #include "../detail/type_mat3x3.hpp"
+
28 #include "../detail/type_mat3x4.hpp"
+
29 #include "../detail/type_mat4x2.hpp"
+
30 #include "../detail/type_mat4x3.hpp"
+
31 #include "../detail/type_mat4x4.hpp"
+
32 #include "../gtc/quaternion.hpp"
+
33 #include "../gtx/dual_quaternion.hpp"
+
34 
+
35 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
36 # pragma message("GLM: GLM_GTX_type_trait extension included")
+
37 #endif
+
38 
+
39 namespace glm
+
40 {
+
43 
+
44  template <template <typename, precision> class genType, typename T, precision P>
+
45  struct type
+
46  {
+
47  static bool const is_vec = false;
+
48  static bool const is_mat = false;
+
49  static bool const is_quat = false;
+
50  static length_t const components = 0;
+
51  static length_t const cols = 0;
+
52  static length_t const rows = 0;
+
53  };
+
54 
+
55  template <typename T, precision P>
+
56  struct type<tvec1, T, P>
+
57  {
+
58  static bool const is_vec = true;
+
59  static bool const is_mat = false;
+
60  static bool const is_quat = false;
+
61  enum
+
62  {
+
63  components = 1
+
64  };
+
65  };
+
66 
+
67  template <typename T, precision P>
+
68  struct type<tvec2, T, P>
+
69  {
+
70  static bool const is_vec = true;
+
71  static bool const is_mat = false;
+
72  static bool const is_quat = false;
+
73  enum
+
74  {
+
75  components = 2
+
76  };
+
77  };
+
78 
+
79  template <typename T, precision P>
+
80  struct type<tvec3, T, P>
+
81  {
+
82  static bool const is_vec = true;
+
83  static bool const is_mat = false;
+
84  static bool const is_quat = false;
+
85  enum
+
86  {
+
87  components = 3
+
88  };
+
89  };
+
90 
+
91  template <typename T, precision P>
+
92  struct type<tvec4, T, P>
+
93  {
+
94  static bool const is_vec = true;
+
95  static bool const is_mat = false;
+
96  static bool const is_quat = false;
+
97  enum
+
98  {
+
99  components = 4
+
100  };
+
101  };
+
102 
+
103  template <typename T, precision P>
+
104  struct type<tmat2x2, T, P>
+
105  {
+
106  static bool const is_vec = false;
+
107  static bool const is_mat = true;
+
108  static bool const is_quat = false;
+
109  enum
+
110  {
+
111  components = 2,
+
112  cols = 2,
+
113  rows = 2
+
114  };
+
115  };
+
116 
+
117  template <typename T, precision P>
+
118  struct type<tmat2x3, T, P>
+
119  {
+
120  static bool const is_vec = false;
+
121  static bool const is_mat = true;
+
122  static bool const is_quat = false;
+
123  enum
+
124  {
+
125  components = 2,
+
126  cols = 2,
+
127  rows = 3
+
128  };
+
129  };
+
130 
+
131  template <typename T, precision P>
+
132  struct type<tmat2x4, T, P>
+
133  {
+
134  static bool const is_vec = false;
+
135  static bool const is_mat = true;
+
136  static bool const is_quat = false;
+
137  enum
+
138  {
+
139  components = 2,
+
140  cols = 2,
+
141  rows = 4
+
142  };
+
143  };
+
144 
+
145  template <typename T, precision P>
+
146  struct type<tmat3x2, T, P>
+
147  {
+
148  static bool const is_vec = false;
+
149  static bool const is_mat = true;
+
150  static bool const is_quat = false;
+
151  enum
+
152  {
+
153  components = 3,
+
154  cols = 3,
+
155  rows = 2
+
156  };
+
157  };
+
158 
+
159  template <typename T, precision P>
+
160  struct type<tmat3x3, T, P>
+
161  {
+
162  static bool const is_vec = false;
+
163  static bool const is_mat = true;
+
164  static bool const is_quat = false;
+
165  enum
+
166  {
+
167  components = 3,
+
168  cols = 3,
+
169  rows = 3
+
170  };
+
171  };
+
172 
+
173  template <typename T, precision P>
+
174  struct type<tmat3x4, T, P>
+
175  {
+
176  static bool const is_vec = false;
+
177  static bool const is_mat = true;
+
178  static bool const is_quat = false;
+
179  enum
+
180  {
+
181  components = 3,
+
182  cols = 3,
+
183  rows = 4
+
184  };
+
185  };
+
186 
+
187  template <typename T, precision P>
+
188  struct type<tmat4x2, T, P>
+
189  {
+
190  static bool const is_vec = false;
+
191  static bool const is_mat = true;
+
192  static bool const is_quat = false;
+
193  enum
+
194  {
+
195  components = 4,
+
196  cols = 4,
+
197  rows = 2
+
198  };
+
199  };
+
200 
+
201  template <typename T, precision P>
+
202  struct type<tmat4x3, T, P>
+
203  {
+
204  static bool const is_vec = false;
+
205  static bool const is_mat = true;
+
206  static bool const is_quat = false;
+
207  enum
+
208  {
+
209  components = 4,
+
210  cols = 4,
+
211  rows = 3
+
212  };
+
213  };
+
214 
+
215  template <typename T, precision P>
+
216  struct type<tmat4x4, T, P>
+
217  {
+
218  static bool const is_vec = false;
+
219  static bool const is_mat = true;
+
220  static bool const is_quat = false;
+
221  enum
+
222  {
+
223  components = 4,
+
224  cols = 4,
+
225  rows = 4
+
226  };
+
227  };
+
228 
+
229  template <typename T, precision P>
+
230  struct type<tquat, T, P>
+
231  {
+
232  static bool const is_vec = false;
+
233  static bool const is_mat = false;
+
234  static bool const is_quat = true;
+
235  enum
+
236  {
+
237  components = 4
+
238  };
+
239  };
+
240 
+
241  template <typename T, precision P>
+
242  struct type<tdualquat, T, P>
+
243  {
+
244  static bool const is_vec = false;
+
245  static bool const is_mat = false;
+
246  static bool const is_quat = true;
+
247  enum
+
248  {
+
249  components = 8
+
250  };
+
251  };
+
252 
+
254 }//namespace glm
+
255 
+
256 #include "type_trait.inl"
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00125.html b/glm/doc/api/a00125.html new file mode 100644 index 0000000..4333fb6 --- /dev/null +++ b/glm/doc/api/a00125.html @@ -0,0 +1,294 @@ + + + + + + +0.9.9 API documenation: type_vec.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
type_vec.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_bvec2 bvec2
 2 components vector of boolean. More...
 
typedef highp_bvec3 bvec3
 3 components vector of boolean. More...
 
typedef highp_bvec4 bvec4
 4 components vector of boolean. More...
 
typedef highp_dvec2 dvec2
 2 components vector of double-precision floating-point numbers. More...
 
typedef highp_dvec3 dvec3
 3 components vector of double-precision floating-point numbers. More...
 
typedef highp_dvec4 dvec4
 4 components vector of double-precision floating-point numbers. More...
 
typedef tvec2< bool, highp > highp_bvec2
 2 components vector of high precision bool numbers. More...
 
typedef tvec3< bool, highp > highp_bvec3
 3 components vector of high precision bool numbers. More...
 
typedef tvec4< bool, highp > highp_bvec4
 4 components vector of high precision bool numbers. More...
 
typedef tvec2< double, highp > highp_dvec2
 2 components vector of high double-precision floating-point numbers. More...
 
typedef tvec3< double, highp > highp_dvec3
 3 components vector of high double-precision floating-point numbers. More...
 
typedef tvec4< double, highp > highp_dvec4
 4 components vector of high double-precision floating-point numbers. More...
 
typedef tvec2< int, highp > highp_ivec2
 2 components vector of high precision signed integer numbers. More...
 
typedef tvec3< int, highp > highp_ivec3
 3 components vector of high precision signed integer numbers. More...
 
typedef tvec4< int, highp > highp_ivec4
 4 components vector of high precision signed integer numbers. More...
 
typedef tvec2< uint, highp > highp_uvec2
 2 components vector of high precision unsigned integer numbers. More...
 
typedef tvec3< uint, highp > highp_uvec3
 3 components vector of high precision unsigned integer numbers. More...
 
typedef tvec4< uint, highp > highp_uvec4
 4 components vector of high precision unsigned integer numbers. More...
 
typedef tvec2< float, highp > highp_vec2
 2 components vector of high single-precision floating-point numbers. More...
 
typedef tvec3< float, highp > highp_vec3
 3 components vector of high single-precision floating-point numbers. More...
 
typedef tvec4< float, highp > highp_vec4
 4 components vector of high single-precision floating-point numbers. More...
 
typedef highp_ivec2 ivec2
 2 components vector of signed integer numbers. More...
 
typedef highp_ivec3 ivec3
 3 components vector of signed integer numbers. More...
 
typedef highp_ivec4 ivec4
 4 components vector of signed integer numbers. More...
 
typedef tvec2< bool, lowp > lowp_bvec2
 2 components vector of low precision bool numbers. More...
 
typedef tvec3< bool, lowp > lowp_bvec3
 3 components vector of low precision bool numbers. More...
 
typedef tvec4< bool, lowp > lowp_bvec4
 4 components vector of low precision bool numbers. More...
 
typedef tvec2< double, lowp > lowp_dvec2
 2 components vector of low double-precision floating-point numbers. More...
 
typedef tvec3< double, lowp > lowp_dvec3
 3 components vector of low double-precision floating-point numbers. More...
 
typedef tvec4< double, lowp > lowp_dvec4
 4 components vector of low double-precision floating-point numbers. More...
 
typedef tvec2< int, lowp > lowp_ivec2
 2 components vector of low precision signed integer numbers. More...
 
typedef tvec3< int, lowp > lowp_ivec3
 3 components vector of low precision signed integer numbers. More...
 
typedef tvec4< int, lowp > lowp_ivec4
 4 components vector of low precision signed integer numbers. More...
 
typedef tvec2< uint, lowp > lowp_uvec2
 2 components vector of low precision unsigned integer numbers. More...
 
typedef tvec3< uint, lowp > lowp_uvec3
 3 components vector of low precision unsigned integer numbers. More...
 
typedef tvec4< uint, lowp > lowp_uvec4
 4 components vector of low precision unsigned integer numbers. More...
 
typedef tvec2< float, lowp > lowp_vec2
 2 components vector of low single-precision floating-point numbers. More...
 
typedef tvec3< float, lowp > lowp_vec3
 3 components vector of low single-precision floating-point numbers. More...
 
typedef tvec4< float, lowp > lowp_vec4
 4 components vector of low single-precision floating-point numbers. More...
 
typedef tvec2< bool, mediump > mediump_bvec2
 2 components vector of medium precision bool numbers. More...
 
typedef tvec3< bool, mediump > mediump_bvec3
 3 components vector of medium precision bool numbers. More...
 
typedef tvec4< bool, mediump > mediump_bvec4
 4 components vector of medium precision bool numbers. More...
 
typedef tvec2< double, mediump > mediump_dvec2
 2 components vector of medium double-precision floating-point numbers. More...
 
typedef tvec3< double, mediump > mediump_dvec3
 3 components vector of medium double-precision floating-point numbers. More...
 
typedef tvec4< double, mediump > mediump_dvec4
 4 components vector of medium double-precision floating-point numbers. More...
 
typedef tvec2< int, mediump > mediump_ivec2
 2 components vector of medium precision signed integer numbers. More...
 
typedef tvec3< int, mediump > mediump_ivec3
 3 components vector of medium precision signed integer numbers. More...
 
typedef tvec4< int, mediump > mediump_ivec4
 4 components vector of medium precision signed integer numbers. More...
 
typedef tvec2< uint, mediump > mediump_uvec2
 2 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec3< uint, mediump > mediump_uvec3
 3 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec4< uint, mediump > mediump_uvec4
 4 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec2< float, mediump > mediump_vec2
 2 components vector of medium single-precision floating-point numbers. More...
 
typedef tvec3< float, mediump > mediump_vec3
 3 components vector of medium single-precision floating-point numbers. More...
 
typedef tvec4< float, mediump > mediump_vec4
 4 components vector of medium single-precision floating-point numbers. More...
 
typedef highp_uvec2 uvec2
 2 components vector of unsigned integer numbers. More...
 
typedef highp_uvec3 uvec3
 3 components vector of unsigned integer numbers. More...
 
typedef highp_uvec4 uvec4
 4 components vector of unsigned integer numbers. More...
 
typedef highp_vec2 vec2
 2 components vector of floating-point numbers. More...
 
typedef highp_vec3 vec3
 3 components vector of floating-point numbers. More...
 
typedef highp_vec4 vec4
 4 components vector of floating-point numbers. More...
 
+

Detailed Description

+

GLM Core

+ +

Definition in file type_vec.hpp.

+
+ + + + diff --git a/glm/doc/api/a00125_source.html b/glm/doc/api/a00125_source.html new file mode 100644 index 0000000..617dbdd --- /dev/null +++ b/glm/doc/api/a00125_source.html @@ -0,0 +1,472 @@ + + + + + + +0.9.9 API documenation: type_vec.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "precision.hpp"
+
7 #include "type_int.hpp"
+
8 
+
9 namespace glm{
+
10 namespace detail
+
11 {
+
12  template <typename T, std::size_t size, bool aligned>
+
13  struct storage
+
14  {
+
15  typedef struct type {
+
16  uint8 data[size];
+
17  } type;
+
18  };
+
19 
+
20  #define GLM_ALIGNED_STORAGE_TYPE_STRUCT(x) \
+
21  template <typename T> \
+
22  struct storage<T, x, true> { \
+
23  GLM_ALIGNED_STRUCT(x) type { \
+
24  uint8 data[x]; \
+
25  }; \
+
26  };
+
27 
+
28  GLM_ALIGNED_STORAGE_TYPE_STRUCT(1)
+
29  GLM_ALIGNED_STORAGE_TYPE_STRUCT(2)
+
30  GLM_ALIGNED_STORAGE_TYPE_STRUCT(4)
+
31  GLM_ALIGNED_STORAGE_TYPE_STRUCT(8)
+
32  GLM_ALIGNED_STORAGE_TYPE_STRUCT(16)
+
33  GLM_ALIGNED_STORAGE_TYPE_STRUCT(32)
+
34  GLM_ALIGNED_STORAGE_TYPE_STRUCT(64)
+
35 
+
36 # if GLM_ARCH & GLM_ARCH_SSE2_BIT
+
37  template <>
+
38  struct storage<float, 16, true>
+
39  {
+
40  typedef glm_vec4 type;
+
41  };
+
42 
+
43  template <>
+
44  struct storage<int, 16, true>
+
45  {
+
46  typedef glm_ivec4 type;
+
47  };
+
48 
+
49  template <>
+
50  struct storage<unsigned int, 16, true>
+
51  {
+
52  typedef glm_uvec4 type;
+
53  };
+
54 /*
+
55 # else
+
56  typedef union __declspec(align(16)) glm_128
+
57  {
+
58  unsigned __int8 data[16];
+
59  } glm_128;
+
60 
+
61  template <>
+
62  struct storage<float, 16, true>
+
63  {
+
64  typedef glm_128 type;
+
65  };
+
66 
+
67  template <>
+
68  struct storage<int, 16, true>
+
69  {
+
70  typedef glm_128 type;
+
71  };
+
72 
+
73  template <>
+
74  struct storage<unsigned int, 16, true>
+
75  {
+
76  typedef glm_128 type;
+
77  };
+
78 */
+
79 # endif
+
80 
+
81 # if (GLM_ARCH & GLM_ARCH_AVX_BIT)
+
82  template <>
+
83  struct storage<double, 32, true>
+
84  {
+
85  typedef glm_dvec4 type;
+
86  };
+
87 # endif
+
88 
+
89 # if (GLM_ARCH & GLM_ARCH_AVX2_BIT)
+
90  template <>
+
91  struct storage<int64, 32, true>
+
92  {
+
93  typedef glm_i64vec4 type;
+
94  };
+
95 
+
96  template <>
+
97  struct storage<uint64, 32, true>
+
98  {
+
99  typedef glm_u64vec4 type;
+
100  };
+
101 # endif
+
102 }//namespace detail
+
103 
+
104  template <typename T, precision P> struct tvec1;
+
105  template <typename T, precision P> struct tvec2;
+
106  template <typename T, precision P> struct tvec3;
+
107  template <typename T, precision P> struct tvec4;
+
108 
+
109  typedef tvec1<float, highp> highp_vec1_t;
+
110  typedef tvec1<float, mediump> mediump_vec1_t;
+
111  typedef tvec1<float, lowp> lowp_vec1_t;
+
112  typedef tvec1<double, highp> highp_dvec1_t;
+
113  typedef tvec1<double, mediump> mediump_dvec1_t;
+
114  typedef tvec1<double, lowp> lowp_dvec1_t;
+
115  typedef tvec1<int, highp> highp_ivec1_t;
+
116  typedef tvec1<int, mediump> mediump_ivec1_t;
+
117  typedef tvec1<int, lowp> lowp_ivec1_t;
+
118  typedef tvec1<uint, highp> highp_uvec1_t;
+
119  typedef tvec1<uint, mediump> mediump_uvec1_t;
+
120  typedef tvec1<uint, lowp> lowp_uvec1_t;
+
121  typedef tvec1<bool, highp> highp_bvec1_t;
+
122  typedef tvec1<bool, mediump> mediump_bvec1_t;
+
123  typedef tvec1<bool, lowp> lowp_bvec1_t;
+
124 
+
127 
+
133  typedef tvec2<float, highp> highp_vec2;
+
134 
+
140  typedef tvec2<float, mediump> mediump_vec2;
+
141 
+
147  typedef tvec2<float, lowp> lowp_vec2;
+
148 
+
154  typedef tvec2<double, highp> highp_dvec2;
+
155 
+
161  typedef tvec2<double, mediump> mediump_dvec2;
+
162 
+
168  typedef tvec2<double, lowp> lowp_dvec2;
+
169 
+
175  typedef tvec2<int, highp> highp_ivec2;
+
176 
+
182  typedef tvec2<int, mediump> mediump_ivec2;
+
183 
+
189  typedef tvec2<int, lowp> lowp_ivec2;
+
190 
+
196  typedef tvec2<uint, highp> highp_uvec2;
+
197 
+
203  typedef tvec2<uint, mediump> mediump_uvec2;
+
204 
+
210  typedef tvec2<uint, lowp> lowp_uvec2;
+
211 
+
217  typedef tvec2<bool, highp> highp_bvec2;
+
218 
+
224  typedef tvec2<bool, mediump> mediump_bvec2;
+
225 
+
231  typedef tvec2<bool, lowp> lowp_bvec2;
+
232 
+
234 
+
237 
+
243  typedef tvec3<float, highp> highp_vec3;
+
244 
+
250  typedef tvec3<float, mediump> mediump_vec3;
+
251 
+
257  typedef tvec3<float, lowp> lowp_vec3;
+
258 
+
264  typedef tvec3<double, highp> highp_dvec3;
+
265 
+
271  typedef tvec3<double, mediump> mediump_dvec3;
+
272 
+
278  typedef tvec3<double, lowp> lowp_dvec3;
+
279 
+
285  typedef tvec3<int, highp> highp_ivec3;
+
286 
+
292  typedef tvec3<int, mediump> mediump_ivec3;
+
293 
+
299  typedef tvec3<int, lowp> lowp_ivec3;
+
300 
+
306  typedef tvec3<uint, highp> highp_uvec3;
+
307 
+
313  typedef tvec3<uint, mediump> mediump_uvec3;
+
314 
+
320  typedef tvec3<uint, lowp> lowp_uvec3;
+
321 
+
326  typedef tvec3<bool, highp> highp_bvec3;
+
327 
+
332  typedef tvec3<bool, mediump> mediump_bvec3;
+
333 
+
338  typedef tvec3<bool, lowp> lowp_bvec3;
+
339 
+
341 
+
344 
+
349  typedef tvec4<float, highp> highp_vec4;
+
350 
+
355  typedef tvec4<float, mediump> mediump_vec4;
+
356 
+
361  typedef tvec4<float, lowp> lowp_vec4;
+
362 
+
367  typedef tvec4<double, highp> highp_dvec4;
+
368 
+
373  typedef tvec4<double, mediump> mediump_dvec4;
+
374 
+
379  typedef tvec4<double, lowp> lowp_dvec4;
+
380 
+
385  typedef tvec4<int, highp> highp_ivec4;
+
386 
+
391  typedef tvec4<int, mediump> mediump_ivec4;
+
392 
+
397  typedef tvec4<int, lowp> lowp_ivec4;
+
398 
+
403  typedef tvec4<uint, highp> highp_uvec4;
+
404 
+
409  typedef tvec4<uint, mediump> mediump_uvec4;
+
410 
+
415  typedef tvec4<uint, lowp> lowp_uvec4;
+
416 
+
421  typedef tvec4<bool, highp> highp_bvec4;
+
422 
+
427  typedef tvec4<bool, mediump> mediump_bvec4;
+
428 
+
433  typedef tvec4<bool, lowp> lowp_bvec4;
+
434 
+
436 
+
439 
+
440  // -- Default float definition --
+
441 
+
442 #if(defined(GLM_PRECISION_LOWP_FLOAT))
+
443  typedef lowp_vec2 vec2;
+
444  typedef lowp_vec3 vec3;
+
445  typedef lowp_vec4 vec4;
+
446 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT))
+
447  typedef mediump_vec2 vec2;
+
448  typedef mediump_vec3 vec3;
+
449  typedef mediump_vec4 vec4;
+
450 #else //defined(GLM_PRECISION_HIGHP_FLOAT)
+
451  typedef highp_vec2 vec2;
+
455 
+
459  typedef highp_vec3 vec3;
+
460 
+
464  typedef highp_vec4 vec4;
+
465 #endif//GLM_PRECISION
+
466 
+
467  // -- Default double definition --
+
468 
+
469 #if(defined(GLM_PRECISION_LOWP_DOUBLE))
+
470  typedef lowp_dvec2 dvec2;
+
471  typedef lowp_dvec3 dvec3;
+
472  typedef lowp_dvec4 dvec4;
+
473 #elif(defined(GLM_PRECISION_MEDIUMP_DOUBLE))
+
474  typedef mediump_dvec2 dvec2;
+
475  typedef mediump_dvec3 dvec3;
+
476  typedef mediump_dvec4 dvec4;
+
477 #else //defined(GLM_PRECISION_HIGHP_DOUBLE)
+
478  typedef highp_dvec2 dvec2;
+
482 
+
486  typedef highp_dvec3 dvec3;
+
487 
+
491  typedef highp_dvec4 dvec4;
+
492 #endif//GLM_PRECISION
+
493 
+
494  // -- Signed integer definition --
+
495 
+
496 #if(defined(GLM_PRECISION_LOWP_INT))
+
497  typedef lowp_ivec2 ivec2;
+
498  typedef lowp_ivec3 ivec3;
+
499  typedef lowp_ivec4 ivec4;
+
500 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
501  typedef mediump_ivec2 ivec2;
+
502  typedef mediump_ivec3 ivec3;
+
503  typedef mediump_ivec4 ivec4;
+
504 #else //defined(GLM_PRECISION_HIGHP_INT)
+
505  typedef highp_ivec2 ivec2;
+
509 
+
513  typedef highp_ivec3 ivec3;
+
514 
+
518  typedef highp_ivec4 ivec4;
+
519 #endif//GLM_PRECISION
+
520 
+
521  // -- Unsigned integer definition --
+
522 
+
523 #if(defined(GLM_PRECISION_LOWP_UINT))
+
524  typedef lowp_uvec2 uvec2;
+
525  typedef lowp_uvec3 uvec3;
+
526  typedef lowp_uvec4 uvec4;
+
527 #elif(defined(GLM_PRECISION_MEDIUMP_UINT))
+
528  typedef mediump_uvec2 uvec2;
+
529  typedef mediump_uvec3 uvec3;
+
530  typedef mediump_uvec4 uvec4;
+
531 #else //defined(GLM_PRECISION_HIGHP_UINT)
+
532  typedef highp_uvec2 uvec2;
+
536 
+
540  typedef highp_uvec3 uvec3;
+
541 
+
545  typedef highp_uvec4 uvec4;
+
546 #endif//GLM_PRECISION
+
547 
+
548  // -- Boolean definition --
+
549 
+
550 #if(defined(GLM_PRECISION_LOWP_BOOL))
+
551  typedef lowp_bvec2 bvec2;
+
552  typedef lowp_bvec3 bvec3;
+
553  typedef lowp_bvec4 bvec4;
+
554 #elif(defined(GLM_PRECISION_MEDIUMP_BOOL))
+
555  typedef mediump_bvec2 bvec2;
+
556  typedef mediump_bvec3 bvec3;
+
557  typedef mediump_bvec4 bvec4;
+
558 #else //defined(GLM_PRECISION_HIGHP_BOOL)
+
559  typedef highp_bvec2 bvec2;
+
563 
+
567  typedef highp_bvec3 bvec3;
+
568 
+
572  typedef highp_bvec4 bvec4;
+
573 #endif//GLM_PRECISION
+
574 
+
576 }//namespace glm
+
tvec2< bool, mediump > mediump_bvec2
2 components vector of medium precision bool numbers.
Definition: type_vec.hpp:224
+
tvec4< uint, mediump > mediump_uvec4
4 components vector of medium precision unsigned integer numbers.
Definition: type_vec.hpp:409
+
tvec3< bool, mediump > mediump_bvec3
3 components vector of medium precision bool numbers.
Definition: type_vec.hpp:332
+
tvec2< uint, mediump > mediump_uvec2
2 components vector of medium precision unsigned integer numbers.
Definition: type_vec.hpp:203
+
tvec4< int, mediump > mediump_ivec4
4 components vector of medium precision signed integer numbers.
Definition: type_vec.hpp:391
+
highp_dvec4 dvec4
4 components vector of double-precision floating-point numbers.
Definition: type_vec.hpp:491
+
tvec2< int, mediump > mediump_ivec2
2 components vector of medium precision signed integer numbers.
Definition: type_vec.hpp:182
+
tvec2< double, mediump > mediump_dvec2
2 components vector of medium double-precision floating-point numbers.
Definition: type_vec.hpp:161
+
tvec3< uint, mediump > mediump_uvec3
3 components vector of medium precision unsigned integer numbers.
Definition: type_vec.hpp:313
+
tvec3< int, lowp > lowp_ivec3
3 components vector of low precision signed integer numbers.
Definition: type_vec.hpp:299
+
tvec3< float, lowp > lowp_vec3
3 components vector of low single-precision floating-point numbers.
Definition: type_vec.hpp:257
+
tvec3< uint, highp > highp_uvec3
3 components vector of high precision unsigned integer numbers.
Definition: type_vec.hpp:306
+
highp_dvec2 dvec2
2 components vector of double-precision floating-point numbers.
Definition: type_vec.hpp:481
+
tvec3< uint, lowp > lowp_uvec3
3 components vector of low precision unsigned integer numbers.
Definition: type_vec.hpp:320
+
tvec2< bool, highp > highp_bvec2
2 components vector of high precision bool numbers.
Definition: type_vec.hpp:217
+
tvec2< float, highp > highp_vec2
2 components vector of high single-precision floating-point numbers.
Definition: type_vec.hpp:133
+
tvec3< bool, lowp > lowp_bvec3
3 components vector of low precision bool numbers.
Definition: type_vec.hpp:338
+
tvec3< int, mediump > mediump_ivec3
3 components vector of medium precision signed integer numbers.
Definition: type_vec.hpp:292
+
tvec4< int, lowp > lowp_ivec4
4 components vector of low precision signed integer numbers.
Definition: type_vec.hpp:397
+
tvec3< double, mediump > mediump_dvec3
3 components vector of medium double-precision floating-point numbers.
Definition: type_vec.hpp:271
+
highp_uvec3 uvec3
3 components vector of unsigned integer numbers.
Definition: type_vec.hpp:540
+
tvec2< uint, lowp > lowp_uvec2
2 components vector of low precision unsigned integer numbers.
Definition: type_vec.hpp:210
+
tvec2< int, highp > highp_ivec2
2 components vector of high precision signed integer numbers.
Definition: type_vec.hpp:175
+
highp_ivec4 ivec4
4 components vector of signed integer numbers.
Definition: type_vec.hpp:518
+
highp_ivec3 ivec3
3 components vector of signed integer numbers.
Definition: type_vec.hpp:513
+
highp_bvec4 bvec4
4 components vector of boolean.
Definition: type_vec.hpp:572
+
tvec2< uint, highp > highp_uvec2
2 components vector of high precision unsigned integer numbers.
Definition: type_vec.hpp:196
+
tvec4< uint, lowp > lowp_uvec4
4 components vector of low precision unsigned integer numbers.
Definition: type_vec.hpp:415
+
highp_dvec3 dvec3
3 components vector of double-precision floating-point numbers.
Definition: type_vec.hpp:486
+
highp_uvec2 uvec2
2 components vector of unsigned integer numbers.
Definition: type_vec.hpp:535
+
tvec4< double, mediump > mediump_dvec4
4 components vector of medium double-precision floating-point numbers.
Definition: type_vec.hpp:373
+
tvec2< double, highp > highp_dvec2
2 components vector of high double-precision floating-point numbers.
Definition: type_vec.hpp:154
+
tvec3< float, highp > highp_vec3
3 components vector of high single-precision floating-point numbers.
Definition: type_vec.hpp:243
+
tvec4< float, lowp > lowp_vec4
4 components vector of low single-precision floating-point numbers.
Definition: type_vec.hpp:361
+
highp_vec3 vec3
3 components vector of floating-point numbers.
Definition: type_vec.hpp:459
+
tvec2< float, lowp > lowp_vec2
2 components vector of low single-precision floating-point numbers.
Definition: type_vec.hpp:147
+
tvec4< bool, highp > highp_bvec4
4 components vector of high precision bool numbers.
Definition: type_vec.hpp:421
+
tvec3< double, lowp > lowp_dvec3
3 components vector of low double-precision floating-point numbers.
Definition: type_vec.hpp:278
+
highp_vec2 vec2
2 components vector of floating-point numbers.
Definition: type_vec.hpp:454
+
tvec3< float, mediump > mediump_vec3
3 components vector of medium single-precision floating-point numbers.
Definition: type_vec.hpp:250
+
Definition: _noise.hpp:11
+
GLM Core
+
tvec4< bool, mediump > mediump_bvec4
4 components vector of medium precision bool numbers.
Definition: type_vec.hpp:427
+
GLM Core
+
tvec4< double, highp > highp_dvec4
4 components vector of high double-precision floating-point numbers.
Definition: type_vec.hpp:367
+
tvec4< double, lowp > lowp_dvec4
4 components vector of low double-precision floating-point numbers.
Definition: type_vec.hpp:379
+
highp_bvec2 bvec2
2 components vector of boolean.
Definition: type_vec.hpp:562
+
tvec2< double, lowp > lowp_dvec2
2 components vector of low double-precision floating-point numbers.
Definition: type_vec.hpp:168
+
highp_bvec3 bvec3
3 components vector of boolean.
Definition: type_vec.hpp:567
+
tvec2< int, lowp > lowp_ivec2
2 components vector of low precision signed integer numbers.
Definition: type_vec.hpp:189
+
tvec3< int, highp > highp_ivec3
3 components vector of high precision signed integer numbers.
Definition: type_vec.hpp:285
+
highp_vec4 vec4
4 components vector of floating-point numbers.
Definition: type_vec.hpp:464
+
tvec4< float, highp > highp_vec4
4 components vector of high single-precision floating-point numbers.
Definition: type_vec.hpp:349
+
tvec2< float, mediump > mediump_vec2
2 components vector of medium single-precision floating-point numbers.
Definition: type_vec.hpp:140
+
tvec4< int, highp > highp_ivec4
4 components vector of high precision signed integer numbers.
Definition: type_vec.hpp:385
+
highp_ivec2 ivec2
2 components vector of signed integer numbers.
Definition: type_vec.hpp:508
+
tvec2< bool, lowp > lowp_bvec2
2 components vector of low precision bool numbers.
Definition: type_vec.hpp:231
+
tvec4< bool, lowp > lowp_bvec4
4 components vector of low precision bool numbers.
Definition: type_vec.hpp:433
+
tvec4< float, mediump > mediump_vec4
4 components vector of medium single-precision floating-point numbers.
Definition: type_vec.hpp:355
+
tvec4< uint, highp > highp_uvec4
4 components vector of high precision unsigned integer numbers.
Definition: type_vec.hpp:403
+
tvec3< bool, highp > highp_bvec3
3 components vector of high precision bool numbers.
Definition: type_vec.hpp:326
+
tvec3< double, highp > highp_dvec3
3 components vector of high double-precision floating-point numbers.
Definition: type_vec.hpp:264
+
highp_uvec4 uvec4
4 components vector of unsigned integer numbers.
Definition: type_vec.hpp:545
+
+ + + + diff --git a/glm/doc/api/a00126.html b/glm/doc/api/a00126.html new file mode 100644 index 0000000..075933a --- /dev/null +++ b/glm/doc/api/a00126.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_vec1.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec1.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_vec1.hpp.

+
+ + + + diff --git a/glm/doc/api/a00126_source.html b/glm/doc/api/a00126_source.html new file mode 100644 index 0000000..c6cc2af --- /dev/null +++ b/glm/doc/api/a00126_source.html @@ -0,0 +1,396 @@ + + + + + + +0.9.9 API documenation: type_vec1.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec1.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "../fwd.hpp"
+
7 #include "type_vec.hpp"
+
8 #if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
9 # if GLM_HAS_UNRESTRICTED_UNIONS
+
10 # include "_swizzle.hpp"
+
11 # else
+
12 # include "_swizzle_func.hpp"
+
13 # endif
+
14 #endif //GLM_SWIZZLE
+
15 #include <cstddef>
+
16 
+
17 namespace glm
+
18 {
+
19  template <typename T, precision P = defaultp>
+
20  struct tvec1
+
21  {
+
22  // -- Implementation detail --
+
23 
+
24  typedef T value_type;
+
25  typedef tvec1<T, P> type;
+
26  typedef tvec1<bool, P> bool_type;
+
27 
+
28  // -- Data --
+
29 
+
30 # if GLM_HAS_ALIGNED_TYPE
+
31 # if GLM_COMPILER & GLM_COMPILER_GCC
+
32 # pragma GCC diagnostic push
+
33 # pragma GCC diagnostic ignored "-Wpedantic"
+
34 # endif
+
35 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
36 # pragma clang diagnostic push
+
37 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
+
38 # pragma clang diagnostic ignored "-Wnested-anon-types"
+
39 # endif
+
40 
+
41  union
+
42  {
+
43  T x;
+
44  T r;
+
45  T s;
+
46 /*
+
47 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
48  _GLM_SWIZZLE1_2_MEMBERS(T, P, tvec2, x)
+
49  _GLM_SWIZZLE1_2_MEMBERS(T, P, tvec2, r)
+
50  _GLM_SWIZZLE1_2_MEMBERS(T, P, tvec2, s)
+
51  _GLM_SWIZZLE1_3_MEMBERS(T, P, tvec3, x)
+
52  _GLM_SWIZZLE1_3_MEMBERS(T, P, tvec3, r)
+
53  _GLM_SWIZZLE1_3_MEMBERS(T, P, tvec3, s)
+
54  _GLM_SWIZZLE1_4_MEMBERS(T, P, tvec4, x)
+
55  _GLM_SWIZZLE1_4_MEMBERS(T, P, tvec4, r)
+
56  _GLM_SWIZZLE1_4_MEMBERS(T, P, tvec4, s)
+
57 # endif//GLM_SWIZZLE*/
+
58  };
+
59 
+
60 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
61 # pragma clang diagnostic pop
+
62 # endif
+
63 # if GLM_COMPILER & GLM_COMPILER_GCC
+
64 # pragma GCC diagnostic pop
+
65 # endif
+
66 # else
+
67  union {T x, r, s;};
+
68 /*
+
69 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
70  GLM_SWIZZLE_GEN_VEC_FROM_VEC1(T, P, tvec2, tvec2, tvec3, tvec4)
+
71 # endif//GLM_SWIZZLE*/
+
72 # endif
+
73 
+
74  // -- Component accesses --
+
75 
+
77  typedef length_t length_type;
+
78  GLM_FUNC_DECL static length_type length(){return 1;}
+
79 
+
80  GLM_FUNC_DECL T & operator[](length_type i);
+
81  GLM_FUNC_DECL T const & operator[](length_type i) const;
+
82 
+
83  // -- Implicit basic constructors --
+
84 
+
85  GLM_FUNC_DECL GLM_CONSTEXPR tvec1() GLM_DEFAULT_CTOR;
+
86  GLM_FUNC_DECL GLM_CONSTEXPR tvec1(tvec1<T, P> const & v) GLM_DEFAULT;
+
87  template <precision Q>
+
88  GLM_FUNC_DECL GLM_CONSTEXPR tvec1(tvec1<T, Q> const & v);
+
89 
+
90  // -- Explicit basic constructors --
+
91 
+
92  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tvec1(ctor);
+
93  GLM_FUNC_DECL GLM_CONSTEXPR explicit tvec1(T scalar);
+
94 
+
95  // -- Conversion vector constructors --
+
96 
+
98  template <typename U, precision Q>
+
99  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec1(tvec2<U, Q> const & v);
+
101  template <typename U, precision Q>
+
102  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec1(tvec3<U, Q> const & v);
+
104  template <typename U, precision Q>
+
105  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec1(tvec4<U, Q> const & v);
+
106 
+
108  template <typename U, precision Q>
+
109  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec1(tvec1<U, Q> const & v);
+
110 
+
111  // -- Swizzle constructors --
+
112 /*
+
113 # if(GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED))
+
114  template <int E0>
+
115  GLM_FUNC_DECL tvec1(detail::_swizzle<1, T, P, tvec1, E0, -1,-2,-3> const & that)
+
116  {
+
117  *this = that();
+
118  }
+
119 # endif//(GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED))
+
120 */
+
121  // -- Unary arithmetic operators --
+
122 
+
123  GLM_FUNC_DECL tvec1<T, P> & operator=(tvec1<T, P> const & v) GLM_DEFAULT;
+
124 
+
125  template <typename U>
+
126  GLM_FUNC_DECL tvec1<T, P> & operator=(tvec1<U, P> const & v);
+
127  template <typename U>
+
128  GLM_FUNC_DECL tvec1<T, P> & operator+=(U scalar);
+
129  template <typename U>
+
130  GLM_FUNC_DECL tvec1<T, P> & operator+=(tvec1<U, P> const & v);
+
131  template <typename U>
+
132  GLM_FUNC_DECL tvec1<T, P> & operator-=(U scalar);
+
133  template <typename U>
+
134  GLM_FUNC_DECL tvec1<T, P> & operator-=(tvec1<U, P> const & v);
+
135  template <typename U>
+
136  GLM_FUNC_DECL tvec1<T, P> & operator*=(U scalar);
+
137  template <typename U>
+
138  GLM_FUNC_DECL tvec1<T, P> & operator*=(tvec1<U, P> const & v);
+
139  template <typename U>
+
140  GLM_FUNC_DECL tvec1<T, P> & operator/=(U scalar);
+
141  template <typename U>
+
142  GLM_FUNC_DECL tvec1<T, P> & operator/=(tvec1<U, P> const & v);
+
143 
+
144  // -- Increment and decrement operators --
+
145 
+
146  GLM_FUNC_DECL tvec1<T, P> & operator++();
+
147  GLM_FUNC_DECL tvec1<T, P> & operator--();
+
148  GLM_FUNC_DECL tvec1<T, P> operator++(int);
+
149  GLM_FUNC_DECL tvec1<T, P> operator--(int);
+
150 
+
151  // -- Unary bit operators --
+
152 
+
153  template <typename U>
+
154  GLM_FUNC_DECL tvec1<T, P> & operator%=(U scalar);
+
155  template <typename U>
+
156  GLM_FUNC_DECL tvec1<T, P> & operator%=(tvec1<U, P> const & v);
+
157  template <typename U>
+
158  GLM_FUNC_DECL tvec1<T, P> & operator&=(U scalar);
+
159  template <typename U>
+
160  GLM_FUNC_DECL tvec1<T, P> & operator&=(tvec1<U, P> const & v);
+
161  template <typename U>
+
162  GLM_FUNC_DECL tvec1<T, P> & operator|=(U scalar);
+
163  template <typename U>
+
164  GLM_FUNC_DECL tvec1<T, P> & operator|=(tvec1<U, P> const & v);
+
165  template <typename U>
+
166  GLM_FUNC_DECL tvec1<T, P> & operator^=(U scalar);
+
167  template <typename U>
+
168  GLM_FUNC_DECL tvec1<T, P> & operator^=(tvec1<U, P> const & v);
+
169  template <typename U>
+
170  GLM_FUNC_DECL tvec1<T, P> & operator<<=(U scalar);
+
171  template <typename U>
+
172  GLM_FUNC_DECL tvec1<T, P> & operator<<=(tvec1<U, P> const & v);
+
173  template <typename U>
+
174  GLM_FUNC_DECL tvec1<T, P> & operator>>=(U scalar);
+
175  template <typename U>
+
176  GLM_FUNC_DECL tvec1<T, P> & operator>>=(tvec1<U, P> const & v);
+
177  };
+
178 
+
179  // -- Unary operators --
+
180 
+
181  template <typename T, precision P>
+
182  GLM_FUNC_DECL tvec1<T, P> operator+(tvec1<T, P> const & v);
+
183 
+
184  template <typename T, precision P>
+
185  GLM_FUNC_DECL tvec1<T, P> operator-(tvec1<T, P> const & v);
+
186 
+
187  // -- Binary operators --
+
188 
+
189  template <typename T, precision P>
+
190  GLM_FUNC_DECL tvec1<T, P> operator+(tvec1<T, P> const & v, T scalar);
+
191 
+
192  template <typename T, precision P>
+
193  GLM_FUNC_DECL tvec1<T, P> operator+(T scalar, tvec1<T, P> const & v);
+
194 
+
195  template <typename T, precision P>
+
196  GLM_FUNC_DECL tvec1<T, P> operator+(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
197 
+
198  template <typename T, precision P>
+
199  GLM_FUNC_DECL tvec1<T, P> operator-(tvec1<T, P> const & v, T scalar);
+
200 
+
201  template <typename T, precision P>
+
202  GLM_FUNC_DECL tvec1<T, P> operator-(T scalar, tvec1<T, P> const & v);
+
203 
+
204  template <typename T, precision P>
+
205  GLM_FUNC_DECL tvec1<T, P> operator- (tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
206 
+
207  template <typename T, precision P>
+
208  GLM_FUNC_DECL tvec1<T, P> operator*(tvec1<T, P> const & v, T scalar);
+
209 
+
210  template <typename T, precision P>
+
211  GLM_FUNC_DECL tvec1<T, P> operator*(T scalar, tvec1<T, P> const & v);
+
212 
+
213  template <typename T, precision P>
+
214  GLM_FUNC_DECL tvec1<T, P> operator*(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
215 
+
216  template <typename T, precision P>
+
217  GLM_FUNC_DECL tvec1<T, P> operator/(tvec1<T, P> const & v, T scalar);
+
218 
+
219  template <typename T, precision P>
+
220  GLM_FUNC_DECL tvec1<T, P> operator/(T scalar, tvec1<T, P> const & v);
+
221 
+
222  template <typename T, precision P>
+
223  GLM_FUNC_DECL tvec1<T, P> operator/(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
224 
+
225  template <typename T, precision P>
+
226  GLM_FUNC_DECL tvec1<T, P> operator%(tvec1<T, P> const & v, T scalar);
+
227 
+
228  template <typename T, precision P>
+
229  GLM_FUNC_DECL tvec1<T, P> operator%(T scalar, tvec1<T, P> const & v);
+
230 
+
231  template <typename T, precision P>
+
232  GLM_FUNC_DECL tvec1<T, P> operator%(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
233 
+
234  template <typename T, precision P>
+
235  GLM_FUNC_DECL tvec1<T, P> operator&(tvec1<T, P> const & v, T scalar);
+
236 
+
237  template <typename T, precision P>
+
238  GLM_FUNC_DECL tvec1<T, P> operator&(T scalar, tvec1<T, P> const & v);
+
239 
+
240  template <typename T, precision P>
+
241  GLM_FUNC_DECL tvec1<T, P> operator&(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
242 
+
243  template <typename T, precision P>
+
244  GLM_FUNC_DECL tvec1<T, P> operator|(tvec1<T, P> const & v, T scalar);
+
245 
+
246  template <typename T, precision P>
+
247  GLM_FUNC_DECL tvec1<T, P> operator|(T scalar, tvec1<T, P> const & v);
+
248 
+
249  template <typename T, precision P>
+
250  GLM_FUNC_DECL tvec1<T, P> operator|(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
251 
+
252  template <typename T, precision P>
+
253  GLM_FUNC_DECL tvec1<T, P> operator^(tvec1<T, P> const & v, T scalar);
+
254 
+
255  template <typename T, precision P>
+
256  GLM_FUNC_DECL tvec1<T, P> operator^(T scalar, tvec1<T, P> const & v);
+
257 
+
258  template <typename T, precision P>
+
259  GLM_FUNC_DECL tvec1<T, P> operator^(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
260 
+
261  template <typename T, precision P>
+
262  GLM_FUNC_DECL tvec1<T, P> operator<<(tvec1<T, P> const & v, T scalar);
+
263 
+
264  template <typename T, precision P>
+
265  GLM_FUNC_DECL tvec1<T, P> operator<<(T scalar, tvec1<T, P> const & v);
+
266 
+
267  template <typename T, precision P>
+
268  GLM_FUNC_DECL tvec1<T, P> operator<<(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
269 
+
270  template <typename T, precision P>
+
271  GLM_FUNC_DECL tvec1<T, P> operator>>(tvec1<T, P> const & v, T scalar);
+
272 
+
273  template <typename T, precision P>
+
274  GLM_FUNC_DECL tvec1<T, P> operator>>(T scalar, tvec1<T, P> const & v);
+
275 
+
276  template <typename T, precision P>
+
277  GLM_FUNC_DECL tvec1<T, P> operator>>(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
278 
+
279  template <typename T, precision P>
+
280  GLM_FUNC_DECL tvec1<T, P> operator~(tvec1<T, P> const & v);
+
281 
+
282  // -- Boolean operators --
+
283 
+
284  template <typename T, precision P>
+
285  GLM_FUNC_DECL bool operator==(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
286 
+
287  template <typename T, precision P>
+
288  GLM_FUNC_DECL bool operator!=(tvec1<T, P> const & v1, tvec1<T, P> const & v2);
+
289 
+
290  template <precision P>
+
291  GLM_FUNC_DECL tvec1<bool, P> operator&&(tvec1<bool, P> const & v1, tvec1<bool, P> const & v2);
+
292 
+
293  template <precision P>
+
294  GLM_FUNC_DECL tvec1<bool, P> operator||(tvec1<bool, P> const & v1, tvec1<bool, P> const & v2);
+
295 }//namespace glm
+
296 
+
297 #ifndef GLM_EXTERNAL_TEMPLATE
+
298 #include "type_vec1.inl"
+
299 #endif//GLM_EXTERNAL_TEMPLATE
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+ +
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00127.html b/glm/doc/api/a00127.html new file mode 100644 index 0000000..6f113b6 --- /dev/null +++ b/glm/doc/api/a00127.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_vec2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_vec2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00127_source.html b/glm/doc/api/a00127_source.html new file mode 100644 index 0000000..dc50acc --- /dev/null +++ b/glm/doc/api/a00127_source.html @@ -0,0 +1,482 @@ + + + + + + +0.9.9 API documenation: type_vec2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "type_vec.hpp"
+
7 #if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
8 # if GLM_HAS_UNRESTRICTED_UNIONS
+
9 # include "_swizzle.hpp"
+
10 # else
+
11 # include "_swizzle_func.hpp"
+
12 # endif
+
13 #endif //GLM_SWIZZLE
+
14 #include <cstddef>
+
15 
+
16 namespace glm
+
17 {
+
18  template <typename T, precision P = defaultp>
+
19  struct tvec2
+
20  {
+
21  // -- Implementation detail --
+
22 
+
23  typedef T value_type;
+
24  typedef tvec2<T, P> type;
+
25  typedef tvec2<bool, P> bool_type;
+
26 
+
27  // -- Data --
+
28 
+
29 # if GLM_HAS_ALIGNED_TYPE
+
30 # if GLM_COMPILER & GLM_COMPILER_GCC
+
31 # pragma GCC diagnostic push
+
32 # pragma GCC diagnostic ignored "-Wpedantic"
+
33 # endif
+
34 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
35 # pragma clang diagnostic push
+
36 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
+
37 # pragma clang diagnostic ignored "-Wnested-anon-types"
+
38 # endif
+
39 
+
40  union
+
41  {
+
42  struct{ T x, y; };
+
43  struct{ T r, g; };
+
44  struct{ T s, t; };
+
45 
+
46 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
47  _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, x, y)
+
48  _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, r, g)
+
49  _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, s, t)
+
50  _GLM_SWIZZLE2_3_MEMBERS(T, P, glm::tvec3, x, y)
+
51  _GLM_SWIZZLE2_3_MEMBERS(T, P, glm::tvec3, r, g)
+
52  _GLM_SWIZZLE2_3_MEMBERS(T, P, glm::tvec3, s, t)
+
53  _GLM_SWIZZLE2_4_MEMBERS(T, P, glm::tvec4, x, y)
+
54  _GLM_SWIZZLE2_4_MEMBERS(T, P, glm::tvec4, r, g)
+
55  _GLM_SWIZZLE2_4_MEMBERS(T, P, glm::tvec4, s, t)
+
56 # endif//GLM_SWIZZLE
+
57 
+
58  };
+
59 
+
60 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
61 # pragma clang diagnostic pop
+
62 # endif
+
63 # if GLM_COMPILER & GLM_COMPILER_GCC
+
64 # pragma GCC diagnostic pop
+
65 # endif
+
66 # else
+
67  union {T x, r, s;};
+
68  union {T y, g, t;};
+
69 
+
70 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
71  GLM_SWIZZLE_GEN_VEC_FROM_VEC2(T, P, tvec2, tvec2, tvec3, tvec4)
+
72 # endif//GLM_SWIZZLE
+
73 # endif
+
74 
+
75  // -- Component accesses --
+
76 
+
78  typedef length_t length_type;
+
79  GLM_FUNC_DECL static length_type length(){return 2;}
+
80 
+
81  GLM_FUNC_DECL T & operator[](length_type i);
+
82  GLM_FUNC_DECL T const & operator[](length_type i) const;
+
83 
+
84  // -- Implicit basic constructors --
+
85 
+
86  GLM_FUNC_DECL GLM_CONSTEXPR tvec2() GLM_DEFAULT_CTOR;
+
87  GLM_FUNC_DECL GLM_CONSTEXPR tvec2(tvec2<T, P> const& v) GLM_DEFAULT;
+
88  template <precision Q>
+
89  GLM_FUNC_DECL GLM_CONSTEXPR tvec2(tvec2<T, Q> const& v);
+
90 
+
91  // -- Explicit basic constructors --
+
92 
+
93  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tvec2(ctor);
+
94  GLM_FUNC_DECL GLM_CONSTEXPR explicit tvec2(T scalar);
+
95  GLM_FUNC_DECL GLM_CONSTEXPR tvec2(T s1, T s2);
+
96 
+
97  // -- Conversion constructors --
+
98 
+
100  template <typename A, typename B>
+
101  GLM_FUNC_DECL GLM_CONSTEXPR tvec2(A x, B y);
+
102  template <typename A, typename B>
+
103  GLM_FUNC_DECL GLM_CONSTEXPR tvec2(tvec1<A, P> const & v1, tvec1<B, P> const & v2);
+
104 
+
105  // -- Conversion vector constructors --
+
106 
+
108  template <typename U, precision Q>
+
109  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec2(tvec3<U, Q> const & v);
+
111  template <typename U, precision Q>
+
112  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec2(tvec4<U, Q> const & v);
+
113 
+
115  template <typename U, precision Q>
+
116  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec2(tvec2<U, Q> const & v);
+
117 
+
118  // -- Swizzle constructors --
+
119 # if GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED)
+
120  template <int E0, int E1>
+
121  GLM_FUNC_DECL tvec2(detail::_swizzle<2, T, P, glm::tvec2, E0, E1,-1,-2> const& that)
+
122  {
+
123  *this = that();
+
124  }
+
125 # endif// GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED)
+
126 
+
127  // -- Unary arithmetic operators --
+
128 
+
129  GLM_FUNC_DECL tvec2<T, P>& operator=(tvec2<T, P> const & v) GLM_DEFAULT;
+
130 
+
131  template <typename U>
+
132  GLM_FUNC_DECL tvec2<T, P>& operator=(tvec2<U, P> const & v);
+
133  template <typename U>
+
134  GLM_FUNC_DECL tvec2<T, P>& operator+=(U scalar);
+
135  template <typename U>
+
136  GLM_FUNC_DECL tvec2<T, P>& operator+=(tvec1<U, P> const & v);
+
137  template <typename U>
+
138  GLM_FUNC_DECL tvec2<T, P>& operator+=(tvec2<U, P> const & v);
+
139  template <typename U>
+
140  GLM_FUNC_DECL tvec2<T, P>& operator-=(U scalar);
+
141  template <typename U>
+
142  GLM_FUNC_DECL tvec2<T, P>& operator-=(tvec1<U, P> const & v);
+
143  template <typename U>
+
144  GLM_FUNC_DECL tvec2<T, P>& operator-=(tvec2<U, P> const & v);
+
145  template <typename U>
+
146  GLM_FUNC_DECL tvec2<T, P>& operator*=(U scalar);
+
147  template <typename U>
+
148  GLM_FUNC_DECL tvec2<T, P>& operator*=(tvec1<U, P> const & v);
+
149  template <typename U>
+
150  GLM_FUNC_DECL tvec2<T, P>& operator*=(tvec2<U, P> const & v);
+
151  template <typename U>
+
152  GLM_FUNC_DECL tvec2<T, P>& operator/=(U scalar);
+
153  template <typename U>
+
154  GLM_FUNC_DECL tvec2<T, P>& operator/=(tvec1<U, P> const & v);
+
155  template <typename U>
+
156  GLM_FUNC_DECL tvec2<T, P>& operator/=(tvec2<U, P> const & v);
+
157 
+
158  // -- Increment and decrement operators --
+
159 
+
160  GLM_FUNC_DECL tvec2<T, P> & operator++();
+
161  GLM_FUNC_DECL tvec2<T, P> & operator--();
+
162  GLM_FUNC_DECL tvec2<T, P> operator++(int);
+
163  GLM_FUNC_DECL tvec2<T, P> operator--(int);
+
164 
+
165  // -- Unary bit operators --
+
166 
+
167  template <typename U>
+
168  GLM_FUNC_DECL tvec2<T, P> & operator%=(U scalar);
+
169  template <typename U>
+
170  GLM_FUNC_DECL tvec2<T, P> & operator%=(tvec1<U, P> const & v);
+
171  template <typename U>
+
172  GLM_FUNC_DECL tvec2<T, P> & operator%=(tvec2<U, P> const & v);
+
173  template <typename U>
+
174  GLM_FUNC_DECL tvec2<T, P> & operator&=(U scalar);
+
175  template <typename U>
+
176  GLM_FUNC_DECL tvec2<T, P> & operator&=(tvec1<U, P> const & v);
+
177  template <typename U>
+
178  GLM_FUNC_DECL tvec2<T, P> & operator&=(tvec2<U, P> const & v);
+
179  template <typename U>
+
180  GLM_FUNC_DECL tvec2<T, P> & operator|=(U scalar);
+
181  template <typename U>
+
182  GLM_FUNC_DECL tvec2<T, P> & operator|=(tvec1<U, P> const & v);
+
183  template <typename U>
+
184  GLM_FUNC_DECL tvec2<T, P> & operator|=(tvec2<U, P> const & v);
+
185  template <typename U>
+
186  GLM_FUNC_DECL tvec2<T, P> & operator^=(U scalar);
+
187  template <typename U>
+
188  GLM_FUNC_DECL tvec2<T, P> & operator^=(tvec1<U, P> const & v);
+
189  template <typename U>
+
190  GLM_FUNC_DECL tvec2<T, P> & operator^=(tvec2<U, P> const & v);
+
191  template <typename U>
+
192  GLM_FUNC_DECL tvec2<T, P> & operator<<=(U scalar);
+
193  template <typename U>
+
194  GLM_FUNC_DECL tvec2<T, P> & operator<<=(tvec1<U, P> const & v);
+
195  template <typename U>
+
196  GLM_FUNC_DECL tvec2<T, P> & operator<<=(tvec2<U, P> const & v);
+
197  template <typename U>
+
198  GLM_FUNC_DECL tvec2<T, P> & operator>>=(U scalar);
+
199  template <typename U>
+
200  GLM_FUNC_DECL tvec2<T, P> & operator>>=(tvec1<U, P> const & v);
+
201  template <typename U>
+
202  GLM_FUNC_DECL tvec2<T, P> & operator>>=(tvec2<U, P> const & v);
+
203  };
+
204 
+
205  // -- Unary operators --
+
206 
+
207  template <typename T, precision P>
+
208  GLM_FUNC_DECL tvec2<T, P> operator+(tvec2<T, P> const & v);
+
209 
+
210  template <typename T, precision P>
+
211  GLM_FUNC_DECL tvec2<T, P> operator-(tvec2<T, P> const & v);
+
212 
+
213  // -- Binary operators --
+
214 
+
215  template <typename T, precision P>
+
216  GLM_FUNC_DECL tvec2<T, P> operator+(tvec2<T, P> const & v, T scalar);
+
217 
+
218  template <typename T, precision P>
+
219  GLM_FUNC_DECL tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
220 
+
221  template <typename T, precision P>
+
222  GLM_FUNC_DECL tvec2<T, P> operator+(T scalar, tvec2<T, P> const & v);
+
223 
+
224  template <typename T, precision P>
+
225  GLM_FUNC_DECL tvec2<T, P> operator+(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
226 
+
227  template <typename T, precision P>
+
228  GLM_FUNC_DECL tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
229 
+
230  template <typename T, precision P>
+
231  GLM_FUNC_DECL tvec2<T, P> operator-(tvec2<T, P> const & v, T scalar);
+
232 
+
233  template <typename T, precision P>
+
234  GLM_FUNC_DECL tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
235 
+
236  template <typename T, precision P>
+
237  GLM_FUNC_DECL tvec2<T, P> operator-(T scalar, tvec2<T, P> const & v);
+
238 
+
239  template <typename T, precision P>
+
240  GLM_FUNC_DECL tvec2<T, P> operator-(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
241 
+
242  template <typename T, precision P>
+
243  GLM_FUNC_DECL tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
244 
+
245  template <typename T, precision P>
+
246  GLM_FUNC_DECL tvec2<T, P> operator*(tvec2<T, P> const & v, T scalar);
+
247 
+
248  template <typename T, precision P>
+
249  GLM_FUNC_DECL tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
250 
+
251  template <typename T, precision P>
+
252  GLM_FUNC_DECL tvec2<T, P> operator*(T scalar, tvec2<T, P> const & v);
+
253 
+
254  template <typename T, precision P>
+
255  GLM_FUNC_DECL tvec2<T, P> operator*(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
256 
+
257  template <typename T, precision P>
+
258  GLM_FUNC_DECL tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
259 
+
260  template <typename T, precision P>
+
261  GLM_FUNC_DECL tvec2<T, P> operator/(tvec2<T, P> const & v, T scalar);
+
262 
+
263  template <typename T, precision P>
+
264  GLM_FUNC_DECL tvec2<T, P> operator/(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
265 
+
266  template <typename T, precision P>
+
267  GLM_FUNC_DECL tvec2<T, P> operator/(T scalar, tvec2<T, P> const & v);
+
268 
+
269  template <typename T, precision P>
+
270  GLM_FUNC_DECL tvec2<T, P> operator/(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
271 
+
272  template <typename T, precision P>
+
273  GLM_FUNC_DECL tvec2<T, P> operator/(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
274 
+
275  template <typename T, precision P>
+
276  GLM_FUNC_DECL tvec2<T, P> operator%(tvec2<T, P> const & v, T scalar);
+
277 
+
278  template <typename T, precision P>
+
279  GLM_FUNC_DECL tvec2<T, P> operator%(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
280 
+
281  template <typename T, precision P>
+
282  GLM_FUNC_DECL tvec2<T, P> operator%(T scalar, tvec2<T, P> const & v);
+
283 
+
284  template <typename T, precision P>
+
285  GLM_FUNC_DECL tvec2<T, P> operator%(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
286 
+
287  template <typename T, precision P>
+
288  GLM_FUNC_DECL tvec2<T, P> operator%(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
289 
+
290  template <typename T, precision P>
+
291  GLM_FUNC_DECL tvec2<T, P> operator&(tvec2<T, P> const & v, T scalar);
+
292 
+
293  template <typename T, precision P>
+
294  GLM_FUNC_DECL tvec2<T, P> operator&(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
295 
+
296  template <typename T, precision P>
+
297  GLM_FUNC_DECL tvec2<T, P> operator&(T scalar, tvec2<T, P> const & v);
+
298 
+
299  template <typename T, precision P>
+
300  GLM_FUNC_DECL tvec2<T, P> operator&(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
301 
+
302  template <typename T, precision P>
+
303  GLM_FUNC_DECL tvec2<T, P> operator&(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
304 
+
305  template <typename T, precision P>
+
306  GLM_FUNC_DECL tvec2<T, P> operator|(tvec2<T, P> const & v, T scalar);
+
307 
+
308  template <typename T, precision P>
+
309  GLM_FUNC_DECL tvec2<T, P> operator|(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
310 
+
311  template <typename T, precision P>
+
312  GLM_FUNC_DECL tvec2<T, P> operator|(T scalar, tvec2<T, P> const & v);
+
313 
+
314  template <typename T, precision P>
+
315  GLM_FUNC_DECL tvec2<T, P> operator|(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
316 
+
317  template <typename T, precision P>
+
318  GLM_FUNC_DECL tvec2<T, P> operator|(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
319 
+
320  template <typename T, precision P>
+
321  GLM_FUNC_DECL tvec2<T, P> operator^(tvec2<T, P> const & v, T scalar);
+
322 
+
323  template <typename T, precision P>
+
324  GLM_FUNC_DECL tvec2<T, P> operator^(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
325 
+
326  template <typename T, precision P>
+
327  GLM_FUNC_DECL tvec2<T, P> operator^(T scalar, tvec2<T, P> const & v);
+
328 
+
329  template <typename T, precision P>
+
330  GLM_FUNC_DECL tvec2<T, P> operator^(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
331 
+
332  template <typename T, precision P>
+
333  GLM_FUNC_DECL tvec2<T, P> operator^(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
334 
+
335  template <typename T, precision P>
+
336  GLM_FUNC_DECL tvec2<T, P> operator<<(tvec2<T, P> const & v, T scalar);
+
337 
+
338  template <typename T, precision P>
+
339  GLM_FUNC_DECL tvec2<T, P> operator<<(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
340 
+
341  template <typename T, precision P>
+
342  GLM_FUNC_DECL tvec2<T, P> operator<<(T scalar, tvec2<T, P> const & v);
+
343 
+
344  template <typename T, precision P>
+
345  GLM_FUNC_DECL tvec2<T, P> operator<<(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
346 
+
347  template <typename T, precision P>
+
348  GLM_FUNC_DECL tvec2<T, P> operator<<(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
349 
+
350  template <typename T, precision P>
+
351  GLM_FUNC_DECL tvec2<T, P> operator>>(tvec2<T, P> const & v, T scalar);
+
352 
+
353  template <typename T, precision P>
+
354  GLM_FUNC_DECL tvec2<T, P> operator>>(tvec2<T, P> const & v1, tvec1<T, P> const & v2);
+
355 
+
356  template <typename T, precision P>
+
357  GLM_FUNC_DECL tvec2<T, P> operator>>(T scalar, tvec2<T, P> const & v);
+
358 
+
359  template <typename T, precision P>
+
360  GLM_FUNC_DECL tvec2<T, P> operator>>(tvec1<T, P> const & v1, tvec2<T, P> const & v2);
+
361 
+
362  template <typename T, precision P>
+
363  GLM_FUNC_DECL tvec2<T, P> operator>>(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
364 
+
365  template <typename T, precision P>
+
366  GLM_FUNC_DECL tvec2<T, P> operator~(tvec2<T, P> const & v);
+
367 
+
368  // -- Boolean operators --
+
369 
+
370  template <typename T, precision P>
+
371  GLM_FUNC_DECL bool operator==(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
372 
+
373  template <typename T, precision P>
+
374  GLM_FUNC_DECL bool operator!=(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
+
375 
+
376  template <precision P>
+
377  GLM_FUNC_DECL tvec2<bool, P> operator&&(tvec2<bool, P> const & v1, tvec2<bool, P> const & v2);
+
378 
+
379  template <precision P>
+
380  GLM_FUNC_DECL tvec2<bool, P> operator||(tvec2<bool, P> const & v1, tvec2<bool, P> const & v2);
+
381 }//namespace glm
+
382 
+
383 #ifndef GLM_EXTERNAL_TEMPLATE
+
384 #include "type_vec2.inl"
+
385 #endif//GLM_EXTERNAL_TEMPLATE
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+ +
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00128.html b/glm/doc/api/a00128.html new file mode 100644 index 0000000..01c94a0 --- /dev/null +++ b/glm/doc/api/a00128.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_vec3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_vec3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00128_source.html b/glm/doc/api/a00128_source.html new file mode 100644 index 0000000..4db3e14 --- /dev/null +++ b/glm/doc/api/a00128_source.html @@ -0,0 +1,500 @@ + + + + + + +0.9.9 API documenation: type_vec3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "type_vec.hpp"
+
7 #if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
8 # if GLM_HAS_UNRESTRICTED_UNIONS
+
9 # include "_swizzle.hpp"
+
10 # else
+
11 # include "_swizzle_func.hpp"
+
12 # endif
+
13 #endif //GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
14 #include <cstddef>
+
15 
+
16 namespace glm
+
17 {
+
18  template <typename T, precision P = defaultp>
+
19  struct tvec3
+
20  {
+
21  // -- Implementation detail --
+
22 
+
23  typedef T value_type;
+
24  typedef tvec3<T, P> type;
+
25  typedef tvec3<bool, P> bool_type;
+
26 
+
27  // -- Data --
+
28 
+
29 # if GLM_HAS_ALIGNED_TYPE
+
30 # if GLM_COMPILER & GLM_COMPILER_GCC
+
31 # pragma GCC diagnostic push
+
32 # pragma GCC diagnostic ignored "-Wpedantic"
+
33 # endif
+
34 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
35 # pragma clang diagnostic push
+
36 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
+
37 # pragma clang diagnostic ignored "-Wnested-anon-types"
+
38 # endif
+
39 
+
40  union
+
41  {
+
42  struct{ T x, y, z; };
+
43  struct{ T r, g, b; };
+
44  struct{ T s, t, p; };
+
45 
+
46 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
47  _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, x, y, z)
+
48  _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, r, g, b)
+
49  _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, s, t, p)
+
50  _GLM_SWIZZLE3_3_MEMBERS(T, P, glm::tvec3, x, y, z)
+
51  _GLM_SWIZZLE3_3_MEMBERS(T, P, glm::tvec3, r, g, b)
+
52  _GLM_SWIZZLE3_3_MEMBERS(T, P, glm::tvec3, s, t, p)
+
53  _GLM_SWIZZLE3_4_MEMBERS(T, P, glm::tvec4, x, y, z)
+
54  _GLM_SWIZZLE3_4_MEMBERS(T, P, glm::tvec4, r, g, b)
+
55  _GLM_SWIZZLE3_4_MEMBERS(T, P, glm::tvec4, s, t, p)
+
56 # endif//GLM_SWIZZLE
+
57  };
+
58 
+
59 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
60 # pragma clang diagnostic pop
+
61 # endif
+
62 # if GLM_COMPILER & GLM_COMPILER_GCC
+
63 # pragma GCC diagnostic pop
+
64 # endif
+
65 # else
+
66  union { T x, r, s; };
+
67  union { T y, g, t; };
+
68  union { T z, b, p; };
+
69 
+
70 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
71  GLM_SWIZZLE_GEN_VEC_FROM_VEC3(T, P, tvec3, tvec2, tvec3, tvec4)
+
72 # endif//GLM_SWIZZLE
+
73 # endif//GLM_LANG
+
74 
+
75  // -- Component accesses --
+
76 
+
78  typedef length_t length_type;
+
79  GLM_FUNC_DECL static length_type length(){return 3;}
+
80 
+
81  GLM_FUNC_DECL T & operator[](length_type i);
+
82  GLM_FUNC_DECL T const & operator[](length_type i) const;
+
83 
+
84  // -- Implicit basic constructors --
+
85 
+
86  GLM_FUNC_DECL GLM_CONSTEXPR tvec3() GLM_DEFAULT_CTOR;
+
87  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(tvec3<T, P> const & v) GLM_DEFAULT;
+
88  template <precision Q>
+
89  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(tvec3<T, Q> const & v);
+
90 
+
91  // -- Explicit basic constructors --
+
92 
+
93  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tvec3(ctor);
+
94  GLM_FUNC_DECL GLM_CONSTEXPR explicit tvec3(T scalar);
+
95  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(T a, T b, T c);
+
96 
+
97  // -- Conversion scalar constructors --
+
98 
+
100  template <typename A, typename B, typename C>
+
101  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(A a, B b, C c);
+
102  template <typename A, typename B, typename C>
+
103  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(tvec1<A, P> const & a, tvec1<B, P> const & b, tvec1<C, P> const & c);
+
104 
+
105  // -- Conversion vector constructors --
+
106 
+
108  template <typename A, typename B, precision Q>
+
109  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(tvec2<A, Q> const & a, B b);
+
111  template <typename A, typename B, precision Q>
+
112  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(tvec2<A, Q> const & a, tvec1<B, Q> const & b);
+
114  template <typename A, typename B, precision Q>
+
115  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(A a, tvec2<B, Q> const & b);
+
117  template <typename A, typename B, precision Q>
+
118  GLM_FUNC_DECL GLM_CONSTEXPR tvec3(tvec1<A, Q> const & a, tvec2<B, Q> const & b);
+
120  template <typename U, precision Q>
+
121  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec3(tvec4<U, Q> const & v);
+
122 
+
124  template <typename U, precision Q>
+
125  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec3(tvec3<U, Q> const & v);
+
126 
+
127  // -- Swizzle constructors --
+
128 # if GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED)
+
129  template <int E0, int E1, int E2>
+
130  GLM_FUNC_DECL tvec3(detail::_swizzle<3, T, P, glm::tvec3, E0, E1, E2, -1> const & that)
+
131  {
+
132  *this = that();
+
133  }
+
134 
+
135  template <int E0, int E1>
+
136  GLM_FUNC_DECL tvec3(detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, T const & scalar)
+
137  {
+
138  *this = tvec3<T, P>(v(), scalar);
+
139  }
+
140 
+
141  template <int E0, int E1>
+
142  GLM_FUNC_DECL tvec3(T const & scalar, detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v)
+
143  {
+
144  *this = tvec3<T, P>(scalar, v());
+
145  }
+
146 # endif// GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED)
+
147 
+
148  // -- Unary arithmetic operators --
+
149 
+
150  GLM_FUNC_DECL tvec3<T, P> & operator=(tvec3<T, P> const & v) GLM_DEFAULT;
+
151 
+
152  template <typename U>
+
153  GLM_FUNC_DECL tvec3<T, P> & operator=(tvec3<U, P> const & v);
+
154  template <typename U>
+
155  GLM_FUNC_DECL tvec3<T, P> & operator+=(U scalar);
+
156  template <typename U>
+
157  GLM_FUNC_DECL tvec3<T, P> & operator+=(tvec1<U, P> const & v);
+
158  template <typename U>
+
159  GLM_FUNC_DECL tvec3<T, P> & operator+=(tvec3<U, P> const & v);
+
160  template <typename U>
+
161  GLM_FUNC_DECL tvec3<T, P> & operator-=(U scalar);
+
162  template <typename U>
+
163  GLM_FUNC_DECL tvec3<T, P> & operator-=(tvec1<U, P> const & v);
+
164  template <typename U>
+
165  GLM_FUNC_DECL tvec3<T, P> & operator-=(tvec3<U, P> const & v);
+
166  template <typename U>
+
167  GLM_FUNC_DECL tvec3<T, P> & operator*=(U scalar);
+
168  template <typename U>
+
169  GLM_FUNC_DECL tvec3<T, P> & operator*=(tvec1<U, P> const & v);
+
170  template <typename U>
+
171  GLM_FUNC_DECL tvec3<T, P> & operator*=(tvec3<U, P> const & v);
+
172  template <typename U>
+
173  GLM_FUNC_DECL tvec3<T, P> & operator/=(U scalar);
+
174  template <typename U>
+
175  GLM_FUNC_DECL tvec3<T, P> & operator/=(tvec1<U, P> const & v);
+
176  template <typename U>
+
177  GLM_FUNC_DECL tvec3<T, P> & operator/=(tvec3<U, P> const & v);
+
178 
+
179  // -- Increment and decrement operators --
+
180 
+
181  GLM_FUNC_DECL tvec3<T, P> & operator++();
+
182  GLM_FUNC_DECL tvec3<T, P> & operator--();
+
183  GLM_FUNC_DECL tvec3<T, P> operator++(int);
+
184  GLM_FUNC_DECL tvec3<T, P> operator--(int);
+
185 
+
186  // -- Unary bit operators --
+
187 
+
188  template <typename U>
+
189  GLM_FUNC_DECL tvec3<T, P> & operator%=(U scalar);
+
190  template <typename U>
+
191  GLM_FUNC_DECL tvec3<T, P> & operator%=(tvec1<U, P> const & v);
+
192  template <typename U>
+
193  GLM_FUNC_DECL tvec3<T, P> & operator%=(tvec3<U, P> const & v);
+
194  template <typename U>
+
195  GLM_FUNC_DECL tvec3<T, P> & operator&=(U scalar);
+
196  template <typename U>
+
197  GLM_FUNC_DECL tvec3<T, P> & operator&=(tvec1<U, P> const & v);
+
198  template <typename U>
+
199  GLM_FUNC_DECL tvec3<T, P> & operator&=(tvec3<U, P> const & v);
+
200  template <typename U>
+
201  GLM_FUNC_DECL tvec3<T, P> & operator|=(U scalar);
+
202  template <typename U>
+
203  GLM_FUNC_DECL tvec3<T, P> & operator|=(tvec1<U, P> const & v);
+
204  template <typename U>
+
205  GLM_FUNC_DECL tvec3<T, P> & operator|=(tvec3<U, P> const & v);
+
206  template <typename U>
+
207  GLM_FUNC_DECL tvec3<T, P> & operator^=(U scalar);
+
208  template <typename U>
+
209  GLM_FUNC_DECL tvec3<T, P> & operator^=(tvec1<U, P> const & v);
+
210  template <typename U>
+
211  GLM_FUNC_DECL tvec3<T, P> & operator^=(tvec3<U, P> const & v);
+
212  template <typename U>
+
213  GLM_FUNC_DECL tvec3<T, P> & operator<<=(U scalar);
+
214  template <typename U>
+
215  GLM_FUNC_DECL tvec3<T, P> & operator<<=(tvec1<U, P> const & v);
+
216  template <typename U>
+
217  GLM_FUNC_DECL tvec3<T, P> & operator<<=(tvec3<U, P> const & v);
+
218  template <typename U>
+
219  GLM_FUNC_DECL tvec3<T, P> & operator>>=(U scalar);
+
220  template <typename U>
+
221  GLM_FUNC_DECL tvec3<T, P> & operator>>=(tvec1<U, P> const & v);
+
222  template <typename U>
+
223  GLM_FUNC_DECL tvec3<T, P> & operator>>=(tvec3<U, P> const & v);
+
224  };
+
225 
+
226  // -- Unary operators --
+
227 
+
228  template <typename T, precision P>
+
229  GLM_FUNC_DECL tvec3<T, P> operator+(tvec3<T, P> const & v);
+
230 
+
231  template <typename T, precision P>
+
232  GLM_FUNC_DECL tvec3<T, P> operator-(tvec3<T, P> const & v);
+
233 
+
234  // -- Binary operators --
+
235 
+
236  template <typename T, precision P>
+
237  GLM_FUNC_DECL tvec3<T, P> operator+(tvec3<T, P> const & v, T scalar);
+
238 
+
239  template <typename T, precision P>
+
240  GLM_FUNC_DECL tvec3<T, P> operator+(tvec3<T, P> const & v, tvec1<T, P> const & scalar);
+
241 
+
242  template <typename T, precision P>
+
243  GLM_FUNC_DECL tvec3<T, P> operator+(T scalar, tvec3<T, P> const & v);
+
244 
+
245  template <typename T, precision P>
+
246  GLM_FUNC_DECL tvec3<T, P> operator+(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
247 
+
248  template <typename T, precision P>
+
249  GLM_FUNC_DECL tvec3<T, P> operator+(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
250 
+
251  template <typename T, precision P>
+
252  GLM_FUNC_DECL tvec3<T, P> operator-(tvec3<T, P> const & v, T scalar);
+
253 
+
254  template <typename T, precision P>
+
255  GLM_FUNC_DECL tvec3<T, P> operator-(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
256 
+
257  template <typename T, precision P>
+
258  GLM_FUNC_DECL tvec3<T, P> operator-(T scalar, tvec3<T, P> const & v);
+
259 
+
260  template <typename T, precision P>
+
261  GLM_FUNC_DECL tvec3<T, P> operator-(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
262 
+
263  template <typename T, precision P>
+
264  GLM_FUNC_DECL tvec3<T, P> operator-(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
265 
+
266  template <typename T, precision P>
+
267  GLM_FUNC_DECL tvec3<T, P> operator*(tvec3<T, P> const & v, T scalar);
+
268 
+
269  template <typename T, precision P>
+
270  GLM_FUNC_DECL tvec3<T, P> operator*(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
271 
+
272  template <typename T, precision P>
+
273  GLM_FUNC_DECL tvec3<T, P> operator*(T scalar, tvec3<T, P> const & v);
+
274 
+
275  template <typename T, precision P>
+
276  GLM_FUNC_DECL tvec3<T, P> operator*(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
277 
+
278  template <typename T, precision P>
+
279  GLM_FUNC_DECL tvec3<T, P> operator*(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
280 
+
281  template <typename T, precision P>
+
282  GLM_FUNC_DECL tvec3<T, P> operator/(tvec3<T, P> const & v, T scalar);
+
283 
+
284  template <typename T, precision P>
+
285  GLM_FUNC_DECL tvec3<T, P> operator/(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
286 
+
287  template <typename T, precision P>
+
288  GLM_FUNC_DECL tvec3<T, P> operator/(T scalar, tvec3<T, P> const & v);
+
289 
+
290  template <typename T, precision P>
+
291  GLM_FUNC_DECL tvec3<T, P> operator/(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
292 
+
293  template <typename T, precision P>
+
294  GLM_FUNC_DECL tvec3<T, P> operator/(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
295 
+
296  template <typename T, precision P>
+
297  GLM_FUNC_DECL tvec3<T, P> operator%(tvec3<T, P> const & v, T scalar);
+
298 
+
299  template <typename T, precision P>
+
300  GLM_FUNC_DECL tvec3<T, P> operator%(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
301 
+
302  template <typename T, precision P>
+
303  GLM_FUNC_DECL tvec3<T, P> operator%(T const & scalar, tvec3<T, P> const & v);
+
304 
+
305  template <typename T, precision P>
+
306  GLM_FUNC_DECL tvec3<T, P> operator%(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
307 
+
308  template <typename T, precision P>
+
309  GLM_FUNC_DECL tvec3<T, P> operator%(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
310 
+
311  template <typename T, precision P>
+
312  GLM_FUNC_DECL tvec3<T, P> operator&(tvec3<T, P> const & v1, T scalar);
+
313 
+
314  template <typename T, precision P>
+
315  GLM_FUNC_DECL tvec3<T, P> operator&(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
316 
+
317  template <typename T, precision P>
+
318  GLM_FUNC_DECL tvec3<T, P> operator&(T scalar, tvec3<T, P> const & v);
+
319 
+
320  template <typename T, precision P>
+
321  GLM_FUNC_DECL tvec3<T, P> operator&(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
322 
+
323  template <typename T, precision P>
+
324  GLM_FUNC_DECL tvec3<T, P> operator&(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
325 
+
326  template <typename T, precision P>
+
327  GLM_FUNC_DECL tvec3<T, P> operator|(tvec3<T, P> const & v, T scalar);
+
328 
+
329  template <typename T, precision P>
+
330  GLM_FUNC_DECL tvec3<T, P> operator|(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
331 
+
332  template <typename T, precision P>
+
333  GLM_FUNC_DECL tvec3<T, P> operator|(T scalar, tvec3<T, P> const & v);
+
334 
+
335  template <typename T, precision P>
+
336  GLM_FUNC_DECL tvec3<T, P> operator|(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
337 
+
338  template <typename T, precision P>
+
339  GLM_FUNC_DECL tvec3<T, P> operator|(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
340 
+
341  template <typename T, precision P>
+
342  GLM_FUNC_DECL tvec3<T, P> operator^(tvec3<T, P> const & v, T scalar);
+
343 
+
344  template <typename T, precision P>
+
345  GLM_FUNC_DECL tvec3<T, P> operator^(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
346 
+
347  template <typename T, precision P>
+
348  GLM_FUNC_DECL tvec3<T, P> operator^(T scalar, tvec3<T, P> const & v);
+
349 
+
350  template <typename T, precision P>
+
351  GLM_FUNC_DECL tvec3<T, P> operator^(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
352 
+
353  template <typename T, precision P>
+
354  GLM_FUNC_DECL tvec3<T, P> operator^(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
355 
+
356  template <typename T, precision P>
+
357  GLM_FUNC_DECL tvec3<T, P> operator<<(tvec3<T, P> const & v, T scalar);
+
358 
+
359  template <typename T, precision P>
+
360  GLM_FUNC_DECL tvec3<T, P> operator<<(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
361 
+
362  template <typename T, precision P>
+
363  GLM_FUNC_DECL tvec3<T, P> operator<<(T scalar, tvec3<T, P> const & v);
+
364 
+
365  template <typename T, precision P>
+
366  GLM_FUNC_DECL tvec3<T, P> operator<<(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
367 
+
368  template <typename T, precision P>
+
369  GLM_FUNC_DECL tvec3<T, P> operator<<(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
370 
+
371  template <typename T, precision P>
+
372  GLM_FUNC_DECL tvec3<T, P> operator>>(tvec3<T, P> const & v, T scalar);
+
373 
+
374  template <typename T, precision P>
+
375  GLM_FUNC_DECL tvec3<T, P> operator>>(tvec3<T, P> const & v1, tvec1<T, P> const & v2);
+
376 
+
377  template <typename T, precision P>
+
378  GLM_FUNC_DECL tvec3<T, P> operator>>(T scalar, tvec3<T, P> const & v);
+
379 
+
380  template <typename T, precision P>
+
381  GLM_FUNC_DECL tvec3<T, P> operator>>(tvec1<T, P> const & v1, tvec3<T, P> const & v2);
+
382 
+
383  template <typename T, precision P>
+
384  GLM_FUNC_DECL tvec3<T, P> operator>>(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
385 
+
386  template <typename T, precision P>
+
387  GLM_FUNC_DECL tvec3<T, P> operator~(tvec3<T, P> const & v);
+
388 
+
389  // -- Boolean operators --
+
390 
+
391  template <typename T, precision P>
+
392  GLM_FUNC_DECL bool operator==(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
393 
+
394  template <typename T, precision P>
+
395  GLM_FUNC_DECL bool operator!=(tvec3<T, P> const & v1, tvec3<T, P> const & v2);
+
396 
+
397  template <precision P>
+
398  GLM_FUNC_DECL tvec3<bool, P> operator&&(tvec3<bool, P> const & v1, tvec3<bool, P> const & v2);
+
399 
+
400  template <precision P>
+
401  GLM_FUNC_DECL tvec3<bool, P> operator||(tvec3<bool, P> const & v1, tvec3<bool, P> const & v2);
+
402 }//namespace glm
+
403 
+
404 #ifndef GLM_EXTERNAL_TEMPLATE
+
405 #include "type_vec3.inl"
+
406 #endif//GLM_EXTERNAL_TEMPLATE
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+ +
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00129.html b/glm/doc/api/a00129.html new file mode 100644 index 0000000..293b3fc --- /dev/null +++ b/glm/doc/api/a00129.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: type_vec4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file type_vec4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00129_source.html b/glm/doc/api/a00129_source.html new file mode 100644 index 0000000..c37bada --- /dev/null +++ b/glm/doc/api/a00129_source.html @@ -0,0 +1,539 @@ + + + + + + +0.9.9 API documenation: type_vec4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
type_vec4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "type_vec.hpp"
+
7 #if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
8 # if GLM_HAS_UNRESTRICTED_UNIONS
+
9 # include "_swizzle.hpp"
+
10 # else
+
11 # include "_swizzle_func.hpp"
+
12 # endif
+
13 #endif //GLM_SWIZZLE
+
14 #include <cstddef>
+
15 
+
16 namespace glm
+
17 {
+
18  template <typename T, precision P = defaultp>
+
19  struct tvec4
+
20  {
+
21  // -- Implementation detail --
+
22 
+
23  typedef T value_type;
+
24  typedef tvec4<T, P> type;
+
25  typedef tvec4<bool, P> bool_type;
+
26 
+
27  // -- Data --
+
28 
+
29 # if GLM_HAS_ALIGNED_TYPE
+
30 # if GLM_COMPILER & GLM_COMPILER_GCC
+
31 # pragma GCC diagnostic push
+
32 # pragma GCC diagnostic ignored "-Wpedantic"
+
33 # endif
+
34 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
35 # pragma clang diagnostic push
+
36 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
+
37 # pragma clang diagnostic ignored "-Wnested-anon-types"
+
38 # endif
+
39 
+
40  union
+
41  {
+
42  struct { T x, y, z, w;};
+
43  struct { T r, g, b, a; };
+
44  struct { T s, t, p, q; };
+
45 
+
46  typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
+
47 
+
48 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
49  _GLM_SWIZZLE4_2_MEMBERS(T, P, glm::tvec2, x, y, z, w)
+
50  _GLM_SWIZZLE4_2_MEMBERS(T, P, glm::tvec2, r, g, b, a)
+
51  _GLM_SWIZZLE4_2_MEMBERS(T, P, glm::tvec2, s, t, p, q)
+
52  _GLM_SWIZZLE4_3_MEMBERS(T, P, glm::tvec3, x, y, z, w)
+
53  _GLM_SWIZZLE4_3_MEMBERS(T, P, glm::tvec3, r, g, b, a)
+
54  _GLM_SWIZZLE4_3_MEMBERS(T, P, glm::tvec3, s, t, p, q)
+
55  _GLM_SWIZZLE4_4_MEMBERS(T, P, glm::tvec4, x, y, z, w)
+
56  _GLM_SWIZZLE4_4_MEMBERS(T, P, glm::tvec4, r, g, b, a)
+
57  _GLM_SWIZZLE4_4_MEMBERS(T, P, glm::tvec4, s, t, p, q)
+
58 # endif//GLM_SWIZZLE
+
59  };
+
60 
+
61 # if GLM_COMPILER & GLM_COMPILER_CLANG
+
62 # pragma clang diagnostic pop
+
63 # endif
+
64 # if GLM_COMPILER & GLM_COMPILER_GCC
+
65 # pragma GCC diagnostic pop
+
66 # endif
+
67 # else
+
68  union { T x, r, s; };
+
69  union { T y, g, t; };
+
70  union { T z, b, p; };
+
71  union { T w, a, q; };
+
72 
+
73 # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
+
74  GLM_SWIZZLE_GEN_VEC_FROM_VEC4(T, P, tvec4, tvec2, tvec3, tvec4)
+
75 # endif//GLM_SWIZZLE
+
76 # endif
+
77 
+
78  // -- Component accesses --
+
79 
+
81  typedef length_t length_type;
+
82  GLM_FUNC_DECL static length_type length(){return 4;}
+
83 
+
84  GLM_FUNC_DECL T & operator[](length_type i);
+
85  GLM_FUNC_DECL T const & operator[](length_type i) const;
+
86 
+
87  // -- Implicit basic constructors --
+
88 
+
89  GLM_FUNC_DECL GLM_CONSTEXPR_SIMD tvec4() GLM_DEFAULT_CTOR;
+
90  GLM_FUNC_DECL GLM_CONSTEXPR_SIMD tvec4(tvec4<T, P> const& v) GLM_DEFAULT;
+
91  template <precision Q>
+
92  GLM_FUNC_DECL GLM_CONSTEXPR_SIMD tvec4(tvec4<T, Q> const& v);
+
93 
+
94  // -- Explicit basic constructors --
+
95 
+
96  GLM_FUNC_DECL GLM_CONSTEXPR_SIMD explicit tvec4(ctor);
+
97  GLM_FUNC_DECL GLM_CONSTEXPR_SIMD explicit tvec4(T scalar);
+
98  GLM_FUNC_DECL GLM_CONSTEXPR_SIMD tvec4(T a, T b, T c, T d);
+
99 
+
100  // -- Conversion scalar constructors --
+
101 
+
103  template <typename A, typename B, typename C, typename D>
+
104  GLM_FUNC_DECL GLM_CONSTEXPR_SIMD tvec4(A a, B b, C c, D d);
+
105  template <typename A, typename B, typename C, typename D>
+
106  GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec4(tvec1<A, P> const& a, tvec1<B, P> const& b, tvec1<C, P> const& c, tvec1<D, P> const& d);
+
107 
+
108  // -- Conversion vector constructors --
+
109 
+
111  template <typename A, typename B, typename C, precision Q>
+
112  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec2<A, Q> const & a, B b, C c);
+
114  template <typename A, typename B, typename C, precision Q>
+
115  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec2<A, Q> const & a, tvec1<B, Q> const & b, tvec1<C, Q> const & c);
+
117  template <typename A, typename B, typename C, precision Q>
+
118  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(A a, tvec2<B, Q> const & b, C c);
+
120  template <typename A, typename B, typename C, precision Q>
+
121  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec1<A, Q> const & a, tvec2<B, Q> const & b, tvec1<C, Q> const & c);
+
123  template <typename A, typename B, typename C, precision Q>
+
124  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(A a, B b, tvec2<C, Q> const & c);
+
126  template <typename A, typename B, typename C, precision Q>
+
127  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec1<A, Q> const & a, tvec1<B, Q> const & b, tvec2<C, Q> const & c);
+
129  template <typename A, typename B, precision Q>
+
130  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec3<A, Q> const & a, B b);
+
132  template <typename A, typename B, precision Q>
+
133  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec3<A, Q> const & a, tvec1<B, Q> const & b);
+
135  template <typename A, typename B, precision Q>
+
136  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(A a, tvec3<B, Q> const & b);
+
138  template <typename A, typename B, precision Q>
+
139  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec1<A, Q> const & a, tvec3<B, Q> const & b);
+
141  template <typename A, typename B, precision Q>
+
142  GLM_FUNC_DECL GLM_CONSTEXPR tvec4(tvec2<A, Q> const & a, tvec2<B, Q> const & b);
+
143 
+
145  template <typename U, precision Q>
+
146  GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tvec4(tvec4<U, Q> const& v);
+
147 
+
148  // -- Swizzle constructors --
+
149 # if GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED)
+
150  template <int E0, int E1, int E2, int E3>
+
151  GLM_FUNC_DECL tvec4(detail::_swizzle<4, T, P, glm::tvec4, E0, E1, E2, E3> const & that)
+
152  {
+
153  *this = that();
+
154  }
+
155 
+
156  template <int E0, int E1, int F0, int F1>
+
157  GLM_FUNC_DECL tvec4(detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, detail::_swizzle<2, T, P, glm::tvec2, F0, F1, -1, -2> const & u)
+
158  {
+
159  *this = tvec4<T, P>(v(), u());
+
160  }
+
161 
+
162  template <int E0, int E1>
+
163  GLM_FUNC_DECL tvec4(T const & x, T const & y, detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v)
+
164  {
+
165  *this = tvec4<T, P>(x, y, v());
+
166  }
+
167 
+
168  template <int E0, int E1>
+
169  GLM_FUNC_DECL tvec4(T const & x, detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, T const & w)
+
170  {
+
171  *this = tvec4<T, P>(x, v(), w);
+
172  }
+
173 
+
174  template <int E0, int E1>
+
175  GLM_FUNC_DECL tvec4(detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, T const & z, T const & w)
+
176  {
+
177  *this = tvec4<T, P>(v(), z, w);
+
178  }
+
179 
+
180  template <int E0, int E1, int E2>
+
181  GLM_FUNC_DECL tvec4(detail::_swizzle<3, T, P, glm::tvec3, E0, E1, E2, -1> const & v, T const & w)
+
182  {
+
183  *this = tvec4<T, P>(v(), w);
+
184  }
+
185 
+
186  template <int E0, int E1, int E2>
+
187  GLM_FUNC_DECL tvec4(T const & x, detail::_swizzle<3, T, P, glm::tvec3, E0, E1, E2, -1> const & v)
+
188  {
+
189  *this = tvec4<T, P>(x, v());
+
190  }
+
191 # endif// GLM_HAS_UNRESTRICTED_UNIONS && (GLM_SWIZZLE == GLM_SWIZZLE_ENABLED)
+
192 
+
193  // -- Unary arithmetic operators --
+
194 
+
195  GLM_FUNC_DECL tvec4<T, P> & operator=(tvec4<T, P> const & v) GLM_DEFAULT;
+
196 
+
197  template <typename U>
+
198  GLM_FUNC_DECL tvec4<T, P> & operator=(tvec4<U, P> const & v);
+
199  template <typename U>
+
200  GLM_FUNC_DECL tvec4<T, P> & operator+=(U scalar);
+
201  template <typename U>
+
202  GLM_FUNC_DECL tvec4<T, P> & operator+=(tvec1<U, P> const & v);
+
203  template <typename U>
+
204  GLM_FUNC_DECL tvec4<T, P> & operator+=(tvec4<U, P> const & v);
+
205  template <typename U>
+
206  GLM_FUNC_DECL tvec4<T, P> & operator-=(U scalar);
+
207  template <typename U>
+
208  GLM_FUNC_DECL tvec4<T, P> & operator-=(tvec1<U, P> const & v);
+
209  template <typename U>
+
210  GLM_FUNC_DECL tvec4<T, P> & operator-=(tvec4<U, P> const & v);
+
211  template <typename U>
+
212  GLM_FUNC_DECL tvec4<T, P> & operator*=(U scalar);
+
213  template <typename U>
+
214  GLM_FUNC_DECL tvec4<T, P> & operator*=(tvec1<U, P> const& v);
+
215  template <typename U>
+
216  GLM_FUNC_DECL tvec4<T, P> & operator*=(tvec4<U, P> const& v);
+
217  template <typename U>
+
218  GLM_FUNC_DECL tvec4<T, P> & operator/=(U scalar);
+
219  template <typename U>
+
220  GLM_FUNC_DECL tvec4<T, P> & operator/=(tvec1<U, P> const & v);
+
221  template <typename U>
+
222  GLM_FUNC_DECL tvec4<T, P> & operator/=(tvec4<U, P> const & v);
+
223 
+
224  // -- Increment and decrement operators --
+
225 
+
226  GLM_FUNC_DECL tvec4<T, P> & operator++();
+
227  GLM_FUNC_DECL tvec4<T, P> & operator--();
+
228  GLM_FUNC_DECL tvec4<T, P> operator++(int);
+
229  GLM_FUNC_DECL tvec4<T, P> operator--(int);
+
230 
+
231  // -- Unary bit operators --
+
232 
+
233  template <typename U>
+
234  GLM_FUNC_DECL tvec4<T, P> & operator%=(U scalar);
+
235  template <typename U>
+
236  GLM_FUNC_DECL tvec4<T, P> & operator%=(tvec1<U, P> const & v);
+
237  template <typename U>
+
238  GLM_FUNC_DECL tvec4<T, P> & operator%=(tvec4<U, P> const & v);
+
239  template <typename U>
+
240  GLM_FUNC_DECL tvec4<T, P> & operator&=(U scalar);
+
241  template <typename U>
+
242  GLM_FUNC_DECL tvec4<T, P> & operator&=(tvec1<U, P> const & v);
+
243  template <typename U>
+
244  GLM_FUNC_DECL tvec4<T, P> & operator&=(tvec4<U, P> const & v);
+
245  template <typename U>
+
246  GLM_FUNC_DECL tvec4<T, P> & operator|=(U scalar);
+
247  template <typename U>
+
248  GLM_FUNC_DECL tvec4<T, P> & operator|=(tvec1<U, P> const & v);
+
249  template <typename U>
+
250  GLM_FUNC_DECL tvec4<T, P> & operator|=(tvec4<U, P> const & v);
+
251  template <typename U>
+
252  GLM_FUNC_DECL tvec4<T, P> & operator^=(U scalar);
+
253  template <typename U>
+
254  GLM_FUNC_DECL tvec4<T, P> & operator^=(tvec1<U, P> const & v);
+
255  template <typename U>
+
256  GLM_FUNC_DECL tvec4<T, P> & operator^=(tvec4<U, P> const & v);
+
257  template <typename U>
+
258  GLM_FUNC_DECL tvec4<T, P> & operator<<=(U scalar);
+
259  template <typename U>
+
260  GLM_FUNC_DECL tvec4<T, P> & operator<<=(tvec1<U, P> const & v);
+
261  template <typename U>
+
262  GLM_FUNC_DECL tvec4<T, P> & operator<<=(tvec4<U, P> const & v);
+
263  template <typename U>
+
264  GLM_FUNC_DECL tvec4<T, P> & operator>>=(U scalar);
+
265  template <typename U>
+
266  GLM_FUNC_DECL tvec4<T, P> & operator>>=(tvec1<U, P> const & v);
+
267  template <typename U>
+
268  GLM_FUNC_DECL tvec4<T, P> & operator>>=(tvec4<U, P> const & v);
+
269  };
+
270 
+
271  // -- Unary operators --
+
272 
+
273  template <typename T, precision P>
+
274  GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v);
+
275 
+
276  template <typename T, precision P>
+
277  GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v);
+
278 
+
279  // -- Binary operators --
+
280 
+
281  template <typename T, precision P>
+
282  GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v, T scalar);
+
283 
+
284  template <typename T, precision P>
+
285  GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec1<T, P> const & v2);
+
286 
+
287  template <typename T, precision P>
+
288  GLM_FUNC_DECL tvec4<T, P> operator+(T scalar, tvec4<T, P> const & v);
+
289 
+
290  template <typename T, precision P>
+
291  GLM_FUNC_DECL tvec4<T, P> operator+(tvec1<T, P> const & v1, tvec4<T, P> const & v2);
+
292 
+
293  template <typename T, precision P>
+
294  GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
295 
+
296  template <typename T, precision P>
+
297  GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v, T scalar);
+
298 
+
299  template <typename T, precision P>
+
300  GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec1<T, P> const & v2);
+
301 
+
302  template <typename T, precision P>
+
303  GLM_FUNC_DECL tvec4<T, P> operator-(T scalar, tvec4<T, P> const & v);
+
304 
+
305  template <typename T, precision P>
+
306  GLM_FUNC_DECL tvec4<T, P> operator-(tvec1<T, P> const & v1, tvec4<T, P> const & v2);
+
307 
+
308  template <typename T, precision P>
+
309  GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
310 
+
311  template <typename T, precision P>
+
312  GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v, T scalar);
+
313 
+
314  template <typename T, precision P>
+
315  GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec1<T, P> const & v2);
+
316 
+
317  template <typename T, precision P>
+
318  GLM_FUNC_DECL tvec4<T, P> operator*(T scalar, tvec4<T, P> const & v);
+
319 
+
320  template <typename T, precision P>
+
321  GLM_FUNC_DECL tvec4<T, P> operator*(tvec1<T, P> const & v1, tvec4<T, P> const & v2);
+
322 
+
323  template <typename T, precision P>
+
324  GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
325 
+
326  template <typename T, precision P>
+
327  GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v, T scalar);
+
328 
+
329  template <typename T, precision P>
+
330  GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec1<T, P> const & v2);
+
331 
+
332  template <typename T, precision P>
+
333  GLM_FUNC_DECL tvec4<T, P> operator/(T scalar, tvec4<T, P> const & v);
+
334 
+
335  template <typename T, precision P>
+
336  GLM_FUNC_DECL tvec4<T, P> operator/(tvec1<T, P> const & v1, tvec4<T, P> const & v2);
+
337 
+
338  template <typename T, precision P>
+
339  GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
340 
+
341  template <typename T, precision P>
+
342  GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v, T scalar);
+
343 
+
344  template <typename T, precision P>
+
345  GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v, tvec1<T, P> const & scalar);
+
346 
+
347  template <typename T, precision P>
+
348  GLM_FUNC_DECL tvec4<T, P> operator%(T scalar, tvec4<T, P> const & v);
+
349 
+
350  template <typename T, precision P>
+
351  GLM_FUNC_DECL tvec4<T, P> operator%(tvec1<T, P> const & scalar, tvec4<T, P> const & v);
+
352 
+
353  template <typename T, precision P>
+
354  GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
355 
+
356  template <typename T, precision P>
+
357  GLM_FUNC_DECL tvec4<T, P> operator&(tvec4<T, P> const & v, T scalar);
+
358 
+
359  template <typename T, precision P>
+
360  GLM_FUNC_DECL tvec4<T, P> operator&(tvec4<T, P> const & v, tvec1<T, P> const & scalar);
+
361 
+
362  template <typename T, precision P>
+
363  GLM_FUNC_DECL tvec4<T, P> operator&(T scalar, tvec4<T, P> const & v);
+
364 
+
365  template <typename T, precision P>
+
366  GLM_FUNC_DECL tvec4<T, P> operator&(tvec1<T, P> const & scalar, tvec4<T, P> const & v);
+
367 
+
368  template <typename T, precision P>
+
369  GLM_FUNC_DECL tvec4<T, P> operator&(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
370 
+
371  template <typename T, precision P>
+
372  GLM_FUNC_DECL tvec4<T, P> operator|(tvec4<T, P> const & v, T scalar);
+
373 
+
374  template <typename T, precision P>
+
375  GLM_FUNC_DECL tvec4<T, P> operator|(tvec4<T, P> const & v, tvec1<T, P> const & scalar);
+
376 
+
377  template <typename T, precision P>
+
378  GLM_FUNC_DECL tvec4<T, P> operator|(T scalar, tvec4<T, P> const & v);
+
379 
+
380  template <typename T, precision P>
+
381  GLM_FUNC_DECL tvec4<T, P> operator|(tvec1<T, P> const & scalar, tvec4<T, P> const & v);
+
382 
+
383  template <typename T, precision P>
+
384  GLM_FUNC_DECL tvec4<T, P> operator|(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
385 
+
386  template <typename T, precision P>
+
387  GLM_FUNC_DECL tvec4<T, P> operator^(tvec4<T, P> const & v, T scalar);
+
388 
+
389  template <typename T, precision P>
+
390  GLM_FUNC_DECL tvec4<T, P> operator^(tvec4<T, P> const & v, tvec1<T, P> const & scalar);
+
391 
+
392  template <typename T, precision P>
+
393  GLM_FUNC_DECL tvec4<T, P> operator^(T scalar, tvec4<T, P> const & v);
+
394 
+
395  template <typename T, precision P>
+
396  GLM_FUNC_DECL tvec4<T, P> operator^(tvec1<T, P> const & scalar, tvec4<T, P> const & v);
+
397 
+
398  template <typename T, precision P>
+
399  GLM_FUNC_DECL tvec4<T, P> operator^(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
400 
+
401  template <typename T, precision P>
+
402  GLM_FUNC_DECL tvec4<T, P> operator<<(tvec4<T, P> const & v, T scalar);
+
403 
+
404  template <typename T, precision P>
+
405  GLM_FUNC_DECL tvec4<T, P> operator<<(tvec4<T, P> const & v, tvec1<T, P> const & scalar);
+
406 
+
407  template <typename T, precision P>
+
408  GLM_FUNC_DECL tvec4<T, P> operator<<(T scalar, tvec4<T, P> const & v);
+
409 
+
410  template <typename T, precision P>
+
411  GLM_FUNC_DECL tvec4<T, P> operator<<(tvec1<T, P> const & scalar, tvec4<T, P> const & v);
+
412 
+
413  template <typename T, precision P>
+
414  GLM_FUNC_DECL tvec4<T, P> operator<<(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
415 
+
416  template <typename T, precision P>
+
417  GLM_FUNC_DECL tvec4<T, P> operator>>(tvec4<T, P> const & v, T scalar);
+
418 
+
419  template <typename T, precision P>
+
420  GLM_FUNC_DECL tvec4<T, P> operator>>(tvec4<T, P> const & v, tvec1<T, P> const & scalar);
+
421 
+
422  template <typename T, precision P>
+
423  GLM_FUNC_DECL tvec4<T, P> operator>>(T scalar, tvec4<T, P> const & v);
+
424 
+
425  template <typename T, precision P>
+
426  GLM_FUNC_DECL tvec4<T, P> operator>>(tvec1<T, P> const & scalar, tvec4<T, P> const & v);
+
427 
+
428  template <typename T, precision P>
+
429  GLM_FUNC_DECL tvec4<T, P> operator>>(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
430 
+
431  template <typename T, precision P>
+
432  GLM_FUNC_DECL tvec4<T, P> operator~(tvec4<T, P> const & v);
+
433 
+
434  // -- Boolean operators --
+
435 
+
436  template <typename T, precision P>
+
437  GLM_FUNC_DECL bool operator==(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
438 
+
439  template <typename T, precision P>
+
440  GLM_FUNC_DECL bool operator!=(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
+
441 
+
442  template <precision P>
+
443  GLM_FUNC_DECL tvec4<bool, P> operator&&(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2);
+
444 
+
445  template <precision P>
+
446  GLM_FUNC_DECL tvec4<bool, P> operator||(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2);
+
447 }//namespace glm
+
448 
+
449 #ifndef GLM_EXTERNAL_TEMPLATE
+
450 #include "type_vec4.inl"
+
451 #endif//GLM_EXTERNAL_TEMPLATE
+
GLM_FUNC_DECL T length(vecType< T, P > const &x)
Returns the length of x, i.e., sqrt(x * x).
+ +
GLM Core
+
Definition: _noise.hpp:11
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00130.html b/glm/doc/api/a00130.html new file mode 100644 index 0000000..22302c4 --- /dev/null +++ b/glm/doc/api/a00130.html @@ -0,0 +1,139 @@ + + + + + + +0.9.9 API documenation: ulp.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
ulp.hpp File Reference
+
+
+ +

GLM_GTC_ulp +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL uint float_distance (T const &x, T const &y)
 Return the distance in the number of ULP between 2 scalars. More...
 
template<typename T , template< typename > class vecType>
GLM_FUNC_DECL vecType< uint > float_distance (vecType< T > const &x, vecType< T > const &y)
 Return the distance in the number of ULP between 2 vectors. More...
 
template<typename genType >
GLM_FUNC_DECL genType next_float (genType const &x)
 Return the next ULP value(s) after the input value(s). More...
 
template<typename genType >
GLM_FUNC_DECL genType next_float (genType const &x, uint const &Distance)
 Return the value(s) ULP distance after the input value(s). More...
 
template<typename genType >
GLM_FUNC_DECL genType prev_float (genType const &x)
 Return the previous ULP value(s) before the input value(s). More...
 
template<typename genType >
GLM_FUNC_DECL genType prev_float (genType const &x, uint const &Distance)
 Return the value(s) ULP distance before the input value(s). More...
 
+

Detailed Description

+

GLM_GTC_ulp

+
See also
GLM Core (dependence)
+ +

Definition in file ulp.hpp.

+
+ + + + diff --git a/glm/doc/api/a00130_source.html b/glm/doc/api/a00130_source.html new file mode 100644 index 0000000..8015b26 --- /dev/null +++ b/glm/doc/api/a00130_source.html @@ -0,0 +1,140 @@ + + + + + + +0.9.9 API documenation: ulp.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
ulp.hpp
+
+
+Go to the documentation of this file.
1 
+
14 #pragma once
+
15 
+
16 // Dependencies
+
17 #include "../detail/setup.hpp"
+
18 #include "../detail/precision.hpp"
+
19 #include "../detail/type_int.hpp"
+
20 
+
21 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
22 # pragma message("GLM: GLM_GTC_ulp extension included")
+
23 #endif
+
24 
+
25 namespace glm
+
26 {
+
29 
+
32  template <typename genType>
+
33  GLM_FUNC_DECL genType next_float(genType const & x);
+
34 
+
37  template <typename genType>
+
38  GLM_FUNC_DECL genType prev_float(genType const & x);
+
39 
+
42  template <typename genType>
+
43  GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
+
44 
+
47  template <typename genType>
+
48  GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
+
49 
+
52  template <typename T>
+
53  GLM_FUNC_DECL uint float_distance(T const & x, T const & y);
+
54 
+
57  template<typename T, template<typename> class vecType>
+
58  GLM_FUNC_DECL vecType<uint> float_distance(vecType<T> const & x, vecType<T> const & y);
+
59 
+
61 }// namespace glm
+
62 
+
63 #include "ulp.inl"
+
unsigned int uint
Unsigned integer type.
Definition: type_int.hpp:288
+
GLM_FUNC_DECL genType prev_float(genType const &x, uint const &Distance)
Return the value(s) ULP distance before the input value(s).
+
GLM_FUNC_DECL genType next_float(genType const &x, uint const &Distance)
Return the value(s) ULP distance after the input value(s).
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL vecType< uint > float_distance(vecType< T > const &x, vecType< T > const &y)
Return the distance in the number of ULP between 2 vectors.
+
+ + + + diff --git a/glm/doc/api/a00131.html b/glm/doc/api/a00131.html new file mode 100644 index 0000000..664be7d --- /dev/null +++ b/glm/doc/api/a00131.html @@ -0,0 +1,166 @@ + + + + + + +0.9.9 API documenation: vec1.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
vec1.hpp File Reference
+
+
+ +

GLM_GTC_vec1 +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_bvec1 bvec1
 1 component vector of boolean. More...
 
typedef highp_dvec1 dvec1
 1 component vector of floating-point numbers. More...
 
typedef highp_bvec1_t highp_bvec1
 1 component vector of high precision boolean. More...
 
typedef highp_dvec1_t highp_dvec1
 1 component vector of high precision floating-point numbers. More...
 
typedef highp_ivec1_t highp_ivec1
 1 component vector of high precision signed integer numbers. More...
 
typedef highp_uvec1_t highp_uvec1
 1 component vector of high precision unsigned integer numbers. More...
 
typedef highp_ivec1 ivec1
 1 component vector of signed integer numbers. More...
 
typedef lowp_bvec1_t lowp_bvec1
 1 component vector of low precision boolean. More...
 
typedef lowp_dvec1_t lowp_dvec1
 1 component vector of low precision floating-point numbers. More...
 
typedef lowp_ivec1_t lowp_ivec1
 1 component vector of low precision signed integer numbers. More...
 
typedef lowp_uvec1_t lowp_uvec1
 1 component vector of low precision unsigned integer numbers. More...
 
typedef mediump_bvec1_t mediump_bvec1
 1 component vector of medium precision boolean. More...
 
typedef mediump_dvec1_t mediump_dvec1
 1 component vector of medium precision floating-point numbers. More...
 
typedef mediump_ivec1_t mediump_ivec1
 1 component vector of medium precision signed integer numbers. More...
 
typedef mediump_uvec1_t mediump_uvec1
 1 component vector of medium precision unsigned integer numbers. More...
 
typedef highp_uvec1 uvec1
 1 component vector of unsigned integer numbers. More...
 
typedef highp_vec1 vec1
 1 component vector of floating-point numbers. More...
 
+

Detailed Description

+

GLM_GTC_vec1

+
See also
GLM Core (dependence)
+ +

Definition in file vec1.hpp.

+
+ + + + diff --git a/glm/doc/api/a00131_source.html b/glm/doc/api/a00131_source.html new file mode 100644 index 0000000..fc32624 --- /dev/null +++ b/glm/doc/api/a00131_source.html @@ -0,0 +1,198 @@ + + + + + + +0.9.9 API documenation: vec1.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec1.hpp
+
+
+Go to the documentation of this file.
1 
+
12 #pragma once
+
13 
+
14 // Dependency:
+
15 #include "../glm.hpp"
+
16 #include "../detail/type_vec1.hpp"
+
17 
+
18 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
19 # pragma message("GLM: GLM_GTC_vec1 extension included")
+
20 #endif
+
21 
+
22 namespace glm
+
23 {
+
27  typedef highp_vec1_t highp_vec1;
+
28 
+
32  typedef mediump_vec1_t mediump_vec1;
+
33 
+
37  typedef lowp_vec1_t lowp_vec1;
+
38 
+
42  typedef highp_dvec1_t highp_dvec1;
+
43 
+
47  typedef mediump_dvec1_t mediump_dvec1;
+
48 
+
52  typedef lowp_dvec1_t lowp_dvec1;
+
53 
+
57  typedef highp_ivec1_t highp_ivec1;
+
58 
+
62  typedef mediump_ivec1_t mediump_ivec1;
+
63 
+
67  typedef lowp_ivec1_t lowp_ivec1;
+
68 
+
72  typedef highp_uvec1_t highp_uvec1;
+
73 
+
77  typedef mediump_uvec1_t mediump_uvec1;
+
78 
+
82  typedef lowp_uvec1_t lowp_uvec1;
+
83 
+
87  typedef highp_bvec1_t highp_bvec1;
+
88 
+
92  typedef mediump_bvec1_t mediump_bvec1;
+
93 
+
97  typedef lowp_bvec1_t lowp_bvec1;
+
98 
+
100  // vec1 definition
+
101 
+
102 #if(defined(GLM_PRECISION_HIGHP_BOOL))
+
103  typedef highp_bvec1 bvec1;
+
104 #elif(defined(GLM_PRECISION_MEDIUMP_BOOL))
+
105  typedef mediump_bvec1 bvec1;
+
106 #elif(defined(GLM_PRECISION_LOWP_BOOL))
+
107  typedef lowp_bvec1 bvec1;
+
108 #else
+
109  typedef highp_bvec1 bvec1;
+
112 #endif//GLM_PRECISION
+
113 
+
114 #if(defined(GLM_PRECISION_HIGHP_FLOAT))
+
115  typedef highp_vec1 vec1;
+
116 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT))
+
117  typedef mediump_vec1 vec1;
+
118 #elif(defined(GLM_PRECISION_LOWP_FLOAT))
+
119  typedef lowp_vec1 vec1;
+
120 #else
+
121  typedef highp_vec1 vec1;
+
124 #endif//GLM_PRECISION
+
125 
+
126 #if(defined(GLM_PRECISION_HIGHP_DOUBLE))
+
127  typedef highp_dvec1 dvec1;
+
128 #elif(defined(GLM_PRECISION_MEDIUMP_DOUBLE))
+
129  typedef mediump_dvec1 dvec1;
+
130 #elif(defined(GLM_PRECISION_LOWP_DOUBLE))
+
131  typedef lowp_dvec1 dvec1;
+
132 #else
+
133  typedef highp_dvec1 dvec1;
+
136 #endif//GLM_PRECISION
+
137 
+
138 #if(defined(GLM_PRECISION_HIGHP_INT))
+
139  typedef highp_ivec1 ivec1;
+
140 #elif(defined(GLM_PRECISION_MEDIUMP_INT))
+
141  typedef mediump_ivec1 ivec1;
+
142 #elif(defined(GLM_PRECISION_LOWP_INT))
+
143  typedef lowp_ivec1 ivec1;
+
144 #else
+
145  typedef highp_ivec1 ivec1;
+
148 #endif//GLM_PRECISION
+
149 
+
150 #if(defined(GLM_PRECISION_HIGHP_UINT))
+
151  typedef highp_uvec1 uvec1;
+
152 #elif(defined(GLM_PRECISION_MEDIUMP_UINT))
+
153  typedef mediump_uvec1 uvec1;
+
154 #elif(defined(GLM_PRECISION_LOWP_UINT))
+
155  typedef lowp_uvec1 uvec1;
+
156 #else
+
157  typedef highp_uvec1 uvec1;
+
160 #endif//GLM_PRECISION
+
161 
+
162 }// namespace glm
+
163 
+
164 #include "vec1.inl"
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00132.html b/glm/doc/api/a00132.html new file mode 100644 index 0000000..af82bbd --- /dev/null +++ b/glm/doc/api/a00132.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: vec2.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec2.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file vec2.hpp.

+
+ + + + diff --git a/glm/doc/api/a00132_source.html b/glm/doc/api/a00132_source.html new file mode 100644 index 0000000..20acd0a --- /dev/null +++ b/glm/doc/api/a00132_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: vec2.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec2.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_vec2.hpp"
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00133.html b/glm/doc/api/a00133.html new file mode 100644 index 0000000..2fc2f39 --- /dev/null +++ b/glm/doc/api/a00133.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: vec3.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec3.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file vec3.hpp.

+
+ + + + diff --git a/glm/doc/api/a00133_source.html b/glm/doc/api/a00133_source.html new file mode 100644 index 0000000..05b9124 --- /dev/null +++ b/glm/doc/api/a00133_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: vec3.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec3.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_vec3.hpp"
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00134.html b/glm/doc/api/a00134.html new file mode 100644 index 0000000..ad6e1ab --- /dev/null +++ b/glm/doc/api/a00134.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: vec4.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec4.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file vec4.hpp.

+
+ + + + diff --git a/glm/doc/api/a00134_source.html b/glm/doc/api/a00134_source.html new file mode 100644 index 0000000..ef4df84 --- /dev/null +++ b/glm/doc/api/a00134_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: vec4.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec4.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 
+
6 #include "detail/type_vec4.hpp"
+
GLM Core
+
+ + + + diff --git a/glm/doc/api/a00135.html b/glm/doc/api/a00135.html new file mode 100644 index 0000000..27f376e --- /dev/null +++ b/glm/doc/api/a00135.html @@ -0,0 +1,109 @@ + + + + + + +0.9.9 API documenation: vec_swizzle.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec_swizzle.hpp File Reference
+
+
+ +

GLM_GTX_vec_swizzle +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM_GTX_vec_swizzle

+
See also
GLM Core (dependence)
+ +

Definition in file vec_swizzle.hpp.

+
+ + + + diff --git a/glm/doc/api/a00135_source.html b/glm/doc/api/a00135_source.html new file mode 100644 index 0000000..ede5ce5 --- /dev/null +++ b/glm/doc/api/a00135_source.html @@ -0,0 +1,2867 @@ + + + + + + +0.9.9 API documenation: vec_swizzle.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vec_swizzle.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 #include "../glm.hpp"
+
16 
+
17 #ifndef GLM_ENABLE_EXPERIMENTAL
+
18 # error "GLM: GLM_GTX_vec_swizzle is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
19 #endif
+
20 
+
21 namespace glm {
+
22  // xx
+
23  template<typename T, precision P>
+
24  GLM_INLINE glm::tvec2<T, P> xx(const glm::tvec1<T, P> &v) {
+
25  return glm::tvec2<T, P>(v.x, v.x);
+
26  }
+
27 
+
28  template<typename T, precision P>
+
29  GLM_INLINE glm::tvec2<T, P> xx(const glm::tvec2<T, P> &v) {
+
30  return glm::tvec2<T, P>(v.x, v.x);
+
31  }
+
32 
+
33  template<typename T, precision P>
+
34  GLM_INLINE glm::tvec2<T, P> xx(const glm::tvec3<T, P> &v) {
+
35  return glm::tvec2<T, P>(v.x, v.x);
+
36  }
+
37 
+
38  template<typename T, precision P>
+
39  GLM_INLINE glm::tvec2<T, P> xx(const glm::tvec4<T, P> &v) {
+
40  return glm::tvec2<T, P>(v.x, v.x);
+
41  }
+
42 
+
43  // xy
+
44  template<typename T, precision P>
+
45  GLM_INLINE glm::tvec2<T, P> xy(const glm::tvec2<T, P> &v) {
+
46  return glm::tvec2<T, P>(v.x, v.y);
+
47  }
+
48 
+
49  template<typename T, precision P>
+
50  GLM_INLINE glm::tvec2<T, P> xy(const glm::tvec3<T, P> &v) {
+
51  return glm::tvec2<T, P>(v.x, v.y);
+
52  }
+
53 
+
54  template<typename T, precision P>
+
55  GLM_INLINE glm::tvec2<T, P> xy(const glm::tvec4<T, P> &v) {
+
56  return glm::tvec2<T, P>(v.x, v.y);
+
57  }
+
58 
+
59  // xz
+
60  template<typename T, precision P>
+
61  GLM_INLINE glm::tvec2<T, P> xz(const glm::tvec3<T, P> &v) {
+
62  return glm::tvec2<T, P>(v.x, v.z);
+
63  }
+
64 
+
65  template<typename T, precision P>
+
66  GLM_INLINE glm::tvec2<T, P> xz(const glm::tvec4<T, P> &v) {
+
67  return glm::tvec2<T, P>(v.x, v.z);
+
68  }
+
69 
+
70  // xw
+
71  template<typename T, precision P>
+
72  GLM_INLINE glm::tvec2<T, P> xw(const glm::tvec4<T, P> &v) {
+
73  return glm::tvec2<T, P>(v.x, v.w);
+
74  }
+
75 
+
76  // yx
+
77  template<typename T, precision P>
+
78  GLM_INLINE glm::tvec2<T, P> yx(const glm::tvec2<T, P> &v) {
+
79  return glm::tvec2<T, P>(v.y, v.x);
+
80  }
+
81 
+
82  template<typename T, precision P>
+
83  GLM_INLINE glm::tvec2<T, P> yx(const glm::tvec3<T, P> &v) {
+
84  return glm::tvec2<T, P>(v.y, v.x);
+
85  }
+
86 
+
87  template<typename T, precision P>
+
88  GLM_INLINE glm::tvec2<T, P> yx(const glm::tvec4<T, P> &v) {
+
89  return glm::tvec2<T, P>(v.y, v.x);
+
90  }
+
91 
+
92  // yy
+
93  template<typename T, precision P>
+
94  GLM_INLINE glm::tvec2<T, P> yy(const glm::tvec2<T, P> &v) {
+
95  return glm::tvec2<T, P>(v.y, v.y);
+
96  }
+
97 
+
98  template<typename T, precision P>
+
99  GLM_INLINE glm::tvec2<T, P> yy(const glm::tvec3<T, P> &v) {
+
100  return glm::tvec2<T, P>(v.y, v.y);
+
101  }
+
102 
+
103  template<typename T, precision P>
+
104  GLM_INLINE glm::tvec2<T, P> yy(const glm::tvec4<T, P> &v) {
+
105  return glm::tvec2<T, P>(v.y, v.y);
+
106  }
+
107 
+
108  // yz
+
109  template<typename T, precision P>
+
110  GLM_INLINE glm::tvec2<T, P> yz(const glm::tvec3<T, P> &v) {
+
111  return glm::tvec2<T, P>(v.y, v.z);
+
112  }
+
113 
+
114  template<typename T, precision P>
+
115  GLM_INLINE glm::tvec2<T, P> yz(const glm::tvec4<T, P> &v) {
+
116  return glm::tvec2<T, P>(v.y, v.z);
+
117  }
+
118 
+
119  // yw
+
120  template<typename T, precision P>
+
121  GLM_INLINE glm::tvec2<T, P> yw(const glm::tvec4<T, P> &v) {
+
122  return glm::tvec2<T, P>(v.y, v.w);
+
123  }
+
124 
+
125  // zx
+
126  template<typename T, precision P>
+
127  GLM_INLINE glm::tvec2<T, P> zx(const glm::tvec3<T, P> &v) {
+
128  return glm::tvec2<T, P>(v.z, v.x);
+
129  }
+
130 
+
131  template<typename T, precision P>
+
132  GLM_INLINE glm::tvec2<T, P> zx(const glm::tvec4<T, P> &v) {
+
133  return glm::tvec2<T, P>(v.z, v.x);
+
134  }
+
135 
+
136  // zy
+
137  template<typename T, precision P>
+
138  GLM_INLINE glm::tvec2<T, P> zy(const glm::tvec3<T, P> &v) {
+
139  return glm::tvec2<T, P>(v.z, v.y);
+
140  }
+
141 
+
142  template<typename T, precision P>
+
143  GLM_INLINE glm::tvec2<T, P> zy(const glm::tvec4<T, P> &v) {
+
144  return glm::tvec2<T, P>(v.z, v.y);
+
145  }
+
146 
+
147  // zz
+
148  template<typename T, precision P>
+
149  GLM_INLINE glm::tvec2<T, P> zz(const glm::tvec3<T, P> &v) {
+
150  return glm::tvec2<T, P>(v.z, v.z);
+
151  }
+
152 
+
153  template<typename T, precision P>
+
154  GLM_INLINE glm::tvec2<T, P> zz(const glm::tvec4<T, P> &v) {
+
155  return glm::tvec2<T, P>(v.z, v.z);
+
156  }
+
157 
+
158  // zw
+
159  template<typename T, precision P>
+
160  GLM_INLINE glm::tvec2<T, P> zw(const glm::tvec4<T, P> &v) {
+
161  return glm::tvec2<T, P>(v.z, v.w);
+
162  }
+
163 
+
164  // wx
+
165  template<typename T, precision P>
+
166  GLM_INLINE glm::tvec2<T, P> wx(const glm::tvec4<T, P> &v) {
+
167  return glm::tvec2<T, P>(v.w, v.x);
+
168  }
+
169 
+
170  // wy
+
171  template<typename T, precision P>
+
172  GLM_INLINE glm::tvec2<T, P> wy(const glm::tvec4<T, P> &v) {
+
173  return glm::tvec2<T, P>(v.w, v.y);
+
174  }
+
175 
+
176  // wz
+
177  template<typename T, precision P>
+
178  GLM_INLINE glm::tvec2<T, P> wz(const glm::tvec4<T, P> &v) {
+
179  return glm::tvec2<T, P>(v.w, v.z);
+
180  }
+
181 
+
182  // ww
+
183  template<typename T, precision P>
+
184  GLM_INLINE glm::tvec2<T, P> ww(const glm::tvec4<T, P> &v) {
+
185  return glm::tvec2<T, P>(v.w, v.w);
+
186  }
+
187 
+
188  // xxx
+
189  template<typename T, precision P>
+
190  GLM_INLINE glm::tvec3<T, P> xxx(const glm::tvec1<T, P> &v) {
+
191  return glm::tvec3<T, P>(v.x, v.x, v.x);
+
192  }
+
193 
+
194  template<typename T, precision P>
+
195  GLM_INLINE glm::tvec3<T, P> xxx(const glm::tvec2<T, P> &v) {
+
196  return glm::tvec3<T, P>(v.x, v.x, v.x);
+
197  }
+
198 
+
199  template<typename T, precision P>
+
200  GLM_INLINE glm::tvec3<T, P> xxx(const glm::tvec3<T, P> &v) {
+
201  return glm::tvec3<T, P>(v.x, v.x, v.x);
+
202  }
+
203 
+
204  template<typename T, precision P>
+
205  GLM_INLINE glm::tvec3<T, P> xxx(const glm::tvec4<T, P> &v) {
+
206  return glm::tvec3<T, P>(v.x, v.x, v.x);
+
207  }
+
208 
+
209  // xxy
+
210  template<typename T, precision P>
+
211  GLM_INLINE glm::tvec3<T, P> xxy(const glm::tvec2<T, P> &v) {
+
212  return glm::tvec3<T, P>(v.x, v.x, v.y);
+
213  }
+
214 
+
215  template<typename T, precision P>
+
216  GLM_INLINE glm::tvec3<T, P> xxy(const glm::tvec3<T, P> &v) {
+
217  return glm::tvec3<T, P>(v.x, v.x, v.y);
+
218  }
+
219 
+
220  template<typename T, precision P>
+
221  GLM_INLINE glm::tvec3<T, P> xxy(const glm::tvec4<T, P> &v) {
+
222  return glm::tvec3<T, P>(v.x, v.x, v.y);
+
223  }
+
224 
+
225  // xxz
+
226  template<typename T, precision P>
+
227  GLM_INLINE glm::tvec3<T, P> xxz(const glm::tvec3<T, P> &v) {
+
228  return glm::tvec3<T, P>(v.x, v.x, v.z);
+
229  }
+
230 
+
231  template<typename T, precision P>
+
232  GLM_INLINE glm::tvec3<T, P> xxz(const glm::tvec4<T, P> &v) {
+
233  return glm::tvec3<T, P>(v.x, v.x, v.z);
+
234  }
+
235 
+
236  // xxw
+
237  template<typename T, precision P>
+
238  GLM_INLINE glm::tvec3<T, P> xxw(const glm::tvec4<T, P> &v) {
+
239  return glm::tvec3<T, P>(v.x, v.x, v.w);
+
240  }
+
241 
+
242  // xyx
+
243  template<typename T, precision P>
+
244  GLM_INLINE glm::tvec3<T, P> xyx(const glm::tvec2<T, P> &v) {
+
245  return glm::tvec3<T, P>(v.x, v.y, v.x);
+
246  }
+
247 
+
248  template<typename T, precision P>
+
249  GLM_INLINE glm::tvec3<T, P> xyx(const glm::tvec3<T, P> &v) {
+
250  return glm::tvec3<T, P>(v.x, v.y, v.x);
+
251  }
+
252 
+
253  template<typename T, precision P>
+
254  GLM_INLINE glm::tvec3<T, P> xyx(const glm::tvec4<T, P> &v) {
+
255  return glm::tvec3<T, P>(v.x, v.y, v.x);
+
256  }
+
257 
+
258  // xyy
+
259  template<typename T, precision P>
+
260  GLM_INLINE glm::tvec3<T, P> xyy(const glm::tvec2<T, P> &v) {
+
261  return glm::tvec3<T, P>(v.x, v.y, v.y);
+
262  }
+
263 
+
264  template<typename T, precision P>
+
265  GLM_INLINE glm::tvec3<T, P> xyy(const glm::tvec3<T, P> &v) {
+
266  return glm::tvec3<T, P>(v.x, v.y, v.y);
+
267  }
+
268 
+
269  template<typename T, precision P>
+
270  GLM_INLINE glm::tvec3<T, P> xyy(const glm::tvec4<T, P> &v) {
+
271  return glm::tvec3<T, P>(v.x, v.y, v.y);
+
272  }
+
273 
+
274  // xyz
+
275  template<typename T, precision P>
+
276  GLM_INLINE glm::tvec3<T, P> xyz(const glm::tvec3<T, P> &v) {
+
277  return glm::tvec3<T, P>(v.x, v.y, v.z);
+
278  }
+
279 
+
280  template<typename T, precision P>
+
281  GLM_INLINE glm::tvec3<T, P> xyz(const glm::tvec4<T, P> &v) {
+
282  return glm::tvec3<T, P>(v.x, v.y, v.z);
+
283  }
+
284 
+
285  // xyw
+
286  template<typename T, precision P>
+
287  GLM_INLINE glm::tvec3<T, P> xyw(const glm::tvec4<T, P> &v) {
+
288  return glm::tvec3<T, P>(v.x, v.y, v.w);
+
289  }
+
290 
+
291  // xzx
+
292  template<typename T, precision P>
+
293  GLM_INLINE glm::tvec3<T, P> xzx(const glm::tvec3<T, P> &v) {
+
294  return glm::tvec3<T, P>(v.x, v.z, v.x);
+
295  }
+
296 
+
297  template<typename T, precision P>
+
298  GLM_INLINE glm::tvec3<T, P> xzx(const glm::tvec4<T, P> &v) {
+
299  return glm::tvec3<T, P>(v.x, v.z, v.x);
+
300  }
+
301 
+
302  // xzy
+
303  template<typename T, precision P>
+
304  GLM_INLINE glm::tvec3<T, P> xzy(const glm::tvec3<T, P> &v) {
+
305  return glm::tvec3<T, P>(v.x, v.z, v.y);
+
306  }
+
307 
+
308  template<typename T, precision P>
+
309  GLM_INLINE glm::tvec3<T, P> xzy(const glm::tvec4<T, P> &v) {
+
310  return glm::tvec3<T, P>(v.x, v.z, v.y);
+
311  }
+
312 
+
313  // xzz
+
314  template<typename T, precision P>
+
315  GLM_INLINE glm::tvec3<T, P> xzz(const glm::tvec3<T, P> &v) {
+
316  return glm::tvec3<T, P>(v.x, v.z, v.z);
+
317  }
+
318 
+
319  template<typename T, precision P>
+
320  GLM_INLINE glm::tvec3<T, P> xzz(const glm::tvec4<T, P> &v) {
+
321  return glm::tvec3<T, P>(v.x, v.z, v.z);
+
322  }
+
323 
+
324  // xzw
+
325  template<typename T, precision P>
+
326  GLM_INLINE glm::tvec3<T, P> xzw(const glm::tvec4<T, P> &v) {
+
327  return glm::tvec3<T, P>(v.x, v.z, v.w);
+
328  }
+
329 
+
330  // xwx
+
331  template<typename T, precision P>
+
332  GLM_INLINE glm::tvec3<T, P> xwx(const glm::tvec4<T, P> &v) {
+
333  return glm::tvec3<T, P>(v.x, v.w, v.x);
+
334  }
+
335 
+
336  // xwy
+
337  template<typename T, precision P>
+
338  GLM_INLINE glm::tvec3<T, P> xwy(const glm::tvec4<T, P> &v) {
+
339  return glm::tvec3<T, P>(v.x, v.w, v.y);
+
340  }
+
341 
+
342  // xwz
+
343  template<typename T, precision P>
+
344  GLM_INLINE glm::tvec3<T, P> xwz(const glm::tvec4<T, P> &v) {
+
345  return glm::tvec3<T, P>(v.x, v.w, v.z);
+
346  }
+
347 
+
348  // xww
+
349  template<typename T, precision P>
+
350  GLM_INLINE glm::tvec3<T, P> xww(const glm::tvec4<T, P> &v) {
+
351  return glm::tvec3<T, P>(v.x, v.w, v.w);
+
352  }
+
353 
+
354  // yxx
+
355  template<typename T, precision P>
+
356  GLM_INLINE glm::tvec3<T, P> yxx(const glm::tvec2<T, P> &v) {
+
357  return glm::tvec3<T, P>(v.y, v.x, v.x);
+
358  }
+
359 
+
360  template<typename T, precision P>
+
361  GLM_INLINE glm::tvec3<T, P> yxx(const glm::tvec3<T, P> &v) {
+
362  return glm::tvec3<T, P>(v.y, v.x, v.x);
+
363  }
+
364 
+
365  template<typename T, precision P>
+
366  GLM_INLINE glm::tvec3<T, P> yxx(const glm::tvec4<T, P> &v) {
+
367  return glm::tvec3<T, P>(v.y, v.x, v.x);
+
368  }
+
369 
+
370  // yxy
+
371  template<typename T, precision P>
+
372  GLM_INLINE glm::tvec3<T, P> yxy(const glm::tvec2<T, P> &v) {
+
373  return glm::tvec3<T, P>(v.y, v.x, v.y);
+
374  }
+
375 
+
376  template<typename T, precision P>
+
377  GLM_INLINE glm::tvec3<T, P> yxy(const glm::tvec3<T, P> &v) {
+
378  return glm::tvec3<T, P>(v.y, v.x, v.y);
+
379  }
+
380 
+
381  template<typename T, precision P>
+
382  GLM_INLINE glm::tvec3<T, P> yxy(const glm::tvec4<T, P> &v) {
+
383  return glm::tvec3<T, P>(v.y, v.x, v.y);
+
384  }
+
385 
+
386  // yxz
+
387  template<typename T, precision P>
+
388  GLM_INLINE glm::tvec3<T, P> yxz(const glm::tvec3<T, P> &v) {
+
389  return glm::tvec3<T, P>(v.y, v.x, v.z);
+
390  }
+
391 
+
392  template<typename T, precision P>
+
393  GLM_INLINE glm::tvec3<T, P> yxz(const glm::tvec4<T, P> &v) {
+
394  return glm::tvec3<T, P>(v.y, v.x, v.z);
+
395  }
+
396 
+
397  // yxw
+
398  template<typename T, precision P>
+
399  GLM_INLINE glm::tvec3<T, P> yxw(const glm::tvec4<T, P> &v) {
+
400  return glm::tvec3<T, P>(v.y, v.x, v.w);
+
401  }
+
402 
+
403  // yyx
+
404  template<typename T, precision P>
+
405  GLM_INLINE glm::tvec3<T, P> yyx(const glm::tvec2<T, P> &v) {
+
406  return glm::tvec3<T, P>(v.y, v.y, v.x);
+
407  }
+
408 
+
409  template<typename T, precision P>
+
410  GLM_INLINE glm::tvec3<T, P> yyx(const glm::tvec3<T, P> &v) {
+
411  return glm::tvec3<T, P>(v.y, v.y, v.x);
+
412  }
+
413 
+
414  template<typename T, precision P>
+
415  GLM_INLINE glm::tvec3<T, P> yyx(const glm::tvec4<T, P> &v) {
+
416  return glm::tvec3<T, P>(v.y, v.y, v.x);
+
417  }
+
418 
+
419  // yyy
+
420  template<typename T, precision P>
+
421  GLM_INLINE glm::tvec3<T, P> yyy(const glm::tvec2<T, P> &v) {
+
422  return glm::tvec3<T, P>(v.y, v.y, v.y);
+
423  }
+
424 
+
425  template<typename T, precision P>
+
426  GLM_INLINE glm::tvec3<T, P> yyy(const glm::tvec3<T, P> &v) {
+
427  return glm::tvec3<T, P>(v.y, v.y, v.y);
+
428  }
+
429 
+
430  template<typename T, precision P>
+
431  GLM_INLINE glm::tvec3<T, P> yyy(const glm::tvec4<T, P> &v) {
+
432  return glm::tvec3<T, P>(v.y, v.y, v.y);
+
433  }
+
434 
+
435  // yyz
+
436  template<typename T, precision P>
+
437  GLM_INLINE glm::tvec3<T, P> yyz(const glm::tvec3<T, P> &v) {
+
438  return glm::tvec3<T, P>(v.y, v.y, v.z);
+
439  }
+
440 
+
441  template<typename T, precision P>
+
442  GLM_INLINE glm::tvec3<T, P> yyz(const glm::tvec4<T, P> &v) {
+
443  return glm::tvec3<T, P>(v.y, v.y, v.z);
+
444  }
+
445 
+
446  // yyw
+
447  template<typename T, precision P>
+
448  GLM_INLINE glm::tvec3<T, P> yyw(const glm::tvec4<T, P> &v) {
+
449  return glm::tvec3<T, P>(v.y, v.y, v.w);
+
450  }
+
451 
+
452  // yzx
+
453  template<typename T, precision P>
+
454  GLM_INLINE glm::tvec3<T, P> yzx(const glm::tvec3<T, P> &v) {
+
455  return glm::tvec3<T, P>(v.y, v.z, v.x);
+
456  }
+
457 
+
458  template<typename T, precision P>
+
459  GLM_INLINE glm::tvec3<T, P> yzx(const glm::tvec4<T, P> &v) {
+
460  return glm::tvec3<T, P>(v.y, v.z, v.x);
+
461  }
+
462 
+
463  // yzy
+
464  template<typename T, precision P>
+
465  GLM_INLINE glm::tvec3<T, P> yzy(const glm::tvec3<T, P> &v) {
+
466  return glm::tvec3<T, P>(v.y, v.z, v.y);
+
467  }
+
468 
+
469  template<typename T, precision P>
+
470  GLM_INLINE glm::tvec3<T, P> yzy(const glm::tvec4<T, P> &v) {
+
471  return glm::tvec3<T, P>(v.y, v.z, v.y);
+
472  }
+
473 
+
474  // yzz
+
475  template<typename T, precision P>
+
476  GLM_INLINE glm::tvec3<T, P> yzz(const glm::tvec3<T, P> &v) {
+
477  return glm::tvec3<T, P>(v.y, v.z, v.z);
+
478  }
+
479 
+
480  template<typename T, precision P>
+
481  GLM_INLINE glm::tvec3<T, P> yzz(const glm::tvec4<T, P> &v) {
+
482  return glm::tvec3<T, P>(v.y, v.z, v.z);
+
483  }
+
484 
+
485  // yzw
+
486  template<typename T, precision P>
+
487  GLM_INLINE glm::tvec3<T, P> yzw(const glm::tvec4<T, P> &v) {
+
488  return glm::tvec3<T, P>(v.y, v.z, v.w);
+
489  }
+
490 
+
491  // ywx
+
492  template<typename T, precision P>
+
493  GLM_INLINE glm::tvec3<T, P> ywx(const glm::tvec4<T, P> &v) {
+
494  return glm::tvec3<T, P>(v.y, v.w, v.x);
+
495  }
+
496 
+
497  // ywy
+
498  template<typename T, precision P>
+
499  GLM_INLINE glm::tvec3<T, P> ywy(const glm::tvec4<T, P> &v) {
+
500  return glm::tvec3<T, P>(v.y, v.w, v.y);
+
501  }
+
502 
+
503  // ywz
+
504  template<typename T, precision P>
+
505  GLM_INLINE glm::tvec3<T, P> ywz(const glm::tvec4<T, P> &v) {
+
506  return glm::tvec3<T, P>(v.y, v.w, v.z);
+
507  }
+
508 
+
509  // yww
+
510  template<typename T, precision P>
+
511  GLM_INLINE glm::tvec3<T, P> yww(const glm::tvec4<T, P> &v) {
+
512  return glm::tvec3<T, P>(v.y, v.w, v.w);
+
513  }
+
514 
+
515  // zxx
+
516  template<typename T, precision P>
+
517  GLM_INLINE glm::tvec3<T, P> zxx(const glm::tvec3<T, P> &v) {
+
518  return glm::tvec3<T, P>(v.z, v.x, v.x);
+
519  }
+
520 
+
521  template<typename T, precision P>
+
522  GLM_INLINE glm::tvec3<T, P> zxx(const glm::tvec4<T, P> &v) {
+
523  return glm::tvec3<T, P>(v.z, v.x, v.x);
+
524  }
+
525 
+
526  // zxy
+
527  template<typename T, precision P>
+
528  GLM_INLINE glm::tvec3<T, P> zxy(const glm::tvec3<T, P> &v) {
+
529  return glm::tvec3<T, P>(v.z, v.x, v.y);
+
530  }
+
531 
+
532  template<typename T, precision P>
+
533  GLM_INLINE glm::tvec3<T, P> zxy(const glm::tvec4<T, P> &v) {
+
534  return glm::tvec3<T, P>(v.z, v.x, v.y);
+
535  }
+
536 
+
537  // zxz
+
538  template<typename T, precision P>
+
539  GLM_INLINE glm::tvec3<T, P> zxz(const glm::tvec3<T, P> &v) {
+
540  return glm::tvec3<T, P>(v.z, v.x, v.z);
+
541  }
+
542 
+
543  template<typename T, precision P>
+
544  GLM_INLINE glm::tvec3<T, P> zxz(const glm::tvec4<T, P> &v) {
+
545  return glm::tvec3<T, P>(v.z, v.x, v.z);
+
546  }
+
547 
+
548  // zxw
+
549  template<typename T, precision P>
+
550  GLM_INLINE glm::tvec3<T, P> zxw(const glm::tvec4<T, P> &v) {
+
551  return glm::tvec3<T, P>(v.z, v.x, v.w);
+
552  }
+
553 
+
554  // zyx
+
555  template<typename T, precision P>
+
556  GLM_INLINE glm::tvec3<T, P> zyx(const glm::tvec3<T, P> &v) {
+
557  return glm::tvec3<T, P>(v.z, v.y, v.x);
+
558  }
+
559 
+
560  template<typename T, precision P>
+
561  GLM_INLINE glm::tvec3<T, P> zyx(const glm::tvec4<T, P> &v) {
+
562  return glm::tvec3<T, P>(v.z, v.y, v.x);
+
563  }
+
564 
+
565  // zyy
+
566  template<typename T, precision P>
+
567  GLM_INLINE glm::tvec3<T, P> zyy(const glm::tvec3<T, P> &v) {
+
568  return glm::tvec3<T, P>(v.z, v.y, v.y);
+
569  }
+
570 
+
571  template<typename T, precision P>
+
572  GLM_INLINE glm::tvec3<T, P> zyy(const glm::tvec4<T, P> &v) {
+
573  return glm::tvec3<T, P>(v.z, v.y, v.y);
+
574  }
+
575 
+
576  // zyz
+
577  template<typename T, precision P>
+
578  GLM_INLINE glm::tvec3<T, P> zyz(const glm::tvec3<T, P> &v) {
+
579  return glm::tvec3<T, P>(v.z, v.y, v.z);
+
580  }
+
581 
+
582  template<typename T, precision P>
+
583  GLM_INLINE glm::tvec3<T, P> zyz(const glm::tvec4<T, P> &v) {
+
584  return glm::tvec3<T, P>(v.z, v.y, v.z);
+
585  }
+
586 
+
587  // zyw
+
588  template<typename T, precision P>
+
589  GLM_INLINE glm::tvec3<T, P> zyw(const glm::tvec4<T, P> &v) {
+
590  return glm::tvec3<T, P>(v.z, v.y, v.w);
+
591  }
+
592 
+
593  // zzx
+
594  template<typename T, precision P>
+
595  GLM_INLINE glm::tvec3<T, P> zzx(const glm::tvec3<T, P> &v) {
+
596  return glm::tvec3<T, P>(v.z, v.z, v.x);
+
597  }
+
598 
+
599  template<typename T, precision P>
+
600  GLM_INLINE glm::tvec3<T, P> zzx(const glm::tvec4<T, P> &v) {
+
601  return glm::tvec3<T, P>(v.z, v.z, v.x);
+
602  }
+
603 
+
604  // zzy
+
605  template<typename T, precision P>
+
606  GLM_INLINE glm::tvec3<T, P> zzy(const glm::tvec3<T, P> &v) {
+
607  return glm::tvec3<T, P>(v.z, v.z, v.y);
+
608  }
+
609 
+
610  template<typename T, precision P>
+
611  GLM_INLINE glm::tvec3<T, P> zzy(const glm::tvec4<T, P> &v) {
+
612  return glm::tvec3<T, P>(v.z, v.z, v.y);
+
613  }
+
614 
+
615  // zzz
+
616  template<typename T, precision P>
+
617  GLM_INLINE glm::tvec3<T, P> zzz(const glm::tvec3<T, P> &v) {
+
618  return glm::tvec3<T, P>(v.z, v.z, v.z);
+
619  }
+
620 
+
621  template<typename T, precision P>
+
622  GLM_INLINE glm::tvec3<T, P> zzz(const glm::tvec4<T, P> &v) {
+
623  return glm::tvec3<T, P>(v.z, v.z, v.z);
+
624  }
+
625 
+
626  // zzw
+
627  template<typename T, precision P>
+
628  GLM_INLINE glm::tvec3<T, P> zzw(const glm::tvec4<T, P> &v) {
+
629  return glm::tvec3<T, P>(v.z, v.z, v.w);
+
630  }
+
631 
+
632  // zwx
+
633  template<typename T, precision P>
+
634  GLM_INLINE glm::tvec3<T, P> zwx(const glm::tvec4<T, P> &v) {
+
635  return glm::tvec3<T, P>(v.z, v.w, v.x);
+
636  }
+
637 
+
638  // zwy
+
639  template<typename T, precision P>
+
640  GLM_INLINE glm::tvec3<T, P> zwy(const glm::tvec4<T, P> &v) {
+
641  return glm::tvec3<T, P>(v.z, v.w, v.y);
+
642  }
+
643 
+
644  // zwz
+
645  template<typename T, precision P>
+
646  GLM_INLINE glm::tvec3<T, P> zwz(const glm::tvec4<T, P> &v) {
+
647  return glm::tvec3<T, P>(v.z, v.w, v.z);
+
648  }
+
649 
+
650  // zww
+
651  template<typename T, precision P>
+
652  GLM_INLINE glm::tvec3<T, P> zww(const glm::tvec4<T, P> &v) {
+
653  return glm::tvec3<T, P>(v.z, v.w, v.w);
+
654  }
+
655 
+
656  // wxx
+
657  template<typename T, precision P>
+
658  GLM_INLINE glm::tvec3<T, P> wxx(const glm::tvec4<T, P> &v) {
+
659  return glm::tvec3<T, P>(v.w, v.x, v.x);
+
660  }
+
661 
+
662  // wxy
+
663  template<typename T, precision P>
+
664  GLM_INLINE glm::tvec3<T, P> wxy(const glm::tvec4<T, P> &v) {
+
665  return glm::tvec3<T, P>(v.w, v.x, v.y);
+
666  }
+
667 
+
668  // wxz
+
669  template<typename T, precision P>
+
670  GLM_INLINE glm::tvec3<T, P> wxz(const glm::tvec4<T, P> &v) {
+
671  return glm::tvec3<T, P>(v.w, v.x, v.z);
+
672  }
+
673 
+
674  // wxw
+
675  template<typename T, precision P>
+
676  GLM_INLINE glm::tvec3<T, P> wxw(const glm::tvec4<T, P> &v) {
+
677  return glm::tvec3<T, P>(v.w, v.x, v.w);
+
678  }
+
679 
+
680  // wyx
+
681  template<typename T, precision P>
+
682  GLM_INLINE glm::tvec3<T, P> wyx(const glm::tvec4<T, P> &v) {
+
683  return glm::tvec3<T, P>(v.w, v.y, v.x);
+
684  }
+
685 
+
686  // wyy
+
687  template<typename T, precision P>
+
688  GLM_INLINE glm::tvec3<T, P> wyy(const glm::tvec4<T, P> &v) {
+
689  return glm::tvec3<T, P>(v.w, v.y, v.y);
+
690  }
+
691 
+
692  // wyz
+
693  template<typename T, precision P>
+
694  GLM_INLINE glm::tvec3<T, P> wyz(const glm::tvec4<T, P> &v) {
+
695  return glm::tvec3<T, P>(v.w, v.y, v.z);
+
696  }
+
697 
+
698  // wyw
+
699  template<typename T, precision P>
+
700  GLM_INLINE glm::tvec3<T, P> wyw(const glm::tvec4<T, P> &v) {
+
701  return glm::tvec3<T, P>(v.w, v.y, v.w);
+
702  }
+
703 
+
704  // wzx
+
705  template<typename T, precision P>
+
706  GLM_INLINE glm::tvec3<T, P> wzx(const glm::tvec4<T, P> &v) {
+
707  return glm::tvec3<T, P>(v.w, v.z, v.x);
+
708  }
+
709 
+
710  // wzy
+
711  template<typename T, precision P>
+
712  GLM_INLINE glm::tvec3<T, P> wzy(const glm::tvec4<T, P> &v) {
+
713  return glm::tvec3<T, P>(v.w, v.z, v.y);
+
714  }
+
715 
+
716  // wzz
+
717  template<typename T, precision P>
+
718  GLM_INLINE glm::tvec3<T, P> wzz(const glm::tvec4<T, P> &v) {
+
719  return glm::tvec3<T, P>(v.w, v.z, v.z);
+
720  }
+
721 
+
722  // wzw
+
723  template<typename T, precision P>
+
724  GLM_INLINE glm::tvec3<T, P> wzw(const glm::tvec4<T, P> &v) {
+
725  return glm::tvec3<T, P>(v.w, v.z, v.w);
+
726  }
+
727 
+
728  // wwx
+
729  template<typename T, precision P>
+
730  GLM_INLINE glm::tvec3<T, P> wwx(const glm::tvec4<T, P> &v) {
+
731  return glm::tvec3<T, P>(v.w, v.w, v.x);
+
732  }
+
733 
+
734  // wwy
+
735  template<typename T, precision P>
+
736  GLM_INLINE glm::tvec3<T, P> wwy(const glm::tvec4<T, P> &v) {
+
737  return glm::tvec3<T, P>(v.w, v.w, v.y);
+
738  }
+
739 
+
740  // wwz
+
741  template<typename T, precision P>
+
742  GLM_INLINE glm::tvec3<T, P> wwz(const glm::tvec4<T, P> &v) {
+
743  return glm::tvec3<T, P>(v.w, v.w, v.z);
+
744  }
+
745 
+
746  // www
+
747  template<typename T, precision P>
+
748  GLM_INLINE glm::tvec3<T, P> www(const glm::tvec4<T, P> &v) {
+
749  return glm::tvec3<T, P>(v.w, v.w, v.w);
+
750  }
+
751 
+
752  // xxxx
+
753  template<typename T, precision P>
+
754  GLM_INLINE glm::tvec4<T, P> xxxx(const glm::tvec1<T, P> &v) {
+
755  return glm::tvec4<T, P>(v.x, v.x, v.x, v.x);
+
756  }
+
757 
+
758  template<typename T, precision P>
+
759  GLM_INLINE glm::tvec4<T, P> xxxx(const glm::tvec2<T, P> &v) {
+
760  return glm::tvec4<T, P>(v.x, v.x, v.x, v.x);
+
761  }
+
762 
+
763  template<typename T, precision P>
+
764  GLM_INLINE glm::tvec4<T, P> xxxx(const glm::tvec3<T, P> &v) {
+
765  return glm::tvec4<T, P>(v.x, v.x, v.x, v.x);
+
766  }
+
767 
+
768  template<typename T, precision P>
+
769  GLM_INLINE glm::tvec4<T, P> xxxx(const glm::tvec4<T, P> &v) {
+
770  return glm::tvec4<T, P>(v.x, v.x, v.x, v.x);
+
771  }
+
772 
+
773  // xxxy
+
774  template<typename T, precision P>
+
775  GLM_INLINE glm::tvec4<T, P> xxxy(const glm::tvec2<T, P> &v) {
+
776  return glm::tvec4<T, P>(v.x, v.x, v.x, v.y);
+
777  }
+
778 
+
779  template<typename T, precision P>
+
780  GLM_INLINE glm::tvec4<T, P> xxxy(const glm::tvec3<T, P> &v) {
+
781  return glm::tvec4<T, P>(v.x, v.x, v.x, v.y);
+
782  }
+
783 
+
784  template<typename T, precision P>
+
785  GLM_INLINE glm::tvec4<T, P> xxxy(const glm::tvec4<T, P> &v) {
+
786  return glm::tvec4<T, P>(v.x, v.x, v.x, v.y);
+
787  }
+
788 
+
789  // xxxz
+
790  template<typename T, precision P>
+
791  GLM_INLINE glm::tvec4<T, P> xxxz(const glm::tvec3<T, P> &v) {
+
792  return glm::tvec4<T, P>(v.x, v.x, v.x, v.z);
+
793  }
+
794 
+
795  template<typename T, precision P>
+
796  GLM_INLINE glm::tvec4<T, P> xxxz(const glm::tvec4<T, P> &v) {
+
797  return glm::tvec4<T, P>(v.x, v.x, v.x, v.z);
+
798  }
+
799 
+
800  // xxxw
+
801  template<typename T, precision P>
+
802  GLM_INLINE glm::tvec4<T, P> xxxw(const glm::tvec4<T, P> &v) {
+
803  return glm::tvec4<T, P>(v.x, v.x, v.x, v.w);
+
804  }
+
805 
+
806  // xxyx
+
807  template<typename T, precision P>
+
808  GLM_INLINE glm::tvec4<T, P> xxyx(const glm::tvec2<T, P> &v) {
+
809  return glm::tvec4<T, P>(v.x, v.x, v.y, v.x);
+
810  }
+
811 
+
812  template<typename T, precision P>
+
813  GLM_INLINE glm::tvec4<T, P> xxyx(const glm::tvec3<T, P> &v) {
+
814  return glm::tvec4<T, P>(v.x, v.x, v.y, v.x);
+
815  }
+
816 
+
817  template<typename T, precision P>
+
818  GLM_INLINE glm::tvec4<T, P> xxyx(const glm::tvec4<T, P> &v) {
+
819  return glm::tvec4<T, P>(v.x, v.x, v.y, v.x);
+
820  }
+
821 
+
822  // xxyy
+
823  template<typename T, precision P>
+
824  GLM_INLINE glm::tvec4<T, P> xxyy(const glm::tvec2<T, P> &v) {
+
825  return glm::tvec4<T, P>(v.x, v.x, v.y, v.y);
+
826  }
+
827 
+
828  template<typename T, precision P>
+
829  GLM_INLINE glm::tvec4<T, P> xxyy(const glm::tvec3<T, P> &v) {
+
830  return glm::tvec4<T, P>(v.x, v.x, v.y, v.y);
+
831  }
+
832 
+
833  template<typename T, precision P>
+
834  GLM_INLINE glm::tvec4<T, P> xxyy(const glm::tvec4<T, P> &v) {
+
835  return glm::tvec4<T, P>(v.x, v.x, v.y, v.y);
+
836  }
+
837 
+
838  // xxyz
+
839  template<typename T, precision P>
+
840  GLM_INLINE glm::tvec4<T, P> xxyz(const glm::tvec3<T, P> &v) {
+
841  return glm::tvec4<T, P>(v.x, v.x, v.y, v.z);
+
842  }
+
843 
+
844  template<typename T, precision P>
+
845  GLM_INLINE glm::tvec4<T, P> xxyz(const glm::tvec4<T, P> &v) {
+
846  return glm::tvec4<T, P>(v.x, v.x, v.y, v.z);
+
847  }
+
848 
+
849  // xxyw
+
850  template<typename T, precision P>
+
851  GLM_INLINE glm::tvec4<T, P> xxyw(const glm::tvec4<T, P> &v) {
+
852  return glm::tvec4<T, P>(v.x, v.x, v.y, v.w);
+
853  }
+
854 
+
855  // xxzx
+
856  template<typename T, precision P>
+
857  GLM_INLINE glm::tvec4<T, P> xxzx(const glm::tvec3<T, P> &v) {
+
858  return glm::tvec4<T, P>(v.x, v.x, v.z, v.x);
+
859  }
+
860 
+
861  template<typename T, precision P>
+
862  GLM_INLINE glm::tvec4<T, P> xxzx(const glm::tvec4<T, P> &v) {
+
863  return glm::tvec4<T, P>(v.x, v.x, v.z, v.x);
+
864  }
+
865 
+
866  // xxzy
+
867  template<typename T, precision P>
+
868  GLM_INLINE glm::tvec4<T, P> xxzy(const glm::tvec3<T, P> &v) {
+
869  return glm::tvec4<T, P>(v.x, v.x, v.z, v.y);
+
870  }
+
871 
+
872  template<typename T, precision P>
+
873  GLM_INLINE glm::tvec4<T, P> xxzy(const glm::tvec4<T, P> &v) {
+
874  return glm::tvec4<T, P>(v.x, v.x, v.z, v.y);
+
875  }
+
876 
+
877  // xxzz
+
878  template<typename T, precision P>
+
879  GLM_INLINE glm::tvec4<T, P> xxzz(const glm::tvec3<T, P> &v) {
+
880  return glm::tvec4<T, P>(v.x, v.x, v.z, v.z);
+
881  }
+
882 
+
883  template<typename T, precision P>
+
884  GLM_INLINE glm::tvec4<T, P> xxzz(const glm::tvec4<T, P> &v) {
+
885  return glm::tvec4<T, P>(v.x, v.x, v.z, v.z);
+
886  }
+
887 
+
888  // xxzw
+
889  template<typename T, precision P>
+
890  GLM_INLINE glm::tvec4<T, P> xxzw(const glm::tvec4<T, P> &v) {
+
891  return glm::tvec4<T, P>(v.x, v.x, v.z, v.w);
+
892  }
+
893 
+
894  // xxwx
+
895  template<typename T, precision P>
+
896  GLM_INLINE glm::tvec4<T, P> xxwx(const glm::tvec4<T, P> &v) {
+
897  return glm::tvec4<T, P>(v.x, v.x, v.w, v.x);
+
898  }
+
899 
+
900  // xxwy
+
901  template<typename T, precision P>
+
902  GLM_INLINE glm::tvec4<T, P> xxwy(const glm::tvec4<T, P> &v) {
+
903  return glm::tvec4<T, P>(v.x, v.x, v.w, v.y);
+
904  }
+
905 
+
906  // xxwz
+
907  template<typename T, precision P>
+
908  GLM_INLINE glm::tvec4<T, P> xxwz(const glm::tvec4<T, P> &v) {
+
909  return glm::tvec4<T, P>(v.x, v.x, v.w, v.z);
+
910  }
+
911 
+
912  // xxww
+
913  template<typename T, precision P>
+
914  GLM_INLINE glm::tvec4<T, P> xxww(const glm::tvec4<T, P> &v) {
+
915  return glm::tvec4<T, P>(v.x, v.x, v.w, v.w);
+
916  }
+
917 
+
918  // xyxx
+
919  template<typename T, precision P>
+
920  GLM_INLINE glm::tvec4<T, P> xyxx(const glm::tvec2<T, P> &v) {
+
921  return glm::tvec4<T, P>(v.x, v.y, v.x, v.x);
+
922  }
+
923 
+
924  template<typename T, precision P>
+
925  GLM_INLINE glm::tvec4<T, P> xyxx(const glm::tvec3<T, P> &v) {
+
926  return glm::tvec4<T, P>(v.x, v.y, v.x, v.x);
+
927  }
+
928 
+
929  template<typename T, precision P>
+
930  GLM_INLINE glm::tvec4<T, P> xyxx(const glm::tvec4<T, P> &v) {
+
931  return glm::tvec4<T, P>(v.x, v.y, v.x, v.x);
+
932  }
+
933 
+
934  // xyxy
+
935  template<typename T, precision P>
+
936  GLM_INLINE glm::tvec4<T, P> xyxy(const glm::tvec2<T, P> &v) {
+
937  return glm::tvec4<T, P>(v.x, v.y, v.x, v.y);
+
938  }
+
939 
+
940  template<typename T, precision P>
+
941  GLM_INLINE glm::tvec4<T, P> xyxy(const glm::tvec3<T, P> &v) {
+
942  return glm::tvec4<T, P>(v.x, v.y, v.x, v.y);
+
943  }
+
944 
+
945  template<typename T, precision P>
+
946  GLM_INLINE glm::tvec4<T, P> xyxy(const glm::tvec4<T, P> &v) {
+
947  return glm::tvec4<T, P>(v.x, v.y, v.x, v.y);
+
948  }
+
949 
+
950  // xyxz
+
951  template<typename T, precision P>
+
952  GLM_INLINE glm::tvec4<T, P> xyxz(const glm::tvec3<T, P> &v) {
+
953  return glm::tvec4<T, P>(v.x, v.y, v.x, v.z);
+
954  }
+
955 
+
956  template<typename T, precision P>
+
957  GLM_INLINE glm::tvec4<T, P> xyxz(const glm::tvec4<T, P> &v) {
+
958  return glm::tvec4<T, P>(v.x, v.y, v.x, v.z);
+
959  }
+
960 
+
961  // xyxw
+
962  template<typename T, precision P>
+
963  GLM_INLINE glm::tvec4<T, P> xyxw(const glm::tvec4<T, P> &v) {
+
964  return glm::tvec4<T, P>(v.x, v.y, v.x, v.w);
+
965  }
+
966 
+
967  // xyyx
+
968  template<typename T, precision P>
+
969  GLM_INLINE glm::tvec4<T, P> xyyx(const glm::tvec2<T, P> &v) {
+
970  return glm::tvec4<T, P>(v.x, v.y, v.y, v.x);
+
971  }
+
972 
+
973  template<typename T, precision P>
+
974  GLM_INLINE glm::tvec4<T, P> xyyx(const glm::tvec3<T, P> &v) {
+
975  return glm::tvec4<T, P>(v.x, v.y, v.y, v.x);
+
976  }
+
977 
+
978  template<typename T, precision P>
+
979  GLM_INLINE glm::tvec4<T, P> xyyx(const glm::tvec4<T, P> &v) {
+
980  return glm::tvec4<T, P>(v.x, v.y, v.y, v.x);
+
981  }
+
982 
+
983  // xyyy
+
984  template<typename T, precision P>
+
985  GLM_INLINE glm::tvec4<T, P> xyyy(const glm::tvec2<T, P> &v) {
+
986  return glm::tvec4<T, P>(v.x, v.y, v.y, v.y);
+
987  }
+
988 
+
989  template<typename T, precision P>
+
990  GLM_INLINE glm::tvec4<T, P> xyyy(const glm::tvec3<T, P> &v) {
+
991  return glm::tvec4<T, P>(v.x, v.y, v.y, v.y);
+
992  }
+
993 
+
994  template<typename T, precision P>
+
995  GLM_INLINE glm::tvec4<T, P> xyyy(const glm::tvec4<T, P> &v) {
+
996  return glm::tvec4<T, P>(v.x, v.y, v.y, v.y);
+
997  }
+
998 
+
999  // xyyz
+
1000  template<typename T, precision P>
+
1001  GLM_INLINE glm::tvec4<T, P> xyyz(const glm::tvec3<T, P> &v) {
+
1002  return glm::tvec4<T, P>(v.x, v.y, v.y, v.z);
+
1003  }
+
1004 
+
1005  template<typename T, precision P>
+
1006  GLM_INLINE glm::tvec4<T, P> xyyz(const glm::tvec4<T, P> &v) {
+
1007  return glm::tvec4<T, P>(v.x, v.y, v.y, v.z);
+
1008  }
+
1009 
+
1010  // xyyw
+
1011  template<typename T, precision P>
+
1012  GLM_INLINE glm::tvec4<T, P> xyyw(const glm::tvec4<T, P> &v) {
+
1013  return glm::tvec4<T, P>(v.x, v.y, v.y, v.w);
+
1014  }
+
1015 
+
1016  // xyzx
+
1017  template<typename T, precision P>
+
1018  GLM_INLINE glm::tvec4<T, P> xyzx(const glm::tvec3<T, P> &v) {
+
1019  return glm::tvec4<T, P>(v.x, v.y, v.z, v.x);
+
1020  }
+
1021 
+
1022  template<typename T, precision P>
+
1023  GLM_INLINE glm::tvec4<T, P> xyzx(const glm::tvec4<T, P> &v) {
+
1024  return glm::tvec4<T, P>(v.x, v.y, v.z, v.x);
+
1025  }
+
1026 
+
1027  // xyzy
+
1028  template<typename T, precision P>
+
1029  GLM_INLINE glm::tvec4<T, P> xyzy(const glm::tvec3<T, P> &v) {
+
1030  return glm::tvec4<T, P>(v.x, v.y, v.z, v.y);
+
1031  }
+
1032 
+
1033  template<typename T, precision P>
+
1034  GLM_INLINE glm::tvec4<T, P> xyzy(const glm::tvec4<T, P> &v) {
+
1035  return glm::tvec4<T, P>(v.x, v.y, v.z, v.y);
+
1036  }
+
1037 
+
1038  // xyzz
+
1039  template<typename T, precision P>
+
1040  GLM_INLINE glm::tvec4<T, P> xyzz(const glm::tvec3<T, P> &v) {
+
1041  return glm::tvec4<T, P>(v.x, v.y, v.z, v.z);
+
1042  }
+
1043 
+
1044  template<typename T, precision P>
+
1045  GLM_INLINE glm::tvec4<T, P> xyzz(const glm::tvec4<T, P> &v) {
+
1046  return glm::tvec4<T, P>(v.x, v.y, v.z, v.z);
+
1047  }
+
1048 
+
1049  // xyzw
+
1050  template<typename T, precision P>
+
1051  GLM_INLINE glm::tvec4<T, P> xyzw(const glm::tvec4<T, P> &v) {
+
1052  return glm::tvec4<T, P>(v.x, v.y, v.z, v.w);
+
1053  }
+
1054 
+
1055  // xywx
+
1056  template<typename T, precision P>
+
1057  GLM_INLINE glm::tvec4<T, P> xywx(const glm::tvec4<T, P> &v) {
+
1058  return glm::tvec4<T, P>(v.x, v.y, v.w, v.x);
+
1059  }
+
1060 
+
1061  // xywy
+
1062  template<typename T, precision P>
+
1063  GLM_INLINE glm::tvec4<T, P> xywy(const glm::tvec4<T, P> &v) {
+
1064  return glm::tvec4<T, P>(v.x, v.y, v.w, v.y);
+
1065  }
+
1066 
+
1067  // xywz
+
1068  template<typename T, precision P>
+
1069  GLM_INLINE glm::tvec4<T, P> xywz(const glm::tvec4<T, P> &v) {
+
1070  return glm::tvec4<T, P>(v.x, v.y, v.w, v.z);
+
1071  }
+
1072 
+
1073  // xyww
+
1074  template<typename T, precision P>
+
1075  GLM_INLINE glm::tvec4<T, P> xyww(const glm::tvec4<T, P> &v) {
+
1076  return glm::tvec4<T, P>(v.x, v.y, v.w, v.w);
+
1077  }
+
1078 
+
1079  // xzxx
+
1080  template<typename T, precision P>
+
1081  GLM_INLINE glm::tvec4<T, P> xzxx(const glm::tvec3<T, P> &v) {
+
1082  return glm::tvec4<T, P>(v.x, v.z, v.x, v.x);
+
1083  }
+
1084 
+
1085  template<typename T, precision P>
+
1086  GLM_INLINE glm::tvec4<T, P> xzxx(const glm::tvec4<T, P> &v) {
+
1087  return glm::tvec4<T, P>(v.x, v.z, v.x, v.x);
+
1088  }
+
1089 
+
1090  // xzxy
+
1091  template<typename T, precision P>
+
1092  GLM_INLINE glm::tvec4<T, P> xzxy(const glm::tvec3<T, P> &v) {
+
1093  return glm::tvec4<T, P>(v.x, v.z, v.x, v.y);
+
1094  }
+
1095 
+
1096  template<typename T, precision P>
+
1097  GLM_INLINE glm::tvec4<T, P> xzxy(const glm::tvec4<T, P> &v) {
+
1098  return glm::tvec4<T, P>(v.x, v.z, v.x, v.y);
+
1099  }
+
1100 
+
1101  // xzxz
+
1102  template<typename T, precision P>
+
1103  GLM_INLINE glm::tvec4<T, P> xzxz(const glm::tvec3<T, P> &v) {
+
1104  return glm::tvec4<T, P>(v.x, v.z, v.x, v.z);
+
1105  }
+
1106 
+
1107  template<typename T, precision P>
+
1108  GLM_INLINE glm::tvec4<T, P> xzxz(const glm::tvec4<T, P> &v) {
+
1109  return glm::tvec4<T, P>(v.x, v.z, v.x, v.z);
+
1110  }
+
1111 
+
1112  // xzxw
+
1113  template<typename T, precision P>
+
1114  GLM_INLINE glm::tvec4<T, P> xzxw(const glm::tvec4<T, P> &v) {
+
1115  return glm::tvec4<T, P>(v.x, v.z, v.x, v.w);
+
1116  }
+
1117 
+
1118  // xzyx
+
1119  template<typename T, precision P>
+
1120  GLM_INLINE glm::tvec4<T, P> xzyx(const glm::tvec3<T, P> &v) {
+
1121  return glm::tvec4<T, P>(v.x, v.z, v.y, v.x);
+
1122  }
+
1123 
+
1124  template<typename T, precision P>
+
1125  GLM_INLINE glm::tvec4<T, P> xzyx(const glm::tvec4<T, P> &v) {
+
1126  return glm::tvec4<T, P>(v.x, v.z, v.y, v.x);
+
1127  }
+
1128 
+
1129  // xzyy
+
1130  template<typename T, precision P>
+
1131  GLM_INLINE glm::tvec4<T, P> xzyy(const glm::tvec3<T, P> &v) {
+
1132  return glm::tvec4<T, P>(v.x, v.z, v.y, v.y);
+
1133  }
+
1134 
+
1135  template<typename T, precision P>
+
1136  GLM_INLINE glm::tvec4<T, P> xzyy(const glm::tvec4<T, P> &v) {
+
1137  return glm::tvec4<T, P>(v.x, v.z, v.y, v.y);
+
1138  }
+
1139 
+
1140  // xzyz
+
1141  template<typename T, precision P>
+
1142  GLM_INLINE glm::tvec4<T, P> xzyz(const glm::tvec3<T, P> &v) {
+
1143  return glm::tvec4<T, P>(v.x, v.z, v.y, v.z);
+
1144  }
+
1145 
+
1146  template<typename T, precision P>
+
1147  GLM_INLINE glm::tvec4<T, P> xzyz(const glm::tvec4<T, P> &v) {
+
1148  return glm::tvec4<T, P>(v.x, v.z, v.y, v.z);
+
1149  }
+
1150 
+
1151  // xzyw
+
1152  template<typename T, precision P>
+
1153  GLM_INLINE glm::tvec4<T, P> xzyw(const glm::tvec4<T, P> &v) {
+
1154  return glm::tvec4<T, P>(v.x, v.z, v.y, v.w);
+
1155  }
+
1156 
+
1157  // xzzx
+
1158  template<typename T, precision P>
+
1159  GLM_INLINE glm::tvec4<T, P> xzzx(const glm::tvec3<T, P> &v) {
+
1160  return glm::tvec4<T, P>(v.x, v.z, v.z, v.x);
+
1161  }
+
1162 
+
1163  template<typename T, precision P>
+
1164  GLM_INLINE glm::tvec4<T, P> xzzx(const glm::tvec4<T, P> &v) {
+
1165  return glm::tvec4<T, P>(v.x, v.z, v.z, v.x);
+
1166  }
+
1167 
+
1168  // xzzy
+
1169  template<typename T, precision P>
+
1170  GLM_INLINE glm::tvec4<T, P> xzzy(const glm::tvec3<T, P> &v) {
+
1171  return glm::tvec4<T, P>(v.x, v.z, v.z, v.y);
+
1172  }
+
1173 
+
1174  template<typename T, precision P>
+
1175  GLM_INLINE glm::tvec4<T, P> xzzy(const glm::tvec4<T, P> &v) {
+
1176  return glm::tvec4<T, P>(v.x, v.z, v.z, v.y);
+
1177  }
+
1178 
+
1179  // xzzz
+
1180  template<typename T, precision P>
+
1181  GLM_INLINE glm::tvec4<T, P> xzzz(const glm::tvec3<T, P> &v) {
+
1182  return glm::tvec4<T, P>(v.x, v.z, v.z, v.z);
+
1183  }
+
1184 
+
1185  template<typename T, precision P>
+
1186  GLM_INLINE glm::tvec4<T, P> xzzz(const glm::tvec4<T, P> &v) {
+
1187  return glm::tvec4<T, P>(v.x, v.z, v.z, v.z);
+
1188  }
+
1189 
+
1190  // xzzw
+
1191  template<typename T, precision P>
+
1192  GLM_INLINE glm::tvec4<T, P> xzzw(const glm::tvec4<T, P> &v) {
+
1193  return glm::tvec4<T, P>(v.x, v.z, v.z, v.w);
+
1194  }
+
1195 
+
1196  // xzwx
+
1197  template<typename T, precision P>
+
1198  GLM_INLINE glm::tvec4<T, P> xzwx(const glm::tvec4<T, P> &v) {
+
1199  return glm::tvec4<T, P>(v.x, v.z, v.w, v.x);
+
1200  }
+
1201 
+
1202  // xzwy
+
1203  template<typename T, precision P>
+
1204  GLM_INLINE glm::tvec4<T, P> xzwy(const glm::tvec4<T, P> &v) {
+
1205  return glm::tvec4<T, P>(v.x, v.z, v.w, v.y);
+
1206  }
+
1207 
+
1208  // xzwz
+
1209  template<typename T, precision P>
+
1210  GLM_INLINE glm::tvec4<T, P> xzwz(const glm::tvec4<T, P> &v) {
+
1211  return glm::tvec4<T, P>(v.x, v.z, v.w, v.z);
+
1212  }
+
1213 
+
1214  // xzww
+
1215  template<typename T, precision P>
+
1216  GLM_INLINE glm::tvec4<T, P> xzww(const glm::tvec4<T, P> &v) {
+
1217  return glm::tvec4<T, P>(v.x, v.z, v.w, v.w);
+
1218  }
+
1219 
+
1220  // xwxx
+
1221  template<typename T, precision P>
+
1222  GLM_INLINE glm::tvec4<T, P> xwxx(const glm::tvec4<T, P> &v) {
+
1223  return glm::tvec4<T, P>(v.x, v.w, v.x, v.x);
+
1224  }
+
1225 
+
1226  // xwxy
+
1227  template<typename T, precision P>
+
1228  GLM_INLINE glm::tvec4<T, P> xwxy(const glm::tvec4<T, P> &v) {
+
1229  return glm::tvec4<T, P>(v.x, v.w, v.x, v.y);
+
1230  }
+
1231 
+
1232  // xwxz
+
1233  template<typename T, precision P>
+
1234  GLM_INLINE glm::tvec4<T, P> xwxz(const glm::tvec4<T, P> &v) {
+
1235  return glm::tvec4<T, P>(v.x, v.w, v.x, v.z);
+
1236  }
+
1237 
+
1238  // xwxw
+
1239  template<typename T, precision P>
+
1240  GLM_INLINE glm::tvec4<T, P> xwxw(const glm::tvec4<T, P> &v) {
+
1241  return glm::tvec4<T, P>(v.x, v.w, v.x, v.w);
+
1242  }
+
1243 
+
1244  // xwyx
+
1245  template<typename T, precision P>
+
1246  GLM_INLINE glm::tvec4<T, P> xwyx(const glm::tvec4<T, P> &v) {
+
1247  return glm::tvec4<T, P>(v.x, v.w, v.y, v.x);
+
1248  }
+
1249 
+
1250  // xwyy
+
1251  template<typename T, precision P>
+
1252  GLM_INLINE glm::tvec4<T, P> xwyy(const glm::tvec4<T, P> &v) {
+
1253  return glm::tvec4<T, P>(v.x, v.w, v.y, v.y);
+
1254  }
+
1255 
+
1256  // xwyz
+
1257  template<typename T, precision P>
+
1258  GLM_INLINE glm::tvec4<T, P> xwyz(const glm::tvec4<T, P> &v) {
+
1259  return glm::tvec4<T, P>(v.x, v.w, v.y, v.z);
+
1260  }
+
1261 
+
1262  // xwyw
+
1263  template<typename T, precision P>
+
1264  GLM_INLINE glm::tvec4<T, P> xwyw(const glm::tvec4<T, P> &v) {
+
1265  return glm::tvec4<T, P>(v.x, v.w, v.y, v.w);
+
1266  }
+
1267 
+
1268  // xwzx
+
1269  template<typename T, precision P>
+
1270  GLM_INLINE glm::tvec4<T, P> xwzx(const glm::tvec4<T, P> &v) {
+
1271  return glm::tvec4<T, P>(v.x, v.w, v.z, v.x);
+
1272  }
+
1273 
+
1274  // xwzy
+
1275  template<typename T, precision P>
+
1276  GLM_INLINE glm::tvec4<T, P> xwzy(const glm::tvec4<T, P> &v) {
+
1277  return glm::tvec4<T, P>(v.x, v.w, v.z, v.y);
+
1278  }
+
1279 
+
1280  // xwzz
+
1281  template<typename T, precision P>
+
1282  GLM_INLINE glm::tvec4<T, P> xwzz(const glm::tvec4<T, P> &v) {
+
1283  return glm::tvec4<T, P>(v.x, v.w, v.z, v.z);
+
1284  }
+
1285 
+
1286  // xwzw
+
1287  template<typename T, precision P>
+
1288  GLM_INLINE glm::tvec4<T, P> xwzw(const glm::tvec4<T, P> &v) {
+
1289  return glm::tvec4<T, P>(v.x, v.w, v.z, v.w);
+
1290  }
+
1291 
+
1292  // xwwx
+
1293  template<typename T, precision P>
+
1294  GLM_INLINE glm::tvec4<T, P> xwwx(const glm::tvec4<T, P> &v) {
+
1295  return glm::tvec4<T, P>(v.x, v.w, v.w, v.x);
+
1296  }
+
1297 
+
1298  // xwwy
+
1299  template<typename T, precision P>
+
1300  GLM_INLINE glm::tvec4<T, P> xwwy(const glm::tvec4<T, P> &v) {
+
1301  return glm::tvec4<T, P>(v.x, v.w, v.w, v.y);
+
1302  }
+
1303 
+
1304  // xwwz
+
1305  template<typename T, precision P>
+
1306  GLM_INLINE glm::tvec4<T, P> xwwz(const glm::tvec4<T, P> &v) {
+
1307  return glm::tvec4<T, P>(v.x, v.w, v.w, v.z);
+
1308  }
+
1309 
+
1310  // xwww
+
1311  template<typename T, precision P>
+
1312  GLM_INLINE glm::tvec4<T, P> xwww(const glm::tvec4<T, P> &v) {
+
1313  return glm::tvec4<T, P>(v.x, v.w, v.w, v.w);
+
1314  }
+
1315 
+
1316  // yxxx
+
1317  template<typename T, precision P>
+
1318  GLM_INLINE glm::tvec4<T, P> yxxx(const glm::tvec2<T, P> &v) {
+
1319  return glm::tvec4<T, P>(v.y, v.x, v.x, v.x);
+
1320  }
+
1321 
+
1322  template<typename T, precision P>
+
1323  GLM_INLINE glm::tvec4<T, P> yxxx(const glm::tvec3<T, P> &v) {
+
1324  return glm::tvec4<T, P>(v.y, v.x, v.x, v.x);
+
1325  }
+
1326 
+
1327  template<typename T, precision P>
+
1328  GLM_INLINE glm::tvec4<T, P> yxxx(const glm::tvec4<T, P> &v) {
+
1329  return glm::tvec4<T, P>(v.y, v.x, v.x, v.x);
+
1330  }
+
1331 
+
1332  // yxxy
+
1333  template<typename T, precision P>
+
1334  GLM_INLINE glm::tvec4<T, P> yxxy(const glm::tvec2<T, P> &v) {
+
1335  return glm::tvec4<T, P>(v.y, v.x, v.x, v.y);
+
1336  }
+
1337 
+
1338  template<typename T, precision P>
+
1339  GLM_INLINE glm::tvec4<T, P> yxxy(const glm::tvec3<T, P> &v) {
+
1340  return glm::tvec4<T, P>(v.y, v.x, v.x, v.y);
+
1341  }
+
1342 
+
1343  template<typename T, precision P>
+
1344  GLM_INLINE glm::tvec4<T, P> yxxy(const glm::tvec4<T, P> &v) {
+
1345  return glm::tvec4<T, P>(v.y, v.x, v.x, v.y);
+
1346  }
+
1347 
+
1348  // yxxz
+
1349  template<typename T, precision P>
+
1350  GLM_INLINE glm::tvec4<T, P> yxxz(const glm::tvec3<T, P> &v) {
+
1351  return glm::tvec4<T, P>(v.y, v.x, v.x, v.z);
+
1352  }
+
1353 
+
1354  template<typename T, precision P>
+
1355  GLM_INLINE glm::tvec4<T, P> yxxz(const glm::tvec4<T, P> &v) {
+
1356  return glm::tvec4<T, P>(v.y, v.x, v.x, v.z);
+
1357  }
+
1358 
+
1359  // yxxw
+
1360  template<typename T, precision P>
+
1361  GLM_INLINE glm::tvec4<T, P> yxxw(const glm::tvec4<T, P> &v) {
+
1362  return glm::tvec4<T, P>(v.y, v.x, v.x, v.w);
+
1363  }
+
1364 
+
1365  // yxyx
+
1366  template<typename T, precision P>
+
1367  GLM_INLINE glm::tvec4<T, P> yxyx(const glm::tvec2<T, P> &v) {
+
1368  return glm::tvec4<T, P>(v.y, v.x, v.y, v.x);
+
1369  }
+
1370 
+
1371  template<typename T, precision P>
+
1372  GLM_INLINE glm::tvec4<T, P> yxyx(const glm::tvec3<T, P> &v) {
+
1373  return glm::tvec4<T, P>(v.y, v.x, v.y, v.x);
+
1374  }
+
1375 
+
1376  template<typename T, precision P>
+
1377  GLM_INLINE glm::tvec4<T, P> yxyx(const glm::tvec4<T, P> &v) {
+
1378  return glm::tvec4<T, P>(v.y, v.x, v.y, v.x);
+
1379  }
+
1380 
+
1381  // yxyy
+
1382  template<typename T, precision P>
+
1383  GLM_INLINE glm::tvec4<T, P> yxyy(const glm::tvec2<T, P> &v) {
+
1384  return glm::tvec4<T, P>(v.y, v.x, v.y, v.y);
+
1385  }
+
1386 
+
1387  template<typename T, precision P>
+
1388  GLM_INLINE glm::tvec4<T, P> yxyy(const glm::tvec3<T, P> &v) {
+
1389  return glm::tvec4<T, P>(v.y, v.x, v.y, v.y);
+
1390  }
+
1391 
+
1392  template<typename T, precision P>
+
1393  GLM_INLINE glm::tvec4<T, P> yxyy(const glm::tvec4<T, P> &v) {
+
1394  return glm::tvec4<T, P>(v.y, v.x, v.y, v.y);
+
1395  }
+
1396 
+
1397  // yxyz
+
1398  template<typename T, precision P>
+
1399  GLM_INLINE glm::tvec4<T, P> yxyz(const glm::tvec3<T, P> &v) {
+
1400  return glm::tvec4<T, P>(v.y, v.x, v.y, v.z);
+
1401  }
+
1402 
+
1403  template<typename T, precision P>
+
1404  GLM_INLINE glm::tvec4<T, P> yxyz(const glm::tvec4<T, P> &v) {
+
1405  return glm::tvec4<T, P>(v.y, v.x, v.y, v.z);
+
1406  }
+
1407 
+
1408  // yxyw
+
1409  template<typename T, precision P>
+
1410  GLM_INLINE glm::tvec4<T, P> yxyw(const glm::tvec4<T, P> &v) {
+
1411  return glm::tvec4<T, P>(v.y, v.x, v.y, v.w);
+
1412  }
+
1413 
+
1414  // yxzx
+
1415  template<typename T, precision P>
+
1416  GLM_INLINE glm::tvec4<T, P> yxzx(const glm::tvec3<T, P> &v) {
+
1417  return glm::tvec4<T, P>(v.y, v.x, v.z, v.x);
+
1418  }
+
1419 
+
1420  template<typename T, precision P>
+
1421  GLM_INLINE glm::tvec4<T, P> yxzx(const glm::tvec4<T, P> &v) {
+
1422  return glm::tvec4<T, P>(v.y, v.x, v.z, v.x);
+
1423  }
+
1424 
+
1425  // yxzy
+
1426  template<typename T, precision P>
+
1427  GLM_INLINE glm::tvec4<T, P> yxzy(const glm::tvec3<T, P> &v) {
+
1428  return glm::tvec4<T, P>(v.y, v.x, v.z, v.y);
+
1429  }
+
1430 
+
1431  template<typename T, precision P>
+
1432  GLM_INLINE glm::tvec4<T, P> yxzy(const glm::tvec4<T, P> &v) {
+
1433  return glm::tvec4<T, P>(v.y, v.x, v.z, v.y);
+
1434  }
+
1435 
+
1436  // yxzz
+
1437  template<typename T, precision P>
+
1438  GLM_INLINE glm::tvec4<T, P> yxzz(const glm::tvec3<T, P> &v) {
+
1439  return glm::tvec4<T, P>(v.y, v.x, v.z, v.z);
+
1440  }
+
1441 
+
1442  template<typename T, precision P>
+
1443  GLM_INLINE glm::tvec4<T, P> yxzz(const glm::tvec4<T, P> &v) {
+
1444  return glm::tvec4<T, P>(v.y, v.x, v.z, v.z);
+
1445  }
+
1446 
+
1447  // yxzw
+
1448  template<typename T, precision P>
+
1449  GLM_INLINE glm::tvec4<T, P> yxzw(const glm::tvec4<T, P> &v) {
+
1450  return glm::tvec4<T, P>(v.y, v.x, v.z, v.w);
+
1451  }
+
1452 
+
1453  // yxwx
+
1454  template<typename T, precision P>
+
1455  GLM_INLINE glm::tvec4<T, P> yxwx(const glm::tvec4<T, P> &v) {
+
1456  return glm::tvec4<T, P>(v.y, v.x, v.w, v.x);
+
1457  }
+
1458 
+
1459  // yxwy
+
1460  template<typename T, precision P>
+
1461  GLM_INLINE glm::tvec4<T, P> yxwy(const glm::tvec4<T, P> &v) {
+
1462  return glm::tvec4<T, P>(v.y, v.x, v.w, v.y);
+
1463  }
+
1464 
+
1465  // yxwz
+
1466  template<typename T, precision P>
+
1467  GLM_INLINE glm::tvec4<T, P> yxwz(const glm::tvec4<T, P> &v) {
+
1468  return glm::tvec4<T, P>(v.y, v.x, v.w, v.z);
+
1469  }
+
1470 
+
1471  // yxww
+
1472  template<typename T, precision P>
+
1473  GLM_INLINE glm::tvec4<T, P> yxww(const glm::tvec4<T, P> &v) {
+
1474  return glm::tvec4<T, P>(v.y, v.x, v.w, v.w);
+
1475  }
+
1476 
+
1477  // yyxx
+
1478  template<typename T, precision P>
+
1479  GLM_INLINE glm::tvec4<T, P> yyxx(const glm::tvec2<T, P> &v) {
+
1480  return glm::tvec4<T, P>(v.y, v.y, v.x, v.x);
+
1481  }
+
1482 
+
1483  template<typename T, precision P>
+
1484  GLM_INLINE glm::tvec4<T, P> yyxx(const glm::tvec3<T, P> &v) {
+
1485  return glm::tvec4<T, P>(v.y, v.y, v.x, v.x);
+
1486  }
+
1487 
+
1488  template<typename T, precision P>
+
1489  GLM_INLINE glm::tvec4<T, P> yyxx(const glm::tvec4<T, P> &v) {
+
1490  return glm::tvec4<T, P>(v.y, v.y, v.x, v.x);
+
1491  }
+
1492 
+
1493  // yyxy
+
1494  template<typename T, precision P>
+
1495  GLM_INLINE glm::tvec4<T, P> yyxy(const glm::tvec2<T, P> &v) {
+
1496  return glm::tvec4<T, P>(v.y, v.y, v.x, v.y);
+
1497  }
+
1498 
+
1499  template<typename T, precision P>
+
1500  GLM_INLINE glm::tvec4<T, P> yyxy(const glm::tvec3<T, P> &v) {
+
1501  return glm::tvec4<T, P>(v.y, v.y, v.x, v.y);
+
1502  }
+
1503 
+
1504  template<typename T, precision P>
+
1505  GLM_INLINE glm::tvec4<T, P> yyxy(const glm::tvec4<T, P> &v) {
+
1506  return glm::tvec4<T, P>(v.y, v.y, v.x, v.y);
+
1507  }
+
1508 
+
1509  // yyxz
+
1510  template<typename T, precision P>
+
1511  GLM_INLINE glm::tvec4<T, P> yyxz(const glm::tvec3<T, P> &v) {
+
1512  return glm::tvec4<T, P>(v.y, v.y, v.x, v.z);
+
1513  }
+
1514 
+
1515  template<typename T, precision P>
+
1516  GLM_INLINE glm::tvec4<T, P> yyxz(const glm::tvec4<T, P> &v) {
+
1517  return glm::tvec4<T, P>(v.y, v.y, v.x, v.z);
+
1518  }
+
1519 
+
1520  // yyxw
+
1521  template<typename T, precision P>
+
1522  GLM_INLINE glm::tvec4<T, P> yyxw(const glm::tvec4<T, P> &v) {
+
1523  return glm::tvec4<T, P>(v.y, v.y, v.x, v.w);
+
1524  }
+
1525 
+
1526  // yyyx
+
1527  template<typename T, precision P>
+
1528  GLM_INLINE glm::tvec4<T, P> yyyx(const glm::tvec2<T, P> &v) {
+
1529  return glm::tvec4<T, P>(v.y, v.y, v.y, v.x);
+
1530  }
+
1531 
+
1532  template<typename T, precision P>
+
1533  GLM_INLINE glm::tvec4<T, P> yyyx(const glm::tvec3<T, P> &v) {
+
1534  return glm::tvec4<T, P>(v.y, v.y, v.y, v.x);
+
1535  }
+
1536 
+
1537  template<typename T, precision P>
+
1538  GLM_INLINE glm::tvec4<T, P> yyyx(const glm::tvec4<T, P> &v) {
+
1539  return glm::tvec4<T, P>(v.y, v.y, v.y, v.x);
+
1540  }
+
1541 
+
1542  // yyyy
+
1543  template<typename T, precision P>
+
1544  GLM_INLINE glm::tvec4<T, P> yyyy(const glm::tvec2<T, P> &v) {
+
1545  return glm::tvec4<T, P>(v.y, v.y, v.y, v.y);
+
1546  }
+
1547 
+
1548  template<typename T, precision P>
+
1549  GLM_INLINE glm::tvec4<T, P> yyyy(const glm::tvec3<T, P> &v) {
+
1550  return glm::tvec4<T, P>(v.y, v.y, v.y, v.y);
+
1551  }
+
1552 
+
1553  template<typename T, precision P>
+
1554  GLM_INLINE glm::tvec4<T, P> yyyy(const glm::tvec4<T, P> &v) {
+
1555  return glm::tvec4<T, P>(v.y, v.y, v.y, v.y);
+
1556  }
+
1557 
+
1558  // yyyz
+
1559  template<typename T, precision P>
+
1560  GLM_INLINE glm::tvec4<T, P> yyyz(const glm::tvec3<T, P> &v) {
+
1561  return glm::tvec4<T, P>(v.y, v.y, v.y, v.z);
+
1562  }
+
1563 
+
1564  template<typename T, precision P>
+
1565  GLM_INLINE glm::tvec4<T, P> yyyz(const glm::tvec4<T, P> &v) {
+
1566  return glm::tvec4<T, P>(v.y, v.y, v.y, v.z);
+
1567  }
+
1568 
+
1569  // yyyw
+
1570  template<typename T, precision P>
+
1571  GLM_INLINE glm::tvec4<T, P> yyyw(const glm::tvec4<T, P> &v) {
+
1572  return glm::tvec4<T, P>(v.y, v.y, v.y, v.w);
+
1573  }
+
1574 
+
1575  // yyzx
+
1576  template<typename T, precision P>
+
1577  GLM_INLINE glm::tvec4<T, P> yyzx(const glm::tvec3<T, P> &v) {
+
1578  return glm::tvec4<T, P>(v.y, v.y, v.z, v.x);
+
1579  }
+
1580 
+
1581  template<typename T, precision P>
+
1582  GLM_INLINE glm::tvec4<T, P> yyzx(const glm::tvec4<T, P> &v) {
+
1583  return glm::tvec4<T, P>(v.y, v.y, v.z, v.x);
+
1584  }
+
1585 
+
1586  // yyzy
+
1587  template<typename T, precision P>
+
1588  GLM_INLINE glm::tvec4<T, P> yyzy(const glm::tvec3<T, P> &v) {
+
1589  return glm::tvec4<T, P>(v.y, v.y, v.z, v.y);
+
1590  }
+
1591 
+
1592  template<typename T, precision P>
+
1593  GLM_INLINE glm::tvec4<T, P> yyzy(const glm::tvec4<T, P> &v) {
+
1594  return glm::tvec4<T, P>(v.y, v.y, v.z, v.y);
+
1595  }
+
1596 
+
1597  // yyzz
+
1598  template<typename T, precision P>
+
1599  GLM_INLINE glm::tvec4<T, P> yyzz(const glm::tvec3<T, P> &v) {
+
1600  return glm::tvec4<T, P>(v.y, v.y, v.z, v.z);
+
1601  }
+
1602 
+
1603  template<typename T, precision P>
+
1604  GLM_INLINE glm::tvec4<T, P> yyzz(const glm::tvec4<T, P> &v) {
+
1605  return glm::tvec4<T, P>(v.y, v.y, v.z, v.z);
+
1606  }
+
1607 
+
1608  // yyzw
+
1609  template<typename T, precision P>
+
1610  GLM_INLINE glm::tvec4<T, P> yyzw(const glm::tvec4<T, P> &v) {
+
1611  return glm::tvec4<T, P>(v.y, v.y, v.z, v.w);
+
1612  }
+
1613 
+
1614  // yywx
+
1615  template<typename T, precision P>
+
1616  GLM_INLINE glm::tvec4<T, P> yywx(const glm::tvec4<T, P> &v) {
+
1617  return glm::tvec4<T, P>(v.y, v.y, v.w, v.x);
+
1618  }
+
1619 
+
1620  // yywy
+
1621  template<typename T, precision P>
+
1622  GLM_INLINE glm::tvec4<T, P> yywy(const glm::tvec4<T, P> &v) {
+
1623  return glm::tvec4<T, P>(v.y, v.y, v.w, v.y);
+
1624  }
+
1625 
+
1626  // yywz
+
1627  template<typename T, precision P>
+
1628  GLM_INLINE glm::tvec4<T, P> yywz(const glm::tvec4<T, P> &v) {
+
1629  return glm::tvec4<T, P>(v.y, v.y, v.w, v.z);
+
1630  }
+
1631 
+
1632  // yyww
+
1633  template<typename T, precision P>
+
1634  GLM_INLINE glm::tvec4<T, P> yyww(const glm::tvec4<T, P> &v) {
+
1635  return glm::tvec4<T, P>(v.y, v.y, v.w, v.w);
+
1636  }
+
1637 
+
1638  // yzxx
+
1639  template<typename T, precision P>
+
1640  GLM_INLINE glm::tvec4<T, P> yzxx(const glm::tvec3<T, P> &v) {
+
1641  return glm::tvec4<T, P>(v.y, v.z, v.x, v.x);
+
1642  }
+
1643 
+
1644  template<typename T, precision P>
+
1645  GLM_INLINE glm::tvec4<T, P> yzxx(const glm::tvec4<T, P> &v) {
+
1646  return glm::tvec4<T, P>(v.y, v.z, v.x, v.x);
+
1647  }
+
1648 
+
1649  // yzxy
+
1650  template<typename T, precision P>
+
1651  GLM_INLINE glm::tvec4<T, P> yzxy(const glm::tvec3<T, P> &v) {
+
1652  return glm::tvec4<T, P>(v.y, v.z, v.x, v.y);
+
1653  }
+
1654 
+
1655  template<typename T, precision P>
+
1656  GLM_INLINE glm::tvec4<T, P> yzxy(const glm::tvec4<T, P> &v) {
+
1657  return glm::tvec4<T, P>(v.y, v.z, v.x, v.y);
+
1658  }
+
1659 
+
1660  // yzxz
+
1661  template<typename T, precision P>
+
1662  GLM_INLINE glm::tvec4<T, P> yzxz(const glm::tvec3<T, P> &v) {
+
1663  return glm::tvec4<T, P>(v.y, v.z, v.x, v.z);
+
1664  }
+
1665 
+
1666  template<typename T, precision P>
+
1667  GLM_INLINE glm::tvec4<T, P> yzxz(const glm::tvec4<T, P> &v) {
+
1668  return glm::tvec4<T, P>(v.y, v.z, v.x, v.z);
+
1669  }
+
1670 
+
1671  // yzxw
+
1672  template<typename T, precision P>
+
1673  GLM_INLINE glm::tvec4<T, P> yzxw(const glm::tvec4<T, P> &v) {
+
1674  return glm::tvec4<T, P>(v.y, v.z, v.x, v.w);
+
1675  }
+
1676 
+
1677  // yzyx
+
1678  template<typename T, precision P>
+
1679  GLM_INLINE glm::tvec4<T, P> yzyx(const glm::tvec3<T, P> &v) {
+
1680  return glm::tvec4<T, P>(v.y, v.z, v.y, v.x);
+
1681  }
+
1682 
+
1683  template<typename T, precision P>
+
1684  GLM_INLINE glm::tvec4<T, P> yzyx(const glm::tvec4<T, P> &v) {
+
1685  return glm::tvec4<T, P>(v.y, v.z, v.y, v.x);
+
1686  }
+
1687 
+
1688  // yzyy
+
1689  template<typename T, precision P>
+
1690  GLM_INLINE glm::tvec4<T, P> yzyy(const glm::tvec3<T, P> &v) {
+
1691  return glm::tvec4<T, P>(v.y, v.z, v.y, v.y);
+
1692  }
+
1693 
+
1694  template<typename T, precision P>
+
1695  GLM_INLINE glm::tvec4<T, P> yzyy(const glm::tvec4<T, P> &v) {
+
1696  return glm::tvec4<T, P>(v.y, v.z, v.y, v.y);
+
1697  }
+
1698 
+
1699  // yzyz
+
1700  template<typename T, precision P>
+
1701  GLM_INLINE glm::tvec4<T, P> yzyz(const glm::tvec3<T, P> &v) {
+
1702  return glm::tvec4<T, P>(v.y, v.z, v.y, v.z);
+
1703  }
+
1704 
+
1705  template<typename T, precision P>
+
1706  GLM_INLINE glm::tvec4<T, P> yzyz(const glm::tvec4<T, P> &v) {
+
1707  return glm::tvec4<T, P>(v.y, v.z, v.y, v.z);
+
1708  }
+
1709 
+
1710  // yzyw
+
1711  template<typename T, precision P>
+
1712  GLM_INLINE glm::tvec4<T, P> yzyw(const glm::tvec4<T, P> &v) {
+
1713  return glm::tvec4<T, P>(v.y, v.z, v.y, v.w);
+
1714  }
+
1715 
+
1716  // yzzx
+
1717  template<typename T, precision P>
+
1718  GLM_INLINE glm::tvec4<T, P> yzzx(const glm::tvec3<T, P> &v) {
+
1719  return glm::tvec4<T, P>(v.y, v.z, v.z, v.x);
+
1720  }
+
1721 
+
1722  template<typename T, precision P>
+
1723  GLM_INLINE glm::tvec4<T, P> yzzx(const glm::tvec4<T, P> &v) {
+
1724  return glm::tvec4<T, P>(v.y, v.z, v.z, v.x);
+
1725  }
+
1726 
+
1727  // yzzy
+
1728  template<typename T, precision P>
+
1729  GLM_INLINE glm::tvec4<T, P> yzzy(const glm::tvec3<T, P> &v) {
+
1730  return glm::tvec4<T, P>(v.y, v.z, v.z, v.y);
+
1731  }
+
1732 
+
1733  template<typename T, precision P>
+
1734  GLM_INLINE glm::tvec4<T, P> yzzy(const glm::tvec4<T, P> &v) {
+
1735  return glm::tvec4<T, P>(v.y, v.z, v.z, v.y);
+
1736  }
+
1737 
+
1738  // yzzz
+
1739  template<typename T, precision P>
+
1740  GLM_INLINE glm::tvec4<T, P> yzzz(const glm::tvec3<T, P> &v) {
+
1741  return glm::tvec4<T, P>(v.y, v.z, v.z, v.z);
+
1742  }
+
1743 
+
1744  template<typename T, precision P>
+
1745  GLM_INLINE glm::tvec4<T, P> yzzz(const glm::tvec4<T, P> &v) {
+
1746  return glm::tvec4<T, P>(v.y, v.z, v.z, v.z);
+
1747  }
+
1748 
+
1749  // yzzw
+
1750  template<typename T, precision P>
+
1751  GLM_INLINE glm::tvec4<T, P> yzzw(const glm::tvec4<T, P> &v) {
+
1752  return glm::tvec4<T, P>(v.y, v.z, v.z, v.w);
+
1753  }
+
1754 
+
1755  // yzwx
+
1756  template<typename T, precision P>
+
1757  GLM_INLINE glm::tvec4<T, P> yzwx(const glm::tvec4<T, P> &v) {
+
1758  return glm::tvec4<T, P>(v.y, v.z, v.w, v.x);
+
1759  }
+
1760 
+
1761  // yzwy
+
1762  template<typename T, precision P>
+
1763  GLM_INLINE glm::tvec4<T, P> yzwy(const glm::tvec4<T, P> &v) {
+
1764  return glm::tvec4<T, P>(v.y, v.z, v.w, v.y);
+
1765  }
+
1766 
+
1767  // yzwz
+
1768  template<typename T, precision P>
+
1769  GLM_INLINE glm::tvec4<T, P> yzwz(const glm::tvec4<T, P> &v) {
+
1770  return glm::tvec4<T, P>(v.y, v.z, v.w, v.z);
+
1771  }
+
1772 
+
1773  // yzww
+
1774  template<typename T, precision P>
+
1775  GLM_INLINE glm::tvec4<T, P> yzww(const glm::tvec4<T, P> &v) {
+
1776  return glm::tvec4<T, P>(v.y, v.z, v.w, v.w);
+
1777  }
+
1778 
+
1779  // ywxx
+
1780  template<typename T, precision P>
+
1781  GLM_INLINE glm::tvec4<T, P> ywxx(const glm::tvec4<T, P> &v) {
+
1782  return glm::tvec4<T, P>(v.y, v.w, v.x, v.x);
+
1783  }
+
1784 
+
1785  // ywxy
+
1786  template<typename T, precision P>
+
1787  GLM_INLINE glm::tvec4<T, P> ywxy(const glm::tvec4<T, P> &v) {
+
1788  return glm::tvec4<T, P>(v.y, v.w, v.x, v.y);
+
1789  }
+
1790 
+
1791  // ywxz
+
1792  template<typename T, precision P>
+
1793  GLM_INLINE glm::tvec4<T, P> ywxz(const glm::tvec4<T, P> &v) {
+
1794  return glm::tvec4<T, P>(v.y, v.w, v.x, v.z);
+
1795  }
+
1796 
+
1797  // ywxw
+
1798  template<typename T, precision P>
+
1799  GLM_INLINE glm::tvec4<T, P> ywxw(const glm::tvec4<T, P> &v) {
+
1800  return glm::tvec4<T, P>(v.y, v.w, v.x, v.w);
+
1801  }
+
1802 
+
1803  // ywyx
+
1804  template<typename T, precision P>
+
1805  GLM_INLINE glm::tvec4<T, P> ywyx(const glm::tvec4<T, P> &v) {
+
1806  return glm::tvec4<T, P>(v.y, v.w, v.y, v.x);
+
1807  }
+
1808 
+
1809  // ywyy
+
1810  template<typename T, precision P>
+
1811  GLM_INLINE glm::tvec4<T, P> ywyy(const glm::tvec4<T, P> &v) {
+
1812  return glm::tvec4<T, P>(v.y, v.w, v.y, v.y);
+
1813  }
+
1814 
+
1815  // ywyz
+
1816  template<typename T, precision P>
+
1817  GLM_INLINE glm::tvec4<T, P> ywyz(const glm::tvec4<T, P> &v) {
+
1818  return glm::tvec4<T, P>(v.y, v.w, v.y, v.z);
+
1819  }
+
1820 
+
1821  // ywyw
+
1822  template<typename T, precision P>
+
1823  GLM_INLINE glm::tvec4<T, P> ywyw(const glm::tvec4<T, P> &v) {
+
1824  return glm::tvec4<T, P>(v.y, v.w, v.y, v.w);
+
1825  }
+
1826 
+
1827  // ywzx
+
1828  template<typename T, precision P>
+
1829  GLM_INLINE glm::tvec4<T, P> ywzx(const glm::tvec4<T, P> &v) {
+
1830  return glm::tvec4<T, P>(v.y, v.w, v.z, v.x);
+
1831  }
+
1832 
+
1833  // ywzy
+
1834  template<typename T, precision P>
+
1835  GLM_INLINE glm::tvec4<T, P> ywzy(const glm::tvec4<T, P> &v) {
+
1836  return glm::tvec4<T, P>(v.y, v.w, v.z, v.y);
+
1837  }
+
1838 
+
1839  // ywzz
+
1840  template<typename T, precision P>
+
1841  GLM_INLINE glm::tvec4<T, P> ywzz(const glm::tvec4<T, P> &v) {
+
1842  return glm::tvec4<T, P>(v.y, v.w, v.z, v.z);
+
1843  }
+
1844 
+
1845  // ywzw
+
1846  template<typename T, precision P>
+
1847  GLM_INLINE glm::tvec4<T, P> ywzw(const glm::tvec4<T, P> &v) {
+
1848  return glm::tvec4<T, P>(v.y, v.w, v.z, v.w);
+
1849  }
+
1850 
+
1851  // ywwx
+
1852  template<typename T, precision P>
+
1853  GLM_INLINE glm::tvec4<T, P> ywwx(const glm::tvec4<T, P> &v) {
+
1854  return glm::tvec4<T, P>(v.y, v.w, v.w, v.x);
+
1855  }
+
1856 
+
1857  // ywwy
+
1858  template<typename T, precision P>
+
1859  GLM_INLINE glm::tvec4<T, P> ywwy(const glm::tvec4<T, P> &v) {
+
1860  return glm::tvec4<T, P>(v.y, v.w, v.w, v.y);
+
1861  }
+
1862 
+
1863  // ywwz
+
1864  template<typename T, precision P>
+
1865  GLM_INLINE glm::tvec4<T, P> ywwz(const glm::tvec4<T, P> &v) {
+
1866  return glm::tvec4<T, P>(v.y, v.w, v.w, v.z);
+
1867  }
+
1868 
+
1869  // ywww
+
1870  template<typename T, precision P>
+
1871  GLM_INLINE glm::tvec4<T, P> ywww(const glm::tvec4<T, P> &v) {
+
1872  return glm::tvec4<T, P>(v.y, v.w, v.w, v.w);
+
1873  }
+
1874 
+
1875  // zxxx
+
1876  template<typename T, precision P>
+
1877  GLM_INLINE glm::tvec4<T, P> zxxx(const glm::tvec3<T, P> &v) {
+
1878  return glm::tvec4<T, P>(v.z, v.x, v.x, v.x);
+
1879  }
+
1880 
+
1881  template<typename T, precision P>
+
1882  GLM_INLINE glm::tvec4<T, P> zxxx(const glm::tvec4<T, P> &v) {
+
1883  return glm::tvec4<T, P>(v.z, v.x, v.x, v.x);
+
1884  }
+
1885 
+
1886  // zxxy
+
1887  template<typename T, precision P>
+
1888  GLM_INLINE glm::tvec4<T, P> zxxy(const glm::tvec3<T, P> &v) {
+
1889  return glm::tvec4<T, P>(v.z, v.x, v.x, v.y);
+
1890  }
+
1891 
+
1892  template<typename T, precision P>
+
1893  GLM_INLINE glm::tvec4<T, P> zxxy(const glm::tvec4<T, P> &v) {
+
1894  return glm::tvec4<T, P>(v.z, v.x, v.x, v.y);
+
1895  }
+
1896 
+
1897  // zxxz
+
1898  template<typename T, precision P>
+
1899  GLM_INLINE glm::tvec4<T, P> zxxz(const glm::tvec3<T, P> &v) {
+
1900  return glm::tvec4<T, P>(v.z, v.x, v.x, v.z);
+
1901  }
+
1902 
+
1903  template<typename T, precision P>
+
1904  GLM_INLINE glm::tvec4<T, P> zxxz(const glm::tvec4<T, P> &v) {
+
1905  return glm::tvec4<T, P>(v.z, v.x, v.x, v.z);
+
1906  }
+
1907 
+
1908  // zxxw
+
1909  template<typename T, precision P>
+
1910  GLM_INLINE glm::tvec4<T, P> zxxw(const glm::tvec4<T, P> &v) {
+
1911  return glm::tvec4<T, P>(v.z, v.x, v.x, v.w);
+
1912  }
+
1913 
+
1914  // zxyx
+
1915  template<typename T, precision P>
+
1916  GLM_INLINE glm::tvec4<T, P> zxyx(const glm::tvec3<T, P> &v) {
+
1917  return glm::tvec4<T, P>(v.z, v.x, v.y, v.x);
+
1918  }
+
1919 
+
1920  template<typename T, precision P>
+
1921  GLM_INLINE glm::tvec4<T, P> zxyx(const glm::tvec4<T, P> &v) {
+
1922  return glm::tvec4<T, P>(v.z, v.x, v.y, v.x);
+
1923  }
+
1924 
+
1925  // zxyy
+
1926  template<typename T, precision P>
+
1927  GLM_INLINE glm::tvec4<T, P> zxyy(const glm::tvec3<T, P> &v) {
+
1928  return glm::tvec4<T, P>(v.z, v.x, v.y, v.y);
+
1929  }
+
1930 
+
1931  template<typename T, precision P>
+
1932  GLM_INLINE glm::tvec4<T, P> zxyy(const glm::tvec4<T, P> &v) {
+
1933  return glm::tvec4<T, P>(v.z, v.x, v.y, v.y);
+
1934  }
+
1935 
+
1936  // zxyz
+
1937  template<typename T, precision P>
+
1938  GLM_INLINE glm::tvec4<T, P> zxyz(const glm::tvec3<T, P> &v) {
+
1939  return glm::tvec4<T, P>(v.z, v.x, v.y, v.z);
+
1940  }
+
1941 
+
1942  template<typename T, precision P>
+
1943  GLM_INLINE glm::tvec4<T, P> zxyz(const glm::tvec4<T, P> &v) {
+
1944  return glm::tvec4<T, P>(v.z, v.x, v.y, v.z);
+
1945  }
+
1946 
+
1947  // zxyw
+
1948  template<typename T, precision P>
+
1949  GLM_INLINE glm::tvec4<T, P> zxyw(const glm::tvec4<T, P> &v) {
+
1950  return glm::tvec4<T, P>(v.z, v.x, v.y, v.w);
+
1951  }
+
1952 
+
1953  // zxzx
+
1954  template<typename T, precision P>
+
1955  GLM_INLINE glm::tvec4<T, P> zxzx(const glm::tvec3<T, P> &v) {
+
1956  return glm::tvec4<T, P>(v.z, v.x, v.z, v.x);
+
1957  }
+
1958 
+
1959  template<typename T, precision P>
+
1960  GLM_INLINE glm::tvec4<T, P> zxzx(const glm::tvec4<T, P> &v) {
+
1961  return glm::tvec4<T, P>(v.z, v.x, v.z, v.x);
+
1962  }
+
1963 
+
1964  // zxzy
+
1965  template<typename T, precision P>
+
1966  GLM_INLINE glm::tvec4<T, P> zxzy(const glm::tvec3<T, P> &v) {
+
1967  return glm::tvec4<T, P>(v.z, v.x, v.z, v.y);
+
1968  }
+
1969 
+
1970  template<typename T, precision P>
+
1971  GLM_INLINE glm::tvec4<T, P> zxzy(const glm::tvec4<T, P> &v) {
+
1972  return glm::tvec4<T, P>(v.z, v.x, v.z, v.y);
+
1973  }
+
1974 
+
1975  // zxzz
+
1976  template<typename T, precision P>
+
1977  GLM_INLINE glm::tvec4<T, P> zxzz(const glm::tvec3<T, P> &v) {
+
1978  return glm::tvec4<T, P>(v.z, v.x, v.z, v.z);
+
1979  }
+
1980 
+
1981  template<typename T, precision P>
+
1982  GLM_INLINE glm::tvec4<T, P> zxzz(const glm::tvec4<T, P> &v) {
+
1983  return glm::tvec4<T, P>(v.z, v.x, v.z, v.z);
+
1984  }
+
1985 
+
1986  // zxzw
+
1987  template<typename T, precision P>
+
1988  GLM_INLINE glm::tvec4<T, P> zxzw(const glm::tvec4<T, P> &v) {
+
1989  return glm::tvec4<T, P>(v.z, v.x, v.z, v.w);
+
1990  }
+
1991 
+
1992  // zxwx
+
1993  template<typename T, precision P>
+
1994  GLM_INLINE glm::tvec4<T, P> zxwx(const glm::tvec4<T, P> &v) {
+
1995  return glm::tvec4<T, P>(v.z, v.x, v.w, v.x);
+
1996  }
+
1997 
+
1998  // zxwy
+
1999  template<typename T, precision P>
+
2000  GLM_INLINE glm::tvec4<T, P> zxwy(const glm::tvec4<T, P> &v) {
+
2001  return glm::tvec4<T, P>(v.z, v.x, v.w, v.y);
+
2002  }
+
2003 
+
2004  // zxwz
+
2005  template<typename T, precision P>
+
2006  GLM_INLINE glm::tvec4<T, P> zxwz(const glm::tvec4<T, P> &v) {
+
2007  return glm::tvec4<T, P>(v.z, v.x, v.w, v.z);
+
2008  }
+
2009 
+
2010  // zxww
+
2011  template<typename T, precision P>
+
2012  GLM_INLINE glm::tvec4<T, P> zxww(const glm::tvec4<T, P> &v) {
+
2013  return glm::tvec4<T, P>(v.z, v.x, v.w, v.w);
+
2014  }
+
2015 
+
2016  // zyxx
+
2017  template<typename T, precision P>
+
2018  GLM_INLINE glm::tvec4<T, P> zyxx(const glm::tvec3<T, P> &v) {
+
2019  return glm::tvec4<T, P>(v.z, v.y, v.x, v.x);
+
2020  }
+
2021 
+
2022  template<typename T, precision P>
+
2023  GLM_INLINE glm::tvec4<T, P> zyxx(const glm::tvec4<T, P> &v) {
+
2024  return glm::tvec4<T, P>(v.z, v.y, v.x, v.x);
+
2025  }
+
2026 
+
2027  // zyxy
+
2028  template<typename T, precision P>
+
2029  GLM_INLINE glm::tvec4<T, P> zyxy(const glm::tvec3<T, P> &v) {
+
2030  return glm::tvec4<T, P>(v.z, v.y, v.x, v.y);
+
2031  }
+
2032 
+
2033  template<typename T, precision P>
+
2034  GLM_INLINE glm::tvec4<T, P> zyxy(const glm::tvec4<T, P> &v) {
+
2035  return glm::tvec4<T, P>(v.z, v.y, v.x, v.y);
+
2036  }
+
2037 
+
2038  // zyxz
+
2039  template<typename T, precision P>
+
2040  GLM_INLINE glm::tvec4<T, P> zyxz(const glm::tvec3<T, P> &v) {
+
2041  return glm::tvec4<T, P>(v.z, v.y, v.x, v.z);
+
2042  }
+
2043 
+
2044  template<typename T, precision P>
+
2045  GLM_INLINE glm::tvec4<T, P> zyxz(const glm::tvec4<T, P> &v) {
+
2046  return glm::tvec4<T, P>(v.z, v.y, v.x, v.z);
+
2047  }
+
2048 
+
2049  // zyxw
+
2050  template<typename T, precision P>
+
2051  GLM_INLINE glm::tvec4<T, P> zyxw(const glm::tvec4<T, P> &v) {
+
2052  return glm::tvec4<T, P>(v.z, v.y, v.x, v.w);
+
2053  }
+
2054 
+
2055  // zyyx
+
2056  template<typename T, precision P>
+
2057  GLM_INLINE glm::tvec4<T, P> zyyx(const glm::tvec3<T, P> &v) {
+
2058  return glm::tvec4<T, P>(v.z, v.y, v.y, v.x);
+
2059  }
+
2060 
+
2061  template<typename T, precision P>
+
2062  GLM_INLINE glm::tvec4<T, P> zyyx(const glm::tvec4<T, P> &v) {
+
2063  return glm::tvec4<T, P>(v.z, v.y, v.y, v.x);
+
2064  }
+
2065 
+
2066  // zyyy
+
2067  template<typename T, precision P>
+
2068  GLM_INLINE glm::tvec4<T, P> zyyy(const glm::tvec3<T, P> &v) {
+
2069  return glm::tvec4<T, P>(v.z, v.y, v.y, v.y);
+
2070  }
+
2071 
+
2072  template<typename T, precision P>
+
2073  GLM_INLINE glm::tvec4<T, P> zyyy(const glm::tvec4<T, P> &v) {
+
2074  return glm::tvec4<T, P>(v.z, v.y, v.y, v.y);
+
2075  }
+
2076 
+
2077  // zyyz
+
2078  template<typename T, precision P>
+
2079  GLM_INLINE glm::tvec4<T, P> zyyz(const glm::tvec3<T, P> &v) {
+
2080  return glm::tvec4<T, P>(v.z, v.y, v.y, v.z);
+
2081  }
+
2082 
+
2083  template<typename T, precision P>
+
2084  GLM_INLINE glm::tvec4<T, P> zyyz(const glm::tvec4<T, P> &v) {
+
2085  return glm::tvec4<T, P>(v.z, v.y, v.y, v.z);
+
2086  }
+
2087 
+
2088  // zyyw
+
2089  template<typename T, precision P>
+
2090  GLM_INLINE glm::tvec4<T, P> zyyw(const glm::tvec4<T, P> &v) {
+
2091  return glm::tvec4<T, P>(v.z, v.y, v.y, v.w);
+
2092  }
+
2093 
+
2094  // zyzx
+
2095  template<typename T, precision P>
+
2096  GLM_INLINE glm::tvec4<T, P> zyzx(const glm::tvec3<T, P> &v) {
+
2097  return glm::tvec4<T, P>(v.z, v.y, v.z, v.x);
+
2098  }
+
2099 
+
2100  template<typename T, precision P>
+
2101  GLM_INLINE glm::tvec4<T, P> zyzx(const glm::tvec4<T, P> &v) {
+
2102  return glm::tvec4<T, P>(v.z, v.y, v.z, v.x);
+
2103  }
+
2104 
+
2105  // zyzy
+
2106  template<typename T, precision P>
+
2107  GLM_INLINE glm::tvec4<T, P> zyzy(const glm::tvec3<T, P> &v) {
+
2108  return glm::tvec4<T, P>(v.z, v.y, v.z, v.y);
+
2109  }
+
2110 
+
2111  template<typename T, precision P>
+
2112  GLM_INLINE glm::tvec4<T, P> zyzy(const glm::tvec4<T, P> &v) {
+
2113  return glm::tvec4<T, P>(v.z, v.y, v.z, v.y);
+
2114  }
+
2115 
+
2116  // zyzz
+
2117  template<typename T, precision P>
+
2118  GLM_INLINE glm::tvec4<T, P> zyzz(const glm::tvec3<T, P> &v) {
+
2119  return glm::tvec4<T, P>(v.z, v.y, v.z, v.z);
+
2120  }
+
2121 
+
2122  template<typename T, precision P>
+
2123  GLM_INLINE glm::tvec4<T, P> zyzz(const glm::tvec4<T, P> &v) {
+
2124  return glm::tvec4<T, P>(v.z, v.y, v.z, v.z);
+
2125  }
+
2126 
+
2127  // zyzw
+
2128  template<typename T, precision P>
+
2129  GLM_INLINE glm::tvec4<T, P> zyzw(const glm::tvec4<T, P> &v) {
+
2130  return glm::tvec4<T, P>(v.z, v.y, v.z, v.w);
+
2131  }
+
2132 
+
2133  // zywx
+
2134  template<typename T, precision P>
+
2135  GLM_INLINE glm::tvec4<T, P> zywx(const glm::tvec4<T, P> &v) {
+
2136  return glm::tvec4<T, P>(v.z, v.y, v.w, v.x);
+
2137  }
+
2138 
+
2139  // zywy
+
2140  template<typename T, precision P>
+
2141  GLM_INLINE glm::tvec4<T, P> zywy(const glm::tvec4<T, P> &v) {
+
2142  return glm::tvec4<T, P>(v.z, v.y, v.w, v.y);
+
2143  }
+
2144 
+
2145  // zywz
+
2146  template<typename T, precision P>
+
2147  GLM_INLINE glm::tvec4<T, P> zywz(const glm::tvec4<T, P> &v) {
+
2148  return glm::tvec4<T, P>(v.z, v.y, v.w, v.z);
+
2149  }
+
2150 
+
2151  // zyww
+
2152  template<typename T, precision P>
+
2153  GLM_INLINE glm::tvec4<T, P> zyww(const glm::tvec4<T, P> &v) {
+
2154  return glm::tvec4<T, P>(v.z, v.y, v.w, v.w);
+
2155  }
+
2156 
+
2157  // zzxx
+
2158  template<typename T, precision P>
+
2159  GLM_INLINE glm::tvec4<T, P> zzxx(const glm::tvec3<T, P> &v) {
+
2160  return glm::tvec4<T, P>(v.z, v.z, v.x, v.x);
+
2161  }
+
2162 
+
2163  template<typename T, precision P>
+
2164  GLM_INLINE glm::tvec4<T, P> zzxx(const glm::tvec4<T, P> &v) {
+
2165  return glm::tvec4<T, P>(v.z, v.z, v.x, v.x);
+
2166  }
+
2167 
+
2168  // zzxy
+
2169  template<typename T, precision P>
+
2170  GLM_INLINE glm::tvec4<T, P> zzxy(const glm::tvec3<T, P> &v) {
+
2171  return glm::tvec4<T, P>(v.z, v.z, v.x, v.y);
+
2172  }
+
2173 
+
2174  template<typename T, precision P>
+
2175  GLM_INLINE glm::tvec4<T, P> zzxy(const glm::tvec4<T, P> &v) {
+
2176  return glm::tvec4<T, P>(v.z, v.z, v.x, v.y);
+
2177  }
+
2178 
+
2179  // zzxz
+
2180  template<typename T, precision P>
+
2181  GLM_INLINE glm::tvec4<T, P> zzxz(const glm::tvec3<T, P> &v) {
+
2182  return glm::tvec4<T, P>(v.z, v.z, v.x, v.z);
+
2183  }
+
2184 
+
2185  template<typename T, precision P>
+
2186  GLM_INLINE glm::tvec4<T, P> zzxz(const glm::tvec4<T, P> &v) {
+
2187  return glm::tvec4<T, P>(v.z, v.z, v.x, v.z);
+
2188  }
+
2189 
+
2190  // zzxw
+
2191  template<typename T, precision P>
+
2192  GLM_INLINE glm::tvec4<T, P> zzxw(const glm::tvec4<T, P> &v) {
+
2193  return glm::tvec4<T, P>(v.z, v.z, v.x, v.w);
+
2194  }
+
2195 
+
2196  // zzyx
+
2197  template<typename T, precision P>
+
2198  GLM_INLINE glm::tvec4<T, P> zzyx(const glm::tvec3<T, P> &v) {
+
2199  return glm::tvec4<T, P>(v.z, v.z, v.y, v.x);
+
2200  }
+
2201 
+
2202  template<typename T, precision P>
+
2203  GLM_INLINE glm::tvec4<T, P> zzyx(const glm::tvec4<T, P> &v) {
+
2204  return glm::tvec4<T, P>(v.z, v.z, v.y, v.x);
+
2205  }
+
2206 
+
2207  // zzyy
+
2208  template<typename T, precision P>
+
2209  GLM_INLINE glm::tvec4<T, P> zzyy(const glm::tvec3<T, P> &v) {
+
2210  return glm::tvec4<T, P>(v.z, v.z, v.y, v.y);
+
2211  }
+
2212 
+
2213  template<typename T, precision P>
+
2214  GLM_INLINE glm::tvec4<T, P> zzyy(const glm::tvec4<T, P> &v) {
+
2215  return glm::tvec4<T, P>(v.z, v.z, v.y, v.y);
+
2216  }
+
2217 
+
2218  // zzyz
+
2219  template<typename T, precision P>
+
2220  GLM_INLINE glm::tvec4<T, P> zzyz(const glm::tvec3<T, P> &v) {
+
2221  return glm::tvec4<T, P>(v.z, v.z, v.y, v.z);
+
2222  }
+
2223 
+
2224  template<typename T, precision P>
+
2225  GLM_INLINE glm::tvec4<T, P> zzyz(const glm::tvec4<T, P> &v) {
+
2226  return glm::tvec4<T, P>(v.z, v.z, v.y, v.z);
+
2227  }
+
2228 
+
2229  // zzyw
+
2230  template<typename T, precision P>
+
2231  GLM_INLINE glm::tvec4<T, P> zzyw(const glm::tvec4<T, P> &v) {
+
2232  return glm::tvec4<T, P>(v.z, v.z, v.y, v.w);
+
2233  }
+
2234 
+
2235  // zzzx
+
2236  template<typename T, precision P>
+
2237  GLM_INLINE glm::tvec4<T, P> zzzx(const glm::tvec3<T, P> &v) {
+
2238  return glm::tvec4<T, P>(v.z, v.z, v.z, v.x);
+
2239  }
+
2240 
+
2241  template<typename T, precision P>
+
2242  GLM_INLINE glm::tvec4<T, P> zzzx(const glm::tvec4<T, P> &v) {
+
2243  return glm::tvec4<T, P>(v.z, v.z, v.z, v.x);
+
2244  }
+
2245 
+
2246  // zzzy
+
2247  template<typename T, precision P>
+
2248  GLM_INLINE glm::tvec4<T, P> zzzy(const glm::tvec3<T, P> &v) {
+
2249  return glm::tvec4<T, P>(v.z, v.z, v.z, v.y);
+
2250  }
+
2251 
+
2252  template<typename T, precision P>
+
2253  GLM_INLINE glm::tvec4<T, P> zzzy(const glm::tvec4<T, P> &v) {
+
2254  return glm::tvec4<T, P>(v.z, v.z, v.z, v.y);
+
2255  }
+
2256 
+
2257  // zzzz
+
2258  template<typename T, precision P>
+
2259  GLM_INLINE glm::tvec4<T, P> zzzz(const glm::tvec3<T, P> &v) {
+
2260  return glm::tvec4<T, P>(v.z, v.z, v.z, v.z);
+
2261  }
+
2262 
+
2263  template<typename T, precision P>
+
2264  GLM_INLINE glm::tvec4<T, P> zzzz(const glm::tvec4<T, P> &v) {
+
2265  return glm::tvec4<T, P>(v.z, v.z, v.z, v.z);
+
2266  }
+
2267 
+
2268  // zzzw
+
2269  template<typename T, precision P>
+
2270  GLM_INLINE glm::tvec4<T, P> zzzw(const glm::tvec4<T, P> &v) {
+
2271  return glm::tvec4<T, P>(v.z, v.z, v.z, v.w);
+
2272  }
+
2273 
+
2274  // zzwx
+
2275  template<typename T, precision P>
+
2276  GLM_INLINE glm::tvec4<T, P> zzwx(const glm::tvec4<T, P> &v) {
+
2277  return glm::tvec4<T, P>(v.z, v.z, v.w, v.x);
+
2278  }
+
2279 
+
2280  // zzwy
+
2281  template<typename T, precision P>
+
2282  GLM_INLINE glm::tvec4<T, P> zzwy(const glm::tvec4<T, P> &v) {
+
2283  return glm::tvec4<T, P>(v.z, v.z, v.w, v.y);
+
2284  }
+
2285 
+
2286  // zzwz
+
2287  template<typename T, precision P>
+
2288  GLM_INLINE glm::tvec4<T, P> zzwz(const glm::tvec4<T, P> &v) {
+
2289  return glm::tvec4<T, P>(v.z, v.z, v.w, v.z);
+
2290  }
+
2291 
+
2292  // zzww
+
2293  template<typename T, precision P>
+
2294  GLM_INLINE glm::tvec4<T, P> zzww(const glm::tvec4<T, P> &v) {
+
2295  return glm::tvec4<T, P>(v.z, v.z, v.w, v.w);
+
2296  }
+
2297 
+
2298  // zwxx
+
2299  template<typename T, precision P>
+
2300  GLM_INLINE glm::tvec4<T, P> zwxx(const glm::tvec4<T, P> &v) {
+
2301  return glm::tvec4<T, P>(v.z, v.w, v.x, v.x);
+
2302  }
+
2303 
+
2304  // zwxy
+
2305  template<typename T, precision P>
+
2306  GLM_INLINE glm::tvec4<T, P> zwxy(const glm::tvec4<T, P> &v) {
+
2307  return glm::tvec4<T, P>(v.z, v.w, v.x, v.y);
+
2308  }
+
2309 
+
2310  // zwxz
+
2311  template<typename T, precision P>
+
2312  GLM_INLINE glm::tvec4<T, P> zwxz(const glm::tvec4<T, P> &v) {
+
2313  return glm::tvec4<T, P>(v.z, v.w, v.x, v.z);
+
2314  }
+
2315 
+
2316  // zwxw
+
2317  template<typename T, precision P>
+
2318  GLM_INLINE glm::tvec4<T, P> zwxw(const glm::tvec4<T, P> &v) {
+
2319  return glm::tvec4<T, P>(v.z, v.w, v.x, v.w);
+
2320  }
+
2321 
+
2322  // zwyx
+
2323  template<typename T, precision P>
+
2324  GLM_INLINE glm::tvec4<T, P> zwyx(const glm::tvec4<T, P> &v) {
+
2325  return glm::tvec4<T, P>(v.z, v.w, v.y, v.x);
+
2326  }
+
2327 
+
2328  // zwyy
+
2329  template<typename T, precision P>
+
2330  GLM_INLINE glm::tvec4<T, P> zwyy(const glm::tvec4<T, P> &v) {
+
2331  return glm::tvec4<T, P>(v.z, v.w, v.y, v.y);
+
2332  }
+
2333 
+
2334  // zwyz
+
2335  template<typename T, precision P>
+
2336  GLM_INLINE glm::tvec4<T, P> zwyz(const glm::tvec4<T, P> &v) {
+
2337  return glm::tvec4<T, P>(v.z, v.w, v.y, v.z);
+
2338  }
+
2339 
+
2340  // zwyw
+
2341  template<typename T, precision P>
+
2342  GLM_INLINE glm::tvec4<T, P> zwyw(const glm::tvec4<T, P> &v) {
+
2343  return glm::tvec4<T, P>(v.z, v.w, v.y, v.w);
+
2344  }
+
2345 
+
2346  // zwzx
+
2347  template<typename T, precision P>
+
2348  GLM_INLINE glm::tvec4<T, P> zwzx(const glm::tvec4<T, P> &v) {
+
2349  return glm::tvec4<T, P>(v.z, v.w, v.z, v.x);
+
2350  }
+
2351 
+
2352  // zwzy
+
2353  template<typename T, precision P>
+
2354  GLM_INLINE glm::tvec4<T, P> zwzy(const glm::tvec4<T, P> &v) {
+
2355  return glm::tvec4<T, P>(v.z, v.w, v.z, v.y);
+
2356  }
+
2357 
+
2358  // zwzz
+
2359  template<typename T, precision P>
+
2360  GLM_INLINE glm::tvec4<T, P> zwzz(const glm::tvec4<T, P> &v) {
+
2361  return glm::tvec4<T, P>(v.z, v.w, v.z, v.z);
+
2362  }
+
2363 
+
2364  // zwzw
+
2365  template<typename T, precision P>
+
2366  GLM_INLINE glm::tvec4<T, P> zwzw(const glm::tvec4<T, P> &v) {
+
2367  return glm::tvec4<T, P>(v.z, v.w, v.z, v.w);
+
2368  }
+
2369 
+
2370  // zwwx
+
2371  template<typename T, precision P>
+
2372  GLM_INLINE glm::tvec4<T, P> zwwx(const glm::tvec4<T, P> &v) {
+
2373  return glm::tvec4<T, P>(v.z, v.w, v.w, v.x);
+
2374  }
+
2375 
+
2376  // zwwy
+
2377  template<typename T, precision P>
+
2378  GLM_INLINE glm::tvec4<T, P> zwwy(const glm::tvec4<T, P> &v) {
+
2379  return glm::tvec4<T, P>(v.z, v.w, v.w, v.y);
+
2380  }
+
2381 
+
2382  // zwwz
+
2383  template<typename T, precision P>
+
2384  GLM_INLINE glm::tvec4<T, P> zwwz(const glm::tvec4<T, P> &v) {
+
2385  return glm::tvec4<T, P>(v.z, v.w, v.w, v.z);
+
2386  }
+
2387 
+
2388  // zwww
+
2389  template<typename T, precision P>
+
2390  GLM_INLINE glm::tvec4<T, P> zwww(const glm::tvec4<T, P> &v) {
+
2391  return glm::tvec4<T, P>(v.z, v.w, v.w, v.w);
+
2392  }
+
2393 
+
2394  // wxxx
+
2395  template<typename T, precision P>
+
2396  GLM_INLINE glm::tvec4<T, P> wxxx(const glm::tvec4<T, P> &v) {
+
2397  return glm::tvec4<T, P>(v.w, v.x, v.x, v.x);
+
2398  }
+
2399 
+
2400  // wxxy
+
2401  template<typename T, precision P>
+
2402  GLM_INLINE glm::tvec4<T, P> wxxy(const glm::tvec4<T, P> &v) {
+
2403  return glm::tvec4<T, P>(v.w, v.x, v.x, v.y);
+
2404  }
+
2405 
+
2406  // wxxz
+
2407  template<typename T, precision P>
+
2408  GLM_INLINE glm::tvec4<T, P> wxxz(const glm::tvec4<T, P> &v) {
+
2409  return glm::tvec4<T, P>(v.w, v.x, v.x, v.z);
+
2410  }
+
2411 
+
2412  // wxxw
+
2413  template<typename T, precision P>
+
2414  GLM_INLINE glm::tvec4<T, P> wxxw(const glm::tvec4<T, P> &v) {
+
2415  return glm::tvec4<T, P>(v.w, v.x, v.x, v.w);
+
2416  }
+
2417 
+
2418  // wxyx
+
2419  template<typename T, precision P>
+
2420  GLM_INLINE glm::tvec4<T, P> wxyx(const glm::tvec4<T, P> &v) {
+
2421  return glm::tvec4<T, P>(v.w, v.x, v.y, v.x);
+
2422  }
+
2423 
+
2424  // wxyy
+
2425  template<typename T, precision P>
+
2426  GLM_INLINE glm::tvec4<T, P> wxyy(const glm::tvec4<T, P> &v) {
+
2427  return glm::tvec4<T, P>(v.w, v.x, v.y, v.y);
+
2428  }
+
2429 
+
2430  // wxyz
+
2431  template<typename T, precision P>
+
2432  GLM_INLINE glm::tvec4<T, P> wxyz(const glm::tvec4<T, P> &v) {
+
2433  return glm::tvec4<T, P>(v.w, v.x, v.y, v.z);
+
2434  }
+
2435 
+
2436  // wxyw
+
2437  template<typename T, precision P>
+
2438  GLM_INLINE glm::tvec4<T, P> wxyw(const glm::tvec4<T, P> &v) {
+
2439  return glm::tvec4<T, P>(v.w, v.x, v.y, v.w);
+
2440  }
+
2441 
+
2442  // wxzx
+
2443  template<typename T, precision P>
+
2444  GLM_INLINE glm::tvec4<T, P> wxzx(const glm::tvec4<T, P> &v) {
+
2445  return glm::tvec4<T, P>(v.w, v.x, v.z, v.x);
+
2446  }
+
2447 
+
2448  // wxzy
+
2449  template<typename T, precision P>
+
2450  GLM_INLINE glm::tvec4<T, P> wxzy(const glm::tvec4<T, P> &v) {
+
2451  return glm::tvec4<T, P>(v.w, v.x, v.z, v.y);
+
2452  }
+
2453 
+
2454  // wxzz
+
2455  template<typename T, precision P>
+
2456  GLM_INLINE glm::tvec4<T, P> wxzz(const glm::tvec4<T, P> &v) {
+
2457  return glm::tvec4<T, P>(v.w, v.x, v.z, v.z);
+
2458  }
+
2459 
+
2460  // wxzw
+
2461  template<typename T, precision P>
+
2462  GLM_INLINE glm::tvec4<T, P> wxzw(const glm::tvec4<T, P> &v) {
+
2463  return glm::tvec4<T, P>(v.w, v.x, v.z, v.w);
+
2464  }
+
2465 
+
2466  // wxwx
+
2467  template<typename T, precision P>
+
2468  GLM_INLINE glm::tvec4<T, P> wxwx(const glm::tvec4<T, P> &v) {
+
2469  return glm::tvec4<T, P>(v.w, v.x, v.w, v.x);
+
2470  }
+
2471 
+
2472  // wxwy
+
2473  template<typename T, precision P>
+
2474  GLM_INLINE glm::tvec4<T, P> wxwy(const glm::tvec4<T, P> &v) {
+
2475  return glm::tvec4<T, P>(v.w, v.x, v.w, v.y);
+
2476  }
+
2477 
+
2478  // wxwz
+
2479  template<typename T, precision P>
+
2480  GLM_INLINE glm::tvec4<T, P> wxwz(const glm::tvec4<T, P> &v) {
+
2481  return glm::tvec4<T, P>(v.w, v.x, v.w, v.z);
+
2482  }
+
2483 
+
2484  // wxww
+
2485  template<typename T, precision P>
+
2486  GLM_INLINE glm::tvec4<T, P> wxww(const glm::tvec4<T, P> &v) {
+
2487  return glm::tvec4<T, P>(v.w, v.x, v.w, v.w);
+
2488  }
+
2489 
+
2490  // wyxx
+
2491  template<typename T, precision P>
+
2492  GLM_INLINE glm::tvec4<T, P> wyxx(const glm::tvec4<T, P> &v) {
+
2493  return glm::tvec4<T, P>(v.w, v.y, v.x, v.x);
+
2494  }
+
2495 
+
2496  // wyxy
+
2497  template<typename T, precision P>
+
2498  GLM_INLINE glm::tvec4<T, P> wyxy(const glm::tvec4<T, P> &v) {
+
2499  return glm::tvec4<T, P>(v.w, v.y, v.x, v.y);
+
2500  }
+
2501 
+
2502  // wyxz
+
2503  template<typename T, precision P>
+
2504  GLM_INLINE glm::tvec4<T, P> wyxz(const glm::tvec4<T, P> &v) {
+
2505  return glm::tvec4<T, P>(v.w, v.y, v.x, v.z);
+
2506  }
+
2507 
+
2508  // wyxw
+
2509  template<typename T, precision P>
+
2510  GLM_INLINE glm::tvec4<T, P> wyxw(const glm::tvec4<T, P> &v) {
+
2511  return glm::tvec4<T, P>(v.w, v.y, v.x, v.w);
+
2512  }
+
2513 
+
2514  // wyyx
+
2515  template<typename T, precision P>
+
2516  GLM_INLINE glm::tvec4<T, P> wyyx(const glm::tvec4<T, P> &v) {
+
2517  return glm::tvec4<T, P>(v.w, v.y, v.y, v.x);
+
2518  }
+
2519 
+
2520  // wyyy
+
2521  template<typename T, precision P>
+
2522  GLM_INLINE glm::tvec4<T, P> wyyy(const glm::tvec4<T, P> &v) {
+
2523  return glm::tvec4<T, P>(v.w, v.y, v.y, v.y);
+
2524  }
+
2525 
+
2526  // wyyz
+
2527  template<typename T, precision P>
+
2528  GLM_INLINE glm::tvec4<T, P> wyyz(const glm::tvec4<T, P> &v) {
+
2529  return glm::tvec4<T, P>(v.w, v.y, v.y, v.z);
+
2530  }
+
2531 
+
2532  // wyyw
+
2533  template<typename T, precision P>
+
2534  GLM_INLINE glm::tvec4<T, P> wyyw(const glm::tvec4<T, P> &v) {
+
2535  return glm::tvec4<T, P>(v.w, v.y, v.y, v.w);
+
2536  }
+
2537 
+
2538  // wyzx
+
2539  template<typename T, precision P>
+
2540  GLM_INLINE glm::tvec4<T, P> wyzx(const glm::tvec4<T, P> &v) {
+
2541  return glm::tvec4<T, P>(v.w, v.y, v.z, v.x);
+
2542  }
+
2543 
+
2544  // wyzy
+
2545  template<typename T, precision P>
+
2546  GLM_INLINE glm::tvec4<T, P> wyzy(const glm::tvec4<T, P> &v) {
+
2547  return glm::tvec4<T, P>(v.w, v.y, v.z, v.y);
+
2548  }
+
2549 
+
2550  // wyzz
+
2551  template<typename T, precision P>
+
2552  GLM_INLINE glm::tvec4<T, P> wyzz(const glm::tvec4<T, P> &v) {
+
2553  return glm::tvec4<T, P>(v.w, v.y, v.z, v.z);
+
2554  }
+
2555 
+
2556  // wyzw
+
2557  template<typename T, precision P>
+
2558  GLM_INLINE glm::tvec4<T, P> wyzw(const glm::tvec4<T, P> &v) {
+
2559  return glm::tvec4<T, P>(v.w, v.y, v.z, v.w);
+
2560  }
+
2561 
+
2562  // wywx
+
2563  template<typename T, precision P>
+
2564  GLM_INLINE glm::tvec4<T, P> wywx(const glm::tvec4<T, P> &v) {
+
2565  return glm::tvec4<T, P>(v.w, v.y, v.w, v.x);
+
2566  }
+
2567 
+
2568  // wywy
+
2569  template<typename T, precision P>
+
2570  GLM_INLINE glm::tvec4<T, P> wywy(const glm::tvec4<T, P> &v) {
+
2571  return glm::tvec4<T, P>(v.w, v.y, v.w, v.y);
+
2572  }
+
2573 
+
2574  // wywz
+
2575  template<typename T, precision P>
+
2576  GLM_INLINE glm::tvec4<T, P> wywz(const glm::tvec4<T, P> &v) {
+
2577  return glm::tvec4<T, P>(v.w, v.y, v.w, v.z);
+
2578  }
+
2579 
+
2580  // wyww
+
2581  template<typename T, precision P>
+
2582  GLM_INLINE glm::tvec4<T, P> wyww(const glm::tvec4<T, P> &v) {
+
2583  return glm::tvec4<T, P>(v.w, v.y, v.w, v.w);
+
2584  }
+
2585 
+
2586  // wzxx
+
2587  template<typename T, precision P>
+
2588  GLM_INLINE glm::tvec4<T, P> wzxx(const glm::tvec4<T, P> &v) {
+
2589  return glm::tvec4<T, P>(v.w, v.z, v.x, v.x);
+
2590  }
+
2591 
+
2592  // wzxy
+
2593  template<typename T, precision P>
+
2594  GLM_INLINE glm::tvec4<T, P> wzxy(const glm::tvec4<T, P> &v) {
+
2595  return glm::tvec4<T, P>(v.w, v.z, v.x, v.y);
+
2596  }
+
2597 
+
2598  // wzxz
+
2599  template<typename T, precision P>
+
2600  GLM_INLINE glm::tvec4<T, P> wzxz(const glm::tvec4<T, P> &v) {
+
2601  return glm::tvec4<T, P>(v.w, v.z, v.x, v.z);
+
2602  }
+
2603 
+
2604  // wzxw
+
2605  template<typename T, precision P>
+
2606  GLM_INLINE glm::tvec4<T, P> wzxw(const glm::tvec4<T, P> &v) {
+
2607  return glm::tvec4<T, P>(v.w, v.z, v.x, v.w);
+
2608  }
+
2609 
+
2610  // wzyx
+
2611  template<typename T, precision P>
+
2612  GLM_INLINE glm::tvec4<T, P> wzyx(const glm::tvec4<T, P> &v) {
+
2613  return glm::tvec4<T, P>(v.w, v.z, v.y, v.x);
+
2614  }
+
2615 
+
2616  // wzyy
+
2617  template<typename T, precision P>
+
2618  GLM_INLINE glm::tvec4<T, P> wzyy(const glm::tvec4<T, P> &v) {
+
2619  return glm::tvec4<T, P>(v.w, v.z, v.y, v.y);
+
2620  }
+
2621 
+
2622  // wzyz
+
2623  template<typename T, precision P>
+
2624  GLM_INLINE glm::tvec4<T, P> wzyz(const glm::tvec4<T, P> &v) {
+
2625  return glm::tvec4<T, P>(v.w, v.z, v.y, v.z);
+
2626  }
+
2627 
+
2628  // wzyw
+
2629  template<typename T, precision P>
+
2630  GLM_INLINE glm::tvec4<T, P> wzyw(const glm::tvec4<T, P> &v) {
+
2631  return glm::tvec4<T, P>(v.w, v.z, v.y, v.w);
+
2632  }
+
2633 
+
2634  // wzzx
+
2635  template<typename T, precision P>
+
2636  GLM_INLINE glm::tvec4<T, P> wzzx(const glm::tvec4<T, P> &v) {
+
2637  return glm::tvec4<T, P>(v.w, v.z, v.z, v.x);
+
2638  }
+
2639 
+
2640  // wzzy
+
2641  template<typename T, precision P>
+
2642  GLM_INLINE glm::tvec4<T, P> wzzy(const glm::tvec4<T, P> &v) {
+
2643  return glm::tvec4<T, P>(v.w, v.z, v.z, v.y);
+
2644  }
+
2645 
+
2646  // wzzz
+
2647  template<typename T, precision P>
+
2648  GLM_INLINE glm::tvec4<T, P> wzzz(const glm::tvec4<T, P> &v) {
+
2649  return glm::tvec4<T, P>(v.w, v.z, v.z, v.z);
+
2650  }
+
2651 
+
2652  // wzzw
+
2653  template<typename T, precision P>
+
2654  GLM_INLINE glm::tvec4<T, P> wzzw(const glm::tvec4<T, P> &v) {
+
2655  return glm::tvec4<T, P>(v.w, v.z, v.z, v.w);
+
2656  }
+
2657 
+
2658  // wzwx
+
2659  template<typename T, precision P>
+
2660  GLM_INLINE glm::tvec4<T, P> wzwx(const glm::tvec4<T, P> &v) {
+
2661  return glm::tvec4<T, P>(v.w, v.z, v.w, v.x);
+
2662  }
+
2663 
+
2664  // wzwy
+
2665  template<typename T, precision P>
+
2666  GLM_INLINE glm::tvec4<T, P> wzwy(const glm::tvec4<T, P> &v) {
+
2667  return glm::tvec4<T, P>(v.w, v.z, v.w, v.y);
+
2668  }
+
2669 
+
2670  // wzwz
+
2671  template<typename T, precision P>
+
2672  GLM_INLINE glm::tvec4<T, P> wzwz(const glm::tvec4<T, P> &v) {
+
2673  return glm::tvec4<T, P>(v.w, v.z, v.w, v.z);
+
2674  }
+
2675 
+
2676  // wzww
+
2677  template<typename T, precision P>
+
2678  GLM_INLINE glm::tvec4<T, P> wzww(const glm::tvec4<T, P> &v) {
+
2679  return glm::tvec4<T, P>(v.w, v.z, v.w, v.w);
+
2680  }
+
2681 
+
2682  // wwxx
+
2683  template<typename T, precision P>
+
2684  GLM_INLINE glm::tvec4<T, P> wwxx(const glm::tvec4<T, P> &v) {
+
2685  return glm::tvec4<T, P>(v.w, v.w, v.x, v.x);
+
2686  }
+
2687 
+
2688  // wwxy
+
2689  template<typename T, precision P>
+
2690  GLM_INLINE glm::tvec4<T, P> wwxy(const glm::tvec4<T, P> &v) {
+
2691  return glm::tvec4<T, P>(v.w, v.w, v.x, v.y);
+
2692  }
+
2693 
+
2694  // wwxz
+
2695  template<typename T, precision P>
+
2696  GLM_INLINE glm::tvec4<T, P> wwxz(const glm::tvec4<T, P> &v) {
+
2697  return glm::tvec4<T, P>(v.w, v.w, v.x, v.z);
+
2698  }
+
2699 
+
2700  // wwxw
+
2701  template<typename T, precision P>
+
2702  GLM_INLINE glm::tvec4<T, P> wwxw(const glm::tvec4<T, P> &v) {
+
2703  return glm::tvec4<T, P>(v.w, v.w, v.x, v.w);
+
2704  }
+
2705 
+
2706  // wwyx
+
2707  template<typename T, precision P>
+
2708  GLM_INLINE glm::tvec4<T, P> wwyx(const glm::tvec4<T, P> &v) {
+
2709  return glm::tvec4<T, P>(v.w, v.w, v.y, v.x);
+
2710  }
+
2711 
+
2712  // wwyy
+
2713  template<typename T, precision P>
+
2714  GLM_INLINE glm::tvec4<T, P> wwyy(const glm::tvec4<T, P> &v) {
+
2715  return glm::tvec4<T, P>(v.w, v.w, v.y, v.y);
+
2716  }
+
2717 
+
2718  // wwyz
+
2719  template<typename T, precision P>
+
2720  GLM_INLINE glm::tvec4<T, P> wwyz(const glm::tvec4<T, P> &v) {
+
2721  return glm::tvec4<T, P>(v.w, v.w, v.y, v.z);
+
2722  }
+
2723 
+
2724  // wwyw
+
2725  template<typename T, precision P>
+
2726  GLM_INLINE glm::tvec4<T, P> wwyw(const glm::tvec4<T, P> &v) {
+
2727  return glm::tvec4<T, P>(v.w, v.w, v.y, v.w);
+
2728  }
+
2729 
+
2730  // wwzx
+
2731  template<typename T, precision P>
+
2732  GLM_INLINE glm::tvec4<T, P> wwzx(const glm::tvec4<T, P> &v) {
+
2733  return glm::tvec4<T, P>(v.w, v.w, v.z, v.x);
+
2734  }
+
2735 
+
2736  // wwzy
+
2737  template<typename T, precision P>
+
2738  GLM_INLINE glm::tvec4<T, P> wwzy(const glm::tvec4<T, P> &v) {
+
2739  return glm::tvec4<T, P>(v.w, v.w, v.z, v.y);
+
2740  }
+
2741 
+
2742  // wwzz
+
2743  template<typename T, precision P>
+
2744  GLM_INLINE glm::tvec4<T, P> wwzz(const glm::tvec4<T, P> &v) {
+
2745  return glm::tvec4<T, P>(v.w, v.w, v.z, v.z);
+
2746  }
+
2747 
+
2748  // wwzw
+
2749  template<typename T, precision P>
+
2750  GLM_INLINE glm::tvec4<T, P> wwzw(const glm::tvec4<T, P> &v) {
+
2751  return glm::tvec4<T, P>(v.w, v.w, v.z, v.w);
+
2752  }
+
2753 
+
2754  // wwwx
+
2755  template<typename T, precision P>
+
2756  GLM_INLINE glm::tvec4<T, P> wwwx(const glm::tvec4<T, P> &v) {
+
2757  return glm::tvec4<T, P>(v.w, v.w, v.w, v.x);
+
2758  }
+
2759 
+
2760  // wwwy
+
2761  template<typename T, precision P>
+
2762  GLM_INLINE glm::tvec4<T, P> wwwy(const glm::tvec4<T, P> &v) {
+
2763  return glm::tvec4<T, P>(v.w, v.w, v.w, v.y);
+
2764  }
+
2765 
+
2766  // wwwz
+
2767  template<typename T, precision P>
+
2768  GLM_INLINE glm::tvec4<T, P> wwwz(const glm::tvec4<T, P> &v) {
+
2769  return glm::tvec4<T, P>(v.w, v.w, v.w, v.z);
+
2770  }
+
2771 
+
2772  // wwww
+
2773  template<typename T, precision P>
+
2774  GLM_INLINE glm::tvec4<T, P> wwww(const glm::tvec4<T, P> &v) {
+
2775  return glm::tvec4<T, P>(v.w, v.w, v.w, v.w);
+
2776  }
+
2777 
+
2778 }
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00136.html b/glm/doc/api/a00136.html new file mode 100644 index 0000000..40d8d93 --- /dev/null +++ b/glm/doc/api/a00136.html @@ -0,0 +1,131 @@ + + + + + + +0.9.9 API documenation: vector_angle.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
vector_angle.hpp File Reference
+
+
+ +

GLM_GTX_vector_angle +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Functions

template<typename vecType >
GLM_FUNC_DECL vecType::value_type angle (vecType const &x, vecType const &y)
 Returns the absolute angle between two vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T orientedAngle (tvec2< T, P > const &x, tvec2< T, P > const &y)
 Returns the oriented angle between two 2d vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T orientedAngle (tvec3< T, P > const &x, tvec3< T, P > const &y, tvec3< T, P > const &ref)
 Returns the oriented angle between two 3d vectors based from a reference axis. More...
 
+

Detailed Description

+

GLM_GTX_vector_angle

+
See also
GLM Core (dependence)
+
+GLM_GTX_quaternion (dependence)
+
+gtx_epsilon (dependence)
+ +

Definition in file vector_angle.hpp.

+
+ + + + diff --git a/glm/doc/api/a00136_source.html b/glm/doc/api/a00136_source.html new file mode 100644 index 0000000..1aa269d --- /dev/null +++ b/glm/doc/api/a00136_source.html @@ -0,0 +1,141 @@ + + + + + + +0.9.9 API documenation: vector_angle.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vector_angle.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependency:
+
18 #include "../glm.hpp"
+
19 #include "../gtc/epsilon.hpp"
+
20 #include "../gtx/quaternion.hpp"
+
21 #include "../gtx/rotate_vector.hpp"
+
22 
+
23 #ifndef GLM_ENABLE_EXPERIMENTAL
+
24 # error "GLM: GLM_GTX_vector_angle is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
25 #endif
+
26 
+
27 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
28 # pragma message("GLM: GLM_GTX_vector_angle extension included")
+
29 #endif
+
30 
+
31 namespace glm
+
32 {
+
35 
+
39  template <typename vecType>
+
40  GLM_FUNC_DECL typename vecType::value_type angle(
+
41  vecType const & x,
+
42  vecType const & y);
+
43 
+
47  template <typename T, precision P>
+
48  GLM_FUNC_DECL T orientedAngle(
+
49  tvec2<T, P> const & x,
+
50  tvec2<T, P> const & y);
+
51 
+
55  template <typename T, precision P>
+
56  GLM_FUNC_DECL T orientedAngle(
+
57  tvec3<T, P> const & x,
+
58  tvec3<T, P> const & y,
+
59  tvec3<T, P> const & ref);
+
60 
+
62 }// namespace glm
+
63 
+
64 #include "vector_angle.inl"
+
GLM_FUNC_DECL T orientedAngle(tvec3< T, P > const &x, tvec3< T, P > const &y, tvec3< T, P > const &ref)
Returns the oriented angle between two 3d vectors based from a reference axis.
+
GLM_FUNC_DECL vecType::value_type angle(vecType const &x, vecType const &y)
Returns the absolute angle between two vectors.
+
Definition: _noise.hpp:11
+
+ + + + diff --git a/glm/doc/api/a00137.html b/glm/doc/api/a00137.html new file mode 100644 index 0000000..cfbb991 --- /dev/null +++ b/glm/doc/api/a00137.html @@ -0,0 +1,139 @@ + + + + + + +0.9.9 API documenation: vector_query.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
vector_query.hpp File Reference
+
+
+ +

GLM_GTX_vector_query +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool areCollinear (vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
 Check whether two vectors are collinears. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool areOrthogonal (vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
 Check whether two vectors are orthogonals. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool areOrthonormal (vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
 Check whether two vectors are orthonormal. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isCompNull (vecType< T, P > const &v, T const &epsilon)
 Check whether a each component of a vector is null. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool isNormalized (vecType< T, P > const &v, T const &epsilon)
 Check whether a vector is normalized. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool isNull (vecType< T, P > const &v, T const &epsilon)
 Check whether a vector is null. More...
 
+

Detailed Description

+

GLM_GTX_vector_query

+
See also
GLM Core (dependence)
+ +

Definition in file vector_query.hpp.

+
+ + + + diff --git a/glm/doc/api/a00137_source.html b/glm/doc/api/a00137_source.html new file mode 100644 index 0000000..f172d99 --- /dev/null +++ b/glm/doc/api/a00137_source.html @@ -0,0 +1,147 @@ + + + + + + +0.9.9 API documenation: vector_query.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vector_query.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 #include <cfloat>
+
18 #include <limits>
+
19 
+
20 #ifndef GLM_ENABLE_EXPERIMENTAL
+
21 # error "GLM: GLM_GTX_vector_query is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
22 #endif
+
23 
+
24 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
25 # pragma message("GLM: GLM_GTX_vector_query extension included")
+
26 #endif
+
27 
+
28 namespace glm
+
29 {
+
32 
+
35  template <typename T, precision P, template <typename, precision> class vecType>
+
36  GLM_FUNC_DECL bool areCollinear(vecType<T, P> const & v0, vecType<T, P> const & v1, T const & epsilon);
+
37 
+
40  template <typename T, precision P, template <typename, precision> class vecType>
+
41  GLM_FUNC_DECL bool areOrthogonal(vecType<T, P> const & v0, vecType<T, P> const & v1, T const & epsilon);
+
42 
+
45  template <typename T, precision P, template <typename, precision> class vecType>
+
46  GLM_FUNC_DECL bool isNormalized(vecType<T, P> const & v, T const & epsilon);
+
47 
+
50  template <typename T, precision P, template <typename, precision> class vecType>
+
51  GLM_FUNC_DECL bool isNull(vecType<T, P> const & v, T const & epsilon);
+
52 
+
55  template <typename T, precision P, template <typename, precision> class vecType>
+
56  GLM_FUNC_DECL vecType<bool, P> isCompNull(vecType<T, P> const & v, T const & epsilon);
+
57 
+
60  template <typename T, precision P, template <typename, precision> class vecType>
+
61  GLM_FUNC_DECL bool areOrthonormal(vecType<T, P> const & v0, vecType<T, P> const & v1, T const & epsilon);
+
62 
+
64 }// namespace glm
+
65 
+
66 #include "vector_query.inl"
+
GLM_FUNC_DECL bool isNormalized(vecType< T, P > const &v, T const &epsilon)
Check whether a vector is normalized.
+
GLM_FUNC_DECL bool isNull(vecType< T, P > const &v, T const &epsilon)
Check whether a vector is null.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.
+
GLM_FUNC_DECL bool areOrthonormal(vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
Check whether two vectors are orthonormal.
+
GLM_FUNC_DECL vecType< bool, P > isCompNull(vecType< T, P > const &v, T const &epsilon)
Check whether a each component of a vector is null.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL bool areOrthogonal(vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
Check whether two vectors are orthogonals.
+
GLM_FUNC_DECL bool areCollinear(vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
Check whether two vectors are collinears.
+
+ + + + diff --git a/glm/doc/api/a00138.html b/glm/doc/api/a00138.html new file mode 100644 index 0000000..44b0ea7 --- /dev/null +++ b/glm/doc/api/a00138.html @@ -0,0 +1,108 @@ + + + + + + +0.9.9 API documenation: vector_relational.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vector_relational.hpp File Reference
+
+
+ +

GLM Core +More...

+ +

Go to the source code of this file.

+

Detailed Description

+

GLM Core

+ +

Definition in file vector_relational.hpp.

+
+ + + + diff --git a/glm/doc/api/a00138_source.html b/glm/doc/api/a00138_source.html new file mode 100644 index 0000000..e7631f1 --- /dev/null +++ b/glm/doc/api/a00138_source.html @@ -0,0 +1,104 @@ + + + + + + +0.9.9 API documenation: vector_relational.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
vector_relational.hpp
+
+ + + + + diff --git a/glm/doc/api/a00139.html b/glm/doc/api/a00139.html new file mode 100644 index 0000000..f71ad59 --- /dev/null +++ b/glm/doc/api/a00139.html @@ -0,0 +1,131 @@ + + + + + + +0.9.9 API documenation: wrap.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
wrap.hpp File Reference
+
+
+ +

GLM_GTX_wrap +More...

+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType clamp (genType const &Texcoord)
 Simulate GL_CLAMP OpenGL wrap mode. More...
 
template<typename genType >
GLM_FUNC_DECL genType mirrorClamp (genType const &Texcoord)
 Simulate GL_MIRRORED_REPEAT OpenGL wrap mode. More...
 
template<typename genType >
GLM_FUNC_DECL genType mirrorRepeat (genType const &Texcoord)
 Simulate GL_MIRROR_REPEAT OpenGL wrap mode. More...
 
template<typename genType >
GLM_FUNC_DECL genType repeat (genType const &Texcoord)
 Simulate GL_REPEAT OpenGL wrap mode. More...
 
+

Detailed Description

+

GLM_GTX_wrap

+
See also
GLM Core (dependence)
+ +

Definition in file wrap.hpp.

+
+ + + + diff --git a/glm/doc/api/a00139_source.html b/glm/doc/api/a00139_source.html new file mode 100644 index 0000000..87e37da --- /dev/null +++ b/glm/doc/api/a00139_source.html @@ -0,0 +1,137 @@ + + + + + + +0.9.9 API documenation: wrap.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
wrap.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 // Dependency:
+
16 #include "../glm.hpp"
+
17 #include "../gtc/vec1.hpp"
+
18 
+
19 #ifndef GLM_ENABLE_EXPERIMENTAL
+
20 # error "GLM: GLM_GTX_wrap is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
+
21 #endif
+
22 
+
23 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
+
24 # pragma message("GLM: GLM_GTX_wrap extension included")
+
25 #endif
+
26 
+
27 namespace glm
+
28 {
+
31 
+
34  template <typename genType>
+
35  GLM_FUNC_DECL genType clamp(genType const& Texcoord);
+
36 
+
39  template <typename genType>
+
40  GLM_FUNC_DECL genType repeat(genType const& Texcoord);
+
41 
+
44  template <typename genType>
+
45  GLM_FUNC_DECL genType mirrorClamp(genType const& Texcoord);
+
46 
+
49  template <typename genType>
+
50  GLM_FUNC_DECL genType mirrorRepeat(genType const& Texcoord);
+
51 
+
53 }// namespace glm
+
54 
+
55 #include "wrap.inl"
+
GLM_FUNC_DECL genType clamp(genType const &Texcoord)
Simulate GL_CLAMP OpenGL wrap mode.
+
GLM_FUNC_DECL genType mirrorRepeat(genType const &Texcoord)
Simulate GL_MIRROR_REPEAT OpenGL wrap mode.
+
GLM_FUNC_DECL genType mirrorClamp(genType const &Texcoord)
Simulate GL_MIRRORED_REPEAT OpenGL wrap mode.
+
Definition: _noise.hpp:11
+
GLM_FUNC_DECL genType repeat(genType const &Texcoord)
Simulate GL_REPEAT OpenGL wrap mode.
+
+ + + + diff --git a/glm/doc/api/a00145.html b/glm/doc/api/a00145.html new file mode 100644 index 0000000..10b4584 --- /dev/null +++ b/glm/doc/api/a00145.html @@ -0,0 +1,1196 @@ + + + + + + +0.9.9 API documenation: Common functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Common functions
+
+
+ +

These all operate component-wise. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType abs (genType x)
 Returns x if x >= 0; otherwise, it returns -x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > ceil (vecType< T, P > const &x)
 Returns a value equal to the nearest integer that is greater than or equal to x. More...
 
template<typename genType >
GLM_FUNC_DECL genType clamp (genType x, genType minVal, genType maxVal)
 Returns min(max(x, minVal), maxVal) for each component in x using the floating-point values minVal and maxVal. More...
 
GLM_FUNC_DECL int floatBitsToInt (float const &v)
 Returns a signed integer value representing the encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< int, P > floatBitsToInt (vecType< float, P > const &v)
 Returns a signed integer value representing the encoding of a floating-point value. More...
 
GLM_FUNC_DECL uint floatBitsToUint (float const &v)
 Returns a unsigned integer value representing the encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< uint, P > floatBitsToUint (vecType< float, P > const &v)
 Returns a unsigned integer value representing the encoding of a floating-point value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > floor (vecType< T, P > const &x)
 Returns a value equal to the nearest integer that is less then or equal to x. More...
 
template<typename genType >
GLM_FUNC_DECL genType fma (genType const &a, genType const &b, genType const &c)
 Computes and returns a * b + c. More...
 
template<typename genType >
GLM_FUNC_DECL genType fract (genType x)
 Return x - floor(x). More...
 
template<typename genType , typename genIType >
GLM_FUNC_DECL genType frexp (genType const &x, genIType &exp)
 Splits x into a floating-point significand in the range [0.5, 1.0) and an integral exponent of two, such that: x = significand * exp(2, exponent) More...
 
GLM_FUNC_DECL float intBitsToFloat (int const &v)
 Returns a floating-point value corresponding to a signed integer encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< float, P > intBitsToFloat (vecType< int, P > const &v)
 Returns a floating-point value corresponding to a signed integer encoding of a floating-point value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isinf (vecType< T, P > const &x)
 Returns true if x holds a positive infinity or negative infinity representation in the underlying implementation's set of floating point representations. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isnan (vecType< T, P > const &x)
 Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of floating point representations. More...
 
template<typename genType , typename genIType >
GLM_FUNC_DECL genType ldexp (genType const &x, genIType const &exp)
 Builds a floating-point number from x and the corresponding integral exponent of two in exp, returning: significand * exp(2, exponent) More...
 
template<typename genType >
GLM_FUNC_DECL genType max (genType x, genType y)
 Returns y if x < y; otherwise, it returns x. More...
 
template<typename genType >
GLM_FUNC_DECL genType min (genType x, genType y)
 Returns y if y < x; otherwise, it returns x. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mix (vecType< T, P > const &x, vecType< T, P > const &y, vecType< U, P > const &a)
 If genTypeU is a floating scalar or vector: Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. More...
 
template<typename genType >
GLM_FUNC_DECL genType mod (genType x, genType y)
 Modulus. More...
 
template<typename genType >
GLM_FUNC_DECL genType modf (genType x, genType &i)
 Returns the fractional part of x and sets i to the integer part (as a whole number floating point value). More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > round (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > roundEven (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sign (vecType< T, P > const &x)
 Returns 1.0 if x > 0, 0.0 if x == 0, or -1.0 if x < 0. More...
 
template<typename genType >
GLM_FUNC_DECL genType smoothstep (genType edge0, genType edge1, genType x)
 Returns 0.0 if x <= edge0 and 1.0 if x >= edge1 and performs smooth Hermite interpolation between 0 and 1 when edge0 < x < edge1. More...
 
template<typename genType >
GLM_FUNC_DECL genType step (genType edge, genType x)
 Returns 0.0 if x < edge, otherwise it returns 1.0 for each component of a genType. More...
 
template<template< typename, precision > class vecType, typename T , precision P>
GLM_FUNC_DECL vecType< T, P > step (T edge, vecType< T, P > const &x)
 Returns 0.0 if x < edge, otherwise it returns 1.0. More...
 
template<template< typename, precision > class vecType, typename T , precision P>
GLM_FUNC_DECL vecType< T, P > step (vecType< T, P > const &edge, vecType< T, P > const &x)
 Returns 0.0 if x < edge, otherwise it returns 1.0. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > trunc (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x whose absolute value is not larger than the absolute value of x. More...
 
GLM_FUNC_DECL float uintBitsToFloat (uint const &v)
 Returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value. More...
 
template<template< typename, precision > class vecType, precision P>
GLM_FUNC_DECL vecType< float, P > uintBitsToFloat (vecType< uint, P > const &v)
 Returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value. More...
 
+

Detailed Description

+

These all operate component-wise.

+

The description is per component.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::abs (genType x)
+
+ +

Returns x if x >= 0; otherwise, it returns -x.

+
Template Parameters
+ + +
genTypefloating-point or signed integer; scalar or vector types.
+
+
+
See also
GLSL abs man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::ceil (vecType< T, P > const & x)
+
+ +

Returns a value equal to the nearest integer that is greater than or equal to x.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL ceil man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::clamp (genType x,
genType minVal,
genType maxVal 
)
+
+ +

Returns min(max(x, minVal), maxVal) for each component in x using the floating-point values minVal and maxVal.

+
Template Parameters
+ + +
genTypeFloating-point or integer; scalar or vector types.
+
+
+
See also
GLSL clamp man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +

Referenced by glm::saturate().

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL int glm::floatBitsToInt (float const & v)
+
+ +

Returns a signed integer value representing the encoding of a floating-point value.

+

The floating-point value's bit-level representation is preserved.

+
See also
GLSL floatBitsToInt man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<int, P> glm::floatBitsToInt (vecType< float, P > const & v)
+
+ +

Returns a signed integer value representing the encoding of a floating-point value.

+

The floatingpoint value's bit-level representation is preserved.

+
See also
GLSL floatBitsToInt man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::floatBitsToUint (float const & v)
+
+ +

Returns a unsigned integer value representing the encoding of a floating-point value.

+

The floatingpoint value's bit-level representation is preserved.

+
See also
GLSL floatBitsToUint man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<uint, P> glm::floatBitsToUint (vecType< float, P > const & v)
+
+ +

Returns a unsigned integer value representing the encoding of a floating-point value.

+

The floatingpoint value's bit-level representation is preserved.

+
See also
GLSL floatBitsToUint man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::floor (vecType< T, P > const & x)
+
+ +

Returns a value equal to the nearest integer that is less then or equal to x.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL floor man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::fma (genType const & a,
genType const & b,
genType const & c 
)
+
+ +

Computes and returns a * b + c.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL fma man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::fract (genType x)
+
+ +

Return x - floor(x).

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL fract man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::frexp (genType const & x,
genIType & exp 
)
+
+ +

Splits x into a floating-point significand in the range [0.5, 1.0) and an integral exponent of two, such that: x = significand * exp(2, exponent)

+

The significand is returned by the function and the exponent is returned in the parameter exp. For a floating-point value of zero, the significant and exponent are both zero. For a floating-point value that is an infinity or is not a number, the results are undefined.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL frexp man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL float glm::intBitsToFloat (int const & v)
+
+ +

Returns a floating-point value corresponding to a signed integer encoding of a floating-point value.

+

If an inf or NaN is passed in, it will not signal, and the resulting floating point value is unspecified. Otherwise, the bit-level representation is preserved.

+
See also
GLSL intBitsToFloat man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<float, P> glm::intBitsToFloat (vecType< int, P > const & v)
+
+ +

Returns a floating-point value corresponding to a signed integer encoding of a floating-point value.

+

If an inf or NaN is passed in, it will not signal, and the resulting floating point value is unspecified. Otherwise, the bit-level representation is preserved.

+
See also
GLSL intBitsToFloat man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::isinf (vecType< T, P > const & x)
+
+ +

Returns true if x holds a positive infinity or negative infinity representation in the underlying implementation's set of floating point representations.

+

Returns false otherwise, including for implementations with no infinity representations.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL isinf man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::isnan (vecType< T, P > const & x)
+
+ +

Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of floating point representations.

+

Returns false otherwise, including for implementations with no NaN representations.

+

/!\ When using compiler fast math, this function may fail.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL isnan man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::ldexp (genType const & x,
genIType const & exp 
)
+
+ +

Builds a floating-point number from x and the corresponding integral exponent of two in exp, returning: significand * exp(2, exponent)

+

If this product is too large to be represented in the floating-point type, the result is undefined.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL ldexp man page;
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::max (genType x,
genType y 
)
+
+ +

Returns y if x < y; otherwise, it returns x.

+
Template Parameters
+ + +
genTypeFloating-point or integer; scalar or vector types.
+
+
+
See also
GLSL max man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::min (genType x,
genType y 
)
+
+ +

Returns y if y < x; otherwise, it returns x.

+
Template Parameters
+ + +
genTypeFloating-point or integer; scalar or vector types.
+
+
+
See also
GLSL min man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::mix (vecType< T, P > const & x,
vecType< T, P > const & y,
vecType< U, P > const & a 
)
+
+ +

If genTypeU is a floating scalar or vector: Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a.

+

The value for a is not restricted to the range [0, 1].

+

If genTypeU is a boolean scalar or vector: Selects which vector each returned component comes from. For a component of that is false, the corresponding component of x is returned. For a component of a that is true, the corresponding component of y is returned. Components of x and y that are not selected are allowed to be invalid floating point values and will have no effect on the results. Thus, this provides different functionality than genType mix(genType x, genType y, genType(a)) where a is a Boolean vector.

+
See also
GLSL mix man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+
Parameters
+ + + + +
[in]xValue to interpolate.
[in]yValue to interpolate.
[in]aInterpolant.
+
+
+
Template Parameters
+ + + +
genTypeTFloating point scalar or vector.
genTypeUFloating point or boolean scalar or vector. It can't be a vector if it is the length of genTypeT.
+
+
+
#include <glm/glm.hpp>
+
...
+
float a;
+
bool b;
+ + + + +
...
+
glm::vec4 r = glm::mix(g, h, a); // Interpolate with a floating-point scalar two vectors.
+
glm::vec4 s = glm::mix(g, h, b); // Teturns g or h;
+
glm::dvec3 t = glm::mix(e, f, a); // Types of the third parameter is not required to match with the first and the second.
+
glm::vec4 u = glm::mix(g, h, r); // Interpolations can be perform per component with a vector for the last parameter.
+
+

Referenced by glm::lerp().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::mod (genType x,
genType y 
)
+
+ +

Modulus.

+

Returns x - y * floor(x / y) for each component in x using the floating point value y.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL mod man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::modf (genType x,
genType & i 
)
+
+ +

Returns the fractional part of x and sets i to the integer part (as a whole number floating point value).

+

Both the return value and the output parameter will have the same sign as x.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL modf man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::round (vecType< T, P > const & x)
+
+ +

Returns a value equal to the nearest integer to x.

+

The fraction 0.5 will round in a direction chosen by the implementation, presumably the direction that is fastest. This includes the possibility that round(x) returns the same value as roundEven(x) for all values of x.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL round man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::roundEven (vecType< T, P > const & x)
+
+ +

Returns a value equal to the nearest integer to x.

+

A fractional part of 0.5 will round toward the nearest even integer. (Both 3.5 and 4.5 for x will return 4.0.)

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL roundEven man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+
+New round to even technique
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::sign (vecType< T, P > const & x)
+
+ +

Returns 1.0 if x > 0, 0.0 if x == 0, or -1.0 if x < 0.

+
Template Parameters
+ + +
genTypeFloating-point or signed integer; scalar or vector types.
+
+
+
See also
GLSL sign man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::smoothstep (genType edge0,
genType edge1,
genType x 
)
+
+ +

Returns 0.0 if x <= edge0 and 1.0 if x >= edge1 and performs smooth Hermite interpolation between 0 and 1 when edge0 < x < edge1.

+

This is useful in cases where you would want a threshold function with a smooth transition. This is equivalent to: genType t; t = clamp ((x - edge0) / (edge1 - edge0), 0, 1); return t * t * (3 - 2 * t); Results are undefined if edge0 >= edge1.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL smoothstep man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::step (genType edge,
genType x 
)
+
+ +

Returns 0.0 if x < edge, otherwise it returns 1.0 for each component of a genType.

+
See also
GLSL step man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::step (edge,
vecType< T, P > const & x 
)
+
+ +

Returns 0.0 if x < edge, otherwise it returns 1.0.

+
See also
GLSL step man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::step (vecType< T, P > const & edge,
vecType< T, P > const & x 
)
+
+ +

Returns 0.0 if x < edge, otherwise it returns 1.0.

+
See also
GLSL step man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::trunc (vecType< T, P > const & x)
+
+ +

Returns a value equal to the nearest integer to x whose absolute value is not larger than the absolute value of x.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL trunc man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL float glm::uintBitsToFloat (uint const & v)
+
+ +

Returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value.

+

If an inf or NaN is passed in, it will not signal, and the resulting floating point value is unspecified. Otherwise, the bit-level representation is preserved.

+
See also
GLSL uintBitsToFloat man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<float, P> glm::uintBitsToFloat (vecType< uint, P > const & v)
+
+ +

Returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value.

+

If an inf or NaN is passed in, it will not signal, and the resulting floating point value is unspecified. Otherwise, the bit-level representation is preserved.

+
See also
GLSL uintBitsToFloat man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00146.html b/glm/doc/api/a00146.html new file mode 100644 index 0000000..69a352f --- /dev/null +++ b/glm/doc/api/a00146.html @@ -0,0 +1,374 @@ + + + + + + +0.9.9 API documenation: Exponential functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Exponential functions
+
+
+ +

These all operate component-wise. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > exp (vecType< T, P > const &v)
 Returns the natural exponentiation of x, i.e., e^x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > exp2 (vecType< T, P > const &v)
 Returns 2 raised to the v power. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > inversesqrt (vecType< T, P > const &v)
 Returns the reciprocal of the positive square root of v. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > log (vecType< T, P > const &v)
 Returns the natural logarithm of v, i.e., returns the value y which satisfies the equation x = e^y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > log2 (vecType< T, P > const &v)
 Returns the base 2 log of x, i.e., returns the value y, which satisfies the equation x = 2 ^ y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > pow (vecType< T, P > const &base, vecType< T, P > const &exponent)
 Returns 'base' raised to the power 'exponent'. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sqrt (vecType< T, P > const &v)
 Returns the positive square root of v. More...
 
+

Detailed Description

+

These all operate component-wise.

+

The description is per component.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::exp (vecType< T, P > const & v)
+
+ +

Returns the natural exponentiation of x, i.e., e^x.

+
Parameters
+ + +
vexp function is defined for input values of v defined in the range (inf-, inf+) in the limit of the type precision.
+
+
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL exp man page
+
+GLSL 4.20.8 specification, section 8.2 Exponential Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::exp2 (vecType< T, P > const & v)
+
+ +

Returns 2 raised to the v power.

+
Parameters
+ + +
vexp2 function is defined for input values of v defined in the range (inf-, inf+) in the limit of the type precision.
+
+
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL exp2 man page
+
+GLSL 4.20.8 specification, section 8.2 Exponential Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::inversesqrt (vecType< T, P > const & v)
+
+ +

Returns the reciprocal of the positive square root of v.

+
Parameters
+ + +
vinversesqrt function is defined for input values of v defined in the range [0, inf+) in the limit of the type precision.
+
+
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL inversesqrt man page
+
+GLSL 4.20.8 specification, section 8.2 Exponential Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::log (vecType< T, P > const & v)
+
+ +

Returns the natural logarithm of v, i.e., returns the value y which satisfies the equation x = e^y.

+

Results are undefined if v <= 0.

+
Parameters
+ + +
vlog function is defined for input values of v defined in the range (0, inf+) in the limit of the type precision.
+
+
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL log man page
+
+GLSL 4.20.8 specification, section 8.2 Exponential Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::log2 (vecType< T, P > const & v)
+
+ +

Returns the base 2 log of x, i.e., returns the value y, which satisfies the equation x = 2 ^ y.

+
Parameters
+ + +
vlog2 function is defined for input values of v defined in the range (0, inf+) in the limit of the type precision.
+
+
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL log2 man page
+
+GLSL 4.20.8 specification, section 8.2 Exponential Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::pow (vecType< T, P > const & base,
vecType< T, P > const & exponent 
)
+
+ +

Returns 'base' raised to the power 'exponent'.

+
Parameters
+ + + +
baseFloating point value. pow function is defined for input values of 'base' defined in the range (inf-, inf+) in the limit of the type precision.
exponentFloating point value representing the 'exponent'.
+
+
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL pow man page
+
+GLSL 4.20.8 specification, section 8.2 Exponential Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::sqrt (vecType< T, P > const & v)
+
+ +

Returns the positive square root of v.

+
Parameters
+ + +
vsqrt function is defined for input values of v defined in the range [0, inf+) in the limit of the type precision.
+
+
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL sqrt man page
+
+GLSL 4.20.8 specification, section 8.2 Exponential Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00147.html b/glm/doc/api/a00147.html new file mode 100644 index 0000000..cf07edb --- /dev/null +++ b/glm/doc/api/a00147.html @@ -0,0 +1,417 @@ + + + + + + +0.9.9 API documenation: Geometric functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Geometric functions
+
+
+ +

These operate on vectors as vectors, not component-wise. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > cross (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Returns the cross product of x and y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T distance (vecType< T, P > const &p0, vecType< T, P > const &p1)
 Returns the distance betwwen p0 and p1, i.e., length(p0 - p1). More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T dot (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the dot product of x and y, i.e., result = x * y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > faceforward (vecType< T, P > const &N, vecType< T, P > const &I, vecType< T, P > const &Nref)
 If dot(Nref, I) < 0.0, return N, otherwise, return -N. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T length (vecType< T, P > const &x)
 Returns the length of x, i.e., sqrt(x * x). More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > normalize (vecType< T, P > const &x)
 Returns a vector in the same direction as x but with length of 1. More...
 
template<typename genType >
GLM_FUNC_DECL genType reflect (genType const &I, genType const &N)
 For the incident vector I and surface orientation N, returns the reflection direction : result = I - 2.0 * dot(N, I) * N. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > refract (vecType< T, P > const &I, vecType< T, P > const &N, T eta)
 For the incident vector I and surface normal N, and the ratio of indices of refraction eta, return the refraction vector. More...
 
+

Detailed Description

+

These operate on vectors as vectors, not component-wise.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::cross (tvec3< T, P > const & x,
tvec3< T, P > const & y 
)
+
+ +

Returns the cross product of x and y.

+
Template Parameters
+ + +
valTypeFloating-point scalar types.
+
+
+
See also
GLSL cross man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::distance (vecType< T, P > const & p0,
vecType< T, P > const & p1 
)
+
+ +

Returns the distance betwwen p0 and p1, i.e., length(p0 - p1).

+
Template Parameters
+ + +
genTypeFloating-point vector types.
+
+
+
See also
GLSL distance man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::dot (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Returns the dot product of x and y, i.e., result = x * y.

+
Template Parameters
+ + +
genTypeFloating-point vector types.
+
+
+
See also
GLSL dot man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::faceforward (vecType< T, P > const & N,
vecType< T, P > const & I,
vecType< T, P > const & Nref 
)
+
+ +

If dot(Nref, I) < 0.0, return N, otherwise, return -N.

+
Template Parameters
+ + +
genTypeFloating-point vector types.
+
+
+
See also
GLSL faceforward man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::length (vecType< T, P > const & x)
+
+ +

Returns the length of x, i.e., sqrt(x * x).

+
Template Parameters
+ + +
genTypeFloating-point vector types.
+
+
+
See also
GLSL length man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::normalize (vecType< T, P > const & x)
+
+ +

Returns a vector in the same direction as x but with length of 1.

+

According to issue 10 GLSL 1.10 specification, if length(x) == 0 then result is undefined and generate an error.

+
See also
GLSL normalize man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::reflect (genType const & I,
genType const & N 
)
+
+ +

For the incident vector I and surface orientation N, returns the reflection direction : result = I - 2.0 * dot(N, I) * N.

+
Template Parameters
+ + +
genTypeFloating-point vector types.
+
+
+
See also
GLSL reflect man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::refract (vecType< T, P > const & I,
vecType< T, P > const & N,
eta 
)
+
+ +

For the incident vector I and surface normal N, and the ratio of indices of refraction eta, return the refraction vector.

+
Template Parameters
+ + +
genTypeFloating-point vector types.
+
+
+
See also
GLSL refract man page
+
+GLSL 4.20.8 specification, section 8.5 Geometric Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00148.html b/glm/doc/api/a00148.html new file mode 100644 index 0000000..bda3230 --- /dev/null +++ b/glm/doc/api/a00148.html @@ -0,0 +1,632 @@ + + + + + + +0.9.9 API documenation: Integer functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Integer functions
+
+
+ +

These all operate component-wise. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL int bitCount (genType v)
 Returns the number of bits set to 1 in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > bitCount (vecType< T, P > const &v)
 Returns the number of bits set to 1 in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldExtract (vecType< T, P > const &Value, int Offset, int Bits)
 Extracts bits [offset, offset + bits - 1] from value, returning them in the least significant bits of the result. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldInsert (vecType< T, P > const &Base, vecType< T, P > const &Insert, int Offset, int Bits)
 Returns the insertion the bits least-significant bits of insert into base. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldReverse (vecType< T, P > const &v)
 Returns the reversal of the bits of value. More...
 
template<typename genIUType >
GLM_FUNC_DECL int findLSB (genIUType x)
 Returns the bit number of the least significant bit set to 1 in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > findLSB (vecType< T, P > const &v)
 Returns the bit number of the least significant bit set to 1 in the binary representation of value. More...
 
template<typename genIUType >
GLM_FUNC_DECL int findMSB (genIUType x)
 Returns the bit number of the most significant bit in the binary representation of value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > findMSB (vecType< T, P > const &v)
 Returns the bit number of the most significant bit in the binary representation of value. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL void imulExtended (vecType< int, P > const &x, vecType< int, P > const &y, vecType< int, P > &msb, vecType< int, P > &lsb)
 Multiplies 32-bit integers x and y, producing a 64-bit result. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint, P > uaddCarry (vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &carry)
 Adds 32-bit unsigned integer x and y, returning the sum modulo pow(2, 32). More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL void umulExtended (vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &msb, vecType< uint, P > &lsb)
 Multiplies 32-bit integers x and y, producing a 64-bit result. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint, P > usubBorrow (vecType< uint, P > const &x, vecType< uint, P > const &y, vecType< uint, P > &borrow)
 Subtracts the 32-bit unsigned integer y from x, returning the difference if non-negative, or pow(2, 32) plus the difference otherwise. More...
 
+

Detailed Description

+

These all operate component-wise.

+

The description is per component. The notation [a, b] means the set of bits from bit-number a through bit-number b, inclusive. The lowest-order bit is bit 0.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL int glm::bitCount (genType v)
+
+ +

Returns the number of bits set to 1 in the binary representation of value.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar or vector types.
+
+
+
See also
GLSL bitCount man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<int, P> glm::bitCount (vecType< T, P > const & v)
+
+ +

Returns the number of bits set to 1 in the binary representation of value.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar or vector types.
+
+
+
See also
GLSL bitCount man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::bitfieldExtract (vecType< T, P > const & Value,
int Offset,
int Bits 
)
+
+ +

Extracts bits [offset, offset + bits - 1] from value, returning them in the least significant bits of the result.

+

For unsigned data types, the most significant bits of the result will be set to zero. For signed data types, the most significant bits will be set to the value of bit offset + base - 1.

+

If bits is zero, the result will be zero. The result will be undefined if offset or bits is negative, or if the sum of offset and bits is greater than the number of bits used to store the operand.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar or vector types.
+
+
+
See also
GLSL bitfieldExtract man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::bitfieldInsert (vecType< T, P > const & Base,
vecType< T, P > const & Insert,
int Offset,
int Bits 
)
+
+ +

Returns the insertion the bits least-significant bits of insert into base.

+

The result will have bits [offset, offset + bits - 1] taken from bits [0, bits - 1] of insert, and all other bits taken directly from the corresponding bits of base. If bits is zero, the result will simply be base. The result will be undefined if offset or bits is negative, or if the sum of offset and bits is greater than the number of bits used to store the operand.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar or vector types.
+
+
+
See also
GLSL bitfieldInsert man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::bitfieldReverse (vecType< T, P > const & v)
+
+ +

Returns the reversal of the bits of value.

+

The bit numbered n of the result will be taken from bit (bits - 1) - n of value, where bits is the total number of bits used to represent value.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar or vector types.
+
+
+
See also
GLSL bitfieldReverse man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL int glm::findLSB (genIUType x)
+
+ +

Returns the bit number of the least significant bit set to 1 in the binary representation of value.

+

If value is zero, -1 will be returned.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar types.
+
+
+
See also
GLSL findLSB man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<int, P> glm::findLSB (vecType< T, P > const & v)
+
+ +

Returns the bit number of the least significant bit set to 1 in the binary representation of value.

+

If value is zero, -1 will be returned.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar types.
+
+
+
See also
GLSL findLSB man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL int glm::findMSB (genIUType x)
+
+ +

Returns the bit number of the most significant bit in the binary representation of value.

+

For positive integers, the result will be the bit number of the most significant bit set to 1. For negative integers, the result will be the bit number of the most significant bit set to 0. For a value of zero or negative one, -1 will be returned.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar types.
+
+
+
See also
GLSL findMSB man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<int, P> glm::findMSB (vecType< T, P > const & v)
+
+ +

Returns the bit number of the most significant bit in the binary representation of value.

+

For positive integers, the result will be the bit number of the most significant bit set to 1. For negative integers, the result will be the bit number of the most significant bit set to 0. For a value of zero or negative one, -1 will be returned.

+
Template Parameters
+ + +
TSigned or unsigned integer scalar types.
+
+
+
See also
GLSL findMSB man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL void glm::imulExtended (vecType< int, P > const & x,
vecType< int, P > const & y,
vecType< int, P > & msb,
vecType< int, P > & lsb 
)
+
+ +

Multiplies 32-bit integers x and y, producing a 64-bit result.

+

The 32 least-significant bits are returned in lsb. The 32 most-significant bits are returned in msb.

+
Template Parameters
+ + +
genITypeSigned integer scalar or vector types.
+
+
+
See also
GLSL imulExtended man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<uint, P> glm::uaddCarry (vecType< uint, P > const & x,
vecType< uint, P > const & y,
vecType< uint, P > & carry 
)
+
+ +

Adds 32-bit unsigned integer x and y, returning the sum modulo pow(2, 32).

+

The value carry is set to 0 if the sum was less than pow(2, 32), or to 1 otherwise.

+
Template Parameters
+ + +
genUTypeUnsigned integer scalar or vector types.
+
+
+
See also
GLSL uaddCarry man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL void glm::umulExtended (vecType< uint, P > const & x,
vecType< uint, P > const & y,
vecType< uint, P > & msb,
vecType< uint, P > & lsb 
)
+
+ +

Multiplies 32-bit integers x and y, producing a 64-bit result.

+

The 32 least-significant bits are returned in lsb. The 32 most-significant bits are returned in msb.

+
Template Parameters
+ + +
genUTypeUnsigned integer scalar or vector types.
+
+
+
See also
GLSL umulExtended man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<uint, P> glm::usubBorrow (vecType< uint, P > const & x,
vecType< uint, P > const & y,
vecType< uint, P > & borrow 
)
+
+ +

Subtracts the 32-bit unsigned integer y from x, returning the difference if non-negative, or pow(2, 32) plus the difference otherwise.

+

The value borrow is set to 0 if x >= y, or to 1 otherwise.

+
Template Parameters
+ + +
genUTypeUnsigned integer scalar or vector types.
+
+
+
See also
GLSL usubBorrow man page
+
+GLSL 4.20.8 specification, section 8.8 Integer Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00149.html b/glm/doc/api/a00149.html new file mode 100644 index 0000000..9da1d6f --- /dev/null +++ b/glm/doc/api/a00149.html @@ -0,0 +1,256 @@ + + + + + + +0.9.9 API documenation: Matrix functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Matrix functions
+
+
+ +

For each of the following built-in matrix functions, there is both a single-precision floating point version, where all arguments and return values are single precision, and a double-precision floating version, where all arguments and return values are double precision. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL T determinant (matType< T, P > const &m)
 Returns the transposed matrix of x. More...
 
template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL matType< T, P > inverse (matType< T, P > const &m)
 Return the inverse of a squared matrix. More...
 
template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL matType< T, P > matrixCompMult (matType< T, P > const &x, matType< T, P > const &y)
 Multiply matrix x by matrix y component-wise, i.e., result[i][j] is the scalar product of x[i][j] and y[i][j]. More...
 
template<typename T , precision P, template< typename, precision > class vecTypeA, template< typename, precision > class vecTypeB>
GLM_FUNC_DECL detail::outerProduct_trait< T, P, vecTypeA, vecTypeB >::type outerProduct (vecTypeA< T, P > const &c, vecTypeB< T, P > const &r)
 Treats the first parameter c as a column vector and the second parameter r as a row vector and does a linear algebraic matrix multiply c * r. More...
 
+

Detailed Description

+

For each of the following built-in matrix functions, there is both a single-precision floating point version, where all arguments and return values are single precision, and a double-precision floating version, where all arguments and return values are double precision.

+

Only the single-precision floating point version is shown.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::determinant (matType< T, P > const & m)
+
+ +

Returns the transposed matrix of x.

+
Template Parameters
+ + +
matTypeFloating-point matrix types.
+
+
+
See also
GLSL transpose man page
+
+GLSL 4.20.8 specification, section 8.6 Matrix Functions Return the determinant of a squared matrix.
+
Template Parameters
+ + +
valTypeFloating-point scalar types.
+
+
+
See also
GLSL determinant man page
+
+GLSL 4.20.8 specification, section 8.6 Matrix Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL matType< T, P > inverse (matType< T, P > const & m)
+
+ +

Return the inverse of a squared matrix.

+
Template Parameters
+ + +
valTypeFloating-point scalar types.
+
+
+
See also
GLSL inverse man page
+
+GLSL 4.20.8 specification, section 8.6 Matrix Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL matType<T, P> glm::matrixCompMult (matType< T, P > const & x,
matType< T, P > const & y 
)
+
+ +

Multiply matrix x by matrix y component-wise, i.e., result[i][j] is the scalar product of x[i][j] and y[i][j].

+
Template Parameters
+ + +
matTypeFloating-point matrix types.
+
+
+
See also
GLSL matrixCompMult man page
+
+GLSL 4.20.8 specification, section 8.6 Matrix Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type glm::outerProduct (vecTypeA< T, P > const & c,
vecTypeB< T, P > const & r 
)
+
+ +

Treats the first parameter c as a column vector and the second parameter r as a row vector and does a linear algebraic matrix multiply c * r.

+
Template Parameters
+ + +
matTypeFloating-point matrix types.
+
+
+
See also
GLSL outerProduct man page
+
+GLSL 4.20.8 specification, section 8.6 Matrix Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00150.html b/glm/doc/api/a00150.html new file mode 100644 index 0000000..b673be2 --- /dev/null +++ b/glm/doc/api/a00150.html @@ -0,0 +1,418 @@ + + + + + + +0.9.9 API documenation: Floating-Point Pack and Unpack Functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Floating-Point Pack and Unpack Functions
+
+
+ +

These functions do not operate component-wise, rather as described in each case. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

GLM_FUNC_DECL double packDouble2x32 (uvec2 const &v)
 Returns a double-precision value obtained by packing the components of v into a 64-bit value. More...
 
GLM_FUNC_DECL uint packHalf2x16 (vec2 const &v)
 Returns an unsigned integer obtained by converting the components of a two-component floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification, and then packing these two 16- bit integers into a 32-bit unsigned integer. More...
 
GLM_FUNC_DECL uint packSnorm2x16 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uint packSnorm4x8 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uint packUnorm2x16 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uint packUnorm4x8 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. More...
 
GLM_FUNC_DECL uvec2 unpackDouble2x32 (double v)
 Returns a two-component unsigned integer vector representation of v. More...
 
GLM_FUNC_DECL vec2 unpackHalf2x16 (uint v)
 Returns a two-component floating-point vector with components obtained by unpacking a 32-bit unsigned integer into a pair of 16-bit values, interpreting those values as 16-bit floating-point numbers according to the OpenGL Specification, and converting them to 32-bit floating-point values. More...
 
GLM_FUNC_DECL vec2 unpackSnorm2x16 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackSnorm4x8 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
GLM_FUNC_DECL vec2 unpackUnorm2x16 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm4x8 (uint p)
 First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. More...
 
+

Detailed Description

+

These functions do not operate component-wise, rather as described in each case.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL double glm::packDouble2x32 (uvec2 const & v)
+
+ +

Returns a double-precision value obtained by packing the components of v into a 64-bit value.

+

If an IEEE 754 Inf or NaN is created, it will not signal, and the resulting floating point value is unspecified. Otherwise, the bit- level representation of v is preserved. The first vector component specifies the 32 least significant bits; the second component specifies the 32 most significant bits.

+
See also
GLSL packDouble2x32 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::packHalf2x16 (vec2 const & v)
+
+ +

Returns an unsigned integer obtained by converting the components of a two-component floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification, and then packing these two 16- bit integers into a 32-bit unsigned integer.

+

The first vector component specifies the 16 least-significant bits of the result; the second component specifies the 16 most-significant bits.

+
See also
GLSL packHalf2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::packSnorm2x16 (vec2 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values.

+

Then, the results are packed into the returned 32-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packSnorm2x16: round(clamp(v, -1, +1) * 32767.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLSL packSnorm2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::packSnorm4x8 (vec4 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values.

+

Then, the results are packed into the returned 32-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packSnorm4x8: round(clamp(c, -1, +1) * 127.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLSL packSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::packUnorm2x16 (vec2 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values.

+

Then, the results are packed into the returned 32-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packUnorm2x16: round(clamp(c, 0, +1) * 65535.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLSL packUnorm2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::packUnorm4x8 (vec4 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values.

+

Then, the results are packed into the returned 32-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packUnorm4x8: round(clamp(c, 0, +1) * 255.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLSL packUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uvec2 glm::unpackDouble2x32 (double v)
+
+ +

Returns a two-component unsigned integer vector representation of v.

+

The bit-level representation of v is preserved. The first component of the vector contains the 32 least significant bits of the double; the second component consists the 32 most significant bits.

+
See also
GLSL unpackDouble2x32 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec2 glm::unpackHalf2x16 (uint v)
+
+ +

Returns a two-component floating-point vector with components obtained by unpacking a 32-bit unsigned integer into a pair of 16-bit values, interpreting those values as 16-bit floating-point numbers according to the OpenGL Specification, and converting them to 32-bit floating-point values.

+

The first component of the vector is obtained from the 16 least-significant bits of v; the second component is obtained from the 16 most-significant bits of v.

+
See also
GLSL unpackHalf2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec2 glm::unpackSnorm2x16 (uint p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm2x16: clamp(f / 32767.0, -1, +1)

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLSL unpackSnorm2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackSnorm4x8 (uint p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm4x8: clamp(f / 127.0, -1, +1)

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLSL unpackSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec2 glm::unpackUnorm2x16 (uint p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackUnorm2x16: f / 65535.0

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLSL unpackUnorm2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackUnorm4x8 (uint p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackUnorm4x8: f / 255.0

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLSL unpackUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00151.html b/glm/doc/api/a00151.html new file mode 100644 index 0000000..477ca90 --- /dev/null +++ b/glm/doc/api/a00151.html @@ -0,0 +1,589 @@ + + + + + + +0.9.9 API documenation: Angle and Trigonometry Functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Angle and Trigonometry Functions
+
+
+ +

Function parameters specified as angle are assumed to be in units of radians. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > acos (vecType< T, P > const &x)
 Arc cosine. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > acosh (vecType< T, P > const &x)
 Arc hyperbolic cosine; returns the non-negative inverse of cosh. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > asin (vecType< T, P > const &x)
 Arc sine. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > asinh (vecType< T, P > const &x)
 Arc hyperbolic sine; returns the inverse of sinh. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > atan (vecType< T, P > const &y, vecType< T, P > const &x)
 Arc tangent. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > atan (vecType< T, P > const &y_over_x)
 Arc tangent. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > atanh (vecType< T, P > const &x)
 Arc hyperbolic tangent; returns the inverse of tanh. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > cos (vecType< T, P > const &angle)
 The standard trigonometric cosine function. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > cosh (vecType< T, P > const &angle)
 Returns the hyperbolic cosine function, (exp(x) + exp(-x)) / 2. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > degrees (vecType< T, P > const &radians)
 Converts radians to degrees and returns the result. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > radians (vecType< T, P > const &degrees)
 Converts degrees to radians and returns the result. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sin (vecType< T, P > const &angle)
 The standard trigonometric sine function. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sinh (vecType< T, P > const &angle)
 Returns the hyperbolic sine function, (exp(x) - exp(-x)) / 2. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > tan (vecType< T, P > const &angle)
 The standard trigonometric tangent function. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > tanh (vecType< T, P > const &angle)
 Returns the hyperbolic tangent function, sinh(angle) / cosh(angle) More...
 
+

Detailed Description

+

Function parameters specified as angle are assumed to be in units of radians.

+

In no case will any of these functions result in a divide by zero error. If the divisor of a ratio is 0, then results will be undefined.

+

These all operate component-wise. The description is per component.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::acos (vecType< T, P > const & x)
+
+ +

Arc cosine.

+

Returns an angle whose sine is x. The range of values returned by this function is [0, PI]. Results are undefined if |x| > 1.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL acos man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::acosh (vecType< T, P > const & x)
+
+ +

Arc hyperbolic cosine; returns the non-negative inverse of cosh.

+

Results are undefined if x < 1.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL acosh man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::asin (vecType< T, P > const & x)
+
+ +

Arc sine.

+

Returns an angle whose sine is x. The range of values returned by this function is [-PI/2, PI/2]. Results are undefined if |x| > 1.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL asin man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::asinh (vecType< T, P > const & x)
+
+ +

Arc hyperbolic sine; returns the inverse of sinh.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL asinh man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::atan (vecType< T, P > const & y,
vecType< T, P > const & x 
)
+
+ +

Arc tangent.

+

Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL atan man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +

Referenced by glm::atan2().

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::atan (vecType< T, P > const & y_over_x)
+
+ +

Arc tangent.

+

Returns an angle whose tangent is y_over_x. The range of values returned by this function is [-PI/2, PI/2].

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL atan man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::atanh (vecType< T, P > const & x)
+
+ +

Arc hyperbolic tangent; returns the inverse of tanh.

+

Results are undefined if abs(x) >= 1.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL atanh man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::cos (vecType< T, P > const & angle)
+
+ +

The standard trigonometric cosine function.

+

The values returned by this function will range from [-1, 1].

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL cos man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::cosh (vecType< T, P > const & angle)
+
+ +

Returns the hyperbolic cosine function, (exp(x) + exp(-x)) / 2.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL cosh man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR vecType<T, P> glm::degrees (vecType< T, P > const & radians)
+
+ +

Converts radians to degrees and returns the result.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL degrees man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR vecType<T, P> glm::radians (vecType< T, P > const & degrees)
+
+ +

Converts degrees to radians and returns the result.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL radians man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::sin (vecType< T, P > const & angle)
+
+ +

The standard trigonometric sine function.

+

The values returned by this function will range from [-1, 1].

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL sin man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::sinh (vecType< T, P > const & angle)
+
+ +

Returns the hyperbolic sine function, (exp(x) - exp(-x)) / 2.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL sinh man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::tan (vecType< T, P > const & angle)
+
+ +

The standard trigonometric tangent function.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL tan man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::tanh (vecType< T, P > const & angle)
+
+ +

Returns the hyperbolic tangent function, sinh(angle) / cosh(angle)

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL tanh man page
+
+GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00152.html b/glm/doc/api/a00152.html new file mode 100644 index 0000000..6b61073 --- /dev/null +++ b/glm/doc/api/a00152.html @@ -0,0 +1,444 @@ + + + + + + +0.9.9 API documenation: Vector Relational Functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Vector Relational Functions
+
+
+ +

Relational and equality operators (<, <=, >, >=, ==, !=) are defined to operate on scalars and produce scalar Boolean results. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool all (vecType< bool, P > const &v)
 Returns true if all components of x are true. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool any (vecType< bool, P > const &v)
 Returns true if any component of x is true. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > equal (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x == y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > greaterThan (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x > y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > greaterThanEqual (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x >= y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > lessThan (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison result of x < y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > lessThanEqual (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x <= y. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > not_ (vecType< bool, P > const &v)
 Returns the component-wise logical complement of x. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > notEqual (vecType< T, P > const &x, vecType< T, P > const &y)
 Returns the component-wise comparison of result x != y. More...
 
+

Detailed Description

+

Relational and equality operators (<, <=, >, >=, ==, !=) are defined to operate on scalars and produce scalar Boolean results.

+

For vector results, use the following built-in functions.

+

In all cases, the sizes of all the input and return vectors for any particular call must match.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL bool glm::all (vecType< bool, P > const & v)
+
+ +

Returns true if all components of x are true.

+
Template Parameters
+ + +
vecTypeBoolean vector types.
+
+
+
See also
GLSL all man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL bool glm::any (vecType< bool, P > const & v)
+
+ +

Returns true if any component of x is true.

+
Template Parameters
+ + +
vecTypeBoolean vector types.
+
+
+
See also
GLSL any man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::equal (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x == y.

+
Template Parameters
+ + +
vecTypeFloating-point, integer or boolean vector types.
+
+
+
See also
GLSL equal man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::greaterThan (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x > y.

+
Template Parameters
+ + +
vecTypeFloating-point or integer vector types.
+
+
+
See also
GLSL greaterThan man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::greaterThanEqual (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x >= y.

+
Template Parameters
+ + +
vecTypeFloating-point or integer vector types.
+
+
+
See also
GLSL greaterThanEqual man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::lessThan (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Returns the component-wise comparison result of x < y.

+
Template Parameters
+ + +
vecTypeFloating-point or integer vector types.
+
+
+
See also
GLSL lessThan man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::lessThanEqual (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x <= y.

+
Template Parameters
+ + +
vecTypeFloating-point or integer vector types.
+
+
+
See also
GLSL lessThanEqual man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::not_ (vecType< bool, P > const & v)
+
+ +

Returns the component-wise logical complement of x.

+

/!\ Because of language incompatibilities between C++ and GLSL, GLM defines the function not but not_ instead.

+
Template Parameters
+ + +
vecTypeBoolean vector types.
+
+
+
See also
GLSL not man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::notEqual (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x != y.

+
Template Parameters
+ + +
vecTypeFloating-point, integer or boolean vector types.
+
+
+
See also
GLSL notEqual man page
+
+GLSL 4.20.8 specification, section 8.7 Vector Relational Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00153.html b/glm/doc/api/a00153.html new file mode 100644 index 0000000..3eeeeec --- /dev/null +++ b/glm/doc/api/a00153.html @@ -0,0 +1,169 @@ + + + + + + +0.9.9 API documenation: GTC Extensions (Stable) + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GTC Extensions (Stable)
+
+
+ +

Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Modules

 GLM_GTC_bitfield
 Allow to perform bit operations on integer values.
 
 GLM_GTC_color_encoding
 Allow to perform bit operations on integer values.
 
 GLM_GTC_color_space
 Allow to perform bit operations on integer values.
 
 GLM_GTC_constants
 Provide a list of constants and precomputed useful values.
 
 GLM_GTC_epsilon
 Comparison functions for a user defined epsilon values.
 
 GLM_GTC_functions
 List of useful common functions.
 
 GLM_GTC_integer
 Allow to perform bit operations on integer values.
 
 GLM_GTC_matrix_access
 Defines functions to access rows or columns of a matrix easily.
 
 GLM_GTC_matrix_integer
 Defines a number of matrices with integer types.
 
 GLM_GTC_matrix_inverse
 Defines additional matrix inverting functions.
 
 GLM_GTC_matrix_transform
 Defines functions that generate common transformation matrices.
 
 GLM_GTC_noise
 Defines 2D, 3D and 4D procedural noise functions Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise": https://github.com/ashima/webgl-noise Following Stefan Gustavson's paper "Simplex noise demystified": http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf <glm/gtc/noise.hpp> need to be included to use these functionalities.
 
 GLM_GTC_packing
 This extension provides a set of function to convert vertors to packed formats.
 
 GLM_GTC_quaternion
 Defines a templated quaternion type and several quaternion operations.
 
 GLM_GTC_random
 Generate random number from various distribution methods.
 
 GLM_GTC_reciprocal
 Define secant, cosecant and cotangent functions.
 
 GLM_GTC_round
 rounding value to specific boundings
 
 GLM_GTC_type_aligned
 Aligned types.
 
 GLM_GTC_type_precision
 Defines specific C++-based precision types.
 
 GLM_GTC_type_ptr
 Handles the interaction between pointers and vector, matrix types.
 
 GLM_GTC_ulp
 Allow the measurement of the accuracy of a function against a reference implementation.
 
 GLM_GTC_vec1
 Add vec1, ivec1, uvec1 and bvec1 types.
 
+

Detailed Description

+

Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program.

+

GTC extensions aim to be stable.

+

Even if it's highly unrecommended, it's possible to include all the extensions at once by including <glm/ext.hpp>. Otherwise, each extension needs to be included a specific file.

+
+ + + + diff --git a/glm/doc/api/a00154.html b/glm/doc/api/a00154.html new file mode 100644 index 0000000..082a41b --- /dev/null +++ b/glm/doc/api/a00154.html @@ -0,0 +1,271 @@ + + + + + + +0.9.9 API documenation: GTX Extensions (Experimental) + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GTX Extensions (Experimental)
+
+
+ +

Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Modules

 GLM_GTX_associated_min_max
 Min and max functions that return associated values not the compared onces.
 
 GLM_GTX_bit
 Allow to perform bit operations on integer values.
 
 GLM_GTX_closest_point
 Find the point on a straight line which is the closet of a point.
 
 GLM_GTX_color_space
 Related to RGB to HSV conversions and operations.
 
 GLM_GTX_color_space_YCoCg
 RGB to YCoCg conversions and operations.
 
 GLM_GTX_common
 Provide functions to increase the compatibility with Cg and HLSL languages.
 
 GLM_GTX_compatibility
 Provide functions to increase the compatibility with Cg and HLSL languages.
 
 GLM_GTX_component_wise
 Operations between components of a type.
 
 GLM_GTX_dual_quaternion
 Defines a templated dual-quaternion type and several dual-quaternion operations.
 
 GLM_GTX_euler_angles
 Build matrices from Euler angles.
 
 GLM_GTX_extend
 Extend a position from a source to a position at a defined length.
 
 GLM_GTX_extented_min_max
 Min and max functions for 3 to 4 parameters.
 
 GLM_GTX_fast_exponential
 Fast but less accurate implementations of exponential based functions.
 
 GLM_GTX_fast_square_root
 Fast but less accurate implementations of square root based functions.
 
 GLM_GTX_fast_trigonometry
 Fast but less accurate implementations of trigonometric functions.
 
 GLM_GTX_gradient_paint
 Functions that return the color of procedural gradient for specific coordinates.
 
 GLM_GTX_handed_coordinate_space
 To know if a set of three basis vectors defines a right or left-handed coordinate system.
 
 GLM_GTX_hash
 Add std::hash support for glm types.
 
 GLM_GTX_integer
 Add support for integer for core functions.
 
 GLM_GTX_intersect
 Add intersection functions.
 
 GLM_GTX_io
 std::[w]ostream support for glm types
 
 GLM_GTX_log_base
 Logarithm for any base.
 
 GLM_GTX_matrix_cross_product
 Build cross product matrices.
 
 GLM_GTX_matrix_decompose
 Decomposes a model matrix to translations, rotation and scale components.
 
 GLM_GTX_matrix_interpolation
 Allows to directly interpolate two exiciting matrices.
 
 GLM_GTX_matrix_major_storage
 Build matrices with specific matrix order, row or column.
 
 GLM_GTX_matrix_operation
 Build diagonal matrices from vectors.
 
 GLM_GTX_matrix_query
 Query to evaluate matrix properties.
 
 GLM_GTX_matrix_transform_2d
 Defines functions that generate common 2d transformation matrices.
 
 GLM_GTX_mixed_producte
 Mixed product of 3 vectors.
 
 GLM_GTX_norm
 Various ways to compute vector norms.
 
 GLM_GTX_normal
 Compute the normal of a triangle.
 
 GLM_GTX_normalize_dot
 Dot product of vectors that need to be normalize with a single square root.
 
 GLM_GTX_number_precision
 Defined size types.
 
 GLM_GTX_optimum_pow
 Integer exponentiation of power functions.
 
 GLM_GTX_orthonormalize
 Orthonormalize matrices.
 
 GLM_GTX_perpendicular
 Perpendicular of a vector from other one.
 
 GLM_GTX_polar_coordinates
 Conversion from Euclidean space to polar space and revert.
 
 GLM_GTX_projection
 Projection of a vector to other one.
 
 GLM_GTX_quaternion
 Extented quaternion types and functions.
 
 GLM_GTX_range
 Defines begin and end for vectors and matrices.
 
 GLM_GTX_raw_data
 Projection of a vector to other one.
 
 GLM_GTX_rotate_normalized_axis
 Quaternions and matrices rotations around normalized axis.
 
 GLM_GTX_rotate_vector
 Function to directly rotate a vector.
 
 GLM_GTX_scalar_relational
 Extend a position from a source to a position at a defined length.
 
 GLM_GTX_spline
 Spline functions.
 
 GLM_GTX_std_based_type
 Adds vector types based on STL value types.
 
 GLM_GTX_string_cast
 Setup strings for GLM type values.
 
 GLM_GTX_transform
 Add transformation matrices.
 
 GLM_GTX_transform2
 Add extra transformation matrices.
 
 GLM_GTX_type_aligned
 Defines aligned types.
 
 GLM_GTX_type_trait
 Defines traits for each type.
 
 GLM_GTX_vec_swizzle
 Functions to perform swizzle operation.
 
 GLM_GTX_vector_angle
 Compute angle between vectors.
 
 GLM_GTX_vector_query
 Query informations of vector types.
 
 GLM_GTX_wrap
 Wrapping mode of texture coordinates.
 
+

Detailed Description

+

Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program.

+

Experimental extensions are useful functions and types, but the development of their API and functionality is not necessarily stable. They can change substantially between versions. Backwards compatibility is not much of an issue for them.

+

Even if it's highly unrecommended, it's possible to include all the extensions at once by including <glm/ext.hpp>. Otherwise, each extension needs to be included a specific file.

+
+ + + + diff --git a/glm/doc/api/a00155.html b/glm/doc/api/a00155.html new file mode 100644 index 0000000..4c57b52 --- /dev/null +++ b/glm/doc/api/a00155.html @@ -0,0 +1,137 @@ + + + + + + +0.9.9 API documenation: GLM Core + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM Core
+
+
+ +

The core of GLM, which implements exactly and only the GLSL specification to the degree possible. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Modules

 Common functions
 These all operate component-wise.
 
 Exponential functions
 These all operate component-wise.
 
 Geometric functions
 These operate on vectors as vectors, not component-wise.
 
 Integer functions
 These all operate component-wise.
 
 Matrix functions
 For each of the following built-in matrix functions, there is both a single-precision floating point version, where all arguments and return values are single precision, and a double-precision floating version, where all arguments and return values are double precision.
 
 Floating-Point Pack and Unpack Functions
 These functions do not operate component-wise, rather as described in each case.
 
 Angle and Trigonometry Functions
 Function parameters specified as angle are assumed to be in units of radians.
 
 Vector Relational Functions
 Relational and equality operators (<, <=, >, >=, ==, !=) are defined to operate on scalars and produce scalar Boolean results.
 
 Types
 The standard types defined by the specification.
 
 Precision types
 Non-GLSL types that are used to define precision-based types.
 
 Template types
 The generic template types used as the basis for the core types.
 
+

Detailed Description

+

The core of GLM, which implements exactly and only the GLSL specification to the degree possible.

+

The GLM core consists of C++ types that mirror GLSL types and C++ functions that mirror the GLSL functions. It also includes a set of precision-based types that can be used in the appropriate functions. The C++ types are all based on a basic set of template types.

+

The best documentation for GLM Core is the current GLSL specification, version 4.2 (pdf file).

+

GLM core functionalities require <glm/glm.hpp> to be included to be used.

+
+ + + + diff --git a/glm/doc/api/a00156.html b/glm/doc/api/a00156.html new file mode 100644 index 0000000..2c071ff --- /dev/null +++ b/glm/doc/api/a00156.html @@ -0,0 +1,890 @@ + + + + + + +0.9.9 API documenation: Types + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

The standard types defined by the specification. +More...

+ + + + + +

+Modules

 Precision types
 Non-GLSL types that are used to define precision-based types.
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_bvec2 bvec2
 2 components vector of boolean. More...
 
typedef highp_bvec3 bvec3
 3 components vector of boolean. More...
 
typedef highp_bvec4 bvec4
 4 components vector of boolean. More...
 
typedef highp_dmat2x2 dmat2
 2 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat2x2 dmat2x2
 2 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat2x3 dmat2x3
 2 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat2x4 dmat2x4
 2 * 4 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x3 dmat3
 3 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x2 dmat3x2
 3 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x3 dmat3x3
 3 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat3x4 dmat3x4
 3 * 4 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x4 dmat4
 4 * 4 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x2 dmat4x2
 4 * 2 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x3 dmat4x3
 4 * 3 matrix of double-precision floating-point numbers. More...
 
typedef highp_dmat4x4 dmat4x4
 4 * 4 matrix of double-precision floating-point numbers. More...
 
typedef highp_dvec2 dvec2
 2 components vector of double-precision floating-point numbers. More...
 
typedef highp_dvec3 dvec3
 3 components vector of double-precision floating-point numbers. More...
 
typedef highp_dvec4 dvec4
 4 components vector of double-precision floating-point numbers. More...
 
typedef highp_ivec2 ivec2
 2 components vector of signed integer numbers. More...
 
typedef highp_ivec3 ivec3
 3 components vector of signed integer numbers. More...
 
typedef highp_ivec4 ivec4
 4 components vector of signed integer numbers. More...
 
typedef mat2x2 mat2
 2 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat2x2 mat2x2
 2 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat2x3 mat2x3
 2 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat2x4 mat2x4
 2 columns of 4 components matrix of floating-point numbers. More...
 
typedef mat3x3 mat3
 3 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat3x2 mat3x2
 3 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat3x3 mat3x3
 3 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat3x4 mat3x4
 3 columns of 4 components matrix of floating-point numbers. More...
 
typedef mat4x4 mat4
 4 columns of 4 components matrix of floating-point numbers. More...
 
typedef highp_mat4x2 mat4x2
 4 columns of 2 components matrix of floating-point numbers. More...
 
typedef highp_mat4x3 mat4x3
 4 columns of 3 components matrix of floating-point numbers. More...
 
typedef highp_mat4x4 mat4x4
 4 columns of 4 components matrix of floating-point numbers. More...
 
typedef highp_uvec2 uvec2
 2 components vector of unsigned integer numbers. More...
 
typedef highp_uvec3 uvec3
 3 components vector of unsigned integer numbers. More...
 
typedef highp_uvec4 uvec4
 4 components vector of unsigned integer numbers. More...
 
typedef highp_vec2 vec2
 2 components vector of floating-point numbers. More...
 
typedef highp_vec3 vec3
 3 components vector of floating-point numbers. More...
 
typedef highp_vec4 vec4
 4 components vector of floating-point numbers. More...
 
+

Detailed Description

+

The standard types defined by the specification.

+

These types are all typedefs of more generalized, template types. To see the definition of these template types, go to Template types.

+

Typedef Documentation

+ +
+
+ + + + +
typedef highp_bvec2 bvec2
+
+ +

2 components vector of boolean.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 562 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_bvec3 bvec3
+
+ +

3 components vector of boolean.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 567 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_bvec4 bvec4
+
+ +

4 components vector of boolean.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 572 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat2x2 dmat2
+
+ +

2 * 2 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 707 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat2x2 dmat2x2
+
+ +

2 * 2 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 722 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat2x3 dmat2x3
+
+ +

2 * 3 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 727 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat2x4 dmat2x4
+
+ +

2 * 4 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 732 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat3x3 dmat3
+
+ +

3 * 3 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 712 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat3x2 dmat3x2
+
+ +

3 * 2 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 737 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat3x3 dmat3x3
+
+ +

3 * 3 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 742 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat3x4 dmat3x4
+
+ +

3 * 4 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 747 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat4x4 dmat4
+
+ +

4 * 4 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 717 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat4x2 dmat4x2
+
+ +

4 * 2 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 752 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat4x3 dmat4x3
+
+ +

4 * 3 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 757 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dmat4x4 dmat4x4
+
+ +

4 * 4 matrix of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 762 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dvec2 dvec2
+
+ +

2 components vector of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 481 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dvec3 dvec3
+
+ +

3 components vector of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 486 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_dvec4 dvec4
+
+ +

4 components vector of double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 491 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_ivec2 ivec2
+
+ +

2 components vector of signed integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 508 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_ivec3 ivec3
+
+ +

3 components vector of signed integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 513 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_ivec4 ivec4
+
+ +

4 components vector of signed integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 518 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef mat2x2 mat2
+
+ +

2 columns of 2 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 406 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat2x2 mat2x2
+
+ +

2 columns of 2 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 359 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat2x3 mat2x3
+
+ +

2 columns of 3 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 364 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat2x4 mat2x4
+
+ +

2 columns of 4 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 369 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef mat3x3 mat3
+
+ +

3 columns of 3 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 411 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat3x2 mat3x2
+
+ +

3 columns of 2 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 374 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat3x3 mat3x3
+
+ +

3 columns of 3 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 379 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat3x4 mat3x4
+
+ +

3 columns of 4 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 384 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef mat4x4 mat4
+
+ +

4 columns of 4 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 416 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat4x2 mat4x2
+
+ +

4 columns of 2 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 389 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat4x3 mat4x3
+
+ +

4 columns of 3 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 394 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_mat4x4 mat4x4
+
+ +

4 columns of 4 components matrix of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+ +

Definition at line 399 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_uvec2 uvec2
+
+ +

2 components vector of unsigned integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 535 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_uvec3 uvec3
+
+ +

3 components vector of unsigned integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 540 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_uvec4 uvec4
+
+ +

4 components vector of unsigned integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 545 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_vec2 vec2
+
+ +

2 components vector of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 454 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_vec3 vec3
+
+ +

3 components vector of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 459 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_vec4 vec4
+
+ +

4 components vector of floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+ +

Definition at line 464 of file type_vec.hpp.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00157.html b/glm/doc/api/a00157.html new file mode 100644 index 0000000..560ae32 --- /dev/null +++ b/glm/doc/api/a00157.html @@ -0,0 +1,2996 @@ + + + + + + +0.9.9 API documenation: Precision types + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Precision types
+
+
+ +

Non-GLSL types that are used to define precision-based types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef tvec2< bool, highp > highp_bvec2
 2 components vector of high precision bool numbers. More...
 
typedef tvec3< bool, highp > highp_bvec3
 3 components vector of high precision bool numbers. More...
 
typedef tvec4< bool, highp > highp_bvec4
 4 components vector of high precision bool numbers. More...
 
typedef tmat2x2< double, highp > highp_dmat2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x2< double, highp > highp_dmat2x2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x3< double, highp > highp_dmat2x3
 2 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x4< double, highp > highp_dmat2x4
 2 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< double, highp > highp_dmat3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x2< double, highp > highp_dmat3x2
 3 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< double, highp > highp_dmat3x3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x4< double, highp > highp_dmat3x4
 3 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< double, highp > highp_dmat4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x2< double, highp > highp_dmat4x2
 4 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x3< double, highp > highp_dmat4x3
 4 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< double, highp > highp_dmat4x4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tvec2< double, highp > highp_dvec2
 2 components vector of high double-precision floating-point numbers. More...
 
typedef tvec3< double, highp > highp_dvec3
 3 components vector of high double-precision floating-point numbers. More...
 
typedef tvec4< double, highp > highp_dvec4
 4 components vector of high double-precision floating-point numbers. More...
 
typedef highp_float_t highp_float
 High precision floating-point numbers. More...
 
typedef detail::highp_int_t highp_int
 High precision signed integer. More...
 
typedef tvec2< int, highp > highp_ivec2
 2 components vector of high precision signed integer numbers. More...
 
typedef tvec3< int, highp > highp_ivec3
 3 components vector of high precision signed integer numbers. More...
 
typedef tvec4< int, highp > highp_ivec4
 4 components vector of high precision signed integer numbers. More...
 
typedef tmat2x2< float, highp > highp_mat2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x2< float, highp > highp_mat2x2
 2 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x3< float, highp > highp_mat2x3
 2 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat2x4< float, highp > highp_mat2x4
 2 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< float, highp > highp_mat3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x2< float, highp > highp_mat3x2
 3 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x3< float, highp > highp_mat3x3
 3 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat3x4< float, highp > highp_mat3x4
 3 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< float, highp > highp_mat4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x2< float, highp > highp_mat4x2
 4 columns of 2 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x3< float, highp > highp_mat4x3
 4 columns of 3 components matrix of high precision floating-point numbers. More...
 
typedef tmat4x4< float, highp > highp_mat4x4
 4 columns of 4 components matrix of high precision floating-point numbers. More...
 
typedef detail::highp_uint_t highp_uint
 High precision unsigned integer. More...
 
typedef tvec2< uint, highp > highp_uvec2
 2 components vector of high precision unsigned integer numbers. More...
 
typedef tvec3< uint, highp > highp_uvec3
 3 components vector of high precision unsigned integer numbers. More...
 
typedef tvec4< uint, highp > highp_uvec4
 4 components vector of high precision unsigned integer numbers. More...
 
typedef tvec2< float, highp > highp_vec2
 2 components vector of high single-precision floating-point numbers. More...
 
typedef tvec3< float, highp > highp_vec3
 3 components vector of high single-precision floating-point numbers. More...
 
typedef tvec4< float, highp > highp_vec4
 4 components vector of high single-precision floating-point numbers. More...
 
typedef tvec2< bool, lowp > lowp_bvec2
 2 components vector of low precision bool numbers. More...
 
typedef tvec3< bool, lowp > lowp_bvec3
 3 components vector of low precision bool numbers. More...
 
typedef tvec4< bool, lowp > lowp_bvec4
 4 components vector of low precision bool numbers. More...
 
typedef tmat2x2< double, lowp > lowp_dmat2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x2< double, lowp > lowp_dmat2x2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x3< double, lowp > lowp_dmat2x3
 2 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x4< double, lowp > lowp_dmat2x4
 2 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< float, lowp > lowp_dmat3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x2< double, lowp > lowp_dmat3x2
 3 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< double, lowp > lowp_dmat3x3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x4< double, lowp > lowp_dmat3x4
 3 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< double, lowp > lowp_dmat4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x2< double, lowp > lowp_dmat4x2
 4 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x3< double, lowp > lowp_dmat4x3
 4 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< double, lowp > lowp_dmat4x4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tvec2< double, lowp > lowp_dvec2
 2 components vector of low double-precision floating-point numbers. More...
 
typedef tvec3< double, lowp > lowp_dvec3
 3 components vector of low double-precision floating-point numbers. More...
 
typedef tvec4< double, lowp > lowp_dvec4
 4 components vector of low double-precision floating-point numbers. More...
 
typedef lowp_float_t lowp_float
 Low precision floating-point numbers. More...
 
typedef detail::lowp_int_t lowp_int
 Low precision signed integer. More...
 
typedef tvec2< int, lowp > lowp_ivec2
 2 components vector of low precision signed integer numbers. More...
 
typedef tvec3< int, lowp > lowp_ivec3
 3 components vector of low precision signed integer numbers. More...
 
typedef tvec4< int, lowp > lowp_ivec4
 4 components vector of low precision signed integer numbers. More...
 
typedef tmat2x2< float, lowp > lowp_mat2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x2< float, lowp > lowp_mat2x2
 2 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x3< float, lowp > lowp_mat2x3
 2 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat2x4< float, lowp > lowp_mat2x4
 2 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< float, lowp > lowp_mat3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x2< float, lowp > lowp_mat3x2
 3 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x3< float, lowp > lowp_mat3x3
 3 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat3x4< float, lowp > lowp_mat3x4
 3 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< float, lowp > lowp_mat4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x2< float, lowp > lowp_mat4x2
 4 columns of 2 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x3< float, lowp > lowp_mat4x3
 4 columns of 3 components matrix of low precision floating-point numbers. More...
 
typedef tmat4x4< float, lowp > lowp_mat4x4
 4 columns of 4 components matrix of low precision floating-point numbers. More...
 
typedef detail::lowp_uint_t lowp_uint
 Low precision unsigned integer. More...
 
typedef tvec2< uint, lowp > lowp_uvec2
 2 components vector of low precision unsigned integer numbers. More...
 
typedef tvec3< uint, lowp > lowp_uvec3
 3 components vector of low precision unsigned integer numbers. More...
 
typedef tvec4< uint, lowp > lowp_uvec4
 4 components vector of low precision unsigned integer numbers. More...
 
typedef tvec2< float, lowp > lowp_vec2
 2 components vector of low single-precision floating-point numbers. More...
 
typedef tvec3< float, lowp > lowp_vec3
 3 components vector of low single-precision floating-point numbers. More...
 
typedef tvec4< float, lowp > lowp_vec4
 4 components vector of low single-precision floating-point numbers. More...
 
typedef tvec2< bool, mediump > mediump_bvec2
 2 components vector of medium precision bool numbers. More...
 
typedef tvec3< bool, mediump > mediump_bvec3
 3 components vector of medium precision bool numbers. More...
 
typedef tvec4< bool, mediump > mediump_bvec4
 4 components vector of medium precision bool numbers. More...
 
typedef tmat2x2< double, mediump > mediump_dmat2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x2< double, mediump > mediump_dmat2x2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x3< double, mediump > mediump_dmat2x3
 2 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x4< double, mediump > mediump_dmat2x4
 2 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< double, mediump > mediump_dmat3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x2< double, mediump > mediump_dmat3x2
 3 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< double, mediump > mediump_dmat3x3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x4< double, mediump > mediump_dmat3x4
 3 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< double, mediump > mediump_dmat4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x2< double, mediump > mediump_dmat4x2
 4 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x3< double, mediump > mediump_dmat4x3
 4 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< double, mediump > mediump_dmat4x4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tvec2< double, mediump > mediump_dvec2
 2 components vector of medium double-precision floating-point numbers. More...
 
typedef tvec3< double, mediump > mediump_dvec3
 3 components vector of medium double-precision floating-point numbers. More...
 
typedef tvec4< double, mediump > mediump_dvec4
 4 components vector of medium double-precision floating-point numbers. More...
 
typedef mediump_float_t mediump_float
 Medium precision floating-point numbers. More...
 
typedef detail::mediump_int_t mediump_int
 Medium precision signed integer. More...
 
typedef tvec2< int, mediump > mediump_ivec2
 2 components vector of medium precision signed integer numbers. More...
 
typedef tvec3< int, mediump > mediump_ivec3
 3 components vector of medium precision signed integer numbers. More...
 
typedef tvec4< int, mediump > mediump_ivec4
 4 components vector of medium precision signed integer numbers. More...
 
typedef tmat2x2< float, mediump > mediump_mat2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x2< float, mediump > mediump_mat2x2
 2 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x3< float, mediump > mediump_mat2x3
 2 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat2x4< float, mediump > mediump_mat2x4
 2 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< float, mediump > mediump_mat3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x2< float, mediump > mediump_mat3x2
 3 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x3< float, mediump > mediump_mat3x3
 3 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat3x4< float, mediump > mediump_mat3x4
 3 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< float, mediump > mediump_mat4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x2< float, mediump > mediump_mat4x2
 4 columns of 2 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x3< float, mediump > mediump_mat4x3
 4 columns of 3 components matrix of medium precision floating-point numbers. More...
 
typedef tmat4x4< float, mediump > mediump_mat4x4
 4 columns of 4 components matrix of medium precision floating-point numbers. More...
 
typedef detail::mediump_uint_t mediump_uint
 Medium precision unsigned integer. More...
 
typedef tvec2< uint, mediump > mediump_uvec2
 2 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec3< uint, mediump > mediump_uvec3
 3 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec4< uint, mediump > mediump_uvec4
 4 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec2< float, mediump > mediump_vec2
 2 components vector of medium single-precision floating-point numbers. More...
 
typedef tvec3< float, mediump > mediump_vec3
 3 components vector of medium single-precision floating-point numbers. More...
 
typedef tvec4< float, mediump > mediump_vec4
 4 components vector of medium single-precision floating-point numbers. More...
 
typedef unsigned int uint
 Unsigned integer type. More...
 
+

Detailed Description

+

Non-GLSL types that are used to define precision-based types.

+

The GLSL language allows the user to define the precision of a particular variable. In OpenGL's GLSL, these precision qualifiers have no effect; they are there for compatibility with OpenGL ES's precision qualifiers, where they do have an effect.

+

C++ has no language equivalent to precision qualifiers. So GLM provides the next-best thing: a number of typedefs of the Template types that use a particular precision.

+

None of these types make any guarantees about the actual precision used.

+

Typedef Documentation

+ +
+
+ + + + +
typedef tvec2<bool, highp> highp_bvec2
+
+ +

2 components vector of high precision bool numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 217 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<bool, highp> highp_bvec3
+
+ +

3 components vector of high precision bool numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 326 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<bool, highp> highp_bvec4
+
+ +

4 components vector of high precision bool numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 421 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<double, highp> highp_dmat2
+
+ +

2 columns of 2 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 440 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<double, highp> highp_dmat2x2
+
+ +

2 columns of 2 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 458 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<double, highp> highp_dmat2x3
+
+ +

2 columns of 3 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 481 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<double, highp> highp_dmat2x4
+
+ +

2 columns of 4 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 504 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<double, highp> highp_dmat3
+
+ +

3 columns of 3 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 550 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<double, highp> highp_dmat3x2
+
+ +

3 columns of 2 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 527 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<double, highp> highp_dmat3x3
+
+ +

3 columns of 3 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 568 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<double, highp> highp_dmat3x4
+
+ +

3 columns of 4 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 591 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<double, highp> highp_dmat4
+
+ +

4 columns of 4 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 660 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<double, highp> highp_dmat4x2
+
+ +

4 columns of 2 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 614 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<double, highp> highp_dmat4x3
+
+ +

4 columns of 3 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 637 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<double, highp> highp_dmat4x4
+
+ +

4 columns of 4 components matrix of high precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 678 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<double, highp> highp_dvec2
+
+ +

2 components vector of high double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 154 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<double, highp> highp_dvec3
+
+ +

3 components vector of high double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 264 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<double, highp> highp_dvec4
+
+ +

4 components vector of high double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 367 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_float_t highp_float
+
+ +

High precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.4 Floats
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 41 of file type_float.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::highp_int_t highp_int
+
+ +

High precision signed integer.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.3 Integers
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 238 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<int, highp> highp_ivec2
+
+ +

2 components vector of high precision signed integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 175 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<int, highp> highp_ivec3
+
+ +

3 components vector of high precision signed integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 285 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<int, highp> highp_ivec4
+
+ +

4 components vector of high precision signed integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 385 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< float, highp > highp_mat2
+
+ +

2 columns of 2 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 53 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< float, highp > highp_mat2x2
+
+ +

2 columns of 2 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 74 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3< float, highp > highp_mat2x3
+
+ +

2 columns of 3 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 100 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4< float, highp > highp_mat2x4
+
+ +

2 columns of 4 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 126 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< float, highp > highp_mat3
+
+ +

3 columns of 3 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 178 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2< float, highp > highp_mat3x2
+
+ +

3 columns of 2 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 152 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< float, highp > highp_mat3x3
+
+ +

3 columns of 3 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 199 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4< float, highp > highp_mat3x4
+
+ +

3 columns of 4 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 225 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< float, highp > highp_mat4
+
+ +

4 columns of 4 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 304 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2< float, highp > highp_mat4x2
+
+ +

4 columns of 2 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 251 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3< float, highp > highp_mat4x3
+
+ +

4 columns of 3 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 277 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< float, highp > highp_mat4x4
+
+ +

4 columns of 4 components matrix of high precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 325 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::highp_uint_t highp_uint
+
+ +

High precision unsigned integer.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.3 Integers
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 259 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<uint, highp> highp_uvec2
+
+ +

2 components vector of high precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 196 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<uint, highp> highp_uvec3
+
+ +

3 components vector of high precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 306 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<uint, highp> highp_uvec4
+
+ +

4 components vector of high precision unsigned integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 403 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< float, highp > highp_vec2
+
+ +

2 components vector of high single-precision floating-point numbers.

+

High Single-precision floating-point vector of 2 components.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 133 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< float, highp > highp_vec3
+
+ +

3 components vector of high single-precision floating-point numbers.

+

High Single-precision floating-point vector of 3 components.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 243 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< float, highp > highp_vec4
+
+ +

4 components vector of high single-precision floating-point numbers.

+

High Single-precision floating-point vector of 4 components.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 349 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<bool, lowp> lowp_bvec2
+
+ +

2 components vector of low precision bool numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 231 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<bool, lowp> lowp_bvec3
+
+ +

3 components vector of low precision bool numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 338 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<bool, lowp> lowp_bvec4
+
+ +

4 components vector of low precision bool numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 433 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<double, lowp> lowp_dmat2
+
+ +

2 columns of 2 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 428 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<double, lowp> lowp_dmat2x2
+
+ +

2 columns of 2 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 446 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<double, lowp> lowp_dmat2x3
+
+ +

2 columns of 3 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 469 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<double, lowp> lowp_dmat2x4
+
+ +

2 columns of 4 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 492 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<float, lowp> lowp_dmat3
+
+ +

3 columns of 3 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 538 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<double, lowp> lowp_dmat3x2
+
+ +

3 columns of 2 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 515 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<double, lowp> lowp_dmat3x3
+
+ +

3 columns of 3 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 556 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<double, lowp> lowp_dmat3x4
+
+ +

3 columns of 4 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 579 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<double, lowp> lowp_dmat4
+
+ +

4 columns of 4 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 648 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<double, lowp> lowp_dmat4x2
+
+ +

4 columns of 2 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 602 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<double, lowp> lowp_dmat4x3
+
+ +

4 columns of 3 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 625 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<double, lowp> lowp_dmat4x4
+
+ +

4 columns of 4 components matrix of low precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 666 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<double, lowp> lowp_dvec2
+
+ +

2 components vector of low double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 168 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<double, lowp> lowp_dvec3
+
+ +

3 components vector of low double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 278 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<double, lowp> lowp_dvec4
+
+ +

4 components vector of low double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 379 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef lowp_float_t lowp_float
+
+ +

Low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.4 Floats
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 27 of file type_float.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::lowp_int_t lowp_int
+
+ +

Low precision signed integer.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.3 Integers
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 224 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<int, lowp> lowp_ivec2
+
+ +

2 components vector of low precision signed integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 189 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<int, lowp> lowp_ivec3
+
+ +

3 components vector of low precision signed integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 299 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<int, lowp> lowp_ivec4
+
+ +

4 components vector of low precision signed integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 397 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< float, lowp > lowp_mat2
+
+ +

2 columns of 2 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 39 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< float, lowp > lowp_mat2x2
+
+ +

2 columns of 2 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 60 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3< float, lowp > lowp_mat2x3
+
+ +

2 columns of 3 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 86 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4< float, lowp > lowp_mat2x4
+
+ +

2 columns of 4 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 112 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< float, lowp > lowp_mat3
+
+ +

3 columns of 3 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 164 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2< float, lowp > lowp_mat3x2
+
+ +

3 columns of 2 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 138 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< float, lowp > lowp_mat3x3
+
+ +

3 columns of 3 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 185 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4< float, lowp > lowp_mat3x4
+
+ +

3 columns of 4 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 211 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< float, lowp > lowp_mat4
+
+ +

4 columns of 4 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 290 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2< float, lowp > lowp_mat4x2
+
+ +

4 columns of 2 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 237 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3< float, lowp > lowp_mat4x3
+
+ +

4 columns of 3 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 263 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< float, lowp > lowp_mat4x4
+
+ +

4 columns of 4 components matrix of low precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 311 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::lowp_uint_t lowp_uint
+
+ +

Low precision unsigned integer.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.3 Integers
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 245 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<uint, lowp> lowp_uvec2
+
+ +

2 components vector of low precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 210 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<uint, lowp> lowp_uvec3
+
+ +

3 components vector of low precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 320 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<uint, lowp> lowp_uvec4
+
+ +

4 components vector of low precision unsigned integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 415 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< float, lowp > lowp_vec2
+
+ +

2 components vector of low single-precision floating-point numbers.

+

Low single-precision floating-point vector of 2 components.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 147 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< float, lowp > lowp_vec3
+
+ +

3 components vector of low single-precision floating-point numbers.

+

Low single-precision floating-point vector of 3 components.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 257 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< float, lowp > lowp_vec4
+
+ +

4 components vector of low single-precision floating-point numbers.

+

Low single-precision floating-point vector of 4 components.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 361 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<bool, mediump> mediump_bvec2
+
+ +

2 components vector of medium precision bool numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 224 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<bool, mediump> mediump_bvec3
+
+ +

3 components vector of medium precision bool numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 332 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<bool, mediump> mediump_bvec4
+
+ +

4 components vector of medium precision bool numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 427 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<double, mediump> mediump_dmat2
+
+ +

2 columns of 2 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 434 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<double, mediump> mediump_dmat2x2
+
+ +

2 columns of 2 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 452 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<double, mediump> mediump_dmat2x3
+
+ +

2 columns of 3 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 475 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<double, mediump> mediump_dmat2x4
+
+ +

2 columns of 4 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 498 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<double, mediump> mediump_dmat3
+
+ +

3 columns of 3 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 544 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<double, mediump> mediump_dmat3x2
+
+ +

3 columns of 2 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 521 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<double, mediump> mediump_dmat3x3
+
+ +

3 columns of 3 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 562 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<double, mediump> mediump_dmat3x4
+
+ +

3 columns of 4 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 585 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<double, mediump> mediump_dmat4
+
+ +

4 columns of 4 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 654 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<double, mediump> mediump_dmat4x2
+
+ +

4 columns of 2 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 608 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<double, mediump> mediump_dmat4x3
+
+ +

4 columns of 3 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 631 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<double, mediump> mediump_dmat4x4
+
+ +

4 columns of 4 components matrix of medium precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 672 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<double, mediump> mediump_dvec2
+
+ +

2 components vector of medium double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 161 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<double, mediump> mediump_dvec3
+
+ +

3 components vector of medium double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 271 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<double, mediump> mediump_dvec4
+
+ +

4 components vector of medium double-precision floating-point numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 373 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_float_t mediump_float
+
+ +

Medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.4 Floats
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 34 of file type_float.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::mediump_int_t mediump_int
+
+ +

Medium precision signed integer.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.3 Integers
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 231 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<int, mediump> mediump_ivec2
+
+ +

2 components vector of medium precision signed integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 182 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<int, mediump> mediump_ivec3
+
+ +

3 components vector of medium precision signed integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 292 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<int, mediump> mediump_ivec4
+
+ +

4 components vector of medium precision signed integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 391 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< float, mediump > mediump_mat2
+
+ +

2 columns of 2 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 46 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< float, mediump > mediump_mat2x2
+
+ +

2 columns of 2 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 67 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3< float, mediump > mediump_mat2x3
+
+ +

2 columns of 3 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 93 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4< float, mediump > mediump_mat2x4
+
+ +

2 columns of 4 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 119 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< float, mediump > mediump_mat3
+
+ +

3 columns of 3 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 171 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2< float, mediump > mediump_mat3x2
+
+ +

3 columns of 2 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 145 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< float, mediump > mediump_mat3x3
+
+ +

3 columns of 3 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 192 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4< float, mediump > mediump_mat3x4
+
+ +

3 columns of 4 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 218 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< float, mediump > mediump_mat4
+
+ +

4 columns of 4 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 297 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2< float, mediump > mediump_mat4x2
+
+ +

4 columns of 2 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 244 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3< float, mediump > mediump_mat4x3
+
+ +

4 columns of 3 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 270 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< float, mediump > mediump_mat4x4
+
+ +

4 columns of 4 components matrix of medium precision floating-point numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.6 Matrices
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 318 of file type_mat.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::mediump_uint_t mediump_uint
+
+ +

Medium precision unsigned integer.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.3 Integers
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 252 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<uint, mediump> mediump_uvec2
+
+ +

2 components vector of medium precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 203 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<uint, mediump> mediump_uvec3
+
+ +

3 components vector of medium precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 313 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<uint, mediump> mediump_uvec4
+
+ +

4 components vector of medium precision unsigned integer numbers.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+ +

Definition at line 409 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< float, mediump > mediump_vec2
+
+ +

2 components vector of medium single-precision floating-point numbers.

+

Medium Single-precision floating-point vector of 2 components.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 140 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< float, mediump > mediump_vec3
+
+ +

3 components vector of medium single-precision floating-point numbers.

+

Medium Single-precision floating-point vector of 3 components.

+

There is no guarantee on the actual precision.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 250 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< float, mediump > mediump_vec4
+
+ +

4 components vector of medium single-precision floating-point numbers.

+

Medium Single-precision floating-point vector of 4 components.

+
See also
GLSL 4.20.8 specification, section 4.1.5 Vectors
+
+GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier
+
+Precision types
+ +

Definition at line 355 of file type_vec.hpp.

+ +
+
+ +
+
+ + + + +
typedef unsigned int uint
+
+ +

Unsigned integer type.

+
See also
GLSL 4.20.8 specification, section 4.1.3 Integers
+ +

Definition at line 288 of file type_int.hpp.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00158.html b/glm/doc/api/a00158.html new file mode 100644 index 0000000..8c45d3a --- /dev/null +++ b/glm/doc/api/a00158.html @@ -0,0 +1,95 @@ + + + + + + +0.9.9 API documenation: Template types + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+
+
Template types
+
+
+ +

The generic template types used as the basis for the core types. +More...

+

The generic template types used as the basis for the core types.

+

These types are all templates used to define the actual Types. These templetes are implementation details of GLM types and should not be used explicitly.

+
+ + + + diff --git a/glm/doc/api/a00159.html b/glm/doc/api/a00159.html new file mode 100644 index 0000000..ac78c61 --- /dev/null +++ b/glm/doc/api/a00159.html @@ -0,0 +1,1053 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_bitfield + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_bitfield
+
+
+ +

Allow to perform bit operations on integer values. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldFillOne (genIUType Value, int FirstBit, int BitCount)
 Set to 1 a range of bits. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldFillOne (vecType< T, P > const &Value, int FirstBit, int BitCount)
 Set to 1 a range of bits. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldFillZero (genIUType Value, int FirstBit, int BitCount)
 Set to 0 a range of bits. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldFillZero (vecType< T, P > const &Value, int FirstBit, int BitCount)
 Set to 0 a range of bits. More...
 
GLM_FUNC_DECL int16 bitfieldInterleave (int8 x, int8 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL uint16 bitfieldInterleave (uint8 x, uint8 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL int32 bitfieldInterleave (int16 x, int16 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL uint32 bitfieldInterleave (uint16 x, uint16 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int32 x, int32 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint32 x, uint32 y)
 Interleaves the bits of x and y. More...
 
GLM_FUNC_DECL int32 bitfieldInterleave (int8 x, int8 y, int8 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL uint32 bitfieldInterleave (uint8 x, uint8 y, uint8 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int16 x, int16 y, int16 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint16 x, uint16 y, uint16 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int32 x, int32 y, int32 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint32 x, uint32 y, uint32 z)
 Interleaves the bits of x, y and z. More...
 
GLM_FUNC_DECL int32 bitfieldInterleave (int8 x, int8 y, int8 z, int8 w)
 Interleaves the bits of x, y, z and w. More...
 
GLM_FUNC_DECL uint32 bitfieldInterleave (uint8 x, uint8 y, uint8 z, uint8 w)
 Interleaves the bits of x, y, z and w. More...
 
GLM_FUNC_DECL int64 bitfieldInterleave (int16 x, int16 y, int16 z, int16 w)
 Interleaves the bits of x, y, z and w. More...
 
GLM_FUNC_DECL uint64 bitfieldInterleave (uint16 x, uint16 y, uint16 z, uint16 w)
 Interleaves the bits of x, y, z and w. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldRotateLeft (genIUType In, int Shift)
 Rotate all bits to the left. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldRotateLeft (vecType< T, P > const &In, int Shift)
 Rotate all bits to the left. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType bitfieldRotateRight (genIUType In, int Shift)
 Rotate all bits to the right. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > bitfieldRotateRight (vecType< T, P > const &In, int Shift)
 Rotate all bits to the right. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType mask (genIUType Bits)
 Build a mask of 'count' bits. More...
 
template<typename T , precision P, template< typename, precision > class vecIUType>
GLM_FUNC_DECL vecIUType< T, P > mask (vecIUType< T, P > const &v)
 Build a mask of 'count' bits. More...
 
+

Detailed Description

+

Allow to perform bit operations on integer values.

+

<glm/gtc/bitfield.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genIUType glm::bitfieldFillOne (genIUType Value,
int FirstBit,
int BitCount 
)
+
+ +

Set to 1 a range of bits.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::bitfieldFillOne (vecType< T, P > const & Value,
int FirstBit,
int BitCount 
)
+
+ +

Set to 1 a range of bits.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genIUType glm::bitfieldFillZero (genIUType Value,
int FirstBit,
int BitCount 
)
+
+ +

Set to 0 a range of bits.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::bitfieldFillZero (vecType< T, P > const & Value,
int FirstBit,
int BitCount 
)
+
+ +

Set to 0 a range of bits.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int16 glm::bitfieldInterleave (int8 x,
int8 y 
)
+
+ +

Interleaves the bits of x and y.

+

The first bit is the first bit of x followed by the first bit of y. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint16 glm::bitfieldInterleave (uint8 x,
uint8 y 
)
+
+ +

Interleaves the bits of x and y.

+

The first bit is the first bit of x followed by the first bit of y. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int32 glm::bitfieldInterleave (int16 x,
int16 y 
)
+
+ +

Interleaves the bits of x and y.

+

The first bit is the first bit of x followed by the first bit of y. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint32 glm::bitfieldInterleave (uint16 x,
uint16 y 
)
+
+ +

Interleaves the bits of x and y.

+

The first bit is the first bit of x followed by the first bit of y. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int64 glm::bitfieldInterleave (int32 x,
int32 y 
)
+
+ +

Interleaves the bits of x and y.

+

The first bit is the first bit of x followed by the first bit of y. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint64 glm::bitfieldInterleave (uint32 x,
uint32 y 
)
+
+ +

Interleaves the bits of x and y.

+

The first bit is the first bit of x followed by the first bit of y. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int32 glm::bitfieldInterleave (int8 x,
int8 y,
int8 z 
)
+
+ +

Interleaves the bits of x, y and z.

+

The first bit is the first bit of x followed by the first bit of y and the first bit of z. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint32 glm::bitfieldInterleave (uint8 x,
uint8 y,
uint8 z 
)
+
+ +

Interleaves the bits of x, y and z.

+

The first bit is the first bit of x followed by the first bit of y and the first bit of z. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int64 glm::bitfieldInterleave (int16 x,
int16 y,
int16 z 
)
+
+ +

Interleaves the bits of x, y and z.

+

The first bit is the first bit of x followed by the first bit of y and the first bit of z. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint64 glm::bitfieldInterleave (uint16 x,
uint16 y,
uint16 z 
)
+
+ +

Interleaves the bits of x, y and z.

+

The first bit is the first bit of x followed by the first bit of y and the first bit of z. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int64 glm::bitfieldInterleave (int32 x,
int32 y,
int32 z 
)
+
+ +

Interleaves the bits of x, y and z.

+

The first bit is the first bit of x followed by the first bit of y and the first bit of z. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint64 glm::bitfieldInterleave (uint32 x,
uint32 y,
uint32 z 
)
+
+ +

Interleaves the bits of x, y and z.

+

The first bit is the first bit of x followed by the first bit of y and the first bit of z. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int32 glm::bitfieldInterleave (int8 x,
int8 y,
int8 z,
int8 w 
)
+
+ +

Interleaves the bits of x, y, z and w.

+

The first bit is the first bit of x followed by the first bit of y, the first bit of z and finally the first bit of w. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint32 glm::bitfieldInterleave (uint8 x,
uint8 y,
uint8 z,
uint8 w 
)
+
+ +

Interleaves the bits of x, y, z and w.

+

The first bit is the first bit of x followed by the first bit of y, the first bit of z and finally the first bit of w. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int64 glm::bitfieldInterleave (int16 x,
int16 y,
int16 z,
int16 w 
)
+
+ +

Interleaves the bits of x, y, z and w.

+

The first bit is the first bit of x followed by the first bit of y, the first bit of z and finally the first bit of w. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint64 glm::bitfieldInterleave (uint16 x,
uint16 y,
uint16 z,
uint16 w 
)
+
+ +

Interleaves the bits of x, y, z and w.

+

The first bit is the first bit of x followed by the first bit of y, the first bit of z and finally the first bit of w. The other bits are interleaved following the previous sequence.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genIUType glm::bitfieldRotateLeft (genIUType In,
int Shift 
)
+
+ +

Rotate all bits to the left.

+

All the bits dropped in the left side are inserted back on the right side.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::bitfieldRotateLeft (vecType< T, P > const & In,
int Shift 
)
+
+ +

Rotate all bits to the left.

+

All the bits dropped in the left side are inserted back on the right side.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genIUType glm::bitfieldRotateRight (genIUType In,
int Shift 
)
+
+ +

Rotate all bits to the right.

+

All the bits dropped in the right side are inserted back on the left side.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::bitfieldRotateRight (vecType< T, P > const & In,
int Shift 
)
+
+ +

Rotate all bits to the right.

+

All the bits dropped in the right side are inserted back on the left side.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genIUType glm::mask (genIUType Bits)
+
+ +

Build a mask of 'count' bits.

+
See also
GLM_GTC_bitfield
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecIUType<T, P> glm::mask (vecIUType< T, P > const & v)
+
+ +

Build a mask of 'count' bits.

+
See also
GLM_GTC_bitfield
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00160.html b/glm/doc/api/a00160.html new file mode 100644 index 0000000..a3f1bf8 --- /dev/null +++ b/glm/doc/api/a00160.html @@ -0,0 +1,122 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_color_encoding + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_color_encoding
+
+
+ +

Allow to perform bit operations on integer values. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertD50XYZToD65XYZ (tvec3< T, P > const &ColorD50XYZ)
 Convert a D50 YUV color to D65 YUV.
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertD65XYZToD50XYZ (tvec3< T, P > const &ColorD65XYZ)
 Convert a D65 YUV color to D50 YUV.
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertD65XYZToLinearSRGB (tvec3< T, P > const &ColorD65XYZ)
 Convert a D65 YUV color to linear sRGB.
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > convertLinearSRGBToD65XYZ (tvec3< T, P > const &ColorLinearSRGB)
 Convert a linear sRGB color to D65 YUV.
 
+

Detailed Description

+

Allow to perform bit operations on integer values.

+

<glm/gtc/color_encoding.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00161.html b/glm/doc/api/a00161.html new file mode 100644 index 0000000..564d382 --- /dev/null +++ b/glm/doc/api/a00161.html @@ -0,0 +1,187 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_color_space + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_color_space
+
+
+ +

Allow to perform bit operations on integer values. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertLinearToSRGB (vecType< T, P > const &ColorLinear)
 Convert a linear color to sRGB color using a standard gamma correction. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertLinearToSRGB (vecType< T, P > const &ColorLinear, T Gamma)
 Convert a linear color to sRGB color using a custom gamma correction. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertSRGBToLinear (vecType< T, P > const &ColorSRGB)
 Convert a sRGB color to linear color using a standard gamma correction. More...
 
+template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > convertSRGBToLinear (vecType< T, P > const &ColorSRGB, T Gamma)
 Convert a sRGB color to linear color using a custom gamma correction.
 
+

Detailed Description

+

Allow to perform bit operations on integer values.

+

<glm/gtc/color_space.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::convertLinearToSRGB (vecType< T, P > const & ColorLinear)
+
+ +

Convert a linear color to sRGB color using a standard gamma correction.

+

IEC 61966-2-1:1999 / Rec. 709 specification https://www.w3.org/Graphics/Color/srgb

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::convertLinearToSRGB (vecType< T, P > const & ColorLinear,
Gamma 
)
+
+ +

Convert a linear color to sRGB color using a custom gamma correction.

+

IEC 61966-2-1:1999 / Rec. 709 specification https://www.w3.org/Graphics/Color/srgb

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::convertSRGBToLinear (vecType< T, P > const & ColorSRGB)
+
+ +

Convert a sRGB color to linear color using a standard gamma correction.

+

IEC 61966-2-1:1999 / Rec. 709 specification https://www.w3.org/Graphics/Color/srgb

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00162.html b/glm/doc/api/a00162.html new file mode 100644 index 0000000..72b7826 --- /dev/null +++ b/glm/doc/api/a00162.html @@ -0,0 +1,741 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_constants + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_constants
+
+
+ +

Provide a list of constants and precomputed useful values. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType e ()
 Return e constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon ()
 Return the epsilon constant for floating point types. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType euler ()
 Return Euler's constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType four_over_pi ()
 Return 4 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType golden_ratio ()
 Return the golden ratio constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType half_pi ()
 Return pi / 2. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ln_two ()
 Return ln(ln(2)). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_ten ()
 Return ln(10). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType ln_two ()
 Return ln(2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one ()
 Return 1. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_pi ()
 Return 1 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_root_two ()
 Return 1 / sqrt(2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType one_over_two_pi ()
 Return 1 / (pi * 2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType pi ()
 Return the pi constant. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType quarter_pi ()
 Return pi / 4. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_five ()
 Return sqrt(5). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_half_pi ()
 Return sqrt(pi / 2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_ln_four ()
 Return sqrt(ln(4)). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_pi ()
 Return square root of pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_three ()
 Return sqrt(3). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_two ()
 Return sqrt(2). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType root_two_pi ()
 Return sqrt(2 * pi). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType third ()
 Return 1 / 3. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType three_over_two_pi ()
 Return pi / 2 * 3. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_pi ()
 Return 2 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_root_pi ()
 Return 2 / sqrt(pi). More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_pi ()
 Return pi * 2. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType two_thirds ()
 Return 2 / 3. More...
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType zero ()
 Return 0. More...
 
+

Detailed Description

+

Provide a list of constants and precomputed useful values.

+

<glm/gtc/constants.hpp> need to be included to use these features.

+

Function Documentation

+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::e ()
+
+ +

Return e constant.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::epsilon ()
+
+ +

Return the epsilon constant for floating point types.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::euler ()
+
+ +

Return Euler's constant.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::four_over_pi ()
+
+ +

Return 4 / pi.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::golden_ratio ()
+
+ +

Return the golden ratio constant.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::half_pi ()
+
+ +

Return pi / 2.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::ln_ln_two ()
+
+ +

Return ln(ln(2)).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::ln_ten ()
+
+ +

Return ln(10).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::ln_two ()
+
+ +

Return ln(2).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::one ()
+
+ +

Return 1.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::one_over_pi ()
+
+ +

Return 1 / pi.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::one_over_root_two ()
+
+ +

Return 1 / sqrt(2).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::one_over_two_pi ()
+
+ +

Return 1 / (pi * 2).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::pi ()
+
+ +

Return the pi constant.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::quarter_pi ()
+
+ +

Return pi / 4.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::root_five ()
+
+ +

Return sqrt(5).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::root_half_pi ()
+
+ +

Return sqrt(pi / 2).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::root_ln_four ()
+
+ +

Return sqrt(ln(4)).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::root_pi ()
+
+ +

Return square root of pi.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::root_three ()
+
+ +

Return sqrt(3).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::root_two ()
+
+ +

Return sqrt(2).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::root_two_pi ()
+
+ +

Return sqrt(2 * pi).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::third ()
+
+ +

Return 1 / 3.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::three_over_two_pi ()
+
+ +

Return pi / 2 * 3.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::two_over_pi ()
+
+ +

Return 2 / pi.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::two_over_root_pi ()
+
+ +

Return 2 / sqrt(pi).

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::two_pi ()
+
+ +

Return pi * 2.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::two_thirds ()
+
+ +

Return 2 / 3.

+
See also
GLM_GTC_constants
+ +
+
+ +
+
+ + + + + + + +
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::zero ()
+
+ +

Return 0.

+
See also
GLM_GTC_constants
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00163.html b/glm/doc/api/a00163.html new file mode 100644 index 0000000..bb36812 --- /dev/null +++ b/glm/doc/api/a00163.html @@ -0,0 +1,263 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_epsilon + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Comparison functions for a user defined epsilon values. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > epsilonEqual (vecType< T, P > const &x, vecType< T, P > const &y, T const &epsilon)
 Returns the component-wise comparison of |x - y| < epsilon. More...
 
template<typename genType >
GLM_FUNC_DECL bool epsilonEqual (genType const &x, genType const &y, genType const &epsilon)
 Returns the component-wise comparison of |x - y| < epsilon. More...
 
template<typename genType >
GLM_FUNC_DECL genType::boolType epsilonNotEqual (genType const &x, genType const &y, typename genType::value_type const &epsilon)
 Returns the component-wise comparison of |x - y| < epsilon. More...
 
template<typename genType >
GLM_FUNC_DECL bool epsilonNotEqual (genType const &x, genType const &y, genType const &epsilon)
 Returns the component-wise comparison of |x - y| >= epsilon. More...
 
+

Detailed Description

+

Comparison functions for a user defined epsilon values.

+

<glm/gtc/epsilon.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::epsilonEqual (vecType< T, P > const & x,
vecType< T, P > const & y,
T const & epsilon 
)
+
+ +

Returns the component-wise comparison of |x - y| < epsilon.

+

True if this expression is satisfied.

+
See also
GLM_GTC_epsilon
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::epsilonEqual (genType const & x,
genType const & y,
genType const & epsilon 
)
+
+ +

Returns the component-wise comparison of |x - y| < epsilon.

+

True if this expression is satisfied.

+
See also
GLM_GTC_epsilon
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType::boolType glm::epsilonNotEqual (genType const & x,
genType const & y,
typename genType::value_type const & epsilon 
)
+
+ +

Returns the component-wise comparison of |x - y| < epsilon.

+

True if this expression is not satisfied.

+
See also
GLM_GTC_epsilon
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::epsilonNotEqual (genType const & x,
genType const & y,
genType const & epsilon 
)
+
+ +

Returns the component-wise comparison of |x - y| >= epsilon.

+

True if this expression is not satisfied.

+
See also
GLM_GTC_epsilon
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00164.html b/glm/doc/api/a00164.html new file mode 100644 index 0000000..8f49bad --- /dev/null +++ b/glm/doc/api/a00164.html @@ -0,0 +1,181 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_functions + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_functions
+
+
+ +

List of useful common functions. +More...

+ + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T gauss (T x, T ExpectedValue, T StandardDeviation)
 1D gauss function More...
 
template<typename T , precision P>
GLM_FUNC_DECL T gauss (tvec2< T, P > const &Coord, tvec2< T, P > const &ExpectedValue, tvec2< T, P > const &StandardDeviation)
 2D gauss function More...
 
+

Detailed Description

+

List of useful common functions.

+

<glm/gtc/functions.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::gauss (x,
ExpectedValue,
StandardDeviation 
)
+
+ +

1D gauss function

+
See also
GLM_GTC_epsilon
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::gauss (tvec2< T, P > const & Coord,
tvec2< T, P > const & ExpectedValue,
tvec2< T, P > const & StandardDeviation 
)
+
+ +

2D gauss function

+
See also
GLM_GTC_epsilon
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00165.html b/glm/doc/api/a00165.html new file mode 100644 index 0000000..f28009c --- /dev/null +++ b/glm/doc/api/a00165.html @@ -0,0 +1,338 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_integer + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Allow to perform bit operations on integer values. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< int, P > iround (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType log2 (genIUType x)
 Returns the log2 of x for integer values. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType mod (genIUType x, genIUType y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const &x, T y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const &x, vecType< T, P > const &y)
 Modulus. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint, P > uround (vecType< T, P > const &x)
 Returns a value equal to the nearest integer to x. More...
 
+

Detailed Description

+

Allow to perform bit operations on integer values.

+

<glm/gtc/integer.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<int, P> glm::iround (vecType< T, P > const & x)
+
+ +

Returns a value equal to the nearest integer to x.

+

The fraction 0.5 will round in a direction chosen by the implementation, presumably the direction that is fastest.

+
Parameters
+ + +
xThe values of the argument must be greater or equal to zero.
+
+
+
Template Parameters
+ + + +
Tfloating point scalar types.
vecTypevector types.
+
+
+
See also
GLSL round man page
+
+GLM_GTC_integer
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genIUType glm::log2 (genIUType x)
+
+ +

Returns the log2 of x for integer values.

+

Can be reliably using to compute mipmap count from the texture size.

See also
GLM_GTC_integer
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genIUType glm::mod (genIUType x,
genIUType y 
)
+
+ +

Modulus.

+

Returns x % y for each component in x using the floating point value y.

+
Template Parameters
+ + +
genIUTypeInteger-point scalar or vector types.
+
+
+
See also
GLM_GTC_integer
+
+GLSL mod man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const & x,
y 
)
+
+ +

Modulus.

+

Returns x % y for each component in x using the floating point value y.

+
Template Parameters
+ + + +
TInteger scalar types.
vecTypevector types.
+
+
+
See also
GLM_GTC_integer
+
+GLSL mod man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType< T, P > mod (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Modulus.

+

Returns x % y for each component in x using the floating point value y.

+
Template Parameters
+ + + +
TInteger scalar types.
vecTypevector types.
+
+
+
See also
GLM_GTC_integer
+
+GLSL mod man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<uint, P> glm::uround (vecType< T, P > const & x)
+
+ +

Returns a value equal to the nearest integer to x.

+

The fraction 0.5 will round in a direction chosen by the implementation, presumably the direction that is fastest.

+
Parameters
+ + +
xThe values of the argument must be greater or equal to zero.
+
+
+
Template Parameters
+ + + +
Tfloating point scalar types.
vecTypevector types.
+
+
+
See also
GLSL round man page
+
+GLM_GTC_integer
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00166.html b/glm/doc/api/a00166.html new file mode 100644 index 0000000..46fb471 --- /dev/null +++ b/glm/doc/api/a00166.html @@ -0,0 +1,247 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_matrix_access + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_matrix_access
+
+
+ +

Defines functions to access rows or columns of a matrix easily. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType::col_type column (genType const &m, length_t index)
 Get a specific column of a matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType column (genType const &m, length_t index, typename genType::col_type const &x)
 Set a specific column to a matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType::row_type row (genType const &m, length_t index)
 Get a specific row of a matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType row (genType const &m, length_t index, typename genType::row_type const &x)
 Set a specific row to a matrix. More...
 
+

Detailed Description

+

Defines functions to access rows or columns of a matrix easily.

+

<glm/gtc/matrix_access.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType::col_type glm::column (genType const & m,
length_t index 
)
+
+ +

Get a specific column of a matrix.

+
See also
GLM_GTC_matrix_access
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::column (genType const & m,
length_t index,
typename genType::col_type const & x 
)
+
+ +

Set a specific column to a matrix.

+
See also
GLM_GTC_matrix_access
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType::row_type glm::row (genType const & m,
length_t index 
)
+
+ +

Get a specific row of a matrix.

+
See also
GLM_GTC_matrix_access
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::row (genType const & m,
length_t index,
typename genType::row_type const & x 
)
+
+ +

Set a specific row to a matrix.

+
See also
GLM_GTC_matrix_access
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00167.html b/glm/doc/api/a00167.html new file mode 100644 index 0000000..1f01a9b --- /dev/null +++ b/glm/doc/api/a00167.html @@ -0,0 +1,2023 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_matrix_integer + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_matrix_integer
+
+
+ +

Defines a number of matrices with integer types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef tmat2x2< int, highp > highp_imat2
 High-precision signed integer 2x2 matrix. More...
 
typedef tmat2x2< int, highp > highp_imat2x2
 High-precision signed integer 2x2 matrix. More...
 
typedef tmat2x3< int, highp > highp_imat2x3
 High-precision signed integer 2x3 matrix. More...
 
typedef tmat2x4< int, highp > highp_imat2x4
 High-precision signed integer 2x4 matrix. More...
 
typedef tmat3x3< int, highp > highp_imat3
 High-precision signed integer 3x3 matrix. More...
 
typedef tmat3x2< int, highp > highp_imat3x2
 High-precision signed integer 3x2 matrix. More...
 
typedef tmat3x3< int, highp > highp_imat3x3
 High-precision signed integer 3x3 matrix. More...
 
typedef tmat3x4< int, highp > highp_imat3x4
 High-precision signed integer 3x4 matrix. More...
 
typedef tmat4x4< int, highp > highp_imat4
 High-precision signed integer 4x4 matrix. More...
 
typedef tmat4x2< int, highp > highp_imat4x2
 High-precision signed integer 4x2 matrix. More...
 
typedef tmat4x3< int, highp > highp_imat4x3
 High-precision signed integer 4x3 matrix. More...
 
typedef tmat4x4< int, highp > highp_imat4x4
 High-precision signed integer 4x4 matrix. More...
 
typedef tmat2x2< uint, highp > highp_umat2
 High-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x2< uint, highp > highp_umat2x2
 High-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x3< uint, highp > highp_umat2x3
 High-precision unsigned integer 2x3 matrix. More...
 
typedef tmat2x4< uint, highp > highp_umat2x4
 High-precision unsigned integer 2x4 matrix. More...
 
typedef tmat3x3< uint, highp > highp_umat3
 High-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x2< uint, highp > highp_umat3x2
 High-precision unsigned integer 3x2 matrix. More...
 
typedef tmat3x3< uint, highp > highp_umat3x3
 High-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x4< uint, highp > highp_umat3x4
 High-precision unsigned integer 3x4 matrix. More...
 
typedef tmat4x4< uint, highp > highp_umat4
 High-precision unsigned integer 4x4 matrix. More...
 
typedef tmat4x2< uint, highp > highp_umat4x2
 High-precision unsigned integer 4x2 matrix. More...
 
typedef tmat4x3< uint, highp > highp_umat4x3
 High-precision unsigned integer 4x3 matrix. More...
 
typedef tmat4x4< uint, highp > highp_umat4x4
 High-precision unsigned integer 4x4 matrix. More...
 
typedef mediump_imat2 imat2
 Signed integer 2x2 matrix. More...
 
typedef mediump_imat2x2 imat2x2
 Signed integer 2x2 matrix. More...
 
typedef mediump_imat2x3 imat2x3
 Signed integer 2x3 matrix. More...
 
typedef mediump_imat2x4 imat2x4
 Signed integer 2x4 matrix. More...
 
typedef mediump_imat3 imat3
 Signed integer 3x3 matrix. More...
 
typedef mediump_imat3x2 imat3x2
 Signed integer 3x2 matrix. More...
 
typedef mediump_imat3x3 imat3x3
 Signed integer 3x3 matrix. More...
 
typedef mediump_imat3x4 imat3x4
 Signed integer 3x4 matrix. More...
 
typedef mediump_imat4 imat4
 Signed integer 4x4 matrix. More...
 
typedef mediump_imat4x2 imat4x2
 Signed integer 4x2 matrix. More...
 
typedef mediump_imat4x3 imat4x3
 Signed integer 4x3 matrix. More...
 
typedef mediump_imat4x4 imat4x4
 Signed integer 4x4 matrix. More...
 
typedef tmat2x2< int, lowp > lowp_imat2
 Low-precision signed integer 2x2 matrix. More...
 
typedef tmat2x2< int, lowp > lowp_imat2x2
 Low-precision signed integer 2x2 matrix. More...
 
typedef tmat2x3< int, lowp > lowp_imat2x3
 Low-precision signed integer 2x3 matrix. More...
 
typedef tmat2x4< int, lowp > lowp_imat2x4
 Low-precision signed integer 2x4 matrix. More...
 
typedef tmat3x3< int, lowp > lowp_imat3
 Low-precision signed integer 3x3 matrix. More...
 
typedef tmat3x2< int, lowp > lowp_imat3x2
 Low-precision signed integer 3x2 matrix. More...
 
typedef tmat3x3< int, lowp > lowp_imat3x3
 Low-precision signed integer 3x3 matrix. More...
 
typedef tmat3x4< int, lowp > lowp_imat3x4
 Low-precision signed integer 3x4 matrix. More...
 
typedef tmat4x4< int, lowp > lowp_imat4
 Low-precision signed integer 4x4 matrix. More...
 
typedef tmat4x2< int, lowp > lowp_imat4x2
 Low-precision signed integer 4x2 matrix. More...
 
typedef tmat4x3< int, lowp > lowp_imat4x3
 Low-precision signed integer 4x3 matrix. More...
 
typedef tmat4x4< int, lowp > lowp_imat4x4
 Low-precision signed integer 4x4 matrix. More...
 
typedef tmat2x2< uint, lowp > lowp_umat2
 Low-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x2< uint, lowp > lowp_umat2x2
 Low-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x3< uint, lowp > lowp_umat2x3
 Low-precision unsigned integer 2x3 matrix. More...
 
typedef tmat2x4< uint, lowp > lowp_umat2x4
 Low-precision unsigned integer 2x4 matrix. More...
 
typedef tmat3x3< uint, lowp > lowp_umat3
 Low-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x2< uint, lowp > lowp_umat3x2
 Low-precision unsigned integer 3x2 matrix. More...
 
typedef tmat3x3< uint, lowp > lowp_umat3x3
 Low-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x4< uint, lowp > lowp_umat3x4
 Low-precision unsigned integer 3x4 matrix. More...
 
typedef tmat4x4< uint, lowp > lowp_umat4
 Low-precision unsigned integer 4x4 matrix. More...
 
typedef tmat4x2< uint, lowp > lowp_umat4x2
 Low-precision unsigned integer 4x2 matrix. More...
 
typedef tmat4x3< uint, lowp > lowp_umat4x3
 Low-precision unsigned integer 4x3 matrix. More...
 
typedef tmat4x4< uint, lowp > lowp_umat4x4
 Low-precision unsigned integer 4x4 matrix. More...
 
typedef tmat2x2< int, mediump > mediump_imat2
 Medium-precision signed integer 2x2 matrix. More...
 
typedef tmat2x2< int, mediump > mediump_imat2x2
 Medium-precision signed integer 2x2 matrix. More...
 
typedef tmat2x3< int, mediump > mediump_imat2x3
 Medium-precision signed integer 2x3 matrix. More...
 
typedef tmat2x4< int, mediump > mediump_imat2x4
 Medium-precision signed integer 2x4 matrix. More...
 
typedef tmat3x3< int, mediump > mediump_imat3
 Medium-precision signed integer 3x3 matrix. More...
 
typedef tmat3x2< int, mediump > mediump_imat3x2
 Medium-precision signed integer 3x2 matrix. More...
 
typedef tmat3x3< int, mediump > mediump_imat3x3
 Medium-precision signed integer 3x3 matrix. More...
 
typedef tmat3x4< int, mediump > mediump_imat3x4
 Medium-precision signed integer 3x4 matrix. More...
 
typedef tmat4x4< int, mediump > mediump_imat4
 Medium-precision signed integer 4x4 matrix. More...
 
typedef tmat4x2< int, mediump > mediump_imat4x2
 Medium-precision signed integer 4x2 matrix. More...
 
typedef tmat4x3< int, mediump > mediump_imat4x3
 Medium-precision signed integer 4x3 matrix. More...
 
typedef tmat4x4< int, mediump > mediump_imat4x4
 Medium-precision signed integer 4x4 matrix. More...
 
typedef tmat2x2< uint, mediump > mediump_umat2
 Medium-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x2< uint, mediump > mediump_umat2x2
 Medium-precision unsigned integer 2x2 matrix. More...
 
typedef tmat2x3< uint, mediump > mediump_umat2x3
 Medium-precision unsigned integer 2x3 matrix. More...
 
typedef tmat2x4< uint, mediump > mediump_umat2x4
 Medium-precision unsigned integer 2x4 matrix. More...
 
typedef tmat3x3< uint, mediump > mediump_umat3
 Medium-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x2< uint, mediump > mediump_umat3x2
 Medium-precision unsigned integer 3x2 matrix. More...
 
typedef tmat3x3< uint, mediump > mediump_umat3x3
 Medium-precision unsigned integer 3x3 matrix. More...
 
typedef tmat3x4< uint, mediump > mediump_umat3x4
 Medium-precision unsigned integer 3x4 matrix. More...
 
typedef tmat4x4< uint, mediump > mediump_umat4
 Medium-precision unsigned integer 4x4 matrix. More...
 
typedef tmat4x2< uint, mediump > mediump_umat4x2
 Medium-precision unsigned integer 4x2 matrix. More...
 
typedef tmat4x3< uint, mediump > mediump_umat4x3
 Medium-precision unsigned integer 4x3 matrix. More...
 
typedef tmat4x4< uint, mediump > mediump_umat4x4
 Medium-precision unsigned integer 4x4 matrix. More...
 
typedef mediump_umat2 umat2
 Unsigned integer 2x2 matrix. More...
 
typedef mediump_umat2x2 umat2x2
 Unsigned integer 2x2 matrix. More...
 
typedef mediump_umat2x3 umat2x3
 Unsigned integer 2x3 matrix. More...
 
typedef mediump_umat2x4 umat2x4
 Unsigned integer 2x4 matrix. More...
 
typedef mediump_umat3 umat3
 Unsigned integer 3x3 matrix. More...
 
typedef mediump_umat3x2 umat3x2
 Unsigned integer 3x2 matrix. More...
 
typedef mediump_umat3x3 umat3x3
 Unsigned integer 3x3 matrix. More...
 
typedef mediump_umat3x4 umat3x4
 Unsigned integer 3x4 matrix. More...
 
typedef mediump_umat4 umat4
 Unsigned integer 4x4 matrix. More...
 
typedef mediump_umat4x2 umat4x2
 Unsigned integer 4x2 matrix. More...
 
typedef mediump_umat4x3 umat4x3
 Unsigned integer 4x3 matrix. More...
 
typedef mediump_umat4x4 umat4x4
 Unsigned integer 4x4 matrix. More...
 
+

Detailed Description

+

Defines a number of matrices with integer types.

+

<glm/gtc/matrix_integer.hpp> need to be included to use these functionalities.

+

Typedef Documentation

+ +
+
+ + + + +
typedef tmat2x2<int, highp> highp_imat2
+
+ +

High-precision signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 36 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<int, highp> highp_imat2x2
+
+ +

High-precision signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 48 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<int, highp> highp_imat2x3
+
+ +

High-precision signed integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 52 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<int, highp> highp_imat2x4
+
+ +

High-precision signed integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 56 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<int, highp> highp_imat3
+
+ +

High-precision signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 40 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<int, highp> highp_imat3x2
+
+ +

High-precision signed integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 60 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<int, highp> highp_imat3x3
+
+ +

High-precision signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 64 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<int, highp> highp_imat3x4
+
+ +

High-precision signed integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 68 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<int, highp> highp_imat4
+
+ +

High-precision signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 44 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<int, highp> highp_imat4x2
+
+ +

High-precision signed integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 72 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<int, highp> highp_imat4x3
+
+ +

High-precision signed integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 76 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<int, highp> highp_imat4x4
+
+ +

High-precision signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 80 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<uint, highp> highp_umat2
+
+ +

High-precision unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 185 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<uint, highp> highp_umat2x2
+
+ +

High-precision unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 197 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<uint, highp> highp_umat2x3
+
+ +

High-precision unsigned integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 201 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<uint, highp> highp_umat2x4
+
+ +

High-precision unsigned integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 205 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<uint, highp> highp_umat3
+
+ +

High-precision unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 189 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<uint, highp> highp_umat3x2
+
+ +

High-precision unsigned integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 209 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<uint, highp> highp_umat3x3
+
+ +

High-precision unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 213 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<uint, highp> highp_umat3x4
+
+ +

High-precision unsigned integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 217 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<uint, highp> highp_umat4
+
+ +

High-precision unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 193 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<uint, highp> highp_umat4x2
+
+ +

High-precision unsigned integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 221 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<uint, highp> highp_umat4x3
+
+ +

High-precision unsigned integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 225 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<uint, highp> highp_umat4x4
+
+ +

High-precision unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 229 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat2 imat2
+
+ +

Signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 361 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat2x2 imat2x2
+
+ +

Signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 373 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat2x3 imat2x3
+
+ +

Signed integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 377 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat2x4 imat2x4
+
+ +

Signed integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 381 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat3 imat3
+
+ +

Signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 365 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat3x2 imat3x2
+
+ +

Signed integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 385 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat3x3 imat3x3
+
+ +

Signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 389 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat3x4 imat3x4
+
+ +

Signed integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 393 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat4 imat4
+
+ +

Signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 369 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat4x2 imat4x2
+
+ +

Signed integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 397 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat4x3 imat4x3
+
+ +

Signed integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 401 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_imat4x4 imat4x4
+
+ +

Signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 405 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<int, lowp> lowp_imat2
+
+ +

Low-precision signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 135 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<int, lowp> lowp_imat2x2
+
+ +

Low-precision signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 148 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<int, lowp> lowp_imat2x3
+
+ +

Low-precision signed integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 152 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<int, lowp> lowp_imat2x4
+
+ +

Low-precision signed integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 156 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<int, lowp> lowp_imat3
+
+ +

Low-precision signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 139 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<int, lowp> lowp_imat3x2
+
+ +

Low-precision signed integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 160 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<int, lowp> lowp_imat3x3
+
+ +

Low-precision signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 164 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<int, lowp> lowp_imat3x4
+
+ +

Low-precision signed integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 168 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<int, lowp> lowp_imat4
+
+ +

Low-precision signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 143 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<int, lowp> lowp_imat4x2
+
+ +

Low-precision signed integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 172 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<int, lowp> lowp_imat4x3
+
+ +

Low-precision signed integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 176 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<int, lowp> lowp_imat4x4
+
+ +

Low-precision signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 180 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<uint, lowp> lowp_umat2
+
+ +

Low-precision unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 284 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<uint, lowp> lowp_umat2x2
+
+ +

Low-precision unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 297 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<uint, lowp> lowp_umat2x3
+
+ +

Low-precision unsigned integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 301 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<uint, lowp> lowp_umat2x4
+
+ +

Low-precision unsigned integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 305 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<uint, lowp> lowp_umat3
+
+ +

Low-precision unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 288 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<uint, lowp> lowp_umat3x2
+
+ +

Low-precision unsigned integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 309 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<uint, lowp> lowp_umat3x3
+
+ +

Low-precision unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 313 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<uint, lowp> lowp_umat3x4
+
+ +

Low-precision unsigned integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 317 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<uint, lowp> lowp_umat4
+
+ +

Low-precision unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 292 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<uint, lowp> lowp_umat4x2
+
+ +

Low-precision unsigned integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 321 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<uint, lowp> lowp_umat4x3
+
+ +

Low-precision unsigned integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 325 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<uint, lowp> lowp_umat4x4
+
+ +

Low-precision unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 329 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<int, mediump> mediump_imat2
+
+ +

Medium-precision signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 85 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<int, mediump> mediump_imat2x2
+
+ +

Medium-precision signed integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 98 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<int, mediump> mediump_imat2x3
+
+ +

Medium-precision signed integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 102 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<int, mediump> mediump_imat2x4
+
+ +

Medium-precision signed integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 106 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<int, mediump> mediump_imat3
+
+ +

Medium-precision signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 89 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<int, mediump> mediump_imat3x2
+
+ +

Medium-precision signed integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 110 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<int, mediump> mediump_imat3x3
+
+ +

Medium-precision signed integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 114 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<int, mediump> mediump_imat3x4
+
+ +

Medium-precision signed integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 118 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<int, mediump> mediump_imat4
+
+ +

Medium-precision signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 93 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<int, mediump> mediump_imat4x2
+
+ +

Medium-precision signed integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 122 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<int, mediump> mediump_imat4x3
+
+ +

Medium-precision signed integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 126 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<int, mediump> mediump_imat4x4
+
+ +

Medium-precision signed integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 130 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<uint, mediump> mediump_umat2
+
+ +

Medium-precision unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 234 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2<uint, mediump> mediump_umat2x2
+
+ +

Medium-precision unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 247 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3<uint, mediump> mediump_umat2x3
+
+ +

Medium-precision unsigned integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 251 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4<uint, mediump> mediump_umat2x4
+
+ +

Medium-precision unsigned integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 255 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<uint, mediump> mediump_umat3
+
+ +

Medium-precision unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 238 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2<uint, mediump> mediump_umat3x2
+
+ +

Medium-precision unsigned integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 259 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3<uint, mediump> mediump_umat3x3
+
+ +

Medium-precision unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 263 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4<uint, mediump> mediump_umat3x4
+
+ +

Medium-precision unsigned integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 267 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<uint, mediump> mediump_umat4
+
+ +

Medium-precision unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 242 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2<uint, mediump> mediump_umat4x2
+
+ +

Medium-precision unsigned integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 271 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3<uint, mediump> mediump_umat4x3
+
+ +

Medium-precision unsigned integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 275 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4<uint, mediump> mediump_umat4x4
+
+ +

Medium-precision unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 279 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat2 umat2
+
+ +

Unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 438 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat2x2 umat2x2
+
+ +

Unsigned integer 2x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 450 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat2x3 umat2x3
+
+ +

Unsigned integer 2x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 454 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat2x4 umat2x4
+
+ +

Unsigned integer 2x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 458 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat3 umat3
+
+ +

Unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 442 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat3x2 umat3x2
+
+ +

Unsigned integer 3x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 462 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat3x3 umat3x3
+
+ +

Unsigned integer 3x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 466 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat3x4 umat3x4
+
+ +

Unsigned integer 3x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 470 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat4 umat4
+
+ +

Unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 446 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat4x2 umat4x2
+
+ +

Unsigned integer 4x2 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 474 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat4x3 umat4x3
+
+ +

Unsigned integer 4x3 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 478 of file matrix_integer.hpp.

+ +
+
+ +
+
+ + + + +
typedef mediump_umat4x4 umat4x4
+
+ +

Unsigned integer 4x4 matrix.

+
See also
GLM_GTC_matrix_integer
+ +

Definition at line 482 of file matrix_integer.hpp.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00168.html b/glm/doc/api/a00168.html new file mode 100644 index 0000000..e8608f2 --- /dev/null +++ b/glm/doc/api/a00168.html @@ -0,0 +1,173 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_matrix_inverse + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_matrix_inverse
+
+
+ +

Defines additional matrix inverting functions. +More...

+ + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType affineInverse (genType const &m)
 Fast matrix inverse for affine matrix. More...
 
template<typename genType >
GLM_FUNC_DECL genType inverseTranspose (genType const &m)
 Compute the inverse transpose of a matrix. More...
 
+

Detailed Description

+

Defines additional matrix inverting functions.

+

<glm/gtc/matrix_inverse.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::affineInverse (genType const & m)
+
+ +

Fast matrix inverse for affine matrix.

+
Parameters
+ + +
mInput matrix to invert.
+
+
+
Template Parameters
+ + +
genTypeSquared floating-point matrix: half, float or double. Inverse of matrix based of half-precision floating point value is highly innacurate.
+
+
+
See also
GLM_GTC_matrix_inverse
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::inverseTranspose (genType const & m)
+
+ +

Compute the inverse transpose of a matrix.

+
Parameters
+ + +
mInput matrix to invert transpose.
+
+
+
Template Parameters
+ + +
genTypeSquared floating-point matrix: half, float or double. Inverse of matrix based of half-precision floating point value is highly innacurate.
+
+
+
See also
GLM_GTC_matrix_inverse
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00169.html b/glm/doc/api/a00169.html new file mode 100644 index 0000000..8bdac1c --- /dev/null +++ b/glm/doc/api/a00169.html @@ -0,0 +1,1759 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_matrix_transform + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_matrix_transform
+
+
+ +

Defines functions that generate common transformation matrices. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > frustum (T left, T right, T bottom, T top, T near, T far)
 Creates a frustum matrix with default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > frustumLH (T left, T right, T bottom, T top, T near, T far)
 Creates a left handed frustum matrix. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > frustumRH (T left, T right, T bottom, T top, T near, T far)
 Creates a right handed frustum matrix. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspective (T fovy, T aspect, T near)
 Creates a matrix for a symmetric perspective-view frustum with far plane at infinite with default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspectiveLH (T fovy, T aspect, T near)
 Creates a matrix for a left handed, symmetric perspective-view frustum with far plane at infinite. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > infinitePerspectiveRH (T fovy, T aspect, T near)
 Creates a matrix for a right handed, symmetric perspective-view frustum with far plane at infinite. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > lookAt (tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
 Build a look at view matrix based on the default handedness. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > lookAtLH (tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
 Build a left handed look at view matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > lookAtRH (tvec3< T, P > const &eye, tvec3< T, P > const &center, tvec3< T, P > const &up)
 Build a right handed look at view matrix. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > ortho (T left, T right, T bottom, T top, T zNear, T zFar)
 Creates a matrix for an orthographic parallel viewing volume, using the default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > ortho (T left, T right, T bottom, T top)
 Creates a matrix for projecting two-dimensional coordinates onto the screen. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > orthoLH (T left, T right, T bottom, T top, T zNear, T zFar)
 Creates a matrix for an orthographic parallel viewing volume, using left-handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > orthoRH (T left, T right, T bottom, T top, T zNear, T zFar)
 Creates a matrix for an orthographic parallel viewing volume, using right-handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspective (T fovy, T aspect, T near, T far)
 Creates a matrix for a symetric perspective-view frustum based on the default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFov (T fov, T width, T height, T near, T far)
 Builds a perspective projection matrix based on a field of view and the default handedness. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFovLH (T fov, T width, T height, T near, T far)
 Builds a left handed perspective projection matrix based on a field of view. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveFovRH (T fov, T width, T height, T near, T far)
 Builds a right handed perspective projection matrix based on a field of view. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveLH (T fovy, T aspect, T near, T far)
 Creates a matrix for a left handed, symetric perspective-view frustum. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > perspectiveRH (T fovy, T aspect, T near, T far)
 Creates a matrix for a right handed, symetric perspective-view frustum. More...
 
template<typename T , precision P, typename U >
GLM_FUNC_DECL tmat4x4< T, P > pickMatrix (tvec2< T, P > const &center, tvec2< T, P > const &delta, tvec4< U, P > const &viewport)
 Define a picking region. More...
 
template<typename T , typename U , precision P>
GLM_FUNC_DECL tvec3< T, P > project (tvec3< T, P > const &obj, tmat4x4< T, P > const &model, tmat4x4< T, P > const &proj, tvec4< U, P > const &viewport)
 Map the specified object coordinates (obj.x, obj.y, obj.z) into window coordinates. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rotate (tmat4x4< T, P > const &m, T angle, tvec3< T, P > const &axis)
 Builds a rotation 4 * 4 matrix created from an axis vector and an angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > scale (tmat4x4< T, P > const &m, tvec3< T, P > const &v)
 Builds a scale 4 * 4 matrix created from 3 scalars. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > translate (tmat4x4< T, P > const &m, tvec3< T, P > const &v)
 Builds a translation 4 * 4 matrix created from a vector of 3 components. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > tweakedInfinitePerspective (T fovy, T aspect, T near)
 Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics hardware that doesn't support depth clamping. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > tweakedInfinitePerspective (T fovy, T aspect, T near, T ep)
 Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics hardware that doesn't support depth clamping. More...
 
template<typename T , typename U , precision P>
GLM_FUNC_DECL tvec3< T, P > unProject (tvec3< T, P > const &win, tmat4x4< T, P > const &model, tmat4x4< T, P > const &proj, tvec4< U, P > const &viewport)
 Map the specified window coordinates (win.x, win.y, win.z) into object coordinates. More...
 
+

Detailed Description

+

Defines functions that generate common transformation matrices.

+

The matrices generated by this extension use standard OpenGL fixed-function conventions. For example, the lookAt function generates a transform from world space into the specific eye space that the projective matrix functions (perspective, ortho, etc) are designed to expect. The OpenGL compatibility specifications defines the particular layout of this eye space.

+

<glm/gtc/matrix_transform.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::frustum (left,
right,
bottom,
top,
near,
far 
)
+
+ +

Creates a frustum matrix with default handedness.

+
Parameters
+ + + + + + + +
left
right
bottom
top
near
far
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::frustumLH (left,
right,
bottom,
top,
near,
far 
)
+
+ +

Creates a left handed frustum matrix.

+
Parameters
+ + + + + + + +
left
right
bottom
top
near
far
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::frustumRH (left,
right,
bottom,
top,
near,
far 
)
+
+ +

Creates a right handed frustum matrix.

+
Parameters
+ + + + + + + +
left
right
bottom
top
near
far
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::infinitePerspective (fovy,
aspect,
near 
)
+
+ +

Creates a matrix for a symmetric perspective-view frustum with far plane at infinite with default handedness.

+
Parameters
+ + + + +
fovySpecifies the field of view angle, in degrees, in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::infinitePerspectiveLH (fovy,
aspect,
near 
)
+
+ +

Creates a matrix for a left handed, symmetric perspective-view frustum with far plane at infinite.

+
Parameters
+ + + + +
fovySpecifies the field of view angle, in degrees, in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::infinitePerspectiveRH (fovy,
aspect,
near 
)
+
+ +

Creates a matrix for a right handed, symmetric perspective-view frustum with far plane at infinite.

+
Parameters
+ + + + +
fovySpecifies the field of view angle, in degrees, in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::lookAt (tvec3< T, P > const & eye,
tvec3< T, P > const & center,
tvec3< T, P > const & up 
)
+
+ +

Build a look at view matrix based on the default handedness.

+
Parameters
+ + + + +
eyePosition of the camera
centerPosition where the camera is looking at
upNormalized up vector, how the camera is oriented. Typically (0, 0, 1)
+
+
+
See also
GLM_GTC_matrix_transform
+
+- frustum(T const & left, T const & right, T const & bottom, T const & top, T const & nearVal, T const & farVal) frustum(T const & left, T const & right, T const & bottom, T const & top, T const & nearVal, T const & farVal)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::lookAtLH (tvec3< T, P > const & eye,
tvec3< T, P > const & center,
tvec3< T, P > const & up 
)
+
+ +

Build a left handed look at view matrix.

+
Parameters
+ + + + +
eyePosition of the camera
centerPosition where the camera is looking at
upNormalized up vector, how the camera is oriented. Typically (0, 0, 1)
+
+
+
See also
GLM_GTC_matrix_transform
+
+- frustum(T const & left, T const & right, T const & bottom, T const & top, T const & nearVal, T const & farVal) frustum(T const & left, T const & right, T const & bottom, T const & top, T const & nearVal, T const & farVal)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::lookAtRH (tvec3< T, P > const & eye,
tvec3< T, P > const & center,
tvec3< T, P > const & up 
)
+
+ +

Build a right handed look at view matrix.

+
Parameters
+ + + + +
eyePosition of the camera
centerPosition where the camera is looking at
upNormalized up vector, how the camera is oriented. Typically (0, 0, 1)
+
+
+
See also
GLM_GTC_matrix_transform
+
+- frustum(T const & left, T const & right, T const & bottom, T const & top, T const & nearVal, T const & farVal) frustum(T const & left, T const & right, T const & bottom, T const & top, T const & nearVal, T const & farVal)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::ortho (left,
right,
bottom,
top,
zNear,
zFar 
)
+
+ +

Creates a matrix for an orthographic parallel viewing volume, using the default handedness.

+
Parameters
+ + + + + + + +
left
right
bottom
top
zNear
zFar
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+
+- glm::ortho(T const & left, T const & right, T const & bottom, T const & top)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::ortho (left,
right,
bottom,
top 
)
+
+ +

Creates a matrix for projecting two-dimensional coordinates onto the screen.

+
Parameters
+ + + + + +
left
right
bottom
top
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+
+- glm::ortho(T const & left, T const & right, T const & bottom, T const & top, T const & zNear, T const & zFar)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::orthoLH (left,
right,
bottom,
top,
zNear,
zFar 
)
+
+ +

Creates a matrix for an orthographic parallel viewing volume, using left-handedness.

+
Parameters
+ + + + + + + +
left
right
bottom
top
zNear
zFar
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+
+- glm::ortho(T const & left, T const & right, T const & bottom, T const & top)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::orthoRH (left,
right,
bottom,
top,
zNear,
zFar 
)
+
+ +

Creates a matrix for an orthographic parallel viewing volume, using right-handedness.

+
Parameters
+ + + + + + + +
left
right
bottom
top
zNear
zFar
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+
+- glm::ortho(T const & left, T const & right, T const & bottom, T const & top)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::perspective (fovy,
aspect,
near,
far 
)
+
+ +

Creates a matrix for a symetric perspective-view frustum based on the default handedness.

+
Parameters
+ + + + + +
fovySpecifies the field of view angle in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
farSpecifies the distance from the viewer to the far clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::perspectiveFov (fov,
width,
height,
near,
far 
)
+
+ +

Builds a perspective projection matrix based on a field of view and the default handedness.

+
Parameters
+ + + + + + +
fovExpressed in radians.
width
height
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
farSpecifies the distance from the viewer to the far clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::perspectiveFovLH (fov,
width,
height,
near,
far 
)
+
+ +

Builds a left handed perspective projection matrix based on a field of view.

+
Parameters
+ + + + + + +
fovExpressed in radians.
width
height
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
farSpecifies the distance from the viewer to the far clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::perspectiveFovRH (fov,
width,
height,
near,
far 
)
+
+ +

Builds a right handed perspective projection matrix based on a field of view.

+
Parameters
+ + + + + + +
fovExpressed in radians.
width
height
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
farSpecifies the distance from the viewer to the far clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::perspectiveLH (fovy,
aspect,
near,
far 
)
+
+ +

Creates a matrix for a left handed, symetric perspective-view frustum.

+
Parameters
+ + + + + +
fovySpecifies the field of view angle, in degrees, in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
farSpecifies the distance from the viewer to the far clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::perspectiveRH (fovy,
aspect,
near,
far 
)
+
+ +

Creates a matrix for a right handed, symetric perspective-view frustum.

+
Parameters
+ + + + + +
fovySpecifies the field of view angle, in degrees, in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
farSpecifies the distance from the viewer to the far clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::pickMatrix (tvec2< T, P > const & center,
tvec2< T, P > const & delta,
tvec4< U, P > const & viewport 
)
+
+ +

Define a picking region.

+
Parameters
+ + + + +
center
delta
viewport
+
+
+
Template Parameters
+ + + +
TNative type used for the computation. Currently supported: half (not recommanded), float or double.
UCurrently supported: Floating-point types and integer types.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::project (tvec3< T, P > const & obj,
tmat4x4< T, P > const & model,
tmat4x4< T, P > const & proj,
tvec4< U, P > const & viewport 
)
+
+ +

Map the specified object coordinates (obj.x, obj.y, obj.z) into window coordinates.

+
Parameters
+ + + + + +
objSpecify the object coordinates.
modelSpecifies the current modelview matrix
projSpecifies the current projection matrix
viewportSpecifies the current viewport
+
+
+
Returns
Return the computed window coordinates.
+
Template Parameters
+ + + +
TNative type used for the computation. Currently supported: half (not recommanded), float or double.
UCurrently supported: Floating-point types and integer types.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::rotate (tmat4x4< T, P > const & m,
angle,
tvec3< T, P > const & axis 
)
+
+ +

Builds a rotation 4 * 4 matrix created from an axis vector and an angle.

+
Parameters
+ + + + +
mInput matrix multiplied by this rotation matrix.
angleRotation angle expressed in radians.
axisRotation axis, recommended to be normalized.
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Supported: half, float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+
+- rotate(tmat4x4<T, P> const & m, T angle, T x, T y, T z)
+
+- rotate(T angle, tvec3<T, P> const & v)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::scale (tmat4x4< T, P > const & m,
tvec3< T, P > const & v 
)
+
+ +

Builds a scale 4 * 4 matrix created from 3 scalars.

+
Parameters
+ + + +
mInput matrix multiplied by this scale matrix.
vRatio of scaling for each axis.
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+
+- scale(tmat4x4<T, P> const & m, T x, T y, T z)
+
+- scale(tvec3<T, P> const & v)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::translate (tmat4x4< T, P > const & m,
tvec3< T, P > const & v 
)
+
+ +

Builds a translation 4 * 4 matrix created from a vector of 3 components.

+
Parameters
+ + + +
mInput matrix multiplied by this translation matrix.
vCoordinates of a translation vector.
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
#include <glm/glm.hpp>
+ +
...
+
glm::mat4 m = glm::translate(glm::mat4(1.0f), glm::vec3(1.0f));
+
// m[0][0] == 1.0f, m[0][1] == 0.0f, m[0][2] == 0.0f, m[0][3] == 0.0f
+
// m[1][0] == 0.0f, m[1][1] == 1.0f, m[1][2] == 0.0f, m[1][3] == 0.0f
+
// m[2][0] == 0.0f, m[2][1] == 0.0f, m[2][2] == 1.0f, m[2][3] == 0.0f
+
// m[3][0] == 1.0f, m[3][1] == 1.0f, m[3][2] == 1.0f, m[3][3] == 1.0f
+
+
+
+
See also
GLM_GTC_matrix_transform
+
+- translate(tmat4x4<T, P> const & m, T x, T y, T z)
+
+- translate(tvec3<T, P> const & v)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::tweakedInfinitePerspective (fovy,
aspect,
near 
)
+
+ +

Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics hardware that doesn't support depth clamping.

+
Parameters
+ + + + +
fovySpecifies the field of view angle, in degrees, in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::tweakedInfinitePerspective (fovy,
aspect,
near,
ep 
)
+
+ +

Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics hardware that doesn't support depth clamping.

+
Parameters
+ + + + + +
fovySpecifies the field of view angle, in degrees, in the y direction. Expressed in radians.
aspectSpecifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
nearSpecifies the distance from the viewer to the near clipping plane (always positive).
ep
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::unProject (tvec3< T, P > const & win,
tmat4x4< T, P > const & model,
tmat4x4< T, P > const & proj,
tvec4< U, P > const & viewport 
)
+
+ +

Map the specified window coordinates (win.x, win.y, win.z) into object coordinates.

+
Parameters
+ + + + + +
winSpecify the window coordinates to be mapped.
modelSpecifies the modelview matrix
projSpecifies the projection matrix
viewportSpecifies the viewport
+
+
+
Returns
Returns the computed object coordinates.
+
Template Parameters
+ + + +
TNative type used for the computation. Currently supported: half (not recommanded), float or double.
UCurrently supported: Floating-point types and integer types.
+
+
+
See also
GLM_GTC_matrix_transform
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00170.html b/glm/doc/api/a00170.html new file mode 100644 index 0000000..cc43896 --- /dev/null +++ b/glm/doc/api/a00170.html @@ -0,0 +1,181 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_noise + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Defines 2D, 3D and 4D procedural noise functions Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise": https://github.com/ashima/webgl-noise Following Stefan Gustavson's paper "Simplex noise demystified": http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf <glm/gtc/noise.hpp> need to be included to use these functionalities. +More...

+ + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T perlin (vecType< T, P > const &p)
 Classic perlin noise. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T perlin (vecType< T, P > const &p, vecType< T, P > const &rep)
 Periodic perlin noise. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T simplex (vecType< T, P > const &p)
 Simplex noise. More...
 
+

Detailed Description

+

Defines 2D, 3D and 4D procedural noise functions Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise": https://github.com/ashima/webgl-noise Following Stefan Gustavson's paper "Simplex noise demystified": http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf <glm/gtc/noise.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::perlin (vecType< T, P > const & p)
+
+ +

Classic perlin noise.

+
See also
GLM_GTC_noise
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::perlin (vecType< T, P > const & p,
vecType< T, P > const & rep 
)
+
+ +

Periodic perlin noise.

+
See also
GLM_GTC_noise
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::simplex (vecType< T, P > const & p)
+
+ +

Simplex noise.

+
See also
GLM_GTC_noise
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00171.html b/glm/doc/api/a00171.html new file mode 100644 index 0000000..61412a5 --- /dev/null +++ b/glm/doc/api/a00171.html @@ -0,0 +1,1554 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_packing + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

This extension provides a set of function to convert vertors to packed formats. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

GLM_FUNC_DECL uint32 packF2x11_1x10 (vec3 const &v)
 First, converts the first two components of the normalized floating-point value v into 11-bit signless floating-point values. More...
 
GLM_FUNC_DECL uint32 packF3x9_E1x5 (vec3 const &v)
 First, converts the first two components of the normalized floating-point value v into 11-bit signless floating-point values. More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uint16, P > packHalf (vecType< float, P > const &v)
 Returns an unsigned integer vector obtained by converting the components of a floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification. More...
 
GLM_FUNC_DECL uint16 packHalf1x16 (float v)
 Returns an unsigned integer obtained by converting the components of a floating-point scalar to the 16-bit floating-point representation found in the OpenGL Specification, and then packing this 16-bit value into a 16-bit unsigned integer. More...
 
GLM_FUNC_DECL uint64 packHalf4x16 (vec4 const &v)
 Returns an unsigned integer obtained by converting the components of a four-component floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification, and then packing these four 16-bit values into a 64-bit unsigned integer. More...
 
GLM_FUNC_DECL uint32 packI3x10_1x2 (ivec4 const &v)
 Returns an unsigned integer obtained by converting the components of a four-component signed integer vector to the 10-10-10-2-bit signed integer representation found in the OpenGL Specification, and then packing these four values into a 32-bit unsigned integer. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > packRGBM (tvec3< T, P > const &rgb)
 Returns an unsigned integer vector obtained by converting the components of a floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification. More...
 
template<typename intType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< intType, P > packSnorm (vecType< floatType, P > const &v)
 Convert each component of the normalized floating-point vector into signed integer values. More...
 
GLM_FUNC_DECL uint16 packSnorm1x16 (float v)
 First, converts the normalized floating-point value v into 16-bit integer value. More...
 
GLM_FUNC_DECL uint8 packSnorm1x8 (float s)
 First, converts the normalized floating-point value v into 8-bit integer value. More...
 
GLM_FUNC_DECL uint16 packSnorm2x8 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8-bit integer values. More...
 
GLM_FUNC_DECL uint32 packSnorm3x10_1x2 (vec4 const &v)
 First, converts the first three components of the normalized floating-point value v into 10-bit signed integer values. More...
 
GLM_FUNC_DECL uint64 packSnorm4x16 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 16-bit integer values. More...
 
GLM_FUNC_DECL uint32 packU3x10_1x2 (uvec4 const &v)
 Returns an unsigned integer obtained by converting the components of a four-component unsigned integer vector to the 10-10-10-2-bit unsigned integer representation found in the OpenGL Specification, and then packing these four values into a 32-bit unsigned integer. More...
 
template<typename uintType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< uintType, P > packUnorm (vecType< floatType, P > const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm1x16 (float v)
 First, converts the normalized floating-point value v into a 16-bit integer value. More...
 
GLM_FUNC_DECL uint16 packUnorm1x5_1x6_1x5 (vec3 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint8 packUnorm1x8 (float v)
 First, converts the normalized floating-point value v into a 8-bit integer value. More...
 
GLM_FUNC_DECL uint8 packUnorm2x3_1x2 (vec3 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint8 packUnorm2x4 (vec2 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm2x8 (vec2 const &v)
 First, converts each component of the normalized floating-point value v into 8-bit integer values. More...
 
GLM_FUNC_DECL uint32 packUnorm3x10_1x2 (vec4 const &v)
 First, converts the first three components of the normalized floating-point value v into 10-bit unsigned integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm3x5_1x1 (vec4 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL uint64 packUnorm4x16 (vec4 const &v)
 First, converts each component of the normalized floating-point value v into 16-bit integer values. More...
 
GLM_FUNC_DECL uint16 packUnorm4x4 (vec4 const &v)
 Convert each component of the normalized floating-point vector into unsigned integer values. More...
 
GLM_FUNC_DECL vec3 unpackF2x11_1x10 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and one 10-bit signless floating-point value . More...
 
GLM_FUNC_DECL vec3 unpackF3x9_E1x5 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and one 10-bit signless floating-point value . More...
 
template<precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< float, P > unpackHalf (vecType< uint16, P > const &p)
 Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bit floating-point numbers and converting them to 32-bit floating-point values. More...
 
GLM_FUNC_DECL float unpackHalf1x16 (uint16 v)
 Returns a floating-point scalar with components obtained by unpacking a 16-bit unsigned integer into a 16-bit value, interpreted as a 16-bit floating-point number according to the OpenGL Specification, and converting it to 32-bit floating-point values. More...
 
GLM_FUNC_DECL vec4 unpackHalf4x16 (uint64 p)
 Returns a four-component floating-point vector with components obtained by unpacking a 64-bit unsigned integer into four 16-bit values, interpreting those values as 16-bit floating-point numbers according to the OpenGL Specification, and converting them to 32-bit floating-point values. More...
 
GLM_FUNC_DECL ivec4 unpackI3x10_1x2 (uint32 p)
 Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit signed integers. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > unpackRGBM (tvec4< T, P > const &rgbm)
 Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bit floating-point numbers and converting them to 32-bit floating-point values. More...
 
template<typename intType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< floatType, P > unpackSnorm (vecType< intType, P > const &v)
 Convert each signed integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL float unpackSnorm1x16 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a single 16-bit signed integers. More...
 
GLM_FUNC_DECL float unpackSnorm1x8 (uint8 p)
 First, unpacks a single 8-bit unsigned integer p into a single 8-bit signed integers. More...
 
GLM_FUNC_DECL vec2 unpackSnorm2x8 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackSnorm3x10_1x2 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackSnorm4x16 (uint64 p)
 First, unpacks a single 64-bit unsigned integer p into four 16-bit signed integers. More...
 
GLM_FUNC_DECL uvec4 unpackU3x10_1x2 (uint32 p)
 Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit unsigned integers. More...
 
template<typename uintType , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< floatType, P > unpackUnorm (vecType< uintType, P > const &v)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL float unpackUnorm1x16 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a of 16-bit unsigned integers. More...
 
GLM_FUNC_DECL vec3 unpackUnorm1x5_1x6_1x5 (uint16 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL float unpackUnorm1x8 (uint8 p)
 Convert a single 8-bit integer to a normalized floating-point value. More...
 
GLM_FUNC_DECL vec3 unpackUnorm2x3_1x2 (uint8 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL vec2 unpackUnorm2x4 (uint8 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL vec2 unpackUnorm2x8 (uint16 p)
 First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit unsigned integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm3x10_1x2 (uint32 p)
 First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm3x5_1x1 (uint16 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
GLM_FUNC_DECL vec4 unpackUnorm4x16 (uint64 p)
 First, unpacks a single 64-bit unsigned integer p into four 16-bit unsigned integers. More...
 
GLM_FUNC_DECL vec4 unpackUnorm4x4 (uint16 p)
 Convert each unsigned integer components of a vector to normalized floating-point values. More...
 
+

Detailed Description

+

This extension provides a set of function to convert vertors to packed formats.

+

<glm/gtc/packing.hpp> need to be included to use these features.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint32 glm::packF2x11_1x10 (vec3 const & v)
+
+ +

First, converts the first two components of the normalized floating-point value v into 11-bit signless floating-point values.

+

Then, converts the third component of the normalized floating-point value v into a 10-bit signless floating-point value. Then, the results are packed into the returned 32-bit unsigned integer.

+

The first vector component specifies the 11 least-significant bits of the result; the last component specifies the 10 most-significant bits.

+
See also
GLM_GTC_packing
+
+vec3 unpackF2x11_1x10(uint32 const & p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint32 glm::packF3x9_E1x5 (vec3 const & v)
+
+ +

First, converts the first two components of the normalized floating-point value v into 11-bit signless floating-point values.

+

Then, converts the third component of the normalized floating-point value v into a 10-bit signless floating-point value. Then, the results are packed into the returned 32-bit unsigned integer.

+

The first vector component specifies the 11 least-significant bits of the result; the last component specifies the 10 most-significant bits.

+

packF3x9_E1x5 allows encoding into RGBE / RGB9E5 format

+
See also
GLM_GTC_packing
+
+vec3 unpackF3x9_E1x5(uint32 const & p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<uint16, P> glm::packHalf (vecType< float, P > const & v)
+
+ +

Returns an unsigned integer vector obtained by converting the components of a floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification.

+

The first vector component specifies the 16 least-significant bits of the result; the forth component specifies the 16 most-significant bits.

+
See also
GLM_GTC_packing
+
+vecType<float, P> unpackHalf(vecType<uint16, P> const & p)
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packHalf1x16 (float v)
+
+ +

Returns an unsigned integer obtained by converting the components of a floating-point scalar to the 16-bit floating-point representation found in the OpenGL Specification, and then packing this 16-bit value into a 16-bit unsigned integer.

+
See also
GLM_GTC_packing
+
+uint32 packHalf2x16(vec2 const & v)
+
+uint64 packHalf4x16(vec4 const & v)
+
+GLSL packHalf2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint64 glm::packHalf4x16 (vec4 const & v)
+
+ +

Returns an unsigned integer obtained by converting the components of a four-component floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification, and then packing these four 16-bit values into a 64-bit unsigned integer.

+

The first vector component specifies the 16 least-significant bits of the result; the forth component specifies the 16 most-significant bits.

+
See also
GLM_GTC_packing
+
+uint16 packHalf1x16(float const & v)
+
+uint32 packHalf2x16(vec2 const & v)
+
+GLSL packHalf2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint32 glm::packI3x10_1x2 (ivec4 const & v)
+
+ +

Returns an unsigned integer obtained by converting the components of a four-component signed integer vector to the 10-10-10-2-bit signed integer representation found in the OpenGL Specification, and then packing these four values into a 32-bit unsigned integer.

+

The first vector component specifies the 10 least-significant bits of the result; the forth component specifies the 2 most-significant bits.

+
See also
GLM_GTC_packing
+
+uint32 packI3x10_1x2(uvec4 const & v)
+
+uint32 packSnorm3x10_1x2(vec4 const & v)
+
+uint32 packUnorm3x10_1x2(vec4 const & v)
+
+ivec4 unpackI3x10_1x2(uint32 const & p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec4<T, P> glm::packRGBM (tvec3< T, P > const & rgb)
+
+ +

Returns an unsigned integer vector obtained by converting the components of a floating-point vector to the 16-bit floating-point representation found in the OpenGL Specification.

+

The first vector component specifies the 16 least-significant bits of the result; the forth component specifies the 16 most-significant bits.

+
See also
GLM_GTC_packing
+
+tvec3<T, P> unpackRGBM(tvec4<T, P> const & p)
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<intType, P> glm::packSnorm (vecType< floatType, P > const & v)
+
+ +

Convert each component of the normalized floating-point vector into signed integer values.

+
See also
GLM_GTC_packing
+
+vecType<floatType, P> unpackSnorm(vecType<intType, P> const & p);
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packSnorm1x16 (float v)
+
+ +

First, converts the normalized floating-point value v into 16-bit integer value.

+

Then, the results are packed into the returned 16-bit unsigned integer.

+

The conversion to fixed point is done as follows: packSnorm1x8: round(clamp(s, -1, +1) * 32767.0)

+
See also
GLM_GTC_packing
+
+uint32 packSnorm2x16(vec2 const & v)
+
+uint64 packSnorm4x16(vec4 const & v)
+
+GLSL packSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint8 glm::packSnorm1x8 (float s)
+
+ +

First, converts the normalized floating-point value v into 8-bit integer value.

+

Then, the results are packed into the returned 8-bit unsigned integer.

+

The conversion to fixed point is done as follows: packSnorm1x8: round(clamp(s, -1, +1) * 127.0)

+
See also
GLM_GTC_packing
+
+uint16 packSnorm2x8(vec2 const & v)
+
+uint32 packSnorm4x8(vec4 const & v)
+
+GLSL packSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packSnorm2x8 (vec2 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 8-bit integer values.

+

Then, the results are packed into the returned 16-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packSnorm2x8: round(clamp(c, -1, +1) * 127.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLM_GTC_packing
+
+uint8 packSnorm1x8(float const & v)
+
+uint32 packSnorm4x8(vec4 const & v)
+
+GLSL packSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint32 glm::packSnorm3x10_1x2 (vec4 const & v)
+
+ +

First, converts the first three components of the normalized floating-point value v into 10-bit signed integer values.

+

Then, converts the forth component of the normalized floating-point value v into 2-bit signed integer values. Then, the results are packed into the returned 32-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packSnorm3x10_1x2(xyz): round(clamp(c, -1, +1) * 511.0) packSnorm3x10_1x2(w): round(clamp(c, -1, +1) * 1.0)

+

The first vector component specifies the 10 least-significant bits of the result; the forth component specifies the 2 most-significant bits.

+
See also
GLM_GTC_packing
+
+vec4 unpackSnorm3x10_1x2(uint32 const & p)
+
+uint32 packUnorm3x10_1x2(vec4 const & v)
+
+uint32 packU3x10_1x2(uvec4 const & v)
+
+uint32 packI3x10_1x2(ivec4 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint64 glm::packSnorm4x16 (vec4 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 16-bit integer values.

+

Then, the results are packed into the returned 64-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packSnorm2x8: round(clamp(c, -1, +1) * 32767.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLM_GTC_packing
+
+uint16 packSnorm1x16(float const & v)
+
+uint32 packSnorm2x16(vec2 const & v)
+
+GLSL packSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint32 glm::packU3x10_1x2 (uvec4 const & v)
+
+ +

Returns an unsigned integer obtained by converting the components of a four-component unsigned integer vector to the 10-10-10-2-bit unsigned integer representation found in the OpenGL Specification, and then packing these four values into a 32-bit unsigned integer.

+

The first vector component specifies the 10 least-significant bits of the result; the forth component specifies the 2 most-significant bits.

+
See also
GLM_GTC_packing
+
+uint32 packI3x10_1x2(ivec4 const & v)
+
+uint32 packSnorm3x10_1x2(vec4 const & v)
+
+uint32 packUnorm3x10_1x2(vec4 const & v)
+
+ivec4 unpackU3x10_1x2(uint32 const & p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<uintType, P> glm::packUnorm (vecType< floatType, P > const & v)
+
+ +

Convert each component of the normalized floating-point vector into unsigned integer values.

+
See also
GLM_GTC_packing
+
+vecType<floatType, P> unpackUnorm(vecType<intType, P> const & p);
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packUnorm1x16 (float v)
+
+ +

First, converts the normalized floating-point value v into a 16-bit integer value.

+

Then, the results are packed into the returned 16-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packUnorm1x16: round(clamp(c, 0, +1) * 65535.0)

+
See also
GLM_GTC_packing
+
+uint16 packSnorm1x16(float const & v)
+
+uint64 packSnorm4x16(vec4 const & v)
+
+GLSL packUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packUnorm1x5_1x6_1x5 (vec3 const & v)
+
+ +

Convert each component of the normalized floating-point vector into unsigned integer values.

+
See also
GLM_GTC_packing
+
+vec3 unpackUnorm1x5_1x6_1x5(uint16 p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint8 glm::packUnorm1x8 (float v)
+
+ +

First, converts the normalized floating-point value v into a 8-bit integer value.

+

Then, the results are packed into the returned 8-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packUnorm1x8: round(clamp(c, 0, +1) * 255.0)

+
See also
GLM_GTC_packing
+
+uint16 packUnorm2x8(vec2 const & v)
+
+uint32 packUnorm4x8(vec4 const & v)
+
+GLSL packUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint8 glm::packUnorm2x3_1x2 (vec3 const & v)
+
+ +

Convert each component of the normalized floating-point vector into unsigned integer values.

+
See also
GLM_GTC_packing
+
+vec3 unpackUnorm2x3_1x2(uint8 p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint8 glm::packUnorm2x4 (vec2 const & v)
+
+ +

Convert each component of the normalized floating-point vector into unsigned integer values.

+
See also
GLM_GTC_packing
+
+vec2 unpackUnorm2x4(uint8 p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packUnorm2x8 (vec2 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 8-bit integer values.

+

Then, the results are packed into the returned 16-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packUnorm2x8: round(clamp(c, 0, +1) * 255.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLM_GTC_packing
+
+uint8 packUnorm1x8(float const & v)
+
+uint32 packUnorm4x8(vec4 const & v)
+
+GLSL packUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint32 glm::packUnorm3x10_1x2 (vec4 const & v)
+
+ +

First, converts the first three components of the normalized floating-point value v into 10-bit unsigned integer values.

+

Then, converts the forth component of the normalized floating-point value v into 2-bit signed uninteger values. Then, the results are packed into the returned 32-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packUnorm3x10_1x2(xyz): round(clamp(c, 0, +1) * 1023.0) packUnorm3x10_1x2(w): round(clamp(c, 0, +1) * 3.0)

+

The first vector component specifies the 10 least-significant bits of the result; the forth component specifies the 2 most-significant bits.

+
See also
GLM_GTC_packing
+
+vec4 unpackUnorm3x10_1x2(uint32 const & p)
+
+uint32 packUnorm3x10_1x2(vec4 const & v)
+
+uint32 packU3x10_1x2(uvec4 const & v)
+
+uint32 packI3x10_1x2(ivec4 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packUnorm3x5_1x1 (vec4 const & v)
+
+ +

Convert each component of the normalized floating-point vector into unsigned integer values.

+
See also
GLM_GTC_packing
+
+vec4 unpackUnorm3x5_1x1(uint16 p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint64 glm::packUnorm4x16 (vec4 const & v)
+
+ +

First, converts each component of the normalized floating-point value v into 16-bit integer values.

+

Then, the results are packed into the returned 64-bit unsigned integer.

+

The conversion for component c of v to fixed point is done as follows: packUnorm4x16: round(clamp(c, 0, +1) * 65535.0)

+

The first component of the vector will be written to the least significant bits of the output; the last component will be written to the most significant bits.

+
See also
GLM_GTC_packing
+
+uint16 packUnorm1x16(float const & v)
+
+uint32 packUnorm2x16(vec2 const & v)
+
+GLSL packUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint16 glm::packUnorm4x4 (vec4 const & v)
+
+ +

Convert each component of the normalized floating-point vector into unsigned integer values.

+
See also
GLM_GTC_packing
+
+vec4 unpackUnorm4x4(uint16 p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec3 glm::unpackF2x11_1x10 (uint32 p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and one 10-bit signless floating-point value .

+

Then, each component is converted to a normalized floating-point value to generate the returned three-component vector.

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+uint32 packF2x11_1x10(vec3 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec3 glm::unpackF3x9_E1x5 (uint32 p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and one 10-bit signless floating-point value .

+

Then, each component is converted to a normalized floating-point value to generate the returned three-component vector.

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+

unpackF3x9_E1x5 allows decoding RGBE / RGB9E5 data

+
See also
GLM_GTC_packing
+
+uint32 packF3x9_E1x5(vec3 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<float, P> glm::unpackHalf (vecType< uint16, P > const & p)
+
+ +

Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bit floating-point numbers and converting them to 32-bit floating-point values.

+

The first component of the vector is obtained from the 16 least-significant bits of v; the forth component is obtained from the 16 most-significant bits of v.

+
See also
GLM_GTC_packing
+
+vecType<uint16, P> packHalf(vecType<float, P> const & v)
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL float glm::unpackHalf1x16 (uint16 v)
+
+ +

Returns a floating-point scalar with components obtained by unpacking a 16-bit unsigned integer into a 16-bit value, interpreted as a 16-bit floating-point number according to the OpenGL Specification, and converting it to 32-bit floating-point values.

+
See also
GLM_GTC_packing
+
+vec2 unpackHalf2x16(uint32 const & v)
+
+vec4 unpackHalf4x16(uint64 const & v)
+
+GLSL unpackHalf2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackHalf4x16 (uint64 p)
+
+ +

Returns a four-component floating-point vector with components obtained by unpacking a 64-bit unsigned integer into four 16-bit values, interpreting those values as 16-bit floating-point numbers according to the OpenGL Specification, and converting them to 32-bit floating-point values.

+

The first component of the vector is obtained from the 16 least-significant bits of v; the forth component is obtained from the 16 most-significant bits of v.

+
See also
GLM_GTC_packing
+
+float unpackHalf1x16(uint16 const & v)
+
+vec2 unpackHalf2x16(uint32 const & v)
+
+GLSL unpackHalf2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL ivec4 glm::unpackI3x10_1x2 (uint32 p)
+
+ +

Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit signed integers.

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+uint32 packU3x10_1x2(uvec4 const & v)
+
+vec4 unpackSnorm3x10_1x2(uint32 const & p);
+
+uvec4 unpackI3x10_1x2(uint32 const & p);
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::unpackRGBM (tvec4< T, P > const & rgbm)
+
+ +

Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bit floating-point numbers and converting them to 32-bit floating-point values.

+

The first component of the vector is obtained from the 16 least-significant bits of v; the forth component is obtained from the 16 most-significant bits of v.

+
See also
GLM_GTC_packing
+
+tvec4<T, P> packRGBM(tvec3<float, P> const & v)
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<floatType, P> glm::unpackSnorm (vecType< intType, P > const & v)
+
+ +

Convert each signed integer components of a vector to normalized floating-point values.

+
See also
GLM_GTC_packing
+
+vecType<intType, P> packSnorm(vecType<floatType, P> const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL float glm::unpackSnorm1x16 (uint16 p)
+
+ +

First, unpacks a single 16-bit unsigned integer p into a single 16-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned scalar.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm1x16: clamp(f / 32767.0, -1, +1)

+
See also
GLM_GTC_packing
+
+vec2 unpackSnorm2x16(uint32 p)
+
+vec4 unpackSnorm4x16(uint64 p)
+
+GLSL unpackSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL float glm::unpackSnorm1x8 (uint8 p)
+
+ +

First, unpacks a single 8-bit unsigned integer p into a single 8-bit signed integers.

+

Then, the value is converted to a normalized floating-point value to generate the returned scalar.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm1x8: clamp(f / 127.0, -1, +1)

+
See also
GLM_GTC_packing
+
+vec2 unpackSnorm2x8(uint16 p)
+
+vec4 unpackSnorm4x8(uint32 p)
+
+GLSL unpackSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec2 glm::unpackSnorm2x8 (uint16 p)
+
+ +

First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned two-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm2x8: clamp(f / 127.0, -1, +1)

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+float unpackSnorm1x8(uint8 p)
+
+vec4 unpackSnorm4x8(uint32 p)
+
+GLSL unpackSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackSnorm3x10_1x2 (uint32 p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm3x10_1x2(xyz): clamp(f / 511.0, -1, +1) unpackSnorm3x10_1x2(w): clamp(f / 511.0, -1, +1)

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+uint32 packSnorm3x10_1x2(vec4 const & v)
+
+vec4 unpackUnorm3x10_1x2(uint32 const & p))
+
+uvec4 unpackI3x10_1x2(uint32 const & p)
+
+uvec4 unpackU3x10_1x2(uint32 const & p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackSnorm4x16 (uint64 p)
+
+ +

First, unpacks a single 64-bit unsigned integer p into four 16-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm4x16: clamp(f / 32767.0, -1, +1)

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+float unpackSnorm1x16(uint16 p)
+
+vec2 unpackSnorm2x16(uint32 p)
+
+GLSL unpackSnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uvec4 glm::unpackU3x10_1x2 (uint32 p)
+
+ +

Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit unsigned integers.

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+uint32 packU3x10_1x2(uvec4 const & v)
+
+vec4 unpackSnorm3x10_1x2(uint32 const & p);
+
+uvec4 unpackI3x10_1x2(uint32 const & p);
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<floatType, P> glm::unpackUnorm (vecType< uintType, P > const & v)
+
+ +

Convert each unsigned integer components of a vector to normalized floating-point values.

+
See also
GLM_GTC_packing
+
+vecType<intType, P> packUnorm(vecType<floatType, P> const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL float glm::unpackUnorm1x16 (uint16 p)
+
+ +

First, unpacks a single 16-bit unsigned integer p into a of 16-bit unsigned integers.

+

Then, the value is converted to a normalized floating-point value to generate the returned scalar.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackUnorm1x16: f / 65535.0

+
See also
GLM_GTC_packing
+
+vec2 unpackUnorm2x16(uint32 p)
+
+vec4 unpackUnorm4x16(uint64 p)
+
+GLSL unpackUnorm2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec3 glm::unpackUnorm1x5_1x6_1x5 (uint16 p)
+
+ +

Convert each unsigned integer components of a vector to normalized floating-point values.

+
See also
GLM_GTC_packing
+
+uint16 packUnorm1x5_1x6_1x5(vec3 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL float glm::unpackUnorm1x8 (uint8 p)
+
+ +

Convert a single 8-bit integer to a normalized floating-point value.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackUnorm4x8: f / 255.0

+
See also
GLM_GTC_packing
+
+vec2 unpackUnorm2x8(uint16 p)
+
+vec4 unpackUnorm4x8(uint32 p)
+
+GLSL unpackUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec3 glm::unpackUnorm2x3_1x2 (uint8 p)
+
+ +

Convert each unsigned integer components of a vector to normalized floating-point values.

+
See also
GLM_GTC_packing
+
+uint8 packUnorm2x3_1x2(vec3 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec2 glm::unpackUnorm2x4 (uint8 p)
+
+ +

Convert each unsigned integer components of a vector to normalized floating-point values.

+
See also
GLM_GTC_packing
+
+uint8 packUnorm2x4(vec2 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec2 glm::unpackUnorm2x8 (uint16 p)
+
+ +

First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit unsigned integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned two-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackUnorm4x8: f / 255.0

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+float unpackUnorm1x8(uint8 v)
+
+vec4 unpackUnorm4x8(uint32 p)
+
+GLSL unpackUnorm4x8 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackUnorm3x10_1x2 (uint32 p)
+
+ +

First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackSnorm3x10_1x2(xyz): clamp(f / 1023.0, 0, +1) unpackSnorm3x10_1x2(w): clamp(f / 3.0, 0, +1)

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+uint32 packSnorm3x10_1x2(vec4 const & v)
+
+vec4 unpackInorm3x10_1x2(uint32 const & p))
+
+uvec4 unpackI3x10_1x2(uint32 const & p)
+
+uvec4 unpackU3x10_1x2(uint32 const & p)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackUnorm3x5_1x1 (uint16 p)
+
+ +

Convert each unsigned integer components of a vector to normalized floating-point values.

+
See also
GLM_GTC_packing
+
+uint16 packUnorm3x5_1x1(vec4 const & v)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackUnorm4x16 (uint64 p)
+
+ +

First, unpacks a single 64-bit unsigned integer p into four 16-bit unsigned integers.

+

Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.

+

The conversion for unpacked fixed-point value f to floating point is done as follows: unpackUnormx4x16: f / 65535.0

+

The first component of the returned vector will be extracted from the least significant bits of the input; the last component will be extracted from the most significant bits.

+
See also
GLM_GTC_packing
+
+float unpackUnorm1x16(uint16 p)
+
+vec2 unpackUnorm2x16(uint32 p)
+
+GLSL unpackUnorm2x16 man page
+
+GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vec4 glm::unpackUnorm4x4 (uint16 p)
+
+ +

Convert each unsigned integer components of a vector to normalized floating-point values.

+
See also
GLM_GTC_packing
+
+uint16 packUnorm4x4(vec4 const & v)
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00172.html b/glm/doc/api/a00172.html new file mode 100644 index 0000000..ad26f5c --- /dev/null +++ b/glm/doc/api/a00172.html @@ -0,0 +1,1009 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_quaternion + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_quaternion
+
+
+ +

Defines a templated quaternion type and several quaternion operations. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL T angle (tquat< T, P > const &x)
 Returns the quaternion rotation angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > angleAxis (T const &angle, tvec3< T, P > const &axis)
 Build a quaternion from an angle and a normalized axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > axis (tquat< T, P > const &x)
 Returns the q rotation axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > conjugate (tquat< T, P > const &q)
 Returns the q conjugate. More...
 
template<typename T , precision P, template< typename, precision > class quatType>
GLM_FUNC_DECL T dot (quatType< T, P > const &x, quatType< T, P > const &y)
 Returns dot product of q1 and q2, i.e., q1[0] * q2[0] + q1[1] * q2[1] + ... More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > equal (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x == y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > eulerAngles (tquat< T, P > const &x)
 Returns euler angles, pitch as x, yaw as y, roll as z. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > greaterThan (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x > y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > greaterThanEqual (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x >= y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > inverse (tquat< T, P > const &q)
 Returns the q inverse. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > isinf (tquat< T, P > const &x)
 Returns true if x holds a positive infinity or negative infinity representation in the underlying implementation's set of floating point representations. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > isnan (tquat< T, P > const &x)
 Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of floating point representations. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T length (tquat< T, P > const &q)
 Returns the length of the quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > lerp (tquat< T, P > const &x, tquat< T, P > const &y, T a)
 Linear interpolation of two quaternions. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > lessThan (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison result of x < y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > lessThanEqual (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x <= y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > mat3_cast (tquat< T, P > const &x)
 Converts a quaternion to a 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > mat4_cast (tquat< T, P > const &x)
 Converts a quaternion to a 4 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > mix (tquat< T, P > const &x, tquat< T, P > const &y, T a)
 Spherical linear interpolation of two quaternions. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > normalize (tquat< T, P > const &q)
 Returns the normalized quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > notEqual (tquat< T, P > const &x, tquat< T, P > const &y)
 Returns the component-wise comparison of result x != y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T pitch (tquat< T, P > const &x)
 Returns pitch value of euler angles expressed in radians. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > quat_cast (tmat3x3< T, P > const &x)
 Converts a 3 * 3 matrix to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > quat_cast (tmat4x4< T, P > const &x)
 Converts a 4 * 4 matrix to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T roll (tquat< T, P > const &x)
 Returns roll value of euler angles expressed in radians. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > rotate (tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)
 Rotates a quaternion from a vector of 3 components axis and an angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > slerp (tquat< T, P > const &x, tquat< T, P > const &y, T a)
 Spherical linear interpolation of two quaternions. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T yaw (tquat< T, P > const &x)
 Returns yaw value of euler angles expressed in radians. More...
 
+

Detailed Description

+

Defines a templated quaternion type and several quaternion operations.

+

<glm/gtc/quaternion.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::angle (tquat< T, P > const & x)
+
+ +

Returns the quaternion rotation angle.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::angleAxis (T const & angle,
tvec3< T, P > const & axis 
)
+
+ +

Build a quaternion from an angle and a normalized axis.

+
Parameters
+ + + +
angleAngle expressed in radians.
axisAxis of the quaternion, must be normalized.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::axis (tquat< T, P > const & x)
+
+ +

Returns the q rotation axis.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::conjugate (tquat< T, P > const & q)
+
+ +

Returns the q conjugate.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::dot (quatType< T, P > const & x,
quatType< T, P > const & y 
)
+
+ +

Returns dot product of q1 and q2, i.e., q1[0] * q2[0] + q1[1] * q2[1] + ...

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::equal (tquat< T, P > const & x,
tquat< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x == y.

+
Template Parameters
+ + +
quatTypeFloating-point quaternion types.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::eulerAngles (tquat< T, P > const & x)
+
+ +

Returns euler angles, pitch as x, yaw as y, roll as z.

+

The result is expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::greaterThan (tquat< T, P > const & x,
tquat< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x > y.

+
Template Parameters
+ + +
quatTypeFloating-point quaternion types.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::greaterThanEqual (tquat< T, P > const & x,
tquat< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x >= y.

+
Template Parameters
+ + +
quatTypeFloating-point quaternion types.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::inverse (tquat< T, P > const & q)
+
+ +

Returns the q inverse.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::isinf (tquat< T, P > const & x)
+
+ +

Returns true if x holds a positive infinity or negative infinity representation in the underlying implementation's set of floating point representations.

+

Returns false otherwise, including for implementations with no infinity representations.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::isnan (tquat< T, P > const & x)
+
+ +

Returns true if x holds a NaN (not a number) representation in the underlying implementation's set of floating point representations.

+

Returns false otherwise, including for implementations with no NaN representations.

+

/!\ When using compiler fast math, this function may fail.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::length (tquat< T, P > const & q)
+
+ +

Returns the length of the quaternion.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::lerp (tquat< T, P > const & x,
tquat< T, P > const & y,
a 
)
+
+ +

Linear interpolation of two quaternions.

+

The interpolation is oriented.

+
Parameters
+ + + + +
xA quaternion
yA quaternion
aInterpolation factor. The interpolation is defined in the range [0, 1].
+
+
+
Template Parameters
+ + +
TValue type used to build the quaternion. Supported: half, float or double.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::lessThan (tquat< T, P > const & x,
tquat< T, P > const & y 
)
+
+ +

Returns the component-wise comparison result of x < y.

+
Template Parameters
+ + +
quatTypeFloating-point quaternion types.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::lessThanEqual (tquat< T, P > const & x,
tquat< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x <= y.

+
Template Parameters
+ + +
quatTypeFloating-point quaternion types.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::mat3_cast (tquat< T, P > const & x)
+
+ +

Converts a quaternion to a 3 * 3 matrix.

+
See also
GLM_GTC_quaternion
+ +

Referenced by glm::toMat3().

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::mat4_cast (tquat< T, P > const & x)
+
+ +

Converts a quaternion to a 4 * 4 matrix.

+
See also
GLM_GTC_quaternion
+ +

Referenced by glm::toMat4().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::mix (tquat< T, P > const & x,
tquat< T, P > const & y,
a 
)
+
+ +

Spherical linear interpolation of two quaternions.

+

The interpolation is oriented and the rotation is performed at constant speed. For short path spherical linear interpolation, use the slerp function.

+
Parameters
+ + + + +
xA quaternion
yA quaternion
aInterpolation factor. The interpolation is defined beyond the range [0, 1].
+
+
+
Template Parameters
+ + +
TValue type used to build the quaternion. Supported: half, float or double.
+
+
+
See also
GLM_GTC_quaternion
+
+- slerp(tquat<T, P> const & x, tquat<T, P> const & y, T const & a)
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::normalize (tquat< T, P > const & q)
+
+ +

Returns the normalized quaternion.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<bool, P> glm::notEqual (tquat< T, P > const & x,
tquat< T, P > const & y 
)
+
+ +

Returns the component-wise comparison of result x != y.

+
Template Parameters
+ + +
quatTypeFloating-point quaternion types.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::pitch (tquat< T, P > const & x)
+
+ +

Returns pitch value of euler angles expressed in radians.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::quat_cast (tmat3x3< T, P > const & x)
+
+ +

Converts a 3 * 3 matrix to a quaternion.

+
See also
GLM_GTC_quaternion
+ +

Referenced by glm::toQuat().

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::quat_cast (tmat4x4< T, P > const & x)
+
+ +

Converts a 4 * 4 matrix to a quaternion.

+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::roll (tquat< T, P > const & x)
+
+ +

Returns roll value of euler angles expressed in radians.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::rotate (tquat< T, P > const & q,
T const & angle,
tvec3< T, P > const & axis 
)
+
+ +

Rotates a quaternion from a vector of 3 components axis and an angle.

+
Parameters
+ + + + +
qSource orientation
angleAngle expressed in radians.
axisAxis of the rotation
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::slerp (tquat< T, P > const & x,
tquat< T, P > const & y,
a 
)
+
+ +

Spherical linear interpolation of two quaternions.

+

The interpolation always take the short path and the rotation is performed at constant speed.

+
Parameters
+ + + + +
xA quaternion
yA quaternion
aInterpolation factor. The interpolation is defined beyond the range [0, 1].
+
+
+
Template Parameters
+ + +
TValue type used to build the quaternion. Supported: half, float or double.
+
+
+
See also
GLM_GTC_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::yaw (tquat< T, P > const & x)
+
+ +

Returns yaw value of euler angles expressed in radians.

+
See also
GLM_GTX_quaternion
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00173.html b/glm/doc/api/a00173.html new file mode 100644 index 0000000..1c82c09 --- /dev/null +++ b/glm/doc/api/a00173.html @@ -0,0 +1,352 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_random + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Generate random number from various distribution methods. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tvec3< T, defaultp > ballRand (T Radius)
 Generate a random 3D vector which coordinates are regulary distributed within the volume of a ball of a given radius. More...
 
template<typename T >
GLM_FUNC_DECL tvec2< T, defaultp > circularRand (T Radius)
 Generate a random 2D vector which coordinates are regulary distributed on a circle of a given radius. More...
 
template<typename T >
GLM_FUNC_DECL tvec2< T, defaultp > diskRand (T Radius)
 Generate a random 2D vector which coordinates are regulary distributed within the area of a disk of a given radius. More...
 
template<typename genType >
GLM_FUNC_DECL genType gaussRand (genType Mean, genType Deviation)
 Generate random numbers in the interval [Min, Max], according a gaussian distribution. More...
 
template<typename genTYpe >
GLM_FUNC_DECL genTYpe linearRand (genTYpe Min, genTYpe Max)
 Generate random numbers in the interval [Min, Max], according a linear distribution. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > linearRand (vecType< T, P > const &Min, vecType< T, P > const &Max)
 Generate random numbers in the interval [Min, Max], according a linear distribution. More...
 
template<typename T >
GLM_FUNC_DECL tvec3< T, defaultp > sphericalRand (T Radius)
 Generate a random 3D vector which coordinates are regulary distributed on a sphere of a given radius. More...
 
+

Detailed Description

+

Generate random number from various distribution methods.

+

<glm/gtc/random.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, defaultp> glm::ballRand (Radius)
+
+ +

Generate a random 3D vector which coordinates are regulary distributed within the volume of a ball of a given radius.

+
Parameters
+ + +
Radius
+
+
+
See also
GLM_GTC_random
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec2<T, defaultp> glm::circularRand (Radius)
+
+ +

Generate a random 2D vector which coordinates are regulary distributed on a circle of a given radius.

+
Parameters
+ + +
Radius
+
+
+
See also
GLM_GTC_random
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec2<T, defaultp> glm::diskRand (Radius)
+
+ +

Generate a random 2D vector which coordinates are regulary distributed within the area of a disk of a given radius.

+
Parameters
+ + +
Radius
+
+
+
See also
GLM_GTC_random
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::gaussRand (genType Mean,
genType Deviation 
)
+
+ +

Generate random numbers in the interval [Min, Max], according a gaussian distribution.

+
Parameters
+ + + +
Mean
Deviation
+
+
+
See also
GLM_GTC_random
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genTYpe glm::linearRand (genTYpe Min,
genTYpe Max 
)
+
+ +

Generate random numbers in the interval [Min, Max], according a linear distribution.

+
Parameters
+ + + +
Min
Max
+
+
+
Template Parameters
+ + +
genTypeValue type. Currently supported: float or double scalars.
+
+
+
See also
GLM_GTC_random
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::linearRand (vecType< T, P > const & Min,
vecType< T, P > const & Max 
)
+
+ +

Generate random numbers in the interval [Min, Max], according a linear distribution.

+
Parameters
+ + + +
Min
Max
+
+
+
Template Parameters
+ + + +
TValue type. Currently supported: float or double.
vecTypeA vertor type: tvec1, tvec2, tvec3, tvec4 or compatible
+
+
+
See also
GLM_GTC_random
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, defaultp> glm::sphericalRand (Radius)
+
+ +

Generate a random 3D vector which coordinates are regulary distributed on a sphere of a given radius.

+
Parameters
+ + +
Radius
+
+
+
See also
GLM_GTC_random
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00174.html b/glm/doc/api/a00174.html new file mode 100644 index 0000000..5387f53 --- /dev/null +++ b/glm/doc/api/a00174.html @@ -0,0 +1,460 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_reciprocal + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_reciprocal
+
+
+ +

Define secant, cosecant and cotangent functions. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType acot (genType x)
 Inverse cotangent function. More...
 
template<typename genType >
GLM_FUNC_DECL genType acoth (genType x)
 Inverse cotangent hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType acsc (genType x)
 Inverse cosecant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType acsch (genType x)
 Inverse cosecant hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType asec (genType x)
 Inverse secant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType asech (genType x)
 Inverse secant hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType cot (genType angle)
 Cotangent function. More...
 
template<typename genType >
GLM_FUNC_DECL genType coth (genType angle)
 Cotangent hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType csc (genType angle)
 Cosecant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType csch (genType angle)
 Cosecant hyperbolic function. More...
 
template<typename genType >
GLM_FUNC_DECL genType sec (genType angle)
 Secant function. More...
 
template<typename genType >
GLM_FUNC_DECL genType sech (genType angle)
 Secant hyperbolic function. More...
 
+

Detailed Description

+

Define secant, cosecant and cotangent functions.

+

<glm/gtc/reciprocal.hpp> need to be included to use these features.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::acot (genType x)
+
+ +

Inverse cotangent function.

+
Returns
Return an angle expressed in radians.
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::acoth (genType x)
+
+ +

Inverse cotangent hyperbolic function.

+
Returns
Return an angle expressed in radians.
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::acsc (genType x)
+
+ +

Inverse cosecant function.

+
Returns
Return an angle expressed in radians.
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::acsch (genType x)
+
+ +

Inverse cosecant hyperbolic function.

+
Returns
Return an angle expressed in radians.
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::asec (genType x)
+
+ +

Inverse secant function.

+
Returns
Return an angle expressed in radians.
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::asech (genType x)
+
+ +

Inverse secant hyperbolic function.

+
Returns
Return an angle expressed in radians.
+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::cot (genType angle)
+
+ +

Cotangent function.

+

adjacent / opposite or 1 / tan(x)

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::coth (genType angle)
+
+ +

Cotangent hyperbolic function.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::csc (genType angle)
+
+ +

Cosecant function.

+

hypotenuse / opposite or 1 / sin(x)

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::csch (genType angle)
+
+ +

Cosecant hyperbolic function.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::sec (genType angle)
+
+ +

Secant function.

+

hypotenuse / adjacent or 1 / cos(x)

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::sech (genType angle)
+
+ +

Secant hyperbolic function.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLM_GTC_reciprocal
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00175.html b/glm/doc/api/a00175.html new file mode 100644 index 0000000..0f7dc07 --- /dev/null +++ b/glm/doc/api/a00175.html @@ -0,0 +1,662 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_round + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

rounding value to specific boundings +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType ceilMultiple (genType Source, genType Multiple)
 Higher multiple number of Source. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > ceilMultiple (vecType< T, P > const &Source, vecType< T, P > const &Multiple)
 Higher multiple number of Source. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType ceilPowerOfTwo (genIUType Value)
 Return the power of two number which value is just higher the input value, round up to a power of two. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > ceilPowerOfTwo (vecType< T, P > const &value)
 Return the power of two number which value is just higher the input value, round up to a power of two. More...
 
template<typename genType >
GLM_FUNC_DECL genType floorMultiple (genType Source, genType Multiple)
 Lower multiple number of Source. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > floorMultiple (vecType< T, P > const &Source, vecType< T, P > const &Multiple)
 Lower multiple number of Source. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType floorPowerOfTwo (genIUType Value)
 Return the power of two number which value is just lower the input value, round down to a power of two. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > floorPowerOfTwo (vecType< T, P > const &value)
 Return the power of two number which value is just lower the input value, round down to a power of two. More...
 
template<typename genIUType >
GLM_FUNC_DECL bool isMultiple (genIUType Value, genIUType Multiple)
 Return true if the 'Value' is a multiple of 'Multiple'. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isMultiple (vecType< T, P > const &Value, T Multiple)
 Return true if the 'Value' is a multiple of 'Multiple'. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isMultiple (vecType< T, P > const &Value, vecType< T, P > const &Multiple)
 Return true if the 'Value' is a multiple of 'Multiple'. More...
 
template<typename genIUType >
GLM_FUNC_DECL bool isPowerOfTwo (genIUType Value)
 Return true if the value is a power of two number. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isPowerOfTwo (vecType< T, P > const &value)
 Return true if the value is a power of two number. More...
 
template<typename genType >
GLM_FUNC_DECL genType roundMultiple (genType Source, genType Multiple)
 Lower multiple number of Source. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > roundMultiple (vecType< T, P > const &Source, vecType< T, P > const &Multiple)
 Lower multiple number of Source. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType roundPowerOfTwo (genIUType Value)
 Return the power of two number which value is the closet to the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > roundPowerOfTwo (vecType< T, P > const &value)
 Return the power of two number which value is the closet to the input value. More...
 
+

Detailed Description

+

rounding value to specific boundings

+

<glm/gtc/round.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::ceilMultiple (genType Source,
genType Multiple 
)
+
+ +

Higher multiple number of Source.

+
Template Parameters
+ + +
genTypeFloating-point or integer scalar or vector types.
+
+
+
Parameters
+ + + +
Source
MultipleMust be a null or positive value
+
+
+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::ceilMultiple (vecType< T, P > const & Source,
vecType< T, P > const & Multiple 
)
+
+ +

Higher multiple number of Source.

+
Template Parameters
+ + +
genTypeFloating-point or integer scalar or vector types.
+
+
+
Parameters
+ + + +
Source
MultipleMust be a null or positive value
+
+
+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genIUType glm::ceilPowerOfTwo (genIUType Value)
+
+ +

Return the power of two number which value is just higher the input value, round up to a power of two.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::ceilPowerOfTwo (vecType< T, P > const & value)
+
+ +

Return the power of two number which value is just higher the input value, round up to a power of two.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::floorMultiple (genType Source,
genType Multiple 
)
+
+ +

Lower multiple number of Source.

+
Template Parameters
+ + +
genTypeFloating-point or integer scalar or vector types.
+
+
+
Parameters
+ + + +
Source
MultipleMust be a null or positive value
+
+
+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::floorMultiple (vecType< T, P > const & Source,
vecType< T, P > const & Multiple 
)
+
+ +

Lower multiple number of Source.

+
Template Parameters
+ + +
genTypeFloating-point or integer scalar or vector types.
+
+
+
Parameters
+ + + +
Source
MultipleMust be a null or positive value
+
+
+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genIUType glm::floorPowerOfTwo (genIUType Value)
+
+ +

Return the power of two number which value is just lower the input value, round down to a power of two.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::floorPowerOfTwo (vecType< T, P > const & value)
+
+ +

Return the power of two number which value is just lower the input value, round down to a power of two.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isMultiple (genIUType Value,
genIUType Multiple 
)
+
+ +

Return true if the 'Value' is a multiple of 'Multiple'.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::isMultiple (vecType< T, P > const & Value,
Multiple 
)
+
+ +

Return true if the 'Value' is a multiple of 'Multiple'.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::isMultiple (vecType< T, P > const & Value,
vecType< T, P > const & Multiple 
)
+
+ +

Return true if the 'Value' is a multiple of 'Multiple'.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL bool glm::isPowerOfTwo (genIUType Value)
+
+ +

Return true if the value is a power of two number.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::isPowerOfTwo (vecType< T, P > const & value)
+
+ +

Return true if the value is a power of two number.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::roundMultiple (genType Source,
genType Multiple 
)
+
+ +

Lower multiple number of Source.

+
Template Parameters
+ + +
genTypeFloating-point or integer scalar or vector types.
+
+
+
Parameters
+ + + +
Source
MultipleMust be a null or positive value
+
+
+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::roundMultiple (vecType< T, P > const & Source,
vecType< T, P > const & Multiple 
)
+
+ +

Lower multiple number of Source.

+
Template Parameters
+ + +
genTypeFloating-point or integer scalar or vector types.
+
+
+
Parameters
+ + + +
Source
MultipleMust be a null or positive value
+
+
+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genIUType glm::roundPowerOfTwo (genIUType Value)
+
+ +

Return the power of two number which value is the closet to the input value.

+
See also
GLM_GTC_round
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::roundPowerOfTwo (vecType< T, P > const & value)
+
+ +

Return the power of two number which value is the closet to the input value.

+
See also
GLM_GTC_round
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00176.html b/glm/doc/api/a00176.html new file mode 100644 index 0000000..356f6bc --- /dev/null +++ b/glm/doc/api/a00176.html @@ -0,0 +1,795 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_type_aligned + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_type_aligned
+
+
+ +

Aligned types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

+typedef aligned_highp_bvec1 aligned_bvec1
 1 component vector of boolean.
 
+typedef aligned_highp_bvec2 aligned_bvec2
 2 components vector of boolean.
 
+typedef aligned_highp_bvec3 aligned_bvec3
 3 components vector of boolean.
 
+typedef aligned_highp_bvec4 aligned_bvec4
 4 components vector of boolean.
 
+typedef aligned_highp_dvec1 aligned_dvec1
 1 component vector of double-precision floating-point numbers.
 
+typedef aligned_highp_dvec2 aligned_dvec2
 2 components vector of double-precision floating-point numbers.
 
+typedef aligned_highp_dvec3 aligned_dvec3
 3 components vector of double-precision floating-point numbers.
 
+typedef aligned_highp_dvec4 aligned_dvec4
 4 components vector of double-precision floating-point numbers.
 
typedef tvec2< bool, aligned_highp > aligned_highp_bvec2
 2 components vector of high precision bool numbers. More...
 
+typedef tvec3< bool, aligned_highp > aligned_highp_bvec3
 3 components vector of high precision bool numbers.
 
+typedef tvec4< bool, aligned_highp > aligned_highp_bvec4
 4 components vector of high precision bool numbers.
 
typedef tvec2< double, aligned_highp > aligned_highp_dvec2
 2 components vector of high double-precision floating-point numbers. More...
 
typedef tvec3< double, aligned_highp > aligned_highp_dvec3
 3 components vector of high double-precision floating-point numbers. More...
 
+typedef tvec4< double, aligned_highp > aligned_highp_dvec4
 4 components vector of high double-precision floating-point numbers.
 
typedef tvec2< int, aligned_highp > aligned_highp_ivec2
 2 components vector of high precision signed integer numbers. More...
 
typedef tvec3< int, aligned_highp > aligned_highp_ivec3
 3 components vector of high precision signed integer numbers. More...
 
+typedef tvec4< int, aligned_highp > aligned_highp_ivec4
 4 components vector of high precision signed integer numbers.
 
typedef tvec2< uint, aligned_highp > aligned_highp_uvec2
 2 components vector of high precision unsigned integer numbers. More...
 
typedef tvec3< uint, aligned_highp > aligned_highp_uvec3
 3 components vector of high precision unsigned integer numbers. More...
 
+typedef tvec4< uint, aligned_highp > aligned_highp_uvec4
 4 components vector of high precision unsigned integer numbers.
 
typedef tvec2< float, aligned_highp > aligned_highp_vec2
 2 components vector of high single-precision floating-point numbers. More...
 
typedef tvec3< float, aligned_highp > aligned_highp_vec3
 3 components vector of high single-precision floating-point numbers. More...
 
+typedef tvec4< float, aligned_highp > aligned_highp_vec4
 4 components vector of high single-precision floating-point numbers.
 
+typedef aligned_highp_ivec1 aligned_ivec1
 1 component vector of signed integer numbers.
 
+typedef aligned_highp_ivec2 aligned_ivec2
 2 components vector of signed integer numbers.
 
+typedef aligned_highp_ivec3 aligned_ivec3
 3 components vector of signed integer numbers.
 
+typedef aligned_highp_ivec4 aligned_ivec4
 4 components vector of signed integer numbers.
 
typedef tvec2< bool, aligned_lowp > aligned_lowp_bvec2
 2 components vector of low precision bool numbers. More...
 
+typedef tvec3< bool, aligned_lowp > aligned_lowp_bvec3
 3 components vector of low precision bool numbers.
 
+typedef tvec4< bool, aligned_lowp > aligned_lowp_bvec4
 4 components vector of low precision bool numbers.
 
typedef tvec2< double, aligned_lowp > aligned_lowp_dvec2
 2 components vector of low double-precision floating-point numbers. More...
 
typedef tvec3< double, aligned_lowp > aligned_lowp_dvec3
 3 components vector of low double-precision floating-point numbers. More...
 
+typedef tvec4< double, aligned_lowp > aligned_lowp_dvec4
 4 components vector of low double-precision floating-point numbers.
 
typedef tvec2< int, aligned_lowp > aligned_lowp_ivec2
 2 components vector of low precision signed integer numbers. More...
 
typedef tvec3< int, aligned_lowp > aligned_lowp_ivec3
 3 components vector of low precision signed integer numbers. More...
 
+typedef tvec4< int, aligned_lowp > aligned_lowp_ivec4
 4 components vector of low precision signed integer numbers.
 
typedef tvec2< uint, aligned_lowp > aligned_lowp_uvec2
 2 components vector of low precision unsigned integer numbers. More...
 
typedef tvec3< uint, aligned_lowp > aligned_lowp_uvec3
 3 components vector of low precision unsigned integer numbers. More...
 
+typedef tvec4< uint, aligned_lowp > aligned_lowp_uvec4
 4 components vector of low precision unsigned integer numbers.
 
typedef tvec2< float, aligned_lowp > aligned_lowp_vec2
 2 components vector of low single-precision floating-point numbers. More...
 
typedef tvec3< float, aligned_lowp > aligned_lowp_vec3
 3 components vector of low single-precision floating-point numbers. More...
 
+typedef tvec4< float, aligned_lowp > aligned_lowp_vec4
 4 components vector of low single-precision floating-point numbers.
 
typedef tvec2< bool, aligned_mediump > aligned_mediump_bvec2
 2 components vector of medium precision bool numbers. More...
 
+typedef tvec3< bool, aligned_mediump > aligned_mediump_bvec3
 3 components vector of medium precision bool numbers.
 
+typedef tvec4< bool, aligned_mediump > aligned_mediump_bvec4
 4 components vector of medium precision bool numbers.
 
typedef tvec2< double, aligned_mediump > aligned_mediump_dvec2
 2 components vector of medium double-precision floating-point numbers. More...
 
typedef tvec3< double, aligned_mediump > aligned_mediump_dvec3
 3 components vector of medium double-precision floating-point numbers. More...
 
+typedef tvec4< double, aligned_mediump > aligned_mediump_dvec4
 4 components vector of medium double-precision floating-point numbers.
 
typedef tvec2< int, aligned_mediump > aligned_mediump_ivec2
 2 components vector of medium precision signed integer numbers. More...
 
typedef tvec3< int, aligned_mediump > aligned_mediump_ivec3
 3 components vector of medium precision signed integer numbers. More...
 
+typedef tvec4< int, aligned_mediump > aligned_mediump_ivec4
 4 components vector of medium precision signed integer numbers.
 
typedef tvec2< uint, aligned_mediump > aligned_mediump_uvec2
 2 components vector of medium precision unsigned integer numbers. More...
 
typedef tvec3< uint, aligned_mediump > aligned_mediump_uvec3
 3 components vector of medium precision unsigned integer numbers. More...
 
+typedef tvec4< uint, aligned_mediump > aligned_mediump_uvec4
 4 components vector of medium precision unsigned integer numbers.
 
typedef tvec2< float, aligned_mediump > aligned_mediump_vec2
 2 components vector of medium single-precision floating-point numbers. More...
 
typedef tvec3< float, aligned_mediump > aligned_mediump_vec3
 3 components vector of medium single-precision floating-point numbers. More...
 
+typedef tvec4< float, aligned_mediump > aligned_mediump_vec4
 4 components vector of medium single-precision floating-point numbers.
 
+typedef aligned_highp_uvec1 aligned_uvec1
 1 component vector of unsigned integer numbers.
 
+typedef aligned_highp_uvec2 aligned_uvec2
 2 components vector of unsigned integer numbers.
 
+typedef aligned_highp_uvec3 aligned_uvec3
 3 components vector of unsigned integer numbers.
 
+typedef aligned_highp_uvec4 aligned_uvec4
 4 components vector of unsigned integer numbers.
 
+typedef aligned_highp_vec1 aligned_vec1
 1 component vector of floating-point numbers.
 
+typedef aligned_highp_vec2 aligned_vec2
 2 components vector of floating-point numbers.
 
+typedef aligned_highp_vec3 aligned_vec3
 3 components vector of floating-point numbers.
 
+typedef aligned_highp_vec4 aligned_vec4
 4 components vector of floating-point numbers.
 
+

Detailed Description

+

Aligned types.

+

<glm/gtc/type_aligned.hpp> need to be included to use these features.

+

Typedef Documentation

+ +
+
+ + + + +
typedef tvec2<bool, aligned_highp> aligned_highp_bvec2
+
+ +

2 components vector of high precision bool numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 121 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<double, aligned_highp> aligned_highp_dvec2
+
+ +

2 components vector of high double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 85 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<double, aligned_highp> aligned_highp_dvec3
+
+ +

3 components vector of high double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 147 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<int, aligned_highp> aligned_highp_ivec2
+
+ +

2 components vector of high precision signed integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 97 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<int, aligned_highp> aligned_highp_ivec3
+
+ +

3 components vector of high precision signed integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 159 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<uint, aligned_highp> aligned_highp_uvec2
+
+ +

2 components vector of high precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 109 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<uint, aligned_highp> aligned_highp_uvec3
+
+ +

3 components vector of high precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 171 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<float, aligned_highp> aligned_highp_vec2
+
+ +

2 components vector of high single-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 73 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<float, aligned_highp> aligned_highp_vec3
+
+ +

3 components vector of high single-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 135 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<bool, aligned_lowp> aligned_lowp_bvec2
+
+ +

2 components vector of low precision bool numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 129 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<double, aligned_lowp> aligned_lowp_dvec2
+
+ +

2 components vector of low double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 93 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<double, aligned_lowp> aligned_lowp_dvec3
+
+ +

3 components vector of low double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 155 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<int, aligned_lowp> aligned_lowp_ivec2
+
+ +

2 components vector of low precision signed integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 105 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<int, aligned_lowp> aligned_lowp_ivec3
+
+ +

3 components vector of low precision signed integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 167 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<uint, aligned_lowp> aligned_lowp_uvec2
+
+ +

2 components vector of low precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 117 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<uint, aligned_lowp> aligned_lowp_uvec3
+
+ +

3 components vector of low precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 179 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<float, aligned_lowp> aligned_lowp_vec2
+
+ +

2 components vector of low single-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 81 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<float, aligned_lowp> aligned_lowp_vec3
+
+ +

3 components vector of low single-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 143 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<bool, aligned_mediump> aligned_mediump_bvec2
+
+ +

2 components vector of medium precision bool numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 125 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<double, aligned_mediump> aligned_mediump_dvec2
+
+ +

2 components vector of medium double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 89 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<double, aligned_mediump> aligned_mediump_dvec3
+
+ +

3 components vector of medium double-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 151 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<int, aligned_mediump> aligned_mediump_ivec2
+
+ +

2 components vector of medium precision signed integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 101 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<int, aligned_mediump> aligned_mediump_ivec3
+
+ +

3 components vector of medium precision signed integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 163 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<uint, aligned_mediump> aligned_mediump_uvec2
+
+ +

2 components vector of medium precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 113 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<uint, aligned_mediump> aligned_mediump_uvec3
+
+ +

3 components vector of medium precision unsigned integer numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 175 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<float, aligned_mediump> aligned_mediump_vec2
+
+ +

2 components vector of medium single-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 77 of file gtc/type_aligned.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<float, aligned_mediump> aligned_mediump_vec3
+
+ +

3 components vector of medium single-precision floating-point numbers.

+

There is no guarantee on the actual precision.

+ +

Definition at line 139 of file gtc/type_aligned.hpp.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00177.html b/glm/doc/api/a00177.html new file mode 100644 index 0000000..ef0678a --- /dev/null +++ b/glm/doc/api/a00177.html @@ -0,0 +1,3904 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_type_precision + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_type_precision
+
+
+ +

Defines specific C++-based precision types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_float32_t f32
 Default 32 bit single-precision floating-point scalar. More...
 
typedef f32mat2x2 f32mat2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x2 f32mat2x2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x3 f32mat2x3
 Default single-precision floating-point 2x3 matrix. More...
 
typedef highp_f32mat2x4 f32mat2x4
 Default single-precision floating-point 2x4 matrix. More...
 
typedef f32mat3x3 f32mat3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x2 f32mat3x2
 Default single-precision floating-point 3x2 matrix. More...
 
typedef highp_f32mat3x3 f32mat3x3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x4 f32mat3x4
 Default single-precision floating-point 3x4 matrix. More...
 
typedef f32mat4x4 f32mat4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef highp_f32mat4x2 f32mat4x2
 Default single-precision floating-point 4x2 matrix. More...
 
typedef highp_f32mat4x3 f32mat4x3
 Default single-precision floating-point 4x3 matrix. More...
 
typedef highp_f32mat4x4 f32mat4x4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef highp_f32quat f32quat
 Default single-precision floating-point quaternion. More...
 
typedef highp_f32vec1 f32vec1
 Default single-precision floating-point vector of 1 components. More...
 
typedef highp_f32vec2 f32vec2
 Default single-precision floating-point vector of 2 components. More...
 
typedef highp_f32vec3 f32vec3
 Default single-precision floating-point vector of 3 components. More...
 
typedef highp_f32vec4 f32vec4
 Default single-precision floating-point vector of 4 components. More...
 
typedef highp_float64_t f64
 Default 64 bit double-precision floating-point scalar. More...
 
typedef f64mat2x2 f64mat2
 Default double-precision floating-point 2x2 matrix. More...
 
typedef highp_f64mat2x2 f64mat2x2
 Default double-precision floating-point 2x2 matrix. More...
 
typedef highp_f64mat2x3 f64mat2x3
 Default double-precision floating-point 2x3 matrix. More...
 
typedef highp_f64mat2x4 f64mat2x4
 Default double-precision floating-point 2x4 matrix. More...
 
typedef f64mat3x3 f64mat3
 Default double-precision floating-point 3x3 matrix. More...
 
typedef highp_f64mat3x2 f64mat3x2
 Default double-precision floating-point 3x2 matrix. More...
 
typedef highp_f64mat3x3 f64mat3x3
 Default double-precision floating-point 3x3 matrix. More...
 
typedef highp_f64mat3x4 f64mat3x4
 Default double-precision floating-point 3x4 matrix. More...
 
typedef f64mat4x4 f64mat4
 Default double-precision floating-point 4x4 matrix. More...
 
typedef highp_f64mat4x2 f64mat4x2
 Default double-precision floating-point 4x2 matrix. More...
 
typedef highp_f64mat4x3 f64mat4x3
 Default double-precision floating-point 4x3 matrix. More...
 
typedef highp_f64mat4x4 f64mat4x4
 Default double-precision floating-point 4x4 matrix. More...
 
typedef highp_f64quat f64quat
 Default double-precision floating-point quaternion. More...
 
typedef highp_f64vec1 f64vec1
 Default double-precision floating-point vector of 1 components. More...
 
typedef highp_f64vec2 f64vec2
 Default double-precision floating-point vector of 2 components. More...
 
typedef highp_f64vec3 f64vec3
 Default double-precision floating-point vector of 3 components. More...
 
typedef highp_f64vec4 f64vec4
 Default double-precision floating-point vector of 4 components. More...
 
typedef float float32
 Default 32 bit single-precision floating-point scalar. More...
 
typedef highp_float32_t float32_t
 Default 32 bit single-precision floating-point scalar. More...
 
typedef double float64
 Default 64 bit double-precision floating-point scalar. More...
 
typedef highp_float64_t float64_t
 Default 64 bit double-precision floating-point scalar. More...
 
typedef fmat2x2 fmat2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x2 fmat2x2
 Default single-precision floating-point 2x2 matrix. More...
 
typedef highp_f32mat2x3 fmat2x3
 Default single-precision floating-point 2x3 matrix. More...
 
typedef highp_f32mat2x4 fmat2x4
 Default single-precision floating-point 2x4 matrix. More...
 
typedef fmat3x3 fmat3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x2 fmat3x2
 Default single-precision floating-point 3x2 matrix. More...
 
typedef highp_f32mat3x3 fmat3x3
 Default single-precision floating-point 3x3 matrix. More...
 
typedef highp_f32mat3x4 fmat3x4
 Default single-precision floating-point 3x4 matrix. More...
 
typedef fmat4x4 fmat4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef highp_f32mat4x2 fmat4x2
 Default single-precision floating-point 4x2 matrix. More...
 
typedef highp_f32mat4x3 fmat4x3
 Default single-precision floating-point 4x3 matrix. More...
 
typedef highp_f32mat4x4 fmat4x4
 Default single-precision floating-point 4x4 matrix. More...
 
typedef highp_f32vec1 fvec1
 Default single-precision floating-point vector of 1 components. More...
 
typedef highp_f32vec2 fvec2
 Default single-precision floating-point vector of 2 components. More...
 
typedef highp_f32vec3 fvec3
 Default single-precision floating-point vector of 3 components. More...
 
typedef highp_f32vec4 fvec4
 Default single-precision floating-point vector of 4 components. More...
 
typedef detail::int16 highp_i16
 High precision 16 bit signed integer type. More...
 
typedef detail::int32 highp_i32
 High precision 32 bit signed integer type. More...
 
typedef detail::int64 highp_i64
 High precision 64 bit signed integer type. More...
 
typedef detail::int8 highp_i8
 High precision 8 bit signed integer type. More...
 
typedef detail::int16 highp_int16
 High precision 16 bit signed integer type. More...
 
typedef detail::int16 highp_int16_t
 High precision 16 bit signed integer type. More...
 
typedef detail::int32 highp_int32
 High precision 32 bit signed integer type. More...
 
typedef detail::int32 highp_int32_t
 32 bit signed integer type. More...
 
typedef detail::int64 highp_int64
 High precision 64 bit signed integer type. More...
 
typedef detail::int64 highp_int64_t
 High precision 64 bit signed integer type. More...
 
typedef detail::int8 highp_int8
 High precision 8 bit signed integer type. More...
 
typedef detail::int8 highp_int8_t
 High precision 8 bit signed integer type. More...
 
typedef detail::uint16 highp_u16
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 highp_u32
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 highp_u64
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 highp_u8
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::uint16 highp_uint16
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint16 highp_uint16_t
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 highp_uint32
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint32 highp_uint32_t
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 highp_uint64
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint64 highp_uint64_t
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 highp_uint8
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::uint8 highp_uint8_t
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::int16 i16
 16 bit signed integer type. More...
 
typedef highp_i16vec1 i16vec1
 Default precision 16 bit signed integer scalar type. More...
 
typedef highp_i16vec2 i16vec2
 Default precision 16 bit signed integer vector of 2 components type. More...
 
typedef highp_i16vec3 i16vec3
 Default precision 16 bit signed integer vector of 3 components type. More...
 
typedef highp_i16vec4 i16vec4
 Default precision 16 bit signed integer vector of 4 components type. More...
 
typedef detail::int32 i32
 32 bit signed integer type. More...
 
typedef highp_i32vec1 i32vec1
 Default precision 32 bit signed integer scalar type. More...
 
typedef highp_i32vec2 i32vec2
 Default precision 32 bit signed integer vector of 2 components type. More...
 
typedef highp_i32vec3 i32vec3
 Default precision 32 bit signed integer vector of 3 components type. More...
 
typedef highp_i32vec4 i32vec4
 Default precision 32 bit signed integer vector of 4 components type. More...
 
typedef detail::int64 i64
 64 bit signed integer type. More...
 
typedef highp_i64vec1 i64vec1
 Default precision 64 bit signed integer scalar type. More...
 
typedef highp_i64vec2 i64vec2
 Default precision 64 bit signed integer vector of 2 components type. More...
 
typedef highp_i64vec3 i64vec3
 Default precision 64 bit signed integer vector of 3 components type. More...
 
typedef highp_i64vec4 i64vec4
 Default precision 64 bit signed integer vector of 4 components type. More...
 
typedef detail::int8 i8
 8 bit signed integer type. More...
 
typedef highp_i8vec1 i8vec1
 Default precision 8 bit signed integer scalar type. More...
 
typedef highp_i8vec2 i8vec2
 Default precision 8 bit signed integer vector of 2 components type. More...
 
typedef highp_i8vec3 i8vec3
 Default precision 8 bit signed integer vector of 3 components type. More...
 
typedef highp_i8vec4 i8vec4
 Default precision 8 bit signed integer vector of 4 components type. More...
 
typedef detail::int16 int16
 16 bit signed integer type. More...
 
typedef detail::int16 int16_t
 16 bit signed integer type. More...
 
typedef detail::int32 int32
 32 bit signed integer type. More...
 
typedef detail::int32 int32_t
 32 bit signed integer type. More...
 
typedef detail::int64 int64
 64 bit signed integer type. More...
 
typedef detail::int64 int64_t
 64 bit signed integer type. More...
 
typedef detail::int8 int8
 8 bit signed integer type. More...
 
typedef detail::int8 int8_t
 8 bit signed integer type. More...
 
typedef detail::int16 lowp_i16
 Low precision 16 bit signed integer type. More...
 
typedef detail::int32 lowp_i32
 Low precision 32 bit signed integer type. More...
 
typedef detail::int64 lowp_i64
 Low precision 64 bit signed integer type. More...
 
typedef detail::int8 lowp_i8
 Low precision 8 bit signed integer type. More...
 
typedef detail::int16 lowp_int16
 Low precision 16 bit signed integer type. More...
 
typedef detail::int16 lowp_int16_t
 Low precision 16 bit signed integer type. More...
 
typedef detail::int32 lowp_int32
 Low precision 32 bit signed integer type. More...
 
typedef detail::int32 lowp_int32_t
 Low precision 32 bit signed integer type. More...
 
typedef detail::int64 lowp_int64
 Low precision 64 bit signed integer type. More...
 
typedef detail::int64 lowp_int64_t
 Low precision 64 bit signed integer type. More...
 
typedef detail::int8 lowp_int8
 Low precision 8 bit signed integer type. More...
 
typedef detail::int8 lowp_int8_t
 Low precision 8 bit signed integer type. More...
 
typedef detail::uint16 lowp_u16
 Low precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 lowp_u32
 Low precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 lowp_u64
 Low precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 lowp_u8
 Low precision 8 bit unsigned integer type. More...
 
typedef detail::uint16 lowp_uint16
 Low precision 16 bit unsigned integer type. More...
 
typedef detail::uint16 lowp_uint16_t
 Low precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 lowp_uint32
 Low precision 32 bit unsigned integer type. More...
 
typedef detail::uint32 lowp_uint32_t
 Low precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 lowp_uint64
 Low precision 64 bit unsigned integer type. More...
 
typedef detail::uint64 lowp_uint64_t
 Low precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 lowp_uint8
 Low precision 8 bit unsigned integer type. More...
 
typedef detail::uint8 lowp_uint8_t
 Low precision 8 bit unsigned integer type. More...
 
typedef detail::int16 mediump_i16
 Medium precision 16 bit signed integer type. More...
 
typedef detail::int32 mediump_i32
 Medium precision 32 bit signed integer type. More...
 
typedef detail::int64 mediump_i64
 Medium precision 64 bit signed integer type. More...
 
typedef detail::int8 mediump_i8
 Medium precision 8 bit signed integer type. More...
 
typedef detail::int16 mediump_int16
 Medium precision 16 bit signed integer type. More...
 
typedef detail::int16 mediump_int16_t
 Medium precision 16 bit signed integer type. More...
 
typedef detail::int32 mediump_int32
 Medium precision 32 bit signed integer type. More...
 
typedef detail::int32 mediump_int32_t
 Medium precision 32 bit signed integer type. More...
 
typedef detail::int64 mediump_int64
 Medium precision 64 bit signed integer type. More...
 
typedef detail::int64 mediump_int64_t
 Medium precision 64 bit signed integer type. More...
 
typedef detail::int8 mediump_int8
 Medium precision 8 bit signed integer type. More...
 
typedef detail::int8 mediump_int8_t
 Medium precision 8 bit signed integer type. More...
 
typedef detail::uint16 mediump_u16
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 mediump_u32
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 mediump_u64
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 mediump_u8
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::uint16 mediump_uint16
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint16 mediump_uint16_t
 Medium precision 16 bit unsigned integer type. More...
 
typedef detail::uint32 mediump_uint32
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint32 mediump_uint32_t
 Medium precision 32 bit unsigned integer type. More...
 
typedef detail::uint64 mediump_uint64
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint64 mediump_uint64_t
 Medium precision 64 bit unsigned integer type. More...
 
typedef detail::uint8 mediump_uint8
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::uint8 mediump_uint8_t
 Medium precision 8 bit unsigned integer type. More...
 
typedef detail::uint16 u16
 16 bit unsigned integer type. More...
 
typedef highp_u16vec1 u16vec1
 Default precision 16 bit unsigned integer scalar type. More...
 
typedef highp_u16vec2 u16vec2
 Default precision 16 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u16vec3 u16vec3
 Default precision 16 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u16vec4 u16vec4
 Default precision 16 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint32 u32
 32 bit unsigned integer type. More...
 
typedef highp_u32vec1 u32vec1
 Default precision 32 bit unsigned integer scalar type. More...
 
typedef highp_u32vec2 u32vec2
 Default precision 32 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u32vec3 u32vec3
 Default precision 32 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u32vec4 u32vec4
 Default precision 32 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint64 u64
 64 bit unsigned integer type. More...
 
typedef highp_u64vec1 u64vec1
 Default precision 64 bit unsigned integer scalar type. More...
 
typedef highp_u64vec2 u64vec2
 Default precision 64 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u64vec3 u64vec3
 Default precision 64 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u64vec4 u64vec4
 Default precision 64 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint8 u8
 8 bit unsigned integer type. More...
 
typedef highp_u8vec1 u8vec1
 Default precision 8 bit unsigned integer scalar type. More...
 
typedef highp_u8vec2 u8vec2
 Default precision 8 bit unsigned integer vector of 2 components type. More...
 
typedef highp_u8vec3 u8vec3
 Default precision 8 bit unsigned integer vector of 3 components type. More...
 
typedef highp_u8vec4 u8vec4
 Default precision 8 bit unsigned integer vector of 4 components type. More...
 
typedef detail::uint16 uint16
 16 bit unsigned integer type. More...
 
typedef detail::uint16 uint16_t
 16 bit unsigned integer type. More...
 
typedef detail::uint32 uint32
 32 bit unsigned integer type. More...
 
typedef detail::uint32 uint32_t
 32 bit unsigned integer type. More...
 
typedef detail::uint64 uint64
 64 bit unsigned integer type. More...
 
typedef detail::uint64 uint64_t
 64 bit unsigned integer type. More...
 
typedef detail::uint8 uint8
 8 bit unsigned integer type. More...
 
typedef detail::uint8 uint8_t
 8 bit unsigned integer type. More...
 
+

Detailed Description

+

Defines specific C++-based precision types.

+

Precision types defines types based on GLSL's precision qualifiers. This extension defines types based on explicitly-sized C++ data types.

+

<glm/gtc/type_precision.hpp> need to be included to use these functionalities.

+

Typedef Documentation

+ +
+
+ + + + +
typedef float32 f32
+
+ +

Default 32 bit single-precision floating-point scalar.

+

32 bit single-precision floating-point scalar.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1505 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< f32, defaultp > f32mat2
+
+ +

Default single-precision floating-point 2x2 matrix.

+

Single-precision floating-point 1x1 matrix.

+
See also
GLM_GTC_type_precision
+
+GLM_GTC_type_precision Single-precision floating-point 2x2 matrix.
+
+GLM_GTC_type_precision
+ +

Definition at line 2449 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< f32, defaultp > f32mat2x2
+
+ +

Default single-precision floating-point 2x2 matrix.

+

Single-precision floating-point 1x1 matrix.

+
See also
GLM_GTC_type_precision
+
+GLM_GTC_type_precision Single-precision floating-point 2x2 matrix.
+
+GLM_GTC_type_precision
+ +

Definition at line 2413 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3< f32, defaultp > f32mat2x3
+
+ +

Default single-precision floating-point 2x3 matrix.

+

Single-precision floating-point 2x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2417 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4< f32, defaultp > f32mat2x4
+
+ +

Default single-precision floating-point 2x4 matrix.

+

Single-precision floating-point 2x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2421 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< f32, defaultp > f32mat3
+
+ +

Default single-precision floating-point 3x3 matrix.

+

Single-precision floating-point 3x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2453 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2< f32, defaultp > f32mat3x2
+
+ +

Default single-precision floating-point 3x2 matrix.

+

Single-precision floating-point 3x2 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2425 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< f32, defaultp > f32mat3x3
+
+ +

Default single-precision floating-point 3x3 matrix.

+

Single-precision floating-point 3x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2429 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4< f32, defaultp > f32mat3x4
+
+ +

Default single-precision floating-point 3x4 matrix.

+

Single-precision floating-point 3x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2433 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< f32, defaultp > f32mat4
+
+ +

Default single-precision floating-point 4x4 matrix.

+

Single-precision floating-point 4x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2457 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2< f32, defaultp > f32mat4x2
+
+ +

Default single-precision floating-point 4x2 matrix.

+

Single-precision floating-point 4x2 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2437 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3< f32, defaultp > f32mat4x3
+
+ +

Default single-precision floating-point 4x3 matrix.

+

Single-precision floating-point 4x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2441 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< f32, defaultp > f32mat4x4
+
+ +

Default single-precision floating-point 4x4 matrix.

+

Single-precision floating-point 4x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2445 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tquat< f32, defaultp > f32quat
+
+ +

Default single-precision floating-point quaternion.

+

Single-precision floating-point quaternion.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2461 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< f32, defaultp > f32vec1
+
+ +

Default single-precision floating-point vector of 1 components.

+

Single-precision floating-point vector of 1 component.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2397 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< f32, defaultp > f32vec2
+
+ +

Default single-precision floating-point vector of 2 components.

+

Single-precision floating-point vector of 2 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2401 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< f32, defaultp > f32vec3
+
+ +

Default single-precision floating-point vector of 3 components.

+

Single-precision floating-point vector of 3 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2405 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< f32, defaultp > f32vec4
+
+ +

Default single-precision floating-point vector of 4 components.

+

Single-precision floating-point vector of 4 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2409 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef float64 f64
+
+ +

Default 64 bit double-precision floating-point scalar.

+

64 bit double-precision floating-point scalar.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1509 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< f64, defaultp > f64mat2
+
+ +

Default double-precision floating-point 2x2 matrix.

+

Double-precision floating-point 1x1 matrix.

+
See also
GLM_GTC_type_precision
+
+GLM_GTC_type_precision Double-precision floating-point 2x2 matrix.
+
+GLM_GTC_type_precision
+ +

Definition at line 2555 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< f64, defaultp > f64mat2x2
+
+ +

Default double-precision floating-point 2x2 matrix.

+

Double-precision floating-point 1x1 matrix.

+
See also
GLM_GTC_type_precision
+
+GLM_GTC_type_precision Double-precision floating-point 2x2 matrix.
+
+GLM_GTC_type_precision
+ +

Definition at line 2519 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3< f64, defaultp > f64mat2x3
+
+ +

Default double-precision floating-point 2x3 matrix.

+

Double-precision floating-point 2x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2523 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4< f64, defaultp > f64mat2x4
+
+ +

Default double-precision floating-point 2x4 matrix.

+

Double-precision floating-point 2x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2527 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< f64, defaultp > f64mat3
+
+ +

Default double-precision floating-point 3x3 matrix.

+

Double-precision floating-point 3x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2559 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2< f64, defaultp > f64mat3x2
+
+ +

Default double-precision floating-point 3x2 matrix.

+

Double-precision floating-point 3x2 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2531 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< f64, defaultp > f64mat3x3
+
+ +

Default double-precision floating-point 3x3 matrix.

+

Double-precision floating-point 3x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2535 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4< f64, defaultp > f64mat3x4
+
+ +

Default double-precision floating-point 3x4 matrix.

+

Double-precision floating-point 3x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2539 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< f64, defaultp > f64mat4
+
+ +

Default double-precision floating-point 4x4 matrix.

+

Double-precision floating-point 4x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2563 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2< f64, defaultp > f64mat4x2
+
+ +

Default double-precision floating-point 4x2 matrix.

+

Double-precision floating-point 4x2 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2543 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3< f64, defaultp > f64mat4x3
+
+ +

Default double-precision floating-point 4x3 matrix.

+

Double-precision floating-point 4x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2547 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< f64, defaultp > f64mat4x4
+
+ +

Default double-precision floating-point 4x4 matrix.

+

Double-precision floating-point 4x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2551 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tquat< f64, defaultp > f64quat
+
+ +

Default double-precision floating-point quaternion.

+

Double-precision floating-point quaternion.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2567 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< f64, defaultp > f64vec1
+
+ +

Default double-precision floating-point vector of 1 components.

+

Double-precision floating-point vector of 1 component.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2503 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< f64, defaultp > f64vec2
+
+ +

Default double-precision floating-point vector of 2 components.

+

Double-precision floating-point vector of 2 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2507 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< f64, defaultp > f64vec3
+
+ +

Default double-precision floating-point vector of 3 components.

+

Double-precision floating-point vector of 3 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2511 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< f64, defaultp > f64vec4
+
+ +

Default double-precision floating-point vector of 4 components.

+

Double-precision floating-point vector of 4 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2515 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::float32 float32
+
+ +

Default 32 bit single-precision floating-point scalar.

+

32 bit single-precision floating-point scalar.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 55 of file type_float.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::float32 float32_t
+
+ +

Default 32 bit single-precision floating-point scalar.

+

32 bit single-precision floating-point scalar.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1497 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::float64 float64
+
+ +

Default 64 bit double-precision floating-point scalar.

+

64 bit double-precision floating-point scalar.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 56 of file type_float.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::float64 float64_t
+
+ +

Default 64 bit double-precision floating-point scalar.

+

64 bit double-precision floating-point scalar.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1501 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< f32, defaultp > fmat2
+
+ +

Default single-precision floating-point 2x2 matrix.

+

Single-precision floating-point 1x1 matrix.

+
See also
GLM_GTC_type_precision
+
+GLM_GTC_type_precision Single-precision floating-point 2x2 matrix.
+
+GLM_GTC_type_precision
+ +

Definition at line 2379 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x2< f32, defaultp > fmat2x2
+
+ +

Default single-precision floating-point 2x2 matrix.

+

Single-precision floating-point 1x1 matrix.

+
See also
GLM_GTC_type_precision
+
+GLM_GTC_type_precision Single-precision floating-point 2x2 matrix.
+
+GLM_GTC_type_precision
+ +

Definition at line 2343 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x3< f32, defaultp > fmat2x3
+
+ +

Default single-precision floating-point 2x3 matrix.

+

Single-precision floating-point 2x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2347 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat2x4< f32, defaultp > fmat2x4
+
+ +

Default single-precision floating-point 2x4 matrix.

+

Single-precision floating-point 2x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2351 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< f32, defaultp > fmat3
+
+ +

Default single-precision floating-point 3x3 matrix.

+

Single-precision floating-point 3x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2383 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x2< f32, defaultp > fmat3x2
+
+ +

Default single-precision floating-point 3x2 matrix.

+

Single-precision floating-point 3x2 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2355 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x3< f32, defaultp > fmat3x3
+
+ +

Default single-precision floating-point 3x3 matrix.

+

Single-precision floating-point 3x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2359 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat3x4< f32, defaultp > fmat3x4
+
+ +

Default single-precision floating-point 3x4 matrix.

+

Single-precision floating-point 3x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2363 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< f32, defaultp > fmat4
+
+ +

Default single-precision floating-point 4x4 matrix.

+

Single-precision floating-point 4x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2387 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x2< f32, defaultp > fmat4x2
+
+ +

Default single-precision floating-point 4x2 matrix.

+

Single-precision floating-point 4x2 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2367 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x3< f32, defaultp > fmat4x3
+
+ +

Default single-precision floating-point 4x3 matrix.

+

Single-precision floating-point 4x3 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2371 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tmat4x4< f32, defaultp > fmat4x4
+
+ +

Default single-precision floating-point 4x4 matrix.

+

Single-precision floating-point 4x4 matrix.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2375 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< float, defaultp > fvec1
+
+ +

Default single-precision floating-point vector of 1 components.

+

Single-precision floating-point vector of 1 component.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2327 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< float, defaultp > fvec2
+
+ +

Default single-precision floating-point vector of 2 components.

+

Single-precision floating-point vector of 2 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2331 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< float, defaultp > fvec3
+
+ +

Default single-precision floating-point vector of 3 components.

+

Single-precision floating-point vector of 3 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2335 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< float, defaultp > fvec4
+
+ +

Default single-precision floating-point vector of 4 components.

+

Single-precision floating-point vector of 4 components.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 2339 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 highp_i16
+
+ +

High precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 232 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 highp_i32
+
+ +

High precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 236 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 highp_i64
+
+ +

High precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 240 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 highp_i8
+
+ +

High precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 228 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 highp_int16
+
+ +

High precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 200 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 highp_int16_t
+
+ +

High precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 216 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 highp_int32
+
+ +

High precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 204 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 highp_int32_t
+
+ +

32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 220 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 highp_int64
+
+ +

High precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 208 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 highp_int64_t
+
+ +

High precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 224 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 highp_int8
+
+ +

High precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 196 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 highp_int8_t
+
+ +

High precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 212 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 highp_u16
+
+ +

Medium precision 16 bit unsigned integer type.

+

High precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 841 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 highp_u32
+
+ +

Medium precision 32 bit unsigned integer type.

+

High precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 845 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 highp_u64
+
+ +

Medium precision 64 bit unsigned integer type.

+

High precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 849 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 highp_u8
+
+ +

Medium precision 8 bit unsigned integer type.

+

High precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 837 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 highp_uint16
+
+ +

Medium precision 16 bit unsigned integer type.

+

High precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 809 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 highp_uint16_t
+
+ +

Medium precision 16 bit unsigned integer type.

+

High precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 825 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 highp_uint32
+
+ +

Medium precision 32 bit unsigned integer type.

+

High precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 813 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 highp_uint32_t
+
+ +

Medium precision 32 bit unsigned integer type.

+

High precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 829 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 highp_uint64
+
+ +

Medium precision 64 bit unsigned integer type.

+

High precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 817 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 highp_uint64_t
+
+ +

Medium precision 64 bit unsigned integer type.

+

High precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 833 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 highp_uint8
+
+ +

Medium precision 8 bit unsigned integer type.

+

High precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 805 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 highp_uint8_t
+
+ +

Medium precision 8 bit unsigned integer type.

+

High precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 821 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 i16
+
+ +

16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 289 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< i16, defaultp > i16vec1
+
+ +

Default precision 16 bit signed integer scalar type.

+

16 bit signed integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 444 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< i16, defaultp > i16vec2
+
+ +

Default precision 16 bit signed integer vector of 2 components type.

+

16 bit signed integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 448 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< i16, defaultp > i16vec3
+
+ +

Default precision 16 bit signed integer vector of 3 components type.

+

16 bit signed integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 452 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< i16, defaultp > i16vec4
+
+ +

Default precision 16 bit signed integer vector of 4 components type.

+

16 bit signed integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 456 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 i32
+
+ +

32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 293 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< i32, defaultp > i32vec1
+
+ +

Default precision 32 bit signed integer scalar type.

+

32 bit signed integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 523 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< i32, defaultp > i32vec2
+
+ +

Default precision 32 bit signed integer vector of 2 components type.

+

32 bit signed integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 527 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< i32, defaultp > i32vec3
+
+ +

Default precision 32 bit signed integer vector of 3 components type.

+

32 bit signed integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 531 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< i32, defaultp > i32vec4
+
+ +

Default precision 32 bit signed integer vector of 4 components type.

+

32 bit signed integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 535 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 i64
+
+ +

64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 297 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< i64, defaultp > i64vec1
+
+ +

Default precision 64 bit signed integer scalar type.

+

64 bit signed integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 682 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< i64, defaultp > i64vec2
+
+ +

Default precision 64 bit signed integer vector of 2 components type.

+

64 bit signed integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 686 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< i64, defaultp > i64vec3
+
+ +

Default precision 64 bit signed integer vector of 3 components type.

+

64 bit signed integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 690 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< i64, defaultp > i64vec4
+
+ +

Default precision 64 bit signed integer vector of 4 components type.

+

64 bit signed integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 694 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 i8
+
+ +

8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 285 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< i8, defaultp > i8vec1
+
+ +

Default precision 8 bit signed integer scalar type.

+

8 bit signed integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 364 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< i8, defaultp > i8vec2
+
+ +

Default precision 8 bit signed integer vector of 2 components type.

+

8 bit signed integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 368 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< i8, defaultp > i8vec3
+
+ +

Default precision 8 bit signed integer vector of 3 components type.

+

8 bit signed integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 372 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< i8, defaultp > i8vec4
+
+ +

Default precision 8 bit signed integer vector of 4 components type.

+

8 bit signed integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 376 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 int16
+
+ +

16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 207 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 int16_t
+
+ +

16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 272 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 int32
+
+ +

32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 208 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 int32_t
+
+ +

32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 276 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 int64
+
+ +

64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 209 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 int64_t
+
+ +

64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 280 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 int8
+
+ +

8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 206 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 int8_t
+
+ +

8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 268 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 lowp_i16
+
+ +

Low precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 136 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 lowp_i32
+
+ +

Low precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 140 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 lowp_i64
+
+ +

Low precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 144 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 lowp_i8
+
+ +

Low precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 132 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 lowp_int16
+
+ +

Low precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 104 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 lowp_int16_t
+
+ +

Low precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 120 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 lowp_int32
+
+ +

Low precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 108 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 lowp_int32_t
+
+ +

Low precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 124 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 lowp_int64
+
+ +

Low precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 112 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 lowp_int64_t
+
+ +

Low precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 128 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 lowp_int8
+
+ +

Low precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 100 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 lowp_int8_t
+
+ +

Low precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 116 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 lowp_u16
+
+ +

Low precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 741 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 lowp_u32
+
+ +

Low precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 745 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 lowp_u64
+
+ +

Low precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 749 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 lowp_u8
+
+ +

Low precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 737 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 lowp_uint16
+
+ +

Low precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 707 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 lowp_uint16_t
+
+ +

Low precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 724 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 lowp_uint32
+
+ +

Low precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 711 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 lowp_uint32_t
+
+ +

Low precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 728 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 lowp_uint64
+
+ +

Low precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 715 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 lowp_uint64_t
+
+ +

Low precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 732 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 lowp_uint8
+
+ +

Low precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 703 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 lowp_uint8_t
+
+ +

Low precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 720 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 mediump_i16
+
+ +

Medium precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 184 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 mediump_i32
+
+ +

Medium precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 188 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 mediump_i64
+
+ +

Medium precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 192 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 mediump_i8
+
+ +

Medium precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 180 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 mediump_int16
+
+ +

Medium precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 152 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int16 mediump_int16_t
+
+ +

Medium precision 16 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 168 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 mediump_int32
+
+ +

Medium precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 156 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int32 mediump_int32_t
+
+ +

Medium precision 32 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 172 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 mediump_int64
+
+ +

Medium precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 160 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int64 mediump_int64_t
+
+ +

Medium precision 64 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 176 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 mediump_int8
+
+ +

Medium precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 148 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::int8 mediump_int8_t
+
+ +

Medium precision 8 bit signed integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 164 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 mediump_u16
+
+ +

Medium precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 791 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 mediump_u32
+
+ +

Medium precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 795 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 mediump_u64
+
+ +

Medium precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 799 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 mediump_u8
+
+ +

Medium precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 787 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 mediump_uint16
+
+ +

Medium precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 759 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 mediump_uint16_t
+
+ +

Medium precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 775 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 mediump_uint32
+
+ +

Medium precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 763 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 mediump_uint32_t
+
+ +

Medium precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 779 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 mediump_uint64
+
+ +

Medium precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 767 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 mediump_uint64_t
+
+ +

Medium precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 783 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 mediump_uint8
+
+ +

Medium precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 755 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 mediump_uint8_t
+
+ +

Medium precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 771 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 u16
+
+ +

16 bit unsigned integer type.

+

Default precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 898 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< u16, defaultp > u16vec1
+
+ +

Default precision 16 bit unsigned integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1053 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< u16, defaultp > u16vec2
+
+ +

Default precision 16 bit unsigned integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1057 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< u16, defaultp > u16vec3
+
+ +

Default precision 16 bit unsigned integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1061 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< u16, defaultp > u16vec4
+
+ +

Default precision 16 bit unsigned integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1065 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 u32
+
+ +

32 bit unsigned integer type.

+

Default precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 902 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< u32, defaultp > u32vec1
+
+ +

Default precision 32 bit unsigned integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1132 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< u32, defaultp > u32vec2
+
+ +

Default precision 32 bit unsigned integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1136 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< u32, defaultp > u32vec3
+
+ +

Default precision 32 bit unsigned integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1140 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< u32, defaultp > u32vec4
+
+ +

Default precision 32 bit unsigned integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1144 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 u64
+
+ +

64 bit unsigned integer type.

+

Default precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 906 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< u64, defaultp > u64vec1
+
+ +

Default precision 64 bit unsigned integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1291 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< u64, defaultp > u64vec2
+
+ +

Default precision 64 bit unsigned integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1295 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< u64, defaultp > u64vec3
+
+ +

Default precision 64 bit unsigned integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1299 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< u64, defaultp > u64vec4
+
+ +

Default precision 64 bit unsigned integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 1303 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 u8
+
+ +

8 bit unsigned integer type.

+

Default precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 894 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1< u8, defaultp > u8vec1
+
+ +

Default precision 8 bit unsigned integer scalar type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 973 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2< u8, defaultp > u8vec2
+
+ +

Default precision 8 bit unsigned integer vector of 2 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 977 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3< u8, defaultp > u8vec3
+
+ +

Default precision 8 bit unsigned integer vector of 3 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 981 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4< u8, defaultp > u8vec4
+
+ +

Default precision 8 bit unsigned integer vector of 4 components type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 985 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 uint16
+
+ +

16 bit unsigned integer type.

+

Default precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 212 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 uint16_t
+
+ +

16 bit unsigned integer type.

+

Default precision 16 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 881 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 uint32
+
+ +

32 bit unsigned integer type.

+

Default precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 213 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 uint32_t
+
+ +

32 bit unsigned integer type.

+

Default precision 32 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 885 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 uint64
+
+ +

64 bit unsigned integer type.

+

Default precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 214 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 uint64_t
+
+ +

64 bit unsigned integer type.

+

Default precision 64 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 889 of file fwd.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 uint8
+
+ +

8 bit unsigned integer type.

+

Default precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 211 of file type_int.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint8 uint8_t
+
+ +

8 bit unsigned integer type.

+

Default precision 8 bit unsigned integer type.

+
See also
GLM_GTC_type_precision
+ +

Definition at line 877 of file fwd.hpp.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00178.html b/glm/doc/api/a00178.html new file mode 100644 index 0000000..8041d30 --- /dev/null +++ b/glm/doc/api/a00178.html @@ -0,0 +1,504 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_type_ptr + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTC_type_ptr
+
+
+ +

Handles the interaction between pointers and vector, matrix types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tmat2x2< T, defaultp > make_mat2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x2< T, defaultp > make_mat2x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x3< T, defaultp > make_mat2x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x4< T, defaultp > make_mat2x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x3< T, defaultp > make_mat3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x2< T, defaultp > make_mat3x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x3< T, defaultp > make_mat3x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x4< T, defaultp > make_mat3x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > make_mat4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T, defaultp > make_mat4x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x3< T, defaultp > make_mat4x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > make_mat4x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tquat< T, defaultp > make_quat (T const *const ptr)
 Build a quaternion from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tvec2< T, defaultp > make_vec2 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tvec3< T, defaultp > make_vec3 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL tvec4< T, defaultp > make_vec4 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type const * value_ptr (genType const &vec)
 Return the constant address to the data of the input parameter. More...
 
+

Detailed Description

+

Handles the interaction between pointers and vector, matrix types.

+

This extension defines an overloaded function, glm::value_ptr, which takes any of the core template types. It returns a pointer to the memory layout of the object. Matrix types store their values in column-major order.

+

This is useful for uploading data to matrices or copying data to buffer objects.

+

Example:

#include <glm/glm.hpp>
+ +
+
glm::vec3 aVector(3);
+
glm::mat4 someMatrix(1.0);
+
+
glUniform3fv(uniformLoc, 1, glm::value_ptr(aVector));
+
glUniformMatrix4fv(uniformMatrixLoc, 1, GL_FALSE, glm::value_ptr(someMatrix));
+

<glm/gtc/type_ptr.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, defaultp> glm::make_mat2 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, defaultp> glm::make_mat2x2 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x3<T, defaultp> glm::make_mat2x3 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x4<T, defaultp> glm::make_mat2x4 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, defaultp> glm::make_mat3 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x2<T, defaultp> glm::make_mat3x2 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, defaultp> glm::make_mat3x3 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x4<T, defaultp> glm::make_mat3x4 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::make_mat4 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x2<T, defaultp> glm::make_mat4x2 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x3<T, defaultp> glm::make_mat4x3 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::make_mat4x4 (T const *const ptr)
+
+ +

Build a matrix from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, defaultp> glm::make_quat (T const *const ptr)
+
+ +

Build a quaternion from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec2<T, defaultp> glm::make_vec2 (T const *const ptr)
+
+ +

Build a vector from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, defaultp> glm::make_vec3 (T const *const ptr)
+
+ +

Build a vector from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec4<T, defaultp> glm::make_vec4 (T const *const ptr)
+
+ +

Build a vector from a pointer.

+
See also
GLM_GTC_type_ptr
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType::value_type const* glm::value_ptr (genType const & vec)
+
+ +

Return the constant address to the data of the input parameter.

+
See also
GLM_GTC_type_ptr
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00179.html b/glm/doc/api/a00179.html new file mode 100644 index 0000000..47413e0 --- /dev/null +++ b/glm/doc/api/a00179.html @@ -0,0 +1,281 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_ulp + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Allow the measurement of the accuracy of a function against a reference implementation. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL uint float_distance (T const &x, T const &y)
 Return the distance in the number of ULP between 2 scalars. More...
 
template<typename T , template< typename > class vecType>
GLM_FUNC_DECL vecType< uint > float_distance (vecType< T > const &x, vecType< T > const &y)
 Return the distance in the number of ULP between 2 vectors. More...
 
template<typename genType >
GLM_FUNC_DECL genType next_float (genType const &x)
 Return the next ULP value(s) after the input value(s). More...
 
template<typename genType >
GLM_FUNC_DECL genType next_float (genType const &x, uint const &Distance)
 Return the value(s) ULP distance after the input value(s). More...
 
template<typename genType >
GLM_FUNC_DECL genType prev_float (genType const &x)
 Return the previous ULP value(s) before the input value(s). More...
 
template<typename genType >
GLM_FUNC_DECL genType prev_float (genType const &x, uint const &Distance)
 Return the value(s) ULP distance before the input value(s). More...
 
+

Detailed Description

+

Allow the measurement of the accuracy of a function against a reference implementation.

+

This extension works on floating-point data and provide results in ULP. <glm/gtc/ulp.hpp> need to be included to use these features.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint glm::float_distance (T const & x,
T const & y 
)
+
+ +

Return the distance in the number of ULP between 2 scalars.

+
See also
GLM_GTC_ulp
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<uint> glm::float_distance (vecType< T > const & x,
vecType< T > const & y 
)
+
+ +

Return the distance in the number of ULP between 2 vectors.

+
See also
GLM_GTC_ulp
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::next_float (genType const & x)
+
+ +

Return the next ULP value(s) after the input value(s).

+
See also
GLM_GTC_ulp
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::next_float (genType const & x,
uint const & Distance 
)
+
+ +

Return the value(s) ULP distance after the input value(s).

+
See also
GLM_GTC_ulp
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::prev_float (genType const & x)
+
+ +

Return the previous ULP value(s) before the input value(s).

+
See also
GLM_GTC_ulp
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::prev_float (genType const & x,
uint const & Distance 
)
+
+ +

Return the value(s) ULP distance before the input value(s).

+
See also
GLM_GTC_ulp
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00180.html b/glm/doc/api/a00180.html new file mode 100644 index 0000000..4726e4b --- /dev/null +++ b/glm/doc/api/a00180.html @@ -0,0 +1,95 @@ + + + + + + +0.9.9 API documenation: GLM_GTC_vec1 + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+ +

Add vec1, ivec1, uvec1 and bvec1 types. +More...

+

Add vec1, ivec1, uvec1 and bvec1 types.

+

<glm/gtc/vec1.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00181.html b/glm/doc/api/a00181.html new file mode 100644 index 0000000..b0c8727 --- /dev/null +++ b/glm/doc/api/a00181.html @@ -0,0 +1,1357 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_associated_min_max + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_associated_min_max
+
+
+ +

Min and max functions that return associated values not the compared onces. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , typename U >
GLM_FUNC_DECL U associatedMax (T x, U a, T y, U b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL tvec2< U, P > associatedMax (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > associatedMax (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)
 Maximum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMax (T x, U a, T y, U b, T z, U c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > associatedMax (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c)
 Maximum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMax (T x, U a, T y, U b, T z, U c, T w, U d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMax (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)
 Maximum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P>
GLM_FUNC_DECL U associatedMin (T x, U a, T y, U b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL tvec2< U, P > associatedMin (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (T x, const vecType< U, P > &a, T y, const vecType< U, P > &b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)
 Minimum comparison between 2 variables and returns 2 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMin (T x, U a, T y, U b, T z, U c)
 Minimum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)
 Minimum comparison between 3 variables and returns 3 associated variable values. More...
 
template<typename T , typename U >
GLM_FUNC_DECL U associatedMin (T x, U a, T y, U b, T z, U c, T w, U d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
template<typename T , typename U , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< U, P > associatedMin (vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)
 Minimum comparison between 4 variables and returns 4 associated variable values. More...
 
+

Detailed Description

+

Min and max functions that return associated values not the compared onces.

+

<glm/gtx/associated_min_max.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL U glm::associatedMax (x,
a,
y,
b 
)
+
+ +

Maximum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec2<U, P> glm::associatedMax (vecType< T, P > const & x,
vecType< U, P > const & a,
vecType< T, P > const & y,
vecType< U, P > const & b 
)
+
+ +

Maximum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::associatedMax (x,
vecType< U, P > const & a,
y,
vecType< U, P > const & b 
)
+
+ +

Maximum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMax (vecType< T, P > const & x,
a,
vecType< T, P > const & y,
b 
)
+
+ +

Maximum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL U glm::associatedMax (x,
a,
y,
b,
z,
c 
)
+
+ +

Maximum comparison between 3 variables and returns 3 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMax (vecType< T, P > const & x,
vecType< U, P > const & a,
vecType< T, P > const & y,
vecType< U, P > const & b,
vecType< T, P > const & z,
vecType< U, P > const & c 
)
+
+ +

Maximum comparison between 3 variables and returns 3 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::associatedMax (x,
vecType< U, P > const & a,
y,
vecType< U, P > const & b,
z,
vecType< U, P > const & c 
)
+
+ +

Maximum comparison between 3 variables and returns 3 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMax (vecType< T, P > const & x,
a,
vecType< T, P > const & y,
b,
vecType< T, P > const & z,
c 
)
+
+ +

Maximum comparison between 3 variables and returns 3 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL U glm::associatedMax (x,
a,
y,
b,
z,
c,
w,
d 
)
+
+ +

Maximum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMax (vecType< T, P > const & x,
vecType< U, P > const & a,
vecType< T, P > const & y,
vecType< U, P > const & b,
vecType< T, P > const & z,
vecType< U, P > const & c,
vecType< T, P > const & w,
vecType< U, P > const & d 
)
+
+ +

Maximum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMax (x,
vecType< U, P > const & a,
y,
vecType< U, P > const & b,
z,
vecType< U, P > const & c,
w,
vecType< U, P > const & d 
)
+
+ +

Maximum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMax (vecType< T, P > const & x,
a,
vecType< T, P > const & y,
b,
vecType< T, P > const & z,
c,
vecType< T, P > const & w,
d 
)
+
+ +

Maximum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL U glm::associatedMin (x,
a,
y,
b 
)
+
+ +

Minimum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec2<U, P> glm::associatedMin (vecType< T, P > const & x,
vecType< U, P > const & a,
vecType< T, P > const & y,
vecType< U, P > const & b 
)
+
+ +

Minimum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMin (x,
const vecType< U, P > & a,
y,
const vecType< U, P > & b 
)
+
+ +

Minimum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMin (vecType< T, P > const & x,
a,
vecType< T, P > const & y,
b 
)
+
+ +

Minimum comparison between 2 variables and returns 2 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL U glm::associatedMin (x,
a,
y,
b,
z,
c 
)
+
+ +

Minimum comparison between 3 variables and returns 3 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMin (vecType< T, P > const & x,
vecType< U, P > const & a,
vecType< T, P > const & y,
vecType< U, P > const & b,
vecType< T, P > const & z,
vecType< U, P > const & c 
)
+
+ +

Minimum comparison between 3 variables and returns 3 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL U glm::associatedMin (x,
a,
y,
b,
z,
c,
w,
d 
)
+
+ +

Minimum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMin (vecType< T, P > const & x,
vecType< U, P > const & a,
vecType< T, P > const & y,
vecType< U, P > const & b,
vecType< T, P > const & z,
vecType< U, P > const & c,
vecType< T, P > const & w,
vecType< U, P > const & d 
)
+
+ +

Minimum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMin (x,
vecType< U, P > const & a,
y,
vecType< U, P > const & b,
z,
vecType< U, P > const & c,
w,
vecType< U, P > const & d 
)
+
+ +

Minimum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<U, P> glm::associatedMin (vecType< T, P > const & x,
a,
vecType< T, P > const & y,
b,
vecType< T, P > const & z,
c,
vecType< T, P > const & w,
d 
)
+
+ +

Minimum comparison between 4 variables and returns 4 associated variable values.

+
See also
GLM_GTX_associated_min_max
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00182.html b/glm/doc/api/a00182.html new file mode 100644 index 0000000..21606a3 --- /dev/null +++ b/glm/doc/api/a00182.html @@ -0,0 +1,322 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_bit + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Allow to perform bit operations on integer values. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genIUType >
GLM_FUNC_DECL genIUType highestBitValue (genIUType Value)
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > highestBitValue (vecType< T, P > const &value)
 Find the highest bit set to 1 in a integer variable and return its value. More...
 
template<typename genIUType >
GLM_FUNC_DECL genIUType lowestBitValue (genIUType Value)
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoAbove (genIUType Value)
 Return the power of two number which value is just higher the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoAbove (vecType< T, P > const &value)
 Return the power of two number which value is just higher the input value. More...
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoBelow (genIUType Value)
 Return the power of two number which value is just lower the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoBelow (vecType< T, P > const &value)
 Return the power of two number which value is just lower the input value. More...
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoNearest (genIUType Value)
 Return the power of two number which value is the closet to the input value. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_DEPRECATED GLM_FUNC_DECL vecType< T, P > powerOfTwoNearest (vecType< T, P > const &value)
 Return the power of two number which value is the closet to the input value. More...
 
+

Detailed Description

+

Allow to perform bit operations on integer values.

+

<glm/gtx/bit.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genIUType glm::highestBitValue (genIUType Value)
+
+
See also
GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::highestBitValue (vecType< T, P > const & value)
+
+ +

Find the highest bit set to 1 in a integer variable and return its value.

+
See also
GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genIUType glm::lowestBitValue (genIUType Value)
+
+
See also
GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_DEPRECATED GLM_FUNC_DECL genIUType glm::powerOfTwoAbove (genIUType Value)
+
+ +

Return the power of two number which value is just higher the input value.

+

Deprecated, use ceilPowerOfTwo from GTC_round instead

+
See also
GLM_GTC_round
+
+GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_DEPRECATED GLM_FUNC_DECL vecType<T, P> glm::powerOfTwoAbove (vecType< T, P > const & value)
+
+ +

Return the power of two number which value is just higher the input value.

+

Deprecated, use ceilPowerOfTwo from GTC_round instead

+
See also
GLM_GTC_round
+
+GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_DEPRECATED GLM_FUNC_DECL genIUType glm::powerOfTwoBelow (genIUType Value)
+
+ +

Return the power of two number which value is just lower the input value.

+

Deprecated, use floorPowerOfTwo from GTC_round instead

+
See also
GLM_GTC_round
+
+GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_DEPRECATED GLM_FUNC_DECL vecType<T, P> glm::powerOfTwoBelow (vecType< T, P > const & value)
+
+ +

Return the power of two number which value is just lower the input value.

+

Deprecated, use floorPowerOfTwo from GTC_round instead

+
See also
GLM_GTC_round
+
+GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_DEPRECATED GLM_FUNC_DECL genIUType glm::powerOfTwoNearest (genIUType Value)
+
+ +

Return the power of two number which value is the closet to the input value.

+

Deprecated, use roundPowerOfTwo from GTC_round instead

+
See also
GLM_GTC_round
+
+GLM_GTX_bit
+ +
+
+ +
+
+ + + + + + + + +
GLM_DEPRECATED GLM_FUNC_DECL vecType<T, P> glm::powerOfTwoNearest (vecType< T, P > const & value)
+
+ +

Return the power of two number which value is the closet to the input value.

+

Deprecated, use roundPowerOfTwo from GTC_round instead

+
See also
GLM_GTC_round
+
+GLM_GTX_bit
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00183.html b/glm/doc/api/a00183.html new file mode 100644 index 0000000..f92695d --- /dev/null +++ b/glm/doc/api/a00183.html @@ -0,0 +1,147 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_closest_point + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_closest_point
+
+
+ +

Find the point on a straight line which is the closet of a point. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > closestPointOnLine (tvec3< T, P > const &point, tvec3< T, P > const &a, tvec3< T, P > const &b)
 Find the point on a straight line which is the closet of a point. More...
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec2< T, P > closestPointOnLine (tvec2< T, P > const &point, tvec2< T, P > const &a, tvec2< T, P > const &b)
 2d lines work as well
 
+

Detailed Description

+

Find the point on a straight line which is the closet of a point.

+

<glm/gtx/closest_point.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::closestPointOnLine (tvec3< T, P > const & point,
tvec3< T, P > const & a,
tvec3< T, P > const & b 
)
+
+ +

Find the point on a straight line which is the closet of a point.

+
See also
GLM_GTX_closest_point
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00184.html b/glm/doc/api/a00184.html new file mode 100644 index 0000000..cd62ffc --- /dev/null +++ b/glm/doc/api/a00184.html @@ -0,0 +1,261 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_color_space + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Related to RGB to HSV conversions and operations. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > hsvColor (tvec3< T, P > const &rgbValue)
 Converts a color from RGB color space to its color in HSV color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T luminosity (tvec3< T, P > const &color)
 Compute color luminosity associating ratios (0.33, 0.59, 0.11) to RGB canals. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rgbColor (tvec3< T, P > const &hsvValue)
 Converts a color from HSV color space to its color in RGB color space. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > saturation (T const s)
 Build a saturation matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > saturation (T const s, tvec3< T, P > const &color)
 Modify the saturation of a color. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > saturation (T const s, tvec4< T, P > const &color)
 Modify the saturation of a color. More...
 
+

Detailed Description

+

Related to RGB to HSV conversions and operations.

+

<glm/gtx/color_space.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::hsvColor (tvec3< T, P > const & rgbValue)
+
+ +

Converts a color from RGB color space to its color in HSV color space.

+
See also
GLM_GTX_color_space
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::luminosity (tvec3< T, P > const & color)
+
+ +

Compute color luminosity associating ratios (0.33, 0.59, 0.11) to RGB canals.

+
See also
GLM_GTX_color_space
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rgbColor (tvec3< T, P > const & hsvValue)
+
+ +

Converts a color from HSV color space to its color in RGB color space.

+
See also
GLM_GTX_color_space
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::saturation (T const s)
+
+ +

Build a saturation matrix.

+
See also
GLM_GTX_color_space
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::saturation (T const s,
tvec3< T, P > const & color 
)
+
+ +

Modify the saturation of a color.

+
See also
GLM_GTX_color_space
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<T, P> glm::saturation (T const s,
tvec4< T, P > const & color 
)
+
+ +

Modify the saturation of a color.

+
See also
GLM_GTX_color_space
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00185.html b/glm/doc/api/a00185.html new file mode 100644 index 0000000..63e8fa2 --- /dev/null +++ b/glm/doc/api/a00185.html @@ -0,0 +1,199 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_color_space_YCoCg + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_color_space_YCoCg
+
+
+ +

RGB to YCoCg conversions and operations. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rgb2YCoCg (tvec3< T, P > const &rgbColor)
 Convert a color from RGB color space to YCoCg color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rgb2YCoCgR (tvec3< T, P > const &rgbColor)
 Convert a color from RGB color space to YCoCgR color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > YCoCg2rgb (tvec3< T, P > const &YCoCgColor)
 Convert a color from YCoCg color space to RGB color space. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > YCoCgR2rgb (tvec3< T, P > const &YCoCgColor)
 Convert a color from YCoCgR color space to RGB color space. More...
 
+

Detailed Description

+

RGB to YCoCg conversions and operations.

+

<glm/gtx/color_space_YCoCg.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rgb2YCoCg (tvec3< T, P > const & rgbColor)
+
+ +

Convert a color from RGB color space to YCoCg color space.

+
See also
GLM_GTX_color_space_YCoCg
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rgb2YCoCgR (tvec3< T, P > const & rgbColor)
+
+ +

Convert a color from RGB color space to YCoCgR color space.

+
See also
"YCoCg-R: A Color Space with RGB Reversibility and Low Dynamic Range"
+
+GLM_GTX_color_space_YCoCg
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::YCoCg2rgb (tvec3< T, P > const & YCoCgColor)
+
+ +

Convert a color from YCoCg color space to RGB color space.

+
See also
GLM_GTX_color_space_YCoCg
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::YCoCgR2rgb (tvec3< T, P > const & YCoCgColor)
+
+ +

Convert a color from YCoCgR color space to RGB color space.

+
See also
"YCoCg-R: A Color Space with RGB Reversibility and Low Dynamic Range"
+
+GLM_GTX_color_space_YCoCg
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00186.html b/glm/doc/api/a00186.html new file mode 100644 index 0000000..3ad3db3 --- /dev/null +++ b/glm/doc/api/a00186.html @@ -0,0 +1,161 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_common + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Provide functions to increase the compatibility with Cg and HLSL languages. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fmod (vecType< T, P > const &v)
 Similar to 'mod' but with a different rounding and integer support. More...
 
template<typename genType >
GLM_FUNC_DECL genType::bool_type isdenormal (genType const &x)
 Returns true if x is a denormalized number Numbers whose absolute value is too small to be represented in the normal format are represented in an alternate, denormalized format. More...
 
+

Detailed Description

+

Provide functions to increase the compatibility with Cg and HLSL languages.

+

<glm/gtx/common.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fmod (vecType< T, P > const & v)
+
+ +

Similar to 'mod' but with a different rounding and integer support.

+

Returns 'x - y * trunc(x/y)' instead of 'x - y * floor(x/y)'

+
See also
GLSL mod vs HLSL fmod
+
+GLSL mod man page
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType::bool_type glm::isdenormal (genType const & x)
+
+ +

Returns true if x is a denormalized number Numbers whose absolute value is too small to be represented in the normal format are represented in an alternate, denormalized format.

+

This format is less precise but can represent values closer to zero.

+
Template Parameters
+ + +
genTypeFloating-point scalar or vector types.
+
+
+
See also
GLSL isnan man page
+
+GLSL 4.20.8 specification, section 8.3 Common Functions
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00187.html b/glm/doc/api/a00187.html new file mode 100644 index 0000000..473ccba --- /dev/null +++ b/glm/doc/api/a00187.html @@ -0,0 +1,430 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_compatibility + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_compatibility
+
+
+ +

Provide functions to increase the compatibility with Cg and HLSL languages. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

+typedef bool bool1
 boolean type with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef bool bool1x1
 boolean matrix with 1 x 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< bool, highp > bool2
 boolean type with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< bool, highp > bool2x2
 boolean matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< bool, highp > bool2x3
 boolean matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< bool, highp > bool2x4
 boolean matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< bool, highp > bool3
 boolean type with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< bool, highp > bool3x2
 boolean matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< bool, highp > bool3x3
 boolean matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< bool, highp > bool3x4
 boolean matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< bool, highp > bool4
 boolean type with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< bool, highp > bool4x2
 boolean matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< bool, highp > bool4x3
 boolean matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< bool, highp > bool4x4
 boolean matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef double double1
 double-precision floating-point vector with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef double double1x1
 double-precision floating-point matrix with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< double, highp > double2
 double-precision floating-point vector with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< double, highp > double2x2
 double-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< double, highp > double2x3
 double-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< double, highp > double2x4
 double-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< double, highp > double3
 double-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< double, highp > double3x2
 double-precision floating-point matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< double, highp > double3x3
 double-precision floating-point matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< double, highp > double3x4
 double-precision floating-point matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< double, highp > double4
 double-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< double, highp > double4x2
 double-precision floating-point matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< double, highp > double4x3
 double-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< double, highp > double4x4
 double-precision floating-point matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef float float1
 single-precision floating-point vector with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef float float1x1
 single-precision floating-point matrix with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< float, highp > float2
 single-precision floating-point vector with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< float, highp > float2x2
 single-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< float, highp > float2x3
 single-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< float, highp > float2x4
 single-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< float, highp > float3
 single-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< float, highp > float3x2
 single-precision floating-point matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< float, highp > float3x3
 single-precision floating-point matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< float, highp > float3x4
 single-precision floating-point matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< float, highp > float4
 single-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< float, highp > float4x2
 single-precision floating-point matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< float, highp > float4x3
 single-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< float, highp > float4x4
 single-precision floating-point matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef int int1
 integer vector with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef int int1x1
 integer matrix with 1 component. (From GLM_GTX_compatibility extension)
 
+typedef tvec2< int, highp > int2
 integer vector with 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x2< int, highp > int2x2
 integer matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x3< int, highp > int2x3
 integer matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat2x4< int, highp > int2x4
 integer matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec3< int, highp > int3
 integer vector with 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x2< int, highp > int3x2
 integer matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x3< int, highp > int3x3
 integer matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat3x4< int, highp > int3x4
 integer matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tvec4< int, highp > int4
 integer vector with 4 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x2< int, highp > int4x2
 integer matrix with 4 x 2 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x3< int, highp > int4x3
 integer matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
 
+typedef tmat4x4< int, highp > int4x4
 integer matrix with 4 x 4 components. (From GLM_GTX_compatibility extension)
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

+template<typename T , precision P>
GLM_FUNC_QUALIFIER T atan2 (T x, T y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > atan2 (const tvec2< T, P > &x, const tvec2< T, P > &y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > atan2 (const tvec3< T, P > &x, const tvec3< T, P > &y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > atan2 (const tvec4< T, P > &x, const tvec4< T, P > &y)
 Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
 
+template<typename genType >
GLM_FUNC_DECL bool isfinite (genType const &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec1< bool, P > isfinite (const tvec1< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec2< bool, P > isfinite (const tvec2< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec3< bool, P > isfinite (const tvec3< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_DECL tvec4< bool, P > isfinite (const tvec4< T, P > &x)
 Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility)
 
+template<typename T >
GLM_FUNC_QUALIFIER T lerp (T x, T y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > lerp (const tvec2< T, P > &x, const tvec2< T, P > &y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > lerp (const tvec3< T, P > &x, const tvec3< T, P > &y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > lerp (const tvec4< T, P > &x, const tvec4< T, P > &y, T a)
 Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > lerp (const tvec2< T, P > &x, const tvec2< T, P > &y, const tvec2< T, P > &a)
 Returns the component-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > lerp (const tvec3< T, P > &x, const tvec3< T, P > &y, const tvec3< T, P > &a)
 Returns the component-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > lerp (const tvec4< T, P > &x, const tvec4< T, P > &y, const tvec4< T, P > &a)
 Returns the component-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER T saturate (T x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec2< T, P > saturate (const tvec2< T, P > &x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec3< T, P > saturate (const tvec3< T, P > &x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+template<typename T , precision P>
GLM_FUNC_QUALIFIER tvec4< T, P > saturate (const tvec4< T, P > &x)
 Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility)
 
+

Detailed Description

+

Provide functions to increase the compatibility with Cg and HLSL languages.

+

<glm/gtx/compatibility.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00188.html b/glm/doc/api/a00188.html new file mode 100644 index 0000000..e58b48a --- /dev/null +++ b/glm/doc/api/a00188.html @@ -0,0 +1,241 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_component_wise + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_component_wise
+
+
+ +

Operations between components of a type. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType::value_type compAdd (genType const &v)
 Add all vector components together. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type compMax (genType const &v)
 Find the maximum value between single vector components. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type compMin (genType const &v)
 Find the minimum value between single vector components. More...
 
template<typename genType >
GLM_FUNC_DECL genType::value_type compMul (genType const &v)
 Multiply all vector components together. More...
 
template<typename floatType , typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< floatType, P > compNormalize (vecType< T, P > const &v)
 Convert an integer vector to a normalized float vector. More...
 
template<typename T , typename floatType , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > compScale (vecType< floatType, P > const &v)
 Convert a normalized float vector to an integer vector. More...
 
+

Detailed Description

+

Operations between components of a type.

+

<glm/gtx/component_wise.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType::value_type glm::compAdd (genType const & v)
+
+ +

Add all vector components together.

+
See also
GLM_GTX_component_wise
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType::value_type glm::compMax (genType const & v)
+
+ +

Find the maximum value between single vector components.

+
See also
GLM_GTX_component_wise
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType::value_type glm::compMin (genType const & v)
+
+ +

Find the minimum value between single vector components.

+
See also
GLM_GTX_component_wise
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType::value_type glm::compMul (genType const & v)
+
+ +

Multiply all vector components together.

+
See also
GLM_GTX_component_wise
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<floatType, P> glm::compNormalize (vecType< T, P > const & v)
+
+ +

Convert an integer vector to a normalized float vector.

+

If the parameter value type is already a floating precision type, the value is passed through.

See also
GLM_GTX_component_wise
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::compScale (vecType< floatType, P > const & v)
+
+ +

Convert a normalized float vector to an integer vector.

+

If the parameter value type is already a floating precision type, the value is passed through.

See also
GLM_GTX_component_wise
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00189.html b/glm/doc/api/a00189.html new file mode 100644 index 0000000..b377b84 --- /dev/null +++ b/glm/doc/api/a00189.html @@ -0,0 +1,525 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_dual_quaternion + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_dual_quaternion
+
+
+ +

Defines a templated dual-quaternion type and several dual-quaternion operations. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef highp_ddualquat ddualquat
 Dual-quaternion of default double-precision floating-point numbers. More...
 
typedef highp_fdualquat dualquat
 Dual-quaternion of floating-point numbers. More...
 
typedef highp_fdualquat fdualquat
 Dual-quaternion of single-precision floating-point numbers. More...
 
typedef tdualquat< double, highp > highp_ddualquat
 Dual-quaternion of high double-precision floating-point numbers. More...
 
typedef tdualquat< float, highp > highp_dualquat
 Dual-quaternion of high single-precision floating-point numbers. More...
 
typedef tdualquat< float, highp > highp_fdualquat
 Dual-quaternion of high single-precision floating-point numbers. More...
 
typedef tdualquat< double, lowp > lowp_ddualquat
 Dual-quaternion of low double-precision floating-point numbers. More...
 
typedef tdualquat< float, lowp > lowp_dualquat
 Dual-quaternion of low single-precision floating-point numbers. More...
 
typedef tdualquat< float, lowp > lowp_fdualquat
 Dual-quaternion of low single-precision floating-point numbers. More...
 
typedef tdualquat< double, mediump > mediump_ddualquat
 Dual-quaternion of medium double-precision floating-point numbers. More...
 
typedef tdualquat< float, mediump > mediump_dualquat
 Dual-quaternion of medium single-precision floating-point numbers. More...
 
typedef tdualquat< float, mediump > mediump_fdualquat
 Dual-quaternion of medium single-precision floating-point numbers. More...
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > dualquat_cast (tmat2x4< T, P > const &x)
 Converts a 2 * 4 matrix (matrix which holds real and dual parts) to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > dualquat_cast (tmat3x4< T, P > const &x)
 Converts a 3 * 4 matrix (augmented matrix rotation + translation) to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > inverse (tdualquat< T, P > const &q)
 Returns the q inverse. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > lerp (tdualquat< T, P > const &x, tdualquat< T, P > const &y, T const &a)
 Returns the linear interpolation of two dual quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x4< T, P > mat2x4_cast (tdualquat< T, P > const &x)
 Converts a quaternion to a 2 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x4< T, P > mat3x4_cast (tdualquat< T, P > const &x)
 Converts a quaternion to a 3 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tdualquat< T, P > normalize (tdualquat< T, P > const &q)
 Returns the normalized quaternion. More...
 
+

Detailed Description

+

Defines a templated dual-quaternion type and several dual-quaternion operations.

+

<glm/gtx/dual_quaternion.hpp> need to be included to use these functionalities.

+

Typedef Documentation

+ +
+
+ + + + +
typedef highp_ddualquat ddualquat
+
+ +

Dual-quaternion of default double-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 255 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_fdualquat dualquat
+
+ +

Dual-quaternion of floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 231 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef highp_fdualquat fdualquat
+
+ +

Dual-quaternion of single-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 236 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<double, highp> highp_ddualquat
+
+ +

Dual-quaternion of high double-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 224 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<float, highp> highp_dualquat
+
+ +

Dual-quaternion of high single-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 192 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<float, highp> highp_fdualquat
+
+ +

Dual-quaternion of high single-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 208 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<double, lowp> lowp_ddualquat
+
+ +

Dual-quaternion of low double-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 214 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<float, lowp> lowp_dualquat
+
+ +

Dual-quaternion of low single-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 182 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<float, lowp> lowp_fdualquat
+
+ +

Dual-quaternion of low single-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 198 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<double, mediump> mediump_ddualquat
+
+ +

Dual-quaternion of medium double-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 219 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<float, mediump> mediump_dualquat
+
+ +

Dual-quaternion of medium single-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 187 of file dual_quaternion.hpp.

+ +
+
+ +
+
+ + + + +
typedef tdualquat<float, mediump> mediump_fdualquat
+
+ +

Dual-quaternion of medium single-precision floating-point numbers.

+
See also
GLM_GTX_dual_quaternion
+ +

Definition at line 203 of file dual_quaternion.hpp.

+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tdualquat<T, P> glm::dualquat_cast (tmat2x4< T, P > const & x)
+
+ +

Converts a 2 * 4 matrix (matrix which holds real and dual parts) to a quaternion.

+
See also
GLM_GTX_dual_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tdualquat<T, P> glm::dualquat_cast (tmat3x4< T, P > const & x)
+
+ +

Converts a 3 * 4 matrix (augmented matrix rotation + translation) to a quaternion.

+
See also
GLM_GTX_dual_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tdualquat<T, P> glm::inverse (tdualquat< T, P > const & q)
+
+ +

Returns the q inverse.

+
See also
GLM_GTX_dual_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tdualquat<T, P> glm::lerp (tdualquat< T, P > const & x,
tdualquat< T, P > const & y,
T const & a 
)
+
+ +

Returns the linear interpolation of two dual quaternion.

+
See also
gtc_dual_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x4<T, P> glm::mat2x4_cast (tdualquat< T, P > const & x)
+
+ +

Converts a quaternion to a 2 * 4 matrix.

+
See also
GLM_GTX_dual_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x4<T, P> glm::mat3x4_cast (tdualquat< T, P > const & x)
+
+ +

Converts a quaternion to a 3 * 4 matrix.

+
See also
GLM_GTX_dual_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tdualquat<T, P> glm::normalize (tdualquat< T, P > const & q)
+
+ +

Returns the normalized quaternion.

+
See also
GLM_GTX_dual_quaternion
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00190.html b/glm/doc/api/a00190.html new file mode 100644 index 0000000..8ea06f0 --- /dev/null +++ b/glm/doc/api/a00190.html @@ -0,0 +1,624 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_euler_angles + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_euler_angles
+
+
+ +

Build matrices from Euler angles. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleX (T const &angleX)
 Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle X. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXY (T const &angleX, T const &angleY)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXYZ (T const &t1, T const &t2, T const &t3)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleXZ (T const &angleX, T const &angleZ)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleY (T const &angleY)
 Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Y. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYX (T const &angleY, T const &angleX)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYXZ (T const &yaw, T const &pitch, T const &roll)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleYZ (T const &angleY, T const &angleZ)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZ (T const &angleZ)
 Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Z. More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZX (T const &angle, T const &angleX)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * X). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > eulerAngleZY (T const &angleZ, T const &angleY)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * Y). More...
 
template<typename T >
GLM_FUNC_DECL void extractEulerAngleXYZ (tmat4x4< T, defaultp > const &M, T &t1, T &t2, T &t3)
 Extracts the (X * Y * Z) Euler angles from the rotation matrix M. More...
 
template<typename T >
GLM_FUNC_DECL tmat2x2< T, defaultp > orientate2 (T const &angle)
 Creates a 2D 2 * 2 rotation matrix from an euler angle. More...
 
template<typename T >
GLM_FUNC_DECL tmat3x3< T, defaultp > orientate3 (T const &angle)
 Creates a 2D 4 * 4 homogeneous rotation matrix from an euler angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > orientate3 (tvec3< T, P > const &angles)
 Creates a 3D 3 * 3 rotation matrix from euler angles (Y * X * Z). More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > orientate4 (tvec3< T, P > const &angles)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z). More...
 
template<typename T >
GLM_FUNC_DECL tmat4x4< T, defaultp > yawPitchRoll (T const &yaw, T const &pitch, T const &roll)
 Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z). More...
 
+

Detailed Description

+

Build matrices from Euler angles.

+

<glm/gtx/euler_angles.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleX (T const & angleX)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle X.

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleXY (T const & angleX,
T const & angleY 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleXYZ (T const & t1,
T const & t2,
T const & t3 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y * Z).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleXZ (T const & angleX,
T const & angleZ 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Z).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleY (T const & angleY)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Y.

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleYX (T const & angleY,
T const & angleX 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleYXZ (T const & yaw,
T const & pitch,
T const & roll 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleYZ (T const & angleY,
T const & angleZ 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * Z).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleZ (T const & angleZ)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Z.

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleZX (T const & angle,
T const & angleX 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * X).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::eulerAngleZY (T const & angleZ,
T const & angleY 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * Y).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL void glm::extractEulerAngleXYZ (tmat4x4< T, defaultp > const & M,
T & t1,
T & t2,
T & t3 
)
+
+ +

Extracts the (X * Y * Z) Euler angles from the rotation matrix M.

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, defaultp> glm::orientate2 (T const & angle)
+
+ +

Creates a 2D 2 * 2 rotation matrix from an euler angle.

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, defaultp> glm::orientate3 (T const & angle)
+
+ +

Creates a 2D 4 * 4 homogeneous rotation matrix from an euler angle.

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::orientate3 (tvec3< T, P > const & angles)
+
+ +

Creates a 3D 3 * 3 rotation matrix from euler angles (Y * X * Z).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::orientate4 (tvec3< T, P > const & angles)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z).

+
See also
GLM_GTX_euler_angles
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, defaultp> glm::yawPitchRoll (T const & yaw,
T const & pitch,
T const & roll 
)
+
+ +

Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X * Z).

+
See also
GLM_GTX_euler_angles
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00191.html b/glm/doc/api/a00191.html new file mode 100644 index 0000000..d5de34f --- /dev/null +++ b/glm/doc/api/a00191.html @@ -0,0 +1,142 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_extend + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Extend a position from a source to a position at a defined length. +More...

+ + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType extend (genType const &Origin, genType const &Source, typename genType::value_type const Length)
 Extends of Length the Origin position using the (Source - Origin) direction. More...
 
+

Detailed Description

+

Extend a position from a source to a position at a defined length.

+

<glm/gtx/extend.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::extend (genType const & Origin,
genType const & Source,
typename genType::value_type const Length 
)
+
+ +

Extends of Length the Origin position using the (Source - Origin) direction.

+
See also
GLM_GTX_extend
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00192.html b/glm/doc/api/a00192.html new file mode 100644 index 0000000..9bb0bc7 --- /dev/null +++ b/glm/doc/api/a00192.html @@ -0,0 +1,607 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_extented_min_max + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_extented_min_max
+
+
+ +

Min and max functions for 3 to 4 parameters. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T max (T const &x, T const &y, T const &z)
 Return the maximum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)
 Return the maximum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, C< T > const &y, C< T > const &z)
 Return the maximum component-wise values of 3 inputs. More...
 
template<typename T >
GLM_FUNC_DECL T max (T const &x, T const &y, T const &z, T const &w)
 Return the maximum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)
 Return the maximum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > max (C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
 Return the maximum component-wise values of 4 inputs. More...
 
template<typename T >
GLM_FUNC_DECL T min (T const &x, T const &y, T const &z)
 Return the minimum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)
 Return the minimum component-wise values of 3 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, C< T > const &y, C< T > const &z)
 Return the minimum component-wise values of 3 inputs. More...
 
template<typename T >
GLM_FUNC_DECL T min (T const &x, T const &y, T const &z, T const &w)
 Return the minimum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)
 Return the minimum component-wise values of 4 inputs. More...
 
template<typename T , template< typename > class C>
GLM_FUNC_DECL C< T > min (C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
 Return the minimum component-wise values of 4 inputs. More...
 
+

Detailed Description

+

Min and max functions for 3 to 4 parameters.

+

<glm/gtx/extented_min_max.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::max (T const & x,
T const & y,
T const & z 
)
+
+ +

Return the maximum component-wise values of 3 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::max (C< T > const & x,
typename C< T >::T const & y,
typename C< T >::T const & z 
)
+
+ +

Return the maximum component-wise values of 3 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::max (C< T > const & x,
C< T > const & y,
C< T > const & z 
)
+
+ +

Return the maximum component-wise values of 3 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::max (T const & x,
T const & y,
T const & z,
T const & w 
)
+
+ +

Return the maximum component-wise values of 4 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::max (C< T > const & x,
typename C< T >::T const & y,
typename C< T >::T const & z,
typename C< T >::T const & w 
)
+
+ +

Return the maximum component-wise values of 4 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::max (C< T > const & x,
C< T > const & y,
C< T > const & z,
C< T > const & w 
)
+
+ +

Return the maximum component-wise values of 4 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::min (T const & x,
T const & y,
T const & z 
)
+
+ +

Return the minimum component-wise values of 3 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::min (C< T > const & x,
typename C< T >::T const & y,
typename C< T >::T const & z 
)
+
+ +

Return the minimum component-wise values of 3 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::min (C< T > const & x,
C< T > const & y,
C< T > const & z 
)
+
+ +

Return the minimum component-wise values of 3 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::min (T const & x,
T const & y,
T const & z,
T const & w 
)
+
+ +

Return the minimum component-wise values of 4 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::min (C< T > const & x,
typename C< T >::T const & y,
typename C< T >::T const & z,
typename C< T >::T const & w 
)
+
+ +

Return the minimum component-wise values of 4 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL C<T> glm::min (C< T > const & x,
C< T > const & y,
C< T > const & z,
C< T > const & w 
)
+
+ +

Return the minimum component-wise values of 4 inputs.

+
See also
GLM_GTX_extented_min_max
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00193.html b/glm/doc/api/a00193.html new file mode 100644 index 0000000..16eeb15 --- /dev/null +++ b/glm/doc/api/a00193.html @@ -0,0 +1,409 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_fast_exponential + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_fast_exponential
+
+
+ +

Fast but less accurate implementations of exponential based functions. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T fastExp (T x)
 Faster than the common exp function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastExp (vecType< T, P > const &x)
 Faster than the common exp function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastExp2 (T x)
 Faster than the common exp2 function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastExp2 (vecType< T, P > const &x)
 Faster than the common exp2 function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastLog (T x)
 Faster than the common log function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastLog (vecType< T, P > const &x)
 Faster than the common exp2 function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastLog2 (T x)
 Faster than the common log2 function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastLog2 (vecType< T, P > const &x)
 Faster than the common log2 function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastPow (genType x, genType y)
 Faster than the common pow function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastPow (vecType< T, P > const &x, vecType< T, P > const &y)
 Faster than the common pow function but less accurate. More...
 
template<typename genTypeT , typename genTypeU >
GLM_FUNC_DECL genTypeT fastPow (genTypeT x, genTypeU y)
 Faster than the common pow function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastPow (vecType< T, P > const &x)
 Faster than the common pow function but less accurate. More...
 
+

Detailed Description

+

Fast but less accurate implementations of exponential based functions.

+

<glm/gtx/fast_exponential.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastExp (x)
+
+ +

Faster than the common exp function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastExp (vecType< T, P > const & x)
+
+ +

Faster than the common exp function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastExp2 (x)
+
+ +

Faster than the common exp2 function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastExp2 (vecType< T, P > const & x)
+
+ +

Faster than the common exp2 function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastLog (x)
+
+ +

Faster than the common log function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastLog (vecType< T, P > const & x)
+
+ +

Faster than the common exp2 function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastLog2 (x)
+
+ +

Faster than the common log2 function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastLog2 (vecType< T, P > const & x)
+
+ +

Faster than the common log2 function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::fastPow (genType x,
genType y 
)
+
+ +

Faster than the common pow function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastPow (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Faster than the common pow function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genTypeT glm::fastPow (genTypeT x,
genTypeU y 
)
+
+ +

Faster than the common pow function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastPow (vecType< T, P > const & x)
+
+ +

Faster than the common pow function but less accurate.

+
See also
GLM_GTX_fast_exponential
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00194.html b/glm/doc/api/a00194.html new file mode 100644 index 0000000..ef7ec49 --- /dev/null +++ b/glm/doc/api/a00194.html @@ -0,0 +1,333 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_fast_square_root + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_fast_square_root
+
+
+ +

Fast but less accurate implementations of square root based functions. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType fastDistance (genType x, genType y)
 Faster than the common distance function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T fastDistance (vecType< T, P > const &x, vecType< T, P > const &y)
 Faster than the common distance function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastInverseSqrt (genType x)
 Faster than the common inversesqrt function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastInverseSqrt (vecType< T, P > const &x)
 Faster than the common inversesqrt function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastLength (genType x)
 Faster than the common length function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T fastLength (vecType< T, P > const &x)
 Faster than the common length function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastNormalize (genType const &x)
 Faster than the common normalize function but less accurate. More...
 
template<typename genType >
GLM_FUNC_DECL genType fastSqrt (genType x)
 Faster than the common sqrt function but less accurate. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > fastSqrt (vecType< T, P > const &x)
 Faster than the common sqrt function but less accurate. More...
 
+

Detailed Description

+

Fast but less accurate implementations of square root based functions.

+
    +
  • Sqrt optimisation based on Newton's method, www.gamedev.net/community/forums/topic.asp?topic id=139956
  • +
+

<glm/gtx/fast_square_root.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::fastDistance (genType x,
genType y 
)
+
+ +

Faster than the common distance function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::fastDistance (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Faster than the common distance function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::fastInverseSqrt (genType x)
+
+ +

Faster than the common inversesqrt function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastInverseSqrt (vecType< T, P > const & x)
+
+ +

Faster than the common inversesqrt function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::fastLength (genType x)
+
+ +

Faster than the common length function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastLength (vecType< T, P > const & x)
+
+ +

Faster than the common length function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::fastNormalize (genType const & x)
+
+ +

Faster than the common normalize function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::fastSqrt (genType x)
+
+ +

Faster than the common sqrt function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::fastSqrt (vecType< T, P > const & x)
+
+ +

Faster than the common sqrt function but less accurate.

+
See also
GLM_GTX_fast_square_root extension.
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00195.html b/glm/doc/api/a00195.html new file mode 100644 index 0000000..f69f8a4 --- /dev/null +++ b/glm/doc/api/a00195.html @@ -0,0 +1,296 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_fast_trigonometry + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_fast_trigonometry
+
+
+ +

Fast but less accurate implementations of trigonometric functions. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T >
GLM_FUNC_DECL T fastAcos (T angle)
 Faster than the common acos function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastAsin (T angle)
 Faster than the common asin function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastAtan (T y, T x)
 Faster than the common atan function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastAtan (T angle)
 Faster than the common atan function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastCos (T angle)
 Faster than the common cos function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastSin (T angle)
 Faster than the common sin function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T fastTan (T angle)
 Faster than the common tan function but less accurate. More...
 
template<typename T >
GLM_FUNC_DECL T wrapAngle (T angle)
 Wrap an angle to [0 2pi[ From GLM_GTX_fast_trigonometry extension. More...
 
+

Detailed Description

+

Fast but less accurate implementations of trigonometric functions.

+

<glm/gtx/fast_trigonometry.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastAcos (angle)
+
+ +

Faster than the common acos function but less accurate.

+

Defined between -2pi and 2pi. From GLM_GTX_fast_trigonometry extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastAsin (angle)
+
+ +

Faster than the common asin function but less accurate.

+

Defined between -2pi and 2pi. From GLM_GTX_fast_trigonometry extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::fastAtan (y,
x 
)
+
+ +

Faster than the common atan function but less accurate.

+

Defined between -2pi and 2pi. From GLM_GTX_fast_trigonometry extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastAtan (angle)
+
+ +

Faster than the common atan function but less accurate.

+

Defined between -2pi and 2pi. From GLM_GTX_fast_trigonometry extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastCos (angle)
+
+ +

Faster than the common cos function but less accurate.

+

From GLM_GTX_fast_trigonometry extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastSin (angle)
+
+ +

Faster than the common sin function but less accurate.

+

From GLM_GTX_fast_trigonometry extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::fastTan (angle)
+
+ +

Faster than the common tan function but less accurate.

+

Defined between -2pi and 2pi. From GLM_GTX_fast_trigonometry extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::wrapAngle (angle)
+
+ +

Wrap an angle to [0 2pi[ From GLM_GTX_fast_trigonometry extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00196.html b/glm/doc/api/a00196.html new file mode 100644 index 0000000..a9a8d3c --- /dev/null +++ b/glm/doc/api/a00196.html @@ -0,0 +1,187 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_gradient_paint + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_gradient_paint
+
+
+ +

Functions that return the color of procedural gradient for specific coordinates. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL T linearGradient (tvec2< T, P > const &Point0, tvec2< T, P > const &Point1, tvec2< T, P > const &Position)
 Return a color from a linear gradient. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T radialGradient (tvec2< T, P > const &Center, T const &Radius, tvec2< T, P > const &Focal, tvec2< T, P > const &Position)
 Return a color from a radial gradient. More...
 
+

Detailed Description

+

Functions that return the color of procedural gradient for specific coordinates.

+

<glm/gtx/gradient_paint.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::linearGradient (tvec2< T, P > const & Point0,
tvec2< T, P > const & Point1,
tvec2< T, P > const & Position 
)
+
+ +

Return a color from a linear gradient.

+
See also
- GLM_GTX_gradient_paint
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::radialGradient (tvec2< T, P > const & Center,
T const & Radius,
tvec2< T, P > const & Focal,
tvec2< T, P > const & Position 
)
+
+ +

Return a color from a radial gradient.

+
See also
- GLM_GTX_gradient_paint
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00197.html b/glm/doc/api/a00197.html new file mode 100644 index 0000000..cc27909 --- /dev/null +++ b/glm/doc/api/a00197.html @@ -0,0 +1,181 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_handed_coordinate_space + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_handed_coordinate_space
+
+
+ +

To know if a set of three basis vectors defines a right or left-handed coordinate system. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL bool leftHanded (tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
 Return if a trihedron left handed or not. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool rightHanded (tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
 Return if a trihedron right handed or not. More...
 
+

Detailed Description

+

To know if a set of three basis vectors defines a right or left-handed coordinate system.

+

<glm/gtx/handed_coordinate_system.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::leftHanded (tvec3< T, P > const & tangent,
tvec3< T, P > const & binormal,
tvec3< T, P > const & normal 
)
+
+ +

Return if a trihedron left handed or not.

+

From GLM_GTX_handed_coordinate_space extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::rightHanded (tvec3< T, P > const & tangent,
tvec3< T, P > const & binormal,
tvec3< T, P > const & normal 
)
+
+ +

Return if a trihedron right handed or not.

+

From GLM_GTX_handed_coordinate_space extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00198.html b/glm/doc/api/a00198.html new file mode 100644 index 0000000..c27b20a --- /dev/null +++ b/glm/doc/api/a00198.html @@ -0,0 +1,95 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_hash + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Add std::hash support for glm types. +More...

+

Add std::hash support for glm types.

+

<glm/gtx/hash.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00199.html b/glm/doc/api/a00199.html new file mode 100644 index 0000000..e623c48 --- /dev/null +++ b/glm/doc/api/a00199.html @@ -0,0 +1,366 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_integer + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Add support for integer for core functions. +More...

+ + + + + +

+Typedefs

typedef signed int sint
 32bit signed integer. More...
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType factorial (genType const &x)
 Return the factorial value of a number (!12 max, integer only) From GLM_GTX_integer extension. More...
 
GLM_FUNC_DECL unsigned int floor_log2 (unsigned int x)
 Returns the floor log2 of x. More...
 
GLM_FUNC_DECL int mod (int x, int y)
 Modulus. More...
 
GLM_FUNC_DECL uint mod (uint x, uint y)
 Modulus. More...
 
GLM_FUNC_DECL uint nlz (uint x)
 Returns the number of leading zeros. More...
 
GLM_FUNC_DECL int pow (int x, int y)
 Returns x raised to the y power. More...
 
GLM_FUNC_DECL uint pow (uint x, uint y)
 Returns x raised to the y power. More...
 
GLM_FUNC_DECL int sqrt (int x)
 Returns the positive square root of x. More...
 
GLM_FUNC_DECL uint sqrt (uint x)
 Returns the positive square root of x. More...
 
+

Detailed Description

+

Add support for integer for core functions.

+

<glm/gtx/integer.hpp> need to be included to use these functionalities.

+

Typedef Documentation

+ +
+
+ + + + +
typedef signed int sint
+
+ +

32bit signed integer.

+

From GLM_GTX_integer extension.

+ +

Definition at line 55 of file gtx/integer.hpp.

+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::factorial (genType const & x)
+
+ +

Return the factorial value of a number (!12 max, integer only) From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL unsigned int glm::floor_log2 (unsigned int x)
+
+ +

Returns the floor log2 of x.

+

From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int glm::mod (int x,
int y 
)
+
+ +

Modulus.

+

Returns x - y * floor(x / y) for each component in x using the floating point value y. From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint glm::mod (uint x,
uint y 
)
+
+ +

Modulus.

+

Returns x - y * floor(x / y) for each component in x using the floating point value y. From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::nlz (uint x)
+
+ +

Returns the number of leading zeros.

+

From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL int glm::pow (int x,
int y 
)
+
+ +

Returns x raised to the y power.

+

From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL uint glm::pow (uint x,
uint y 
)
+
+ +

Returns x raised to the y power.

+

From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL int glm::sqrt (int x)
+
+ +

Returns the positive square root of x.

+

From GLM_GTX_integer extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL uint glm::sqrt (uint x)
+
+ +

Returns the positive square root of x.

+

From GLM_GTX_integer extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00200.html b/glm/doc/api/a00200.html new file mode 100644 index 0000000..1246b64 --- /dev/null +++ b/glm/doc/api/a00200.html @@ -0,0 +1,445 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_intersect + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Add intersection functions. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL bool intersectLineSphere (genType const &point0, genType const &point1, genType const &sphereCenter, typename genType::value_type sphereRadius, genType &intersectionPosition1, genType &intersectionNormal1, genType &intersectionPosition2=genType(), genType &intersectionNormal2=genType())
 Compute the intersection of a line and a sphere. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectLineTriangle (genType const &orig, genType const &dir, genType const &vert0, genType const &vert1, genType const &vert2, genType &position)
 Compute the intersection of a line and a triangle. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRayPlane (genType const &orig, genType const &dir, genType const &planeOrig, genType const &planeNormal, typename genType::value_type &intersectionDistance)
 Compute the intersection of a ray and a plane. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRaySphere (genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, typename genType::value_type const sphereRadiusSquered, typename genType::value_type &intersectionDistance)
 Compute the intersection distance of a ray and a sphere. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRaySphere (genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, const typename genType::value_type sphereRadius, genType &intersectionPosition, genType &intersectionNormal)
 Compute the intersection of a ray and a sphere. More...
 
template<typename genType >
GLM_FUNC_DECL bool intersectRayTriangle (genType const &orig, genType const &dir, genType const &vert0, genType const &vert1, genType const &vert2, genType &baryPosition)
 Compute the intersection of a ray and a triangle. More...
 
+

Detailed Description

+

Add intersection functions.

+

<glm/gtx/intersect.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::intersectLineSphere (genType const & point0,
genType const & point1,
genType const & sphereCenter,
typename genType::value_type sphereRadius,
genType & intersectionPosition1,
genType & intersectionNormal1,
genType & intersectionPosition2 = genType(),
genType & intersectionNormal2 = genType() 
)
+
+ +

Compute the intersection of a line and a sphere.

+

From GLM_GTX_intersect extension

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::intersectLineTriangle (genType const & orig,
genType const & dir,
genType const & vert0,
genType const & vert1,
genType const & vert2,
genType & position 
)
+
+ +

Compute the intersection of a line and a triangle.

+

From GLM_GTX_intersect extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::intersectRayPlane (genType const & orig,
genType const & dir,
genType const & planeOrig,
genType const & planeNormal,
typename genType::value_type & intersectionDistance 
)
+
+ +

Compute the intersection of a ray and a plane.

+

Ray direction and plane normal must be unit length. From GLM_GTX_intersect extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::intersectRaySphere (genType const & rayStarting,
genType const & rayNormalizedDirection,
genType const & sphereCenter,
typename genType::value_type const sphereRadiusSquered,
typename genType::value_type & intersectionDistance 
)
+
+ +

Compute the intersection distance of a ray and a sphere.

+

The ray direction vector is unit length. From GLM_GTX_intersect extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::intersectRaySphere (genType const & rayStarting,
genType const & rayNormalizedDirection,
genType const & sphereCenter,
const typename genType::value_type sphereRadius,
genType & intersectionPosition,
genType & intersectionNormal 
)
+
+ +

Compute the intersection of a ray and a sphere.

+

From GLM_GTX_intersect extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::intersectRayTriangle (genType const & orig,
genType const & dir,
genType const & vert0,
genType const & vert1,
genType const & vert2,
genType & baryPosition 
)
+
+ +

Compute the intersection of a ray and a triangle.

+

From GLM_GTX_intersect extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00201.html b/glm/doc/api/a00201.html new file mode 100644 index 0000000..fd4e6a6 --- /dev/null +++ b/glm/doc/api/a00201.html @@ -0,0 +1,97 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_io + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

std::[w]ostream support for glm types +More...

+

Detailed Description

+

std::[w]ostream support for glm types

+

std::[w]ostream support for glm types + precision/width/etc. manipulators based on howard hinnant's std::chrono io proposal [http://home.roadrunner.com/~hinnant/bloomington/chrono_io.html]

+

<glm/gtx/io.hpp> needs to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00202.html b/glm/doc/api/a00202.html new file mode 100644 index 0000000..8a8fc7c --- /dev/null +++ b/glm/doc/api/a00202.html @@ -0,0 +1,170 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_log_base + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ + +
+
+ +

Logarithm for any base. +More...

+ + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType log (genType const &x, genType const &base)
 Logarithm for any base. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > sign (vecType< T, P > const &x, vecType< T, P > const &base)
 Logarithm for any base. More...
 
+

Detailed Description

+

Logarithm for any base.

+

base can be a vector or a scalar.

+

<glm/gtx/log_base.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::log (genType const & x,
genType const & base 
)
+
+ +

Logarithm for any base.

+

From GLM_GTX_log_base.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<T, P> glm::sign (vecType< T, P > const & x,
vecType< T, P > const & base 
)
+
+ +

Logarithm for any base.

+

From GLM_GTX_log_base.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00203.html b/glm/doc/api/a00203.html new file mode 100644 index 0000000..9a2c4eb --- /dev/null +++ b/glm/doc/api/a00203.html @@ -0,0 +1,149 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_matrix_cross_product + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_matrix_cross_product
+
+
+ +

Build cross product matrices. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > matrixCross3 (tvec3< T, P > const &x)
 Build a cross product matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > matrixCross4 (tvec3< T, P > const &x)
 Build a cross product matrix. More...
 
+

Detailed Description

+

Build cross product matrices.

+

<glm/gtx/matrix_cross_product.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::matrixCross3 (tvec3< T, P > const & x)
+
+ +

Build a cross product matrix.

+

From GLM_GTX_matrix_cross_product extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::matrixCross4 (tvec3< T, P > const & x)
+
+ +

Build a cross product matrix.

+

From GLM_GTX_matrix_cross_product extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00204.html b/glm/doc/api/a00204.html new file mode 100644 index 0000000..5440c90 --- /dev/null +++ b/glm/doc/api/a00204.html @@ -0,0 +1,160 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_matrix_decompose + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_matrix_decompose
+
+
+ +

Decomposes a model matrix to translations, rotation and scale components. +More...

+ + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL bool decompose (tmat4x4< T, P > const &modelMatrix, tvec3< T, P > &scale, tquat< T, P > &orientation, tvec3< T, P > &translation, tvec3< T, P > &skew, tvec4< T, P > &perspective)
 Decomposes a model matrix to translations, rotation and scale components. More...
 
+

Detailed Description

+

Decomposes a model matrix to translations, rotation and scale components.

+

<glm/gtx/matrix_decompose.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::decompose (tmat4x4< T, P > const & modelMatrix,
tvec3< T, P > & scale,
tquat< T, P > & orientation,
tvec3< T, P > & translation,
tvec3< T, P > & skew,
tvec4< T, P > & perspective 
)
+
+ +

Decomposes a model matrix to translations, rotation and scale components.

+
See also
GLM_GTX_matrix_decompose
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00205.html b/glm/doc/api/a00205.html new file mode 100644 index 0000000..a9d6f4d --- /dev/null +++ b/glm/doc/api/a00205.html @@ -0,0 +1,237 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_matrix_interpolation + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_matrix_interpolation
+
+
+ +

Allows to directly interpolate two exiciting matrices. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL void axisAngle (tmat4x4< T, P > const &mat, tvec3< T, P > &axis, T &angle)
 Get the axis and angle of the rotation from a matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > axisAngleMatrix (tvec3< T, P > const &axis, T const angle)
 Build a matrix from axis and angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > extractMatrixRotation (tmat4x4< T, P > const &mat)
 Extracts the rotation part of a matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > interpolate (tmat4x4< T, P > const &m1, tmat4x4< T, P > const &m2, T const delta)
 Build a interpolation of 4 * 4 matrixes. More...
 
+

Detailed Description

+

Allows to directly interpolate two exiciting matrices.

+

<glm/gtx/matrix_interpolation.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL void glm::axisAngle (tmat4x4< T, P > const & mat,
tvec3< T, P > & axis,
T & angle 
)
+
+ +

Get the axis and angle of the rotation from a matrix.

+

From GLM_GTX_matrix_interpolation extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::axisAngleMatrix (tvec3< T, P > const & axis,
T const angle 
)
+
+ +

Build a matrix from axis and angle.

+

From GLM_GTX_matrix_interpolation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::extractMatrixRotation (tmat4x4< T, P > const & mat)
+
+ +

Extracts the rotation part of a matrix.

+

From GLM_GTX_matrix_interpolation extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::interpolate (tmat4x4< T, P > const & m1,
tmat4x4< T, P > const & m2,
T const delta 
)
+
+ +

Build a interpolation of 4 * 4 matrixes.

+

From GLM_GTX_matrix_interpolation extension. Warning! works only with rotation and/or translation matrixes, scale will generate unexpected results.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00206.html b/glm/doc/api/a00206.html new file mode 100644 index 0000000..e93aa72 --- /dev/null +++ b/glm/doc/api/a00206.html @@ -0,0 +1,475 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_matrix_major_storage + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_matrix_major_storage
+
+
+ +

Build matrices with specific matrix order, row or column. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > colMajor2 (tvec2< T, P > const &v1, tvec2< T, P > const &v2)
 Build a column major matrix from column vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > colMajor2 (tmat2x2< T, P > const &m)
 Build a column major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > colMajor3 (tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
 Build a column major matrix from column vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > colMajor3 (tmat3x3< T, P > const &m)
 Build a column major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > colMajor4 (tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)
 Build a column major matrix from column vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > colMajor4 (tmat4x4< T, P > const &m)
 Build a column major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > rowMajor2 (tvec2< T, P > const &v1, tvec2< T, P > const &v2)
 Build a row major matrix from row vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > rowMajor2 (tmat2x2< T, P > const &m)
 Build a row major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > rowMajor3 (tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
 Build a row major matrix from row vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > rowMajor3 (tmat3x3< T, P > const &m)
 Build a row major matrix from other matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rowMajor4 (tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)
 Build a row major matrix from row vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rowMajor4 (tmat4x4< T, P > const &m)
 Build a row major matrix from other matrix. More...
 
+

Detailed Description

+

Build matrices with specific matrix order, row or column.

+

<glm/gtx/matrix_major_storage.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, P> glm::colMajor2 (tvec2< T, P > const & v1,
tvec2< T, P > const & v2 
)
+
+ +

Build a column major matrix from column vectors.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, P> glm::colMajor2 (tmat2x2< T, P > const & m)
+
+ +

Build a column major matrix from other matrix.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::colMajor3 (tvec3< T, P > const & v1,
tvec3< T, P > const & v2,
tvec3< T, P > const & v3 
)
+
+ +

Build a column major matrix from column vectors.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::colMajor3 (tmat3x3< T, P > const & m)
+
+ +

Build a column major matrix from other matrix.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::colMajor4 (tvec4< T, P > const & v1,
tvec4< T, P > const & v2,
tvec4< T, P > const & v3,
tvec4< T, P > const & v4 
)
+
+ +

Build a column major matrix from column vectors.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::colMajor4 (tmat4x4< T, P > const & m)
+
+ +

Build a column major matrix from other matrix.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, P> glm::rowMajor2 (tvec2< T, P > const & v1,
tvec2< T, P > const & v2 
)
+
+ +

Build a row major matrix from row vectors.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, P> glm::rowMajor2 (tmat2x2< T, P > const & m)
+
+ +

Build a row major matrix from other matrix.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::rowMajor3 (tvec3< T, P > const & v1,
tvec3< T, P > const & v2,
tvec3< T, P > const & v3 
)
+
+ +

Build a row major matrix from row vectors.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::rowMajor3 (tmat3x3< T, P > const & m)
+
+ +

Build a row major matrix from other matrix.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::rowMajor4 (tvec4< T, P > const & v1,
tvec4< T, P > const & v2,
tvec4< T, P > const & v3,
tvec4< T, P > const & v4 
)
+
+ +

Build a row major matrix from row vectors.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::rowMajor4 (tmat4x4< T, P > const & m)
+
+ +

Build a row major matrix from other matrix.

+

From GLM_GTX_matrix_major_storage extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00207.html b/glm/doc/api/a00207.html new file mode 100644 index 0000000..4e5e3b4 --- /dev/null +++ b/glm/doc/api/a00207.html @@ -0,0 +1,310 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_matrix_operation + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_matrix_operation
+
+
+ +

Build diagonal matrices from vectors. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat2x2< T, P > diagonal2x2 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x3< T, P > diagonal2x3 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat2x4< T, P > diagonal2x4 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x2< T, P > diagonal3x2 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > diagonal3x3 (tvec3< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x4< T, P > diagonal3x4 (tvec3< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x2< T, P > diagonal4x2 (tvec2< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x3< T, P > diagonal4x3 (tvec3< T, P > const &v)
 Build a diagonal matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > diagonal4x4 (tvec4< T, P > const &v)
 Build a diagonal matrix. More...
 
+

Detailed Description

+

Build diagonal matrices from vectors.

+

<glm/gtx/matrix_operation.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x2<T, P> glm::diagonal2x2 (tvec2< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x3<T, P> glm::diagonal2x3 (tvec2< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat2x4<T, P> glm::diagonal2x4 (tvec2< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x2<T, P> glm::diagonal3x2 (tvec2< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::diagonal3x3 (tvec3< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x4<T, P> glm::diagonal3x4 (tvec3< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x2<T, P> glm::diagonal4x2 (tvec2< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x3<T, P> glm::diagonal4x3 (tvec3< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::diagonal4x4 (tvec4< T, P > const & v)
+
+ +

Build a diagonal matrix.

+

From GLM_GTX_matrix_operation extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00208.html b/glm/doc/api/a00208.html new file mode 100644 index 0000000..928fc85 --- /dev/null +++ b/glm/doc/api/a00208.html @@ -0,0 +1,367 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_matrix_query + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_matrix_query
+
+
+ +

Query to evaluate matrix properties. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL bool isIdentity (matType< T, P > const &m, T const &epsilon)
 Return whether a matrix is an identity matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNormalized (tmat2x2< T, P > const &m, T const &epsilon)
 Return whether a matrix is a normalized matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNormalized (tmat3x3< T, P > const &m, T const &epsilon)
 Return whether a matrix is a normalized matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNormalized (tmat4x4< T, P > const &m, T const &epsilon)
 Return whether a matrix is a normalized matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNull (tmat2x2< T, P > const &m, T const &epsilon)
 Return whether a matrix a null matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNull (tmat3x3< T, P > const &m, T const &epsilon)
 Return whether a matrix a null matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL bool isNull (tmat4x4< T, P > const &m, T const &epsilon)
 Return whether a matrix is a null matrix. More...
 
template<typename T , precision P, template< typename, precision > class matType>
GLM_FUNC_DECL bool isOrthogonal (matType< T, P > const &m, T const &epsilon)
 Return whether a matrix is an orthonormalized matrix. More...
 
+

Detailed Description

+

Query to evaluate matrix properties.

+

<glm/gtx/matrix_query.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isIdentity (matType< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix is an identity matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNormalized (tmat2x2< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix is a normalized matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNormalized (tmat3x3< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix is a normalized matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNormalized (tmat4x4< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix is a normalized matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNull (tmat2x2< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix a null matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNull (tmat3x3< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix a null matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNull (tmat4x4< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix is a null matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isOrthogonal (matType< T, P > const & m,
T const & epsilon 
)
+
+ +

Return whether a matrix is an orthonormalized matrix.

+

From GLM_GTX_matrix_query extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00209.html b/glm/doc/api/a00209.html new file mode 100644 index 0000000..f0c3317 --- /dev/null +++ b/glm/doc/api/a00209.html @@ -0,0 +1,298 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_matrix_transform_2d + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_matrix_transform_2d
+
+
+ +

Defines functions that generate common 2d transformation matrices. +More...

+ + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > rotate (tmat3x3< T, P > const &m, T angle)
 Builds a rotation 3 * 3 matrix created from an angle. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > scale (tmat3x3< T, P > const &m, tvec2< T, P > const &v)
 Builds a scale 3 * 3 matrix created from a vector of 2 components. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > shearX (tmat3x3< T, P > const &m, T y)
 Builds an horizontal (parallel to the x axis) shear 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > shearY (tmat3x3< T, P > const &m, T x)
 Builds a vertical (parallel to the y axis) shear 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER tmat3x3< T, P > translate (tmat3x3< T, P > const &m, tvec2< T, P > const &v)
 Builds a translation 3 * 3 matrix created from a vector of 2 components. More...
 
+

Detailed Description

+

Defines functions that generate common 2d transformation matrices.

+

<glm/gtx/matrix_transform_2d.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_QUALIFIER tmat3x3<T, P> glm::rotate (tmat3x3< T, P > const & m,
angle 
)
+
+ +

Builds a rotation 3 * 3 matrix created from an angle.

+
Parameters
+ + + +
mInput matrix multiplied by this translation matrix.
angleRotation angle expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_QUALIFIER tmat3x3<T, P> glm::scale (tmat3x3< T, P > const & m,
tvec2< T, P > const & v 
)
+
+ +

Builds a scale 3 * 3 matrix created from a vector of 2 components.

+
Parameters
+ + + +
mInput matrix multiplied by this translation matrix.
vCoordinates of a scale vector.
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_QUALIFIER tmat3x3<T, P> glm::shearX (tmat3x3< T, P > const & m,
y 
)
+
+ +

Builds an horizontal (parallel to the x axis) shear 3 * 3 matrix.

+
Parameters
+ + + +
mInput matrix multiplied by this translation matrix.
yShear factor.
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_QUALIFIER tmat3x3<T, P> glm::shearY (tmat3x3< T, P > const & m,
x 
)
+
+ +

Builds a vertical (parallel to the y axis) shear 3 * 3 matrix.

+
Parameters
+ + + +
mInput matrix multiplied by this translation matrix.
xShear factor.
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_QUALIFIER tmat3x3<T, P> glm::translate (tmat3x3< T, P > const & m,
tvec2< T, P > const & v 
)
+
+ +

Builds a translation 3 * 3 matrix created from a vector of 2 components.

+
Parameters
+ + + +
mInput matrix multiplied by this translation matrix.
vCoordinates of a translation vector.
+
+
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00210.html b/glm/doc/api/a00210.html new file mode 100644 index 0000000..bb6a339 --- /dev/null +++ b/glm/doc/api/a00210.html @@ -0,0 +1,107 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_mixed_producte + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_mixed_producte
+
+
+ +

Mixed product of 3 vectors. +More...

+ + + + + + +

+Functions

+template<typename T , precision P>
GLM_FUNC_DECL T mixedProduct (tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
 Mixed product of 3 vectors (from GLM_GTX_mixed_product extension)
 
+

Detailed Description

+

Mixed product of 3 vectors.

+

<glm/gtx/mixed_product.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00211.html b/glm/doc/api/a00211.html new file mode 100644 index 0000000..44a4ddf --- /dev/null +++ b/glm/doc/api/a00211.html @@ -0,0 +1,343 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_norm + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Various ways to compute vector norms. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T distance2 (vecType< T, P > const &p0, vecType< T, P > const &p1)
 Returns the squared distance between p0 and p1, i.e., length2(p0 - p1). More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l1Norm (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Returns the L1 norm between x and y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l1Norm (tvec3< T, P > const &v)
 Returns the L1 norm of v. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l2Norm (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Returns the L2 norm between x and y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T l2Norm (tvec3< T, P > const &x)
 Returns the L2 norm of v. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T length2 (vecType< T, P > const &x)
 Returns the squared length of x. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T lxNorm (tvec3< T, P > const &x, tvec3< T, P > const &y, unsigned int Depth)
 Returns the L norm between x and y. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T lxNorm (tvec3< T, P > const &x, unsigned int Depth)
 Returns the L norm of v. More...
 
+

Detailed Description

+

Various ways to compute vector norms.

+

<glm/gtx/norm.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::distance2 (vecType< T, P > const & p0,
vecType< T, P > const & p1 
)
+
+ +

Returns the squared distance between p0 and p1, i.e., length2(p0 - p1).

+

From GLM_GTX_norm extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::l1Norm (tvec3< T, P > const & x,
tvec3< T, P > const & y 
)
+
+ +

Returns the L1 norm between x and y.

+

From GLM_GTX_norm extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::l1Norm (tvec3< T, P > const & v)
+
+ +

Returns the L1 norm of v.

+

From GLM_GTX_norm extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::l2Norm (tvec3< T, P > const & x,
tvec3< T, P > const & y 
)
+
+ +

Returns the L2 norm between x and y.

+

From GLM_GTX_norm extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::l2Norm (tvec3< T, P > const & x)
+
+ +

Returns the L2 norm of v.

+

From GLM_GTX_norm extension.

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::length2 (vecType< T, P > const & x)
+
+ +

Returns the squared length of x.

+

From GLM_GTX_norm extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::lxNorm (tvec3< T, P > const & x,
tvec3< T, P > const & y,
unsigned int Depth 
)
+
+ +

Returns the L norm between x and y.

+

From GLM_GTX_norm extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::lxNorm (tvec3< T, P > const & x,
unsigned int Depth 
)
+
+ +

Returns the L norm of v.

+

From GLM_GTX_norm extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00212.html b/glm/doc/api/a00212.html new file mode 100644 index 0000000..843245f --- /dev/null +++ b/glm/doc/api/a00212.html @@ -0,0 +1,142 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_normal + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Compute the normal of a triangle. +More...

+ + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > triangleNormal (tvec3< T, P > const &p1, tvec3< T, P > const &p2, tvec3< T, P > const &p3)
 Computes triangle normal from triangle points. More...
 
+

Detailed Description

+

Compute the normal of a triangle.

+

<glm/gtx/normal.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::triangleNormal (tvec3< T, P > const & p1,
tvec3< T, P > const & p2,
tvec3< T, P > const & p3 
)
+
+ +

Computes triangle normal from triangle points.

+

From GLM_GTX_normal extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00213.html b/glm/doc/api/a00213.html new file mode 100644 index 0000000..6e2a685 --- /dev/null +++ b/glm/doc/api/a00213.html @@ -0,0 +1,171 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_normalize_dot + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_normalize_dot
+
+
+ +

Dot product of vectors that need to be normalize with a single square root. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T fastNormalizeDot (vecType< T, P > const &x, vecType< T, P > const &y)
 Normalize parameters and returns the dot product of x and y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T normalizeDot (vecType< T, P > const &x, vecType< T, P > const &y)
 Normalize parameters and returns the dot product of x and y. More...
 
+

Detailed Description

+

Dot product of vectors that need to be normalize with a single square root.

+

<glm/gtx/normalized_dot.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::fastNormalizeDot (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Normalize parameters and returns the dot product of x and y.

+

Faster that dot(fastNormalize(x), fastNormalize(y)).

+
See also
GLM_GTX_normalize_dot extension.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::normalizeDot (vecType< T, P > const & x,
vecType< T, P > const & y 
)
+
+ +

Normalize parameters and returns the dot product of x and y.

+

It's faster that dot(normalize(x), normalize(y)).

+
See also
GLM_GTX_normalize_dot extension.
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00214.html b/glm/doc/api/a00214.html new file mode 100644 index 0000000..f43bf27 --- /dev/null +++ b/glm/doc/api/a00214.html @@ -0,0 +1,142 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_number_precision + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_number_precision
+
+
+ +

Defined size types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

+typedef f32 f32mat1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f32 f32mat1x1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f32 f32vec1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f64 f64mat1
 Double-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f64 f64mat1x1
 Double-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef f64 f64vec1
 Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)
 
+typedef u16 u16vec1
 16bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+typedef u32 u32vec1
 32bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+typedef u64 u64vec1
 64bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+typedef u8 u8vec1
 8bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
 
+

Detailed Description

+

Defined size types.

+

<glm/gtx/number_precision.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00215.html b/glm/doc/api/a00215.html new file mode 100644 index 0000000..e290980 --- /dev/null +++ b/glm/doc/api/a00215.html @@ -0,0 +1,172 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_optimum_pow + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Integer exponentiation of power functions. +More...

+ + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType pow2 (genType const &x)
 Returns x raised to the power of 2. More...
 
template<typename genType >
GLM_FUNC_DECL genType pow3 (genType const &x)
 Returns x raised to the power of 3. More...
 
template<typename genType >
GLM_FUNC_DECL genType pow4 (genType const &x)
 Returns x raised to the power of 4. More...
 
+

Detailed Description

+

Integer exponentiation of power functions.

+

<glm/gtx/optimum_pow.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::gtx::pow2 (genType const & x)
+
+ +

Returns x raised to the power of 2.

+
See also
GLM_GTX_optimum_pow
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::gtx::pow3 (genType const & x)
+
+ +

Returns x raised to the power of 3.

+
See also
GLM_GTX_optimum_pow
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::gtx::pow4 (genType const & x)
+
+ +

Returns x raised to the power of 4.

+
See also
GLM_GTX_optimum_pow
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00216.html b/glm/doc/api/a00216.html new file mode 100644 index 0000000..ec87b1f --- /dev/null +++ b/glm/doc/api/a00216.html @@ -0,0 +1,159 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_orthonormalize + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_orthonormalize
+
+
+ +

Orthonormalize matrices. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > orthonormalize (tmat3x3< T, P > const &m)
 Returns the orthonormalized matrix of m. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > orthonormalize (tvec3< T, P > const &x, tvec3< T, P > const &y)
 Orthonormalizes x according y. More...
 
+

Detailed Description

+

Orthonormalize matrices.

+

<glm/gtx/orthonormalize.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::orthonormalize (tmat3x3< T, P > const & m)
+
+ +

Returns the orthonormalized matrix of m.

+
See also
GLM_GTX_orthonormalize
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::orthonormalize (tvec3< T, P > const & x,
tvec3< T, P > const & y 
)
+
+ +

Orthonormalizes x according y.

+
See also
GLM_GTX_orthonormalize
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00217.html b/glm/doc/api/a00217.html new file mode 100644 index 0000000..005f0ab --- /dev/null +++ b/glm/doc/api/a00217.html @@ -0,0 +1,136 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_perpendicular + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_perpendicular
+
+
+ +

Perpendicular of a vector from other one. +More...

+ + + + + + +

+Functions

template<typename vecType >
GLM_FUNC_DECL vecType perp (vecType const &x, vecType const &Normal)
 Projects x a perpendicular axis of Normal. More...
 
+

Detailed Description

+

Perpendicular of a vector from other one.

+

<glm/gtx/perpendicular.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType glm::perp (vecType const & x,
vecType const & Normal 
)
+
+ +

Projects x a perpendicular axis of Normal.

+

From GLM_GTX_perpendicular extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00218.html b/glm/doc/api/a00218.html new file mode 100644 index 0000000..9c7be3a --- /dev/null +++ b/glm/doc/api/a00218.html @@ -0,0 +1,149 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_polar_coordinates + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_polar_coordinates
+
+
+ +

Conversion from Euclidean space to polar space and revert. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > euclidean (tvec2< T, P > const &polar)
 Convert Polar to Euclidean coordinates. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > polar (tvec3< T, P > const &euclidean)
 Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude. More...
 
+

Detailed Description

+

Conversion from Euclidean space to polar space and revert.

+

<glm/gtx/polar_coordinates.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::euclidean (tvec2< T, P > const & polar)
+
+ +

Convert Polar to Euclidean coordinates.

+
See also
GLM_GTX_polar_coordinates
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::polar (tvec3< T, P > const & euclidean)
+
+ +

Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude.

+
See also
GLM_GTX_polar_coordinates
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00219.html b/glm/doc/api/a00219.html new file mode 100644 index 0000000..de96aca --- /dev/null +++ b/glm/doc/api/a00219.html @@ -0,0 +1,136 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_projection + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Projection of a vector to other one. +More...

+ + + + + + +

+Functions

template<typename vecType >
GLM_FUNC_DECL vecType proj (vecType const &x, vecType const &Normal)
 Projects x on Normal. More...
 
+

Detailed Description

+

Projection of a vector to other one.

+

<glm/gtx/projection.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType glm::proj (vecType const & x,
vecType const & Normal 
)
+
+ +

Projects x on Normal.

+
See also
GLM_GTX_projection
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00220.html b/glm/doc/api/a00220.html new file mode 100644 index 0000000..4cbc5e2 --- /dev/null +++ b/glm/doc/api/a00220.html @@ -0,0 +1,673 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_quaternion + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Extented quaternion types and functions. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > cross (tquat< T, P > const &q, tvec3< T, P > const &v)
 Compute a cross product between a quaternion and a vector. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > cross (tvec3< T, P > const &v, tquat< T, P > const &q)
 Compute a cross product between a vector and a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > exp (tquat< T, P > const &q)
 Returns a exp of a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T extractRealComponent (tquat< T, P > const &q)
 Extract the real component of a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > fastMix (tquat< T, P > const &x, tquat< T, P > const &y, T const &a)
 Quaternion normalized linear interpolation. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > intermediate (tquat< T, P > const &prev, tquat< T, P > const &curr, tquat< T, P > const &next)
 Returns an intermediate control point for squad interpolation. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T length2 (tquat< T, P > const &q)
 Returns the squared length of x. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > log (tquat< T, P > const &q)
 Returns a log of a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > pow (tquat< T, P > const &x, T const &y)
 Returns x raised to the y power. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotate (tquat< T, P > const &q, tvec3< T, P > const &v)
 Returns quarternion square root. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotate (tquat< T, P > const &q, tvec4< T, P > const &v)
 Rotates a 4 components vector by a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > rotation (tvec3< T, P > const &orig, tvec3< T, P > const &dest)
 Compute the rotation between two vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > shortMix (tquat< T, P > const &x, tquat< T, P > const &y, T const &a)
 Quaternion interpolation using the rotation short path. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > squad (tquat< T, P > const &q1, tquat< T, P > const &q2, tquat< T, P > const &s1, tquat< T, P > const &s2, T const &h)
 Compute a point on a path according squad equation. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > toMat3 (tquat< T, P > const &x)
 Converts a quaternion to a 3 * 3 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > toMat4 (tquat< T, P > const &x)
 Converts a quaternion to a 4 * 4 matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > toQuat (tmat3x3< T, P > const &x)
 Converts a 3 * 3 matrix to a quaternion. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > toQuat (tmat4x4< T, P > const &x)
 Converts a 4 * 4 matrix to a quaternion. More...
 
+

Detailed Description

+

Extented quaternion types and functions.

+

<glm/gtx/quaternion.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::cross (tquat< T, P > const & q,
tvec3< T, P > const & v 
)
+
+ +

Compute a cross product between a quaternion and a vector.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::cross (tvec3< T, P > const & v,
tquat< T, P > const & q 
)
+
+ +

Compute a cross product between a vector and a quaternion.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::exp (tquat< T, P > const & q)
+
+ +

Returns a exp of a quaternion.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::extractRealComponent (tquat< T, P > const & q)
+
+ +

Extract the real component of a quaternion.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::fastMix (tquat< T, P > const & x,
tquat< T, P > const & y,
T const & a 
)
+
+ +

Quaternion normalized linear interpolation.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::intermediate (tquat< T, P > const & prev,
tquat< T, P > const & curr,
tquat< T, P > const & next 
)
+
+ +

Returns an intermediate control point for squad interpolation.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL T glm::length2 (tquat< T, P > const & q)
+
+ +

Returns the squared length of x.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::log (tquat< T, P > const & q)
+
+ +

Returns a log of a quaternion.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::pow (tquat< T, P > const & x,
T const & y 
)
+
+ +

Returns x raised to the y power.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rotate (tquat< T, P > const & q,
tvec3< T, P > const & v 
)
+
+ +

Returns quarternion square root.

+
See also
GLM_GTX_quaternion Rotates a 3 components vector by a quaternion.
+
+GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<T, P> glm::rotate (tquat< T, P > const & q,
tvec4< T, P > const & v 
)
+
+ +

Rotates a 4 components vector by a quaternion.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::rotation (tvec3< T, P > const & orig,
tvec3< T, P > const & dest 
)
+
+ +

Compute the rotation between two vectors.

+

param orig vector, needs to be normalized param dest vector, needs to be normalized

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::shortMix (tquat< T, P > const & x,
tquat< T, P > const & y,
T const & a 
)
+
+ +

Quaternion interpolation using the rotation short path.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::squad (tquat< T, P > const & q1,
tquat< T, P > const & q2,
tquat< T, P > const & s1,
tquat< T, P > const & s2,
T const & h 
)
+
+ +

Compute a point on a path according squad equation.

+

q1 and q2 are control points; s1 and s2 are intermediate control points.

+
See also
GLM_GTX_quaternion
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::toMat3 (tquat< T, P > const & x)
+
+ +

Converts a quaternion to a 3 * 3 matrix.

+
See also
GLM_GTX_quaternion
+ +

Definition at line 128 of file gtx/quaternion.hpp.

+ +

References glm::mat3_cast().

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::toMat4 (tquat< T, P > const & x)
+
+ +

Converts a quaternion to a 4 * 4 matrix.

+
See also
GLM_GTX_quaternion
+ +

Definition at line 135 of file gtx/quaternion.hpp.

+ +

References glm::mat4_cast().

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::toQuat (tmat3x3< T, P > const & x)
+
+ +

Converts a 3 * 3 matrix to a quaternion.

+
See also
GLM_GTX_quaternion
+ +

Definition at line 142 of file gtx/quaternion.hpp.

+ +

References glm::quat_cast().

+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::toQuat (tmat4x4< T, P > const & x)
+
+ +

Converts a 4 * 4 matrix to a quaternion.

+
See also
GLM_GTX_quaternion
+ +

Definition at line 149 of file gtx/quaternion.hpp.

+ +

References glm::quat_cast().

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00221.html b/glm/doc/api/a00221.html new file mode 100644 index 0000000..5356f50 --- /dev/null +++ b/glm/doc/api/a00221.html @@ -0,0 +1,97 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_range + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Defines begin and end for vectors and matrices. +More...

+

Detailed Description

+

Defines begin and end for vectors and matrices.

+

Useful for range-based for loop. The range is defined over the elements, not over columns or rows (e.g. mat4 has 16 elements).

+

<glm/gtx/range.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00222.html b/glm/doc/api/a00222.html new file mode 100644 index 0000000..526bdee --- /dev/null +++ b/glm/doc/api/a00222.html @@ -0,0 +1,183 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_raw_data + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ + +
+
+ +

Projection of a vector to other one. +More...

+ + + + + + + + + + + + + + +

+Typedefs

typedef detail::uint8 byte
 Type for byte numbers. More...
 
typedef detail::uint32 dword
 Type for dword numbers. More...
 
typedef detail::uint64 qword
 Type for qword numbers. More...
 
typedef detail::uint16 word
 Type for word numbers. More...
 
+

Detailed Description

+

Projection of a vector to other one.

+

<glm/gtx/raw_data.hpp> need to be included to use these functionalities.

+

Typedef Documentation

+ +
+
+ + + + +
typedef detail::uint8 byte
+
+ +

Type for byte numbers.

+

From GLM_GTX_raw_data extension.

+ +

Definition at line 34 of file raw_data.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint32 dword
+
+ +

Type for dword numbers.

+

From GLM_GTX_raw_data extension.

+ +

Definition at line 42 of file raw_data.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint64 qword
+
+ +

Type for qword numbers.

+

From GLM_GTX_raw_data extension.

+ +

Definition at line 46 of file raw_data.hpp.

+ +
+
+ +
+
+ + + + +
typedef detail::uint16 word
+
+ +

Type for word numbers.

+

From GLM_GTX_raw_data extension.

+ +

Definition at line 38 of file raw_data.hpp.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00223.html b/glm/doc/api/a00223.html new file mode 100644 index 0000000..d72486e --- /dev/null +++ b/glm/doc/api/a00223.html @@ -0,0 +1,209 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_rotate_normalized_axis + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_rotate_normalized_axis
+
+
+ +

Quaternions and matrices rotations around normalized axis. +More...

+ + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rotateNormalizedAxis (tmat4x4< T, P > const &m, T const &angle, tvec3< T, P > const &axis)
 Builds a rotation 4 * 4 matrix created from a normalized axis and an angle. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tquat< T, P > rotateNormalizedAxis (tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)
 Rotates a quaternion from a vector of 3 components normalized axis and an angle. More...
 
+

Detailed Description

+

Quaternions and matrices rotations around normalized axis.

+

<glm/gtx/rotate_normalized_axis.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::rotateNormalizedAxis (tmat4x4< T, P > const & m,
T const & angle,
tvec3< T, P > const & axis 
)
+
+ +

Builds a rotation 4 * 4 matrix created from a normalized axis and an angle.

+
Parameters
+ + + + +
mInput matrix multiplied by this rotation matrix.
angleRotation angle expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
axisRotation axis, must be normalized.
+
+
+
Template Parameters
+ + +
TValue type used to build the matrix. Currently supported: half (not recommanded), float or double.
+
+
+
See also
GLM_GTX_rotate_normalized_axis
+
+- rotate(T angle, T x, T y, T z)
+
+- rotate(tmat4x4<T, P> const & m, T angle, T x, T y, T z)
+
+- rotate(T angle, tvec3<T, P> const & v)
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tquat<T, P> glm::rotateNormalizedAxis (tquat< T, P > const & q,
T const & angle,
tvec3< T, P > const & axis 
)
+
+ +

Rotates a quaternion from a vector of 3 components normalized axis and an angle.

+
Parameters
+ + + + +
qSource orientation
angleAngle expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
axisNormalized axis of the rotation, must be normalized.
+
+
+
See also
GLM_GTX_rotate_normalized_axis
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00224.html b/glm/doc/api/a00224.html new file mode 100644 index 0000000..95e3bf9 --- /dev/null +++ b/glm/doc/api/a00224.html @@ -0,0 +1,492 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_rotate_vector + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_rotate_vector
+
+
+ +

Function to directly rotate a vector. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > orientation (tvec3< T, P > const &Normal, tvec3< T, P > const &Up)
 Build a rotation matrix from a normal and a up vector. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec2< T, P > rotate (tvec2< T, P > const &v, T const &angle)
 Rotate a two dimensional vector. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotate (tvec3< T, P > const &v, T const &angle, tvec3< T, P > const &normal)
 Rotate a three dimensional vector around an axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotate (tvec4< T, P > const &v, T const &angle, tvec3< T, P > const &normal)
 Rotate a four dimensional vector around an axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotateX (tvec3< T, P > const &v, T const &angle)
 Rotate a three dimensional vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotateX (tvec4< T, P > const &v, T const &angle)
 Rotate a four dimentionnals vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotateY (tvec3< T, P > const &v, T const &angle)
 Rotate a three dimensional vector around the Y axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotateY (tvec4< T, P > const &v, T const &angle)
 Rotate a four dimensional vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > rotateZ (tvec3< T, P > const &v, T const &angle)
 Rotate a three dimensional vector around the Z axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec4< T, P > rotateZ (tvec4< T, P > const &v, T const &angle)
 Rotate a four dimensional vector around the X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tvec3< T, P > slerp (tvec3< T, P > const &x, tvec3< T, P > const &y, T const &a)
 Returns Spherical interpolation between two vectors. More...
 
+

Detailed Description

+

Function to directly rotate a vector.

+

<glm/gtx/rotate_vector.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::orientation (tvec3< T, P > const & Normal,
tvec3< T, P > const & Up 
)
+
+ +

Build a rotation matrix from a normal and a up vector.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec2<T, P> glm::rotate (tvec2< T, P > const & v,
T const & angle 
)
+
+ +

Rotate a two dimensional vector.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rotate (tvec3< T, P > const & v,
T const & angle,
tvec3< T, P > const & normal 
)
+
+ +

Rotate a three dimensional vector around an axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<T, P> glm::rotate (tvec4< T, P > const & v,
T const & angle,
tvec3< T, P > const & normal 
)
+
+ +

Rotate a four dimensional vector around an axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rotateX (tvec3< T, P > const & v,
T const & angle 
)
+
+ +

Rotate a three dimensional vector around the X axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<T, P> glm::rotateX (tvec4< T, P > const & v,
T const & angle 
)
+
+ +

Rotate a four dimentionnals vector around the X axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rotateY (tvec3< T, P > const & v,
T const & angle 
)
+
+ +

Rotate a three dimensional vector around the Y axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<T, P> glm::rotateY (tvec4< T, P > const & v,
T const & angle 
)
+
+ +

Rotate a four dimensional vector around the X axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::rotateZ (tvec3< T, P > const & v,
T const & angle 
)
+
+ +

Rotate a three dimensional vector around the Z axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec4<T, P> glm::rotateZ (tvec4< T, P > const & v,
T const & angle 
)
+
+ +

Rotate a four dimensional vector around the X axis.

+

From GLM_GTX_rotate_vector extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tvec3<T, P> glm::slerp (tvec3< T, P > const & x,
tvec3< T, P > const & y,
T const & a 
)
+
+ +

Returns Spherical interpolation between two vectors.

+
Parameters
+ + + + +
xA first vector
yA second vector
aInterpolation factor. The interpolation is defined beyond the range [0, 1].
+
+
+
See also
GLM_GTX_rotate_vector
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00225.html b/glm/doc/api/a00225.html new file mode 100644 index 0000000..de0521e --- /dev/null +++ b/glm/doc/api/a00225.html @@ -0,0 +1,95 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_scalar_relational + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+
+
GLM_GTX_scalar_relational
+
+
+ +

Extend a position from a source to a position at a defined length. +More...

+

Extend a position from a source to a position at a defined length.

+

<glm/gtx/scalar_relational.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00226.html b/glm/doc/api/a00226.html new file mode 100644 index 0000000..3fa9d80 --- /dev/null +++ b/glm/doc/api/a00226.html @@ -0,0 +1,256 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_spline + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Spline functions. +More...

+ + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType catmullRom (genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)
 Return a point from a catmull rom curve. More...
 
template<typename genType >
GLM_FUNC_DECL genType cubic (genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)
 Return a point from a cubic curve. More...
 
template<typename genType >
GLM_FUNC_DECL genType hermite (genType const &v1, genType const &t1, genType const &v2, genType const &t2, typename genType::value_type const &s)
 Return a point from a hermite curve. More...
 
+

Detailed Description

+

Spline functions.

+

<glm/gtx/spline.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::catmullRom (genType const & v1,
genType const & v2,
genType const & v3,
genType const & v4,
typename genType::value_type const & s 
)
+
+ +

Return a point from a catmull rom curve.

+
See also
GLM_GTX_spline extension.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::cubic (genType const & v1,
genType const & v2,
genType const & v3,
genType const & v4,
typename genType::value_type const & s 
)
+
+ +

Return a point from a cubic curve.

+
See also
GLM_GTX_spline extension.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL genType glm::hermite (genType const & v1,
genType const & t1,
genType const & v2,
genType const & t2,
typename genType::value_type const & s 
)
+
+ +

Return a point from a hermite curve.

+
See also
GLM_GTX_spline extension.
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00227.html b/glm/doc/api/a00227.html new file mode 100644 index 0000000..521d32c --- /dev/null +++ b/glm/doc/api/a00227.html @@ -0,0 +1,263 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_std_based_type + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_std_based_type
+
+
+ +

Adds vector types based on STL value types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

typedef tvec1< std::size_t, defaultp > size1
 Vector type based of one std::size_t component. More...
 
typedef tvec1< std::size_t, defaultp > size1_t
 Vector type based of one std::size_t component. More...
 
typedef tvec2< std::size_t, defaultp > size2
 Vector type based of two std::size_t components. More...
 
typedef tvec2< std::size_t, defaultp > size2_t
 Vector type based of two std::size_t components. More...
 
typedef tvec3< std::size_t, defaultp > size3
 Vector type based of three std::size_t components. More...
 
typedef tvec3< std::size_t, defaultp > size3_t
 Vector type based of three std::size_t components. More...
 
typedef tvec4< std::size_t, defaultp > size4
 Vector type based of four std::size_t components. More...
 
typedef tvec4< std::size_t, defaultp > size4_t
 Vector type based of four std::size_t components. More...
 
+

Detailed Description

+

Adds vector types based on STL value types.

+

<glm/gtx/std_based_type.hpp> need to be included to use these functionalities.

+

Typedef Documentation

+ +
+
+ + + + +
typedef tvec1<std::size_t, defaultp> size1
+
+ +

Vector type based of one std::size_t component.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 34 of file std_based_type.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec1<std::size_t, defaultp> size1_t
+
+ +

Vector type based of one std::size_t component.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 50 of file std_based_type.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<std::size_t, defaultp> size2
+
+ +

Vector type based of two std::size_t components.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 38 of file std_based_type.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec2<std::size_t, defaultp> size2_t
+
+ +

Vector type based of two std::size_t components.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 54 of file std_based_type.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<std::size_t, defaultp> size3
+
+ +

Vector type based of three std::size_t components.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 42 of file std_based_type.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec3<std::size_t, defaultp> size3_t
+
+ +

Vector type based of three std::size_t components.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 58 of file std_based_type.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<std::size_t, defaultp> size4
+
+ +

Vector type based of four std::size_t components.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 46 of file std_based_type.hpp.

+ +
+
+ +
+
+ + + + +
typedef tvec4<std::size_t, defaultp> size4_t
+
+ +

Vector type based of four std::size_t components.

+
See also
GLM_GTX_std_based_type
+ +

Definition at line 62 of file std_based_type.hpp.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00228.html b/glm/doc/api/a00228.html new file mode 100644 index 0000000..07c4f65 --- /dev/null +++ b/glm/doc/api/a00228.html @@ -0,0 +1,126 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_string_cast + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Setup strings for GLM type values. +More...

+ + + + + + +

+Functions

template<template< typename, precision > class matType, typename T , precision P>
GLM_FUNC_DECL std::string to_string (matType< T, P > const &x)
 Create a string from a GLM vector or matrix typed variable. More...
 
+

Detailed Description

+

Setup strings for GLM type values.

+

<glm/gtx/string_cast.hpp> need to be included to use these functionalities. This extension is not supported with CUDA

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL std::string glm::to_string (matType< T, P > const & x)
+
+ +

Create a string from a GLM vector or matrix typed variable.

+
See also
GLM_GTX_string_cast extension.
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00229.html b/glm/doc/api/a00229.html new file mode 100644 index 0000000..831cdae --- /dev/null +++ b/glm/doc/api/a00229.html @@ -0,0 +1,188 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_transform + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Add transformation matrices. +More...

+ + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > rotate (T angle, tvec3< T, P > const &v)
 Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in radians. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > scale (tvec3< T, P > const &v)
 Transforms a matrix with a scale 4 * 4 matrix created from a vector of 3 components. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > translate (tvec3< T, P > const &v)
 Transforms a matrix with a translation 4 * 4 matrix created from 3 scalars. More...
 
+

Detailed Description

+

Add transformation matrices.

+

<glm/gtx/transform.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::rotate (angle,
tvec3< T, P > const & v 
)
+
+ +

Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in radians.

+
See also
GLM_GTC_matrix_transform
+
+GLM_GTX_transform
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::scale (tvec3< T, P > const & v)
+
+ +

Transforms a matrix with a scale 4 * 4 matrix created from a vector of 3 components.

+
See also
GLM_GTC_matrix_transform
+
+GLM_GTX_transform
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::translate (tvec3< T, P > const & v)
+
+ +

Transforms a matrix with a translation 4 * 4 matrix created from 3 scalars.

+
See also
GLM_GTC_matrix_transform
+
+GLM_GTX_transform
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00230.html b/glm/doc/api/a00230.html new file mode 100644 index 0000000..4c1de37 --- /dev/null +++ b/glm/doc/api/a00230.html @@ -0,0 +1,423 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_transform2 + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
+
+
+ +

Add extra transformation matrices. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > proj2D (const tmat3x3< T, P > &m, const tvec3< T, P > &normal)
 Build planar projection matrix along normal axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > proj3D (const tmat4x4< T, P > &m, const tvec3< T, P > &normal)
 Build planar projection matrix along normal axis. More...
 
template<typename valType , precision P>
GLM_FUNC_DECL tmat4x4< valType, P > scaleBias (valType scale, valType bias)
 Build a scale bias matrix. More...
 
template<typename valType , precision P>
GLM_FUNC_DECL tmat4x4< valType, P > scaleBias (tmat4x4< valType, P > const &m, valType scale, valType bias)
 Build a scale bias matrix. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > shearX2D (tmat3x3< T, P > const &m, T y)
 Transforms a matrix with a shearing on X axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > shearX3D (const tmat4x4< T, P > &m, T y, T z)
 Transforms a matrix with a shearing on X axis From GLM_GTX_transform2 extension. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat3x3< T, P > shearY2D (tmat3x3< T, P > const &m, T x)
 Transforms a matrix with a shearing on Y axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > shearY3D (const tmat4x4< T, P > &m, T x, T z)
 Transforms a matrix with a shearing on Y axis. More...
 
template<typename T , precision P>
GLM_FUNC_DECL tmat4x4< T, P > shearZ3D (const tmat4x4< T, P > &m, T x, T y)
 Transforms a matrix with a shearing on Z axis. More...
 
+

Detailed Description

+

Add extra transformation matrices.

+

<glm/gtx/transform2.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::proj2D (const tmat3x3< T, P > & m,
const tvec3< T, P > & normal 
)
+
+ +

Build planar projection matrix along normal axis.

+

From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::proj3D (const tmat4x4< T, P > & m,
const tvec3< T, P > & normal 
)
+
+ +

Build planar projection matrix along normal axis.

+

From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<valType, P> glm::scaleBias (valType scale,
valType bias 
)
+
+ +

Build a scale bias matrix.

+

From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<valType, P> glm::scaleBias (tmat4x4< valType, P > const & m,
valType scale,
valType bias 
)
+
+ +

Build a scale bias matrix.

+

From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::shearX2D (tmat3x3< T, P > const & m,
y 
)
+
+ +

Transforms a matrix with a shearing on X axis.

+

From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::shearX3D (const tmat4x4< T, P > & m,
y,
z 
)
+
+ +

Transforms a matrix with a shearing on X axis From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat3x3<T, P> glm::shearY2D (tmat3x3< T, P > const & m,
x 
)
+
+ +

Transforms a matrix with a shearing on Y axis.

+

From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::shearY3D (const tmat4x4< T, P > & m,
x,
z 
)
+
+ +

Transforms a matrix with a shearing on Y axis.

+

From GLM_GTX_transform2 extension.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL tmat4x4<T, P> glm::shearZ3D (const tmat4x4< T, P > & m,
x,
y 
)
+
+ +

Transforms a matrix with a shearing on Z axis.

+

From GLM_GTX_transform2 extension.

+ +
+
+
+ + + + diff --git a/glm/doc/api/a00231.html b/glm/doc/api/a00231.html new file mode 100644 index 0000000..ee2681b --- /dev/null +++ b/glm/doc/api/a00231.html @@ -0,0 +1,8062 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_type_aligned + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_type_aligned
+
+
+ +

Defines aligned types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

 GLM_ALIGNED_TYPEDEF (lowp_int8, aligned_lowp_int8, 1)
 Low precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int16, aligned_lowp_int16, 2)
 Low precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int32, aligned_lowp_int32, 4)
 Low precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int64, aligned_lowp_int64, 8)
 Low precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int8_t, aligned_lowp_int8_t, 1)
 Low precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int16_t, aligned_lowp_int16_t, 2)
 Low precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int32_t, aligned_lowp_int32_t, 4)
 Low precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_int64_t, aligned_lowp_int64_t, 8)
 Low precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i8, aligned_lowp_i8, 1)
 Low precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i16, aligned_lowp_i16, 2)
 Low precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i32, aligned_lowp_i32, 4)
 Low precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_i64, aligned_lowp_i64, 8)
 Low precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int8, aligned_mediump_int8, 1)
 Medium precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int16, aligned_mediump_int16, 2)
 Medium precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int32, aligned_mediump_int32, 4)
 Medium precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int64, aligned_mediump_int64, 8)
 Medium precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int8_t, aligned_mediump_int8_t, 1)
 Medium precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int16_t, aligned_mediump_int16_t, 2)
 Medium precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int32_t, aligned_mediump_int32_t, 4)
 Medium precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_int64_t, aligned_mediump_int64_t, 8)
 Medium precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i8, aligned_mediump_i8, 1)
 Medium precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i16, aligned_mediump_i16, 2)
 Medium precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i32, aligned_mediump_i32, 4)
 Medium precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_i64, aligned_mediump_i64, 8)
 Medium precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int8, aligned_highp_int8, 1)
 High precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int16, aligned_highp_int16, 2)
 High precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int32, aligned_highp_int32, 4)
 High precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int64, aligned_highp_int64, 8)
 High precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int8_t, aligned_highp_int8_t, 1)
 High precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int16_t, aligned_highp_int16_t, 2)
 High precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int32_t, aligned_highp_int32_t, 4)
 High precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_int64_t, aligned_highp_int64_t, 8)
 High precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i8, aligned_highp_i8, 1)
 High precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i16, aligned_highp_i16, 2)
 High precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i32, aligned_highp_i32, 4)
 High precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_i64, aligned_highp_i64, 8)
 High precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int8, aligned_int8, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int16, aligned_int16, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int32, aligned_int32, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int64, aligned_int64, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int8_t, aligned_int8_t, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int16_t, aligned_int16_t, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int32_t, aligned_int32_t, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (int64_t, aligned_int64_t, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i8, aligned_i8, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i16, aligned_i16, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i32, aligned_i32, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i64, aligned_i64, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec1, aligned_ivec1, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec2, aligned_ivec2, 8)
 Default precision 32 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec3, aligned_ivec3, 16)
 Default precision 32 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (ivec4, aligned_ivec4, 16)
 Default precision 32 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec1, aligned_i8vec1, 1)
 Default precision 8 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec2, aligned_i8vec2, 2)
 Default precision 8 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec3, aligned_i8vec3, 4)
 Default precision 8 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i8vec4, aligned_i8vec4, 4)
 Default precision 8 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec1, aligned_i16vec1, 2)
 Default precision 16 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec2, aligned_i16vec2, 4)
 Default precision 16 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec3, aligned_i16vec3, 8)
 Default precision 16 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i16vec4, aligned_i16vec4, 8)
 Default precision 16 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec1, aligned_i32vec1, 4)
 Default precision 32 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec2, aligned_i32vec2, 8)
 Default precision 32 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec3, aligned_i32vec3, 16)
 Default precision 32 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i32vec4, aligned_i32vec4, 16)
 Default precision 32 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec1, aligned_i64vec1, 8)
 Default precision 64 bit signed integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec2, aligned_i64vec2, 16)
 Default precision 64 bit signed integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec3, aligned_i64vec3, 32)
 Default precision 64 bit signed integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (i64vec4, aligned_i64vec4, 32)
 Default precision 64 bit signed integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint8, aligned_lowp_uint8, 1)
 Low precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint16, aligned_lowp_uint16, 2)
 Low precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint32, aligned_lowp_uint32, 4)
 Low precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint64, aligned_lowp_uint64, 8)
 Low precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint8_t, aligned_lowp_uint8_t, 1)
 Low precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint16_t, aligned_lowp_uint16_t, 2)
 Low precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint32_t, aligned_lowp_uint32_t, 4)
 Low precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_uint64_t, aligned_lowp_uint64_t, 8)
 Low precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u8, aligned_lowp_u8, 1)
 Low precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u16, aligned_lowp_u16, 2)
 Low precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u32, aligned_lowp_u32, 4)
 Low precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (lowp_u64, aligned_lowp_u64, 8)
 Low precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint8, aligned_mediump_uint8, 1)
 Medium precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint16, aligned_mediump_uint16, 2)
 Medium precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint32, aligned_mediump_uint32, 4)
 Medium precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint64, aligned_mediump_uint64, 8)
 Medium precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint8_t, aligned_mediump_uint8_t, 1)
 Medium precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint16_t, aligned_mediump_uint16_t, 2)
 Medium precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint32_t, aligned_mediump_uint32_t, 4)
 Medium precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_uint64_t, aligned_mediump_uint64_t, 8)
 Medium precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u8, aligned_mediump_u8, 1)
 Medium precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u16, aligned_mediump_u16, 2)
 Medium precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u32, aligned_mediump_u32, 4)
 Medium precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (mediump_u64, aligned_mediump_u64, 8)
 Medium precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint8, aligned_highp_uint8, 1)
 High precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint16, aligned_highp_uint16, 2)
 High precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint32, aligned_highp_uint32, 4)
 High precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint64, aligned_highp_uint64, 8)
 High precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint8_t, aligned_highp_uint8_t, 1)
 High precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint16_t, aligned_highp_uint16_t, 2)
 High precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint32_t, aligned_highp_uint32_t, 4)
 High precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_uint64_t, aligned_highp_uint64_t, 8)
 High precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u8, aligned_highp_u8, 1)
 High precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u16, aligned_highp_u16, 2)
 High precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u32, aligned_highp_u32, 4)
 High precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (highp_u64, aligned_highp_u64, 8)
 High precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint8, aligned_uint8, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint16, aligned_uint16, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint32, aligned_uint32, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint64, aligned_uint64, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint8_t, aligned_uint8_t, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint16_t, aligned_uint16_t, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint32_t, aligned_uint32_t, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uint64_t, aligned_uint64_t, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u8, aligned_u8, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u16, aligned_u16, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u32, aligned_u32, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u64, aligned_u64, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec1, aligned_uvec1, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec2, aligned_uvec2, 8)
 Default precision 32 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec3, aligned_uvec3, 16)
 Default precision 32 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (uvec4, aligned_uvec4, 16)
 Default precision 32 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec1, aligned_u8vec1, 1)
 Default precision 8 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec2, aligned_u8vec2, 2)
 Default precision 8 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec3, aligned_u8vec3, 4)
 Default precision 8 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u8vec4, aligned_u8vec4, 4)
 Default precision 8 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec1, aligned_u16vec1, 2)
 Default precision 16 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec2, aligned_u16vec2, 4)
 Default precision 16 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec3, aligned_u16vec3, 8)
 Default precision 16 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u16vec4, aligned_u16vec4, 8)
 Default precision 16 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec1, aligned_u32vec1, 4)
 Default precision 32 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec2, aligned_u32vec2, 8)
 Default precision 32 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec3, aligned_u32vec3, 16)
 Default precision 32 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u32vec4, aligned_u32vec4, 16)
 Default precision 32 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec1, aligned_u64vec1, 8)
 Default precision 64 bit unsigned integer aligned scalar type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec2, aligned_u64vec2, 16)
 Default precision 64 bit unsigned integer aligned vector of 2 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec3, aligned_u64vec3, 32)
 Default precision 64 bit unsigned integer aligned vector of 3 components type. More...
 
 GLM_ALIGNED_TYPEDEF (u64vec4, aligned_u64vec4, 32)
 Default precision 64 bit unsigned integer aligned vector of 4 components type. More...
 
 GLM_ALIGNED_TYPEDEF (float32, aligned_float32, 4)
 32 bit single-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float64, aligned_float64, 8)
 64 bit double-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float32_t, aligned_float32_t, 4)
 32 bit single-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float64_t, aligned_float64_t, 8)
 64 bit double-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float32, aligned_f32, 4)
 32 bit single-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (float64, aligned_f64, 8)
 64 bit double-precision floating-point aligned scalar. More...
 
 GLM_ALIGNED_TYPEDEF (vec1, aligned_vec1, 4)
 Single-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (vec2, aligned_vec2, 8)
 Single-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (vec3, aligned_vec3, 16)
 Single-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (vec4, aligned_vec4, 16)
 Single-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (fvec1, aligned_fvec1, 4)
 Single-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (fvec2, aligned_fvec2, 8)
 Single-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (fvec3, aligned_fvec3, 16)
 Single-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (fvec4, aligned_fvec4, 16)
 Single-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec1, aligned_f32vec1, 4)
 Single-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec2, aligned_f32vec2, 8)
 Single-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec3, aligned_f32vec3, 16)
 Single-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (f32vec4, aligned_f32vec4, 16)
 Single-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (dvec1, aligned_dvec1, 8)
 Double-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (dvec2, aligned_dvec2, 16)
 Double-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (dvec3, aligned_dvec3, 32)
 Double-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (dvec4, aligned_dvec4, 32)
 Double-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec1, aligned_f64vec1, 8)
 Double-precision floating-point aligned vector of 1 component. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec2, aligned_f64vec2, 16)
 Double-precision floating-point aligned vector of 2 components. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec3, aligned_f64vec3, 32)
 Double-precision floating-point aligned vector of 3 components. More...
 
 GLM_ALIGNED_TYPEDEF (f64vec4, aligned_f64vec4, 32)
 Double-precision floating-point aligned vector of 4 components. More...
 
 GLM_ALIGNED_TYPEDEF (mat2, aligned_mat2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat3, aligned_mat3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat4, aligned_mat4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat2x2, aligned_mat2x2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat3x3, aligned_mat3x3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (mat4x4, aligned_mat4x4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x2, aligned_fmat2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x3, aligned_fmat3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x4, aligned_fmat4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x2, aligned_fmat2x2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x3, aligned_fmat2x3, 16)
 Single-precision floating-point aligned 2x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat2x4, aligned_fmat2x4, 16)
 Single-precision floating-point aligned 2x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x2, aligned_fmat3x2, 16)
 Single-precision floating-point aligned 3x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x3, aligned_fmat3x3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat3x4, aligned_fmat3x4, 16)
 Single-precision floating-point aligned 3x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x2, aligned_fmat4x2, 16)
 Single-precision floating-point aligned 4x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x3, aligned_fmat4x3, 16)
 Single-precision floating-point aligned 4x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (fmat4x4, aligned_fmat4x4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x2, aligned_f32mat2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x3, aligned_f32mat3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x4, aligned_f32mat4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x2, aligned_f32mat2x2, 16)
 Single-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x3, aligned_f32mat2x3, 16)
 Single-precision floating-point aligned 2x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat2x4, aligned_f32mat2x4, 16)
 Single-precision floating-point aligned 2x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x2, aligned_f32mat3x2, 16)
 Single-precision floating-point aligned 3x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x3, aligned_f32mat3x3, 16)
 Single-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat3x4, aligned_f32mat3x4, 16)
 Single-precision floating-point aligned 3x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x2, aligned_f32mat4x2, 16)
 Single-precision floating-point aligned 4x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x3, aligned_f32mat4x3, 16)
 Single-precision floating-point aligned 4x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f32mat4x4, aligned_f32mat4x4, 16)
 Single-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x2, aligned_f64mat2, 32)
 Double-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x3, aligned_f64mat3, 32)
 Double-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x4, aligned_f64mat4, 32)
 Double-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x2, aligned_f64mat2x2, 32)
 Double-precision floating-point aligned 1x1 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x3, aligned_f64mat2x3, 32)
 Double-precision floating-point aligned 2x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat2x4, aligned_f64mat2x4, 32)
 Double-precision floating-point aligned 2x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x2, aligned_f64mat3x2, 32)
 Double-precision floating-point aligned 3x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x3, aligned_f64mat3x3, 32)
 Double-precision floating-point aligned 3x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat3x4, aligned_f64mat3x4, 32)
 Double-precision floating-point aligned 3x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x2, aligned_f64mat4x2, 32)
 Double-precision floating-point aligned 4x2 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x3, aligned_f64mat4x3, 32)
 Double-precision floating-point aligned 4x3 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (f64mat4x4, aligned_f64mat4x4, 32)
 Double-precision floating-point aligned 4x4 matrix. More...
 
 GLM_ALIGNED_TYPEDEF (quat, aligned_quat, 16)
 Single-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (fquat, aligned_fquat, 16)
 Single-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (dquat, aligned_dquat, 32)
 Double-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (f32quat, aligned_f32quat, 16)
 Single-precision floating-point aligned quaternion. More...
 
 GLM_ALIGNED_TYPEDEF (f64quat, aligned_f64quat, 32)
 Double-precision floating-point aligned quaternion. More...
 
+

Detailed Description

+

Defines aligned types.

+

Precision types defines aligned types.

+

<glm/gtx/type_aligned.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int8 ,
aligned_lowp_int8 ,
 
)
+
+ +

Low precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int16 ,
aligned_lowp_int16 ,
 
)
+
+ +

Low precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int32 ,
aligned_lowp_int32 ,
 
)
+
+ +

Low precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int64 ,
aligned_lowp_int64 ,
 
)
+
+ +

Low precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int8_t ,
aligned_lowp_int8_t ,
 
)
+
+ +

Low precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int16_t ,
aligned_lowp_int16_t ,
 
)
+
+ +

Low precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int32_t ,
aligned_lowp_int32_t ,
 
)
+
+ +

Low precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_int64_t ,
aligned_lowp_int64_t ,
 
)
+
+ +

Low precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_i8 ,
aligned_lowp_i8 ,
 
)
+
+ +

Low precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_i16 ,
aligned_lowp_i16 ,
 
)
+
+ +

Low precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_i32 ,
aligned_lowp_i32 ,
 
)
+
+ +

Low precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_i64 ,
aligned_lowp_i64 ,
 
)
+
+ +

Low precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int8 ,
aligned_mediump_int8 ,
 
)
+
+ +

Medium precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int16 ,
aligned_mediump_int16 ,
 
)
+
+ +

Medium precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int32 ,
aligned_mediump_int32 ,
 
)
+
+ +

Medium precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int64 ,
aligned_mediump_int64 ,
 
)
+
+ +

Medium precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int8_t ,
aligned_mediump_int8_t ,
 
)
+
+ +

Medium precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int16_t ,
aligned_mediump_int16_t ,
 
)
+
+ +

Medium precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int32_t ,
aligned_mediump_int32_t ,
 
)
+
+ +

Medium precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_int64_t ,
aligned_mediump_int64_t ,
 
)
+
+ +

Medium precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_i8 ,
aligned_mediump_i8 ,
 
)
+
+ +

Medium precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_i16 ,
aligned_mediump_i16 ,
 
)
+
+ +

Medium precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_i32 ,
aligned_mediump_i32 ,
 
)
+
+ +

Medium precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_i64 ,
aligned_mediump_i64 ,
 
)
+
+ +

Medium precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int8 ,
aligned_highp_int8 ,
 
)
+
+ +

High precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int16 ,
aligned_highp_int16 ,
 
)
+
+ +

High precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int32 ,
aligned_highp_int32 ,
 
)
+
+ +

High precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int64 ,
aligned_highp_int64 ,
 
)
+
+ +

High precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int8_t ,
aligned_highp_int8_t ,
 
)
+
+ +

High precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int16_t ,
aligned_highp_int16_t ,
 
)
+
+ +

High precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int32_t ,
aligned_highp_int32_t ,
 
)
+
+ +

High precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_int64_t ,
aligned_highp_int64_t ,
 
)
+
+ +

High precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_i8 ,
aligned_highp_i8 ,
 
)
+
+ +

High precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_i16 ,
aligned_highp_i16 ,
 
)
+
+ +

High precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_i32 ,
aligned_highp_i32 ,
 
)
+
+ +

High precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_i64 ,
aligned_highp_i64 ,
 
)
+
+ +

High precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int8 ,
aligned_int8 ,
 
)
+
+ +

Default precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int16 ,
aligned_int16 ,
 
)
+
+ +

Default precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int32 ,
aligned_int32 ,
 
)
+
+ +

Default precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int64 ,
aligned_int64 ,
 
)
+
+ +

Default precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int8_t ,
aligned_int8_t ,
 
)
+
+ +

Default precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int16_t ,
aligned_int16_t ,
 
)
+
+ +

Default precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int32_t ,
aligned_int32_t ,
 
)
+
+ +

Default precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (int64_t ,
aligned_int64_t ,
 
)
+
+ +

Default precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i8 ,
aligned_i8 ,
 
)
+
+ +

Default precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i16 ,
aligned_i16 ,
 
)
+
+ +

Default precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i32 ,
aligned_i32 ,
 
)
+
+ +

Default precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i64 ,
aligned_i64 ,
 
)
+
+ +

Default precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (ivec1 ,
aligned_ivec1 ,
 
)
+
+ +

Default precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (ivec2 ,
aligned_ivec2 ,
 
)
+
+ +

Default precision 32 bit signed integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (ivec3 ,
aligned_ivec3 ,
16  
)
+
+ +

Default precision 32 bit signed integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (ivec4 ,
aligned_ivec4 ,
16  
)
+
+ +

Default precision 32 bit signed integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i8vec1 ,
aligned_i8vec1 ,
 
)
+
+ +

Default precision 8 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i8vec2 ,
aligned_i8vec2 ,
 
)
+
+ +

Default precision 8 bit signed integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i8vec3 ,
aligned_i8vec3 ,
 
)
+
+ +

Default precision 8 bit signed integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i8vec4 ,
aligned_i8vec4 ,
 
)
+
+ +

Default precision 8 bit signed integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i16vec1 ,
aligned_i16vec1 ,
 
)
+
+ +

Default precision 16 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i16vec2 ,
aligned_i16vec2 ,
 
)
+
+ +

Default precision 16 bit signed integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i16vec3 ,
aligned_i16vec3 ,
 
)
+
+ +

Default precision 16 bit signed integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i16vec4 ,
aligned_i16vec4 ,
 
)
+
+ +

Default precision 16 bit signed integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i32vec1 ,
aligned_i32vec1 ,
 
)
+
+ +

Default precision 32 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i32vec2 ,
aligned_i32vec2 ,
 
)
+
+ +

Default precision 32 bit signed integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i32vec3 ,
aligned_i32vec3 ,
16  
)
+
+ +

Default precision 32 bit signed integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i32vec4 ,
aligned_i32vec4 ,
16  
)
+
+ +

Default precision 32 bit signed integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i64vec1 ,
aligned_i64vec1 ,
 
)
+
+ +

Default precision 64 bit signed integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i64vec2 ,
aligned_i64vec2 ,
16  
)
+
+ +

Default precision 64 bit signed integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i64vec3 ,
aligned_i64vec3 ,
32  
)
+
+ +

Default precision 64 bit signed integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (i64vec4 ,
aligned_i64vec4 ,
32  
)
+
+ +

Default precision 64 bit signed integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint8 ,
aligned_lowp_uint8 ,
 
)
+
+ +

Low precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint16 ,
aligned_lowp_uint16 ,
 
)
+
+ +

Low precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint32 ,
aligned_lowp_uint32 ,
 
)
+
+ +

Low precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint64 ,
aligned_lowp_uint64 ,
 
)
+
+ +

Low precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint8_t ,
aligned_lowp_uint8_t ,
 
)
+
+ +

Low precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint16_t ,
aligned_lowp_uint16_t ,
 
)
+
+ +

Low precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint32_t ,
aligned_lowp_uint32_t ,
 
)
+
+ +

Low precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_uint64_t ,
aligned_lowp_uint64_t ,
 
)
+
+ +

Low precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_u8 ,
aligned_lowp_u8 ,
 
)
+
+ +

Low precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_u16 ,
aligned_lowp_u16 ,
 
)
+
+ +

Low precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_u32 ,
aligned_lowp_u32 ,
 
)
+
+ +

Low precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (lowp_u64 ,
aligned_lowp_u64 ,
 
)
+
+ +

Low precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint8 ,
aligned_mediump_uint8 ,
 
)
+
+ +

Medium precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint16 ,
aligned_mediump_uint16 ,
 
)
+
+ +

Medium precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint32 ,
aligned_mediump_uint32 ,
 
)
+
+ +

Medium precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint64 ,
aligned_mediump_uint64 ,
 
)
+
+ +

Medium precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint8_t ,
aligned_mediump_uint8_t ,
 
)
+
+ +

Medium precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint16_t ,
aligned_mediump_uint16_t ,
 
)
+
+ +

Medium precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint32_t ,
aligned_mediump_uint32_t ,
 
)
+
+ +

Medium precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_uint64_t ,
aligned_mediump_uint64_t ,
 
)
+
+ +

Medium precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_u8 ,
aligned_mediump_u8 ,
 
)
+
+ +

Medium precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_u16 ,
aligned_mediump_u16 ,
 
)
+
+ +

Medium precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_u32 ,
aligned_mediump_u32 ,
 
)
+
+ +

Medium precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mediump_u64 ,
aligned_mediump_u64 ,
 
)
+
+ +

Medium precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint8 ,
aligned_highp_uint8 ,
 
)
+
+ +

High precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint16 ,
aligned_highp_uint16 ,
 
)
+
+ +

High precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint32 ,
aligned_highp_uint32 ,
 
)
+
+ +

High precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint64 ,
aligned_highp_uint64 ,
 
)
+
+ +

High precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint8_t ,
aligned_highp_uint8_t ,
 
)
+
+ +

High precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint16_t ,
aligned_highp_uint16_t ,
 
)
+
+ +

High precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint32_t ,
aligned_highp_uint32_t ,
 
)
+
+ +

High precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_uint64_t ,
aligned_highp_uint64_t ,
 
)
+
+ +

High precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_u8 ,
aligned_highp_u8 ,
 
)
+
+ +

High precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_u16 ,
aligned_highp_u16 ,
 
)
+
+ +

High precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_u32 ,
aligned_highp_u32 ,
 
)
+
+ +

High precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (highp_u64 ,
aligned_highp_u64 ,
 
)
+
+ +

High precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint8 ,
aligned_uint8 ,
 
)
+
+ +

Default precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint16 ,
aligned_uint16 ,
 
)
+
+ +

Default precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint32 ,
aligned_uint32 ,
 
)
+
+ +

Default precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint64 ,
aligned_uint64 ,
 
)
+
+ +

Default precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint8_t ,
aligned_uint8_t ,
 
)
+
+ +

Default precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint16_t ,
aligned_uint16_t ,
 
)
+
+ +

Default precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint32_t ,
aligned_uint32_t ,
 
)
+
+ +

Default precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uint64_t ,
aligned_uint64_t ,
 
)
+
+ +

Default precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u8 ,
aligned_u8 ,
 
)
+
+ +

Default precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u16 ,
aligned_u16 ,
 
)
+
+ +

Default precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u32 ,
aligned_u32 ,
 
)
+
+ +

Default precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u64 ,
aligned_u64 ,
 
)
+
+ +

Default precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uvec1 ,
aligned_uvec1 ,
 
)
+
+ +

Default precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uvec2 ,
aligned_uvec2 ,
 
)
+
+ +

Default precision 32 bit unsigned integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uvec3 ,
aligned_uvec3 ,
16  
)
+
+ +

Default precision 32 bit unsigned integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (uvec4 ,
aligned_uvec4 ,
16  
)
+
+ +

Default precision 32 bit unsigned integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u8vec1 ,
aligned_u8vec1 ,
 
)
+
+ +

Default precision 8 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u8vec2 ,
aligned_u8vec2 ,
 
)
+
+ +

Default precision 8 bit unsigned integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u8vec3 ,
aligned_u8vec3 ,
 
)
+
+ +

Default precision 8 bit unsigned integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u8vec4 ,
aligned_u8vec4 ,
 
)
+
+ +

Default precision 8 bit unsigned integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u16vec1 ,
aligned_u16vec1 ,
 
)
+
+ +

Default precision 16 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u16vec2 ,
aligned_u16vec2 ,
 
)
+
+ +

Default precision 16 bit unsigned integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u16vec3 ,
aligned_u16vec3 ,
 
)
+
+ +

Default precision 16 bit unsigned integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u16vec4 ,
aligned_u16vec4 ,
 
)
+
+ +

Default precision 16 bit unsigned integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u32vec1 ,
aligned_u32vec1 ,
 
)
+
+ +

Default precision 32 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u32vec2 ,
aligned_u32vec2 ,
 
)
+
+ +

Default precision 32 bit unsigned integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u32vec3 ,
aligned_u32vec3 ,
16  
)
+
+ +

Default precision 32 bit unsigned integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u32vec4 ,
aligned_u32vec4 ,
16  
)
+
+ +

Default precision 32 bit unsigned integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u64vec1 ,
aligned_u64vec1 ,
 
)
+
+ +

Default precision 64 bit unsigned integer aligned scalar type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u64vec2 ,
aligned_u64vec2 ,
16  
)
+
+ +

Default precision 64 bit unsigned integer aligned vector of 2 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u64vec3 ,
aligned_u64vec3 ,
32  
)
+
+ +

Default precision 64 bit unsigned integer aligned vector of 3 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (u64vec4 ,
aligned_u64vec4 ,
32  
)
+
+ +

Default precision 64 bit unsigned integer aligned vector of 4 components type.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (float32 ,
aligned_float32 ,
 
)
+
+ +

32 bit single-precision floating-point aligned scalar.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (float64 ,
aligned_float64 ,
 
)
+
+ +

64 bit double-precision floating-point aligned scalar.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (float32_t ,
aligned_float32_t ,
 
)
+
+ +

32 bit single-precision floating-point aligned scalar.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (float64_t ,
aligned_float64_t ,
 
)
+
+ +

64 bit double-precision floating-point aligned scalar.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (float32 ,
aligned_f32 ,
 
)
+
+ +

32 bit single-precision floating-point aligned scalar.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (float64 ,
aligned_f64 ,
 
)
+
+ +

64 bit double-precision floating-point aligned scalar.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (vec1 ,
aligned_vec1 ,
 
)
+
+ +

Single-precision floating-point aligned vector of 1 component.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (vec2 ,
aligned_vec2 ,
 
)
+
+ +

Single-precision floating-point aligned vector of 2 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (vec3 ,
aligned_vec3 ,
16  
)
+
+ +

Single-precision floating-point aligned vector of 3 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (vec4 ,
aligned_vec4 ,
16  
)
+
+ +

Single-precision floating-point aligned vector of 4 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fvec1 ,
aligned_fvec1 ,
 
)
+
+ +

Single-precision floating-point aligned vector of 1 component.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fvec2 ,
aligned_fvec2 ,
 
)
+
+ +

Single-precision floating-point aligned vector of 2 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fvec3 ,
aligned_fvec3 ,
16  
)
+
+ +

Single-precision floating-point aligned vector of 3 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fvec4 ,
aligned_fvec4 ,
16  
)
+
+ +

Single-precision floating-point aligned vector of 4 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32vec1 ,
aligned_f32vec1 ,
 
)
+
+ +

Single-precision floating-point aligned vector of 1 component.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32vec2 ,
aligned_f32vec2 ,
 
)
+
+ +

Single-precision floating-point aligned vector of 2 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32vec3 ,
aligned_f32vec3 ,
16  
)
+
+ +

Single-precision floating-point aligned vector of 3 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32vec4 ,
aligned_f32vec4 ,
16  
)
+
+ +

Single-precision floating-point aligned vector of 4 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (dvec1 ,
aligned_dvec1 ,
 
)
+
+ +

Double-precision floating-point aligned vector of 1 component.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (dvec2 ,
aligned_dvec2 ,
16  
)
+
+ +

Double-precision floating-point aligned vector of 2 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (dvec3 ,
aligned_dvec3 ,
32  
)
+
+ +

Double-precision floating-point aligned vector of 3 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (dvec4 ,
aligned_dvec4 ,
32  
)
+
+ +

Double-precision floating-point aligned vector of 4 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64vec1 ,
aligned_f64vec1 ,
 
)
+
+ +

Double-precision floating-point aligned vector of 1 component.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64vec2 ,
aligned_f64vec2 ,
16  
)
+
+ +

Double-precision floating-point aligned vector of 2 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64vec3 ,
aligned_f64vec3 ,
32  
)
+
+ +

Double-precision floating-point aligned vector of 3 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64vec4 ,
aligned_f64vec4 ,
32  
)
+
+ +

Double-precision floating-point aligned vector of 4 components.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mat2 ,
aligned_mat2 ,
16  
)
+
+ +

Single-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Single-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mat3 ,
aligned_mat3 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mat4 ,
aligned_mat4 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mat2x2 ,
aligned_mat2x2 ,
16  
)
+
+ +

Single-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Single-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mat3x3 ,
aligned_mat3x3 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (mat4x4 ,
aligned_mat4x4 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat2x2 ,
aligned_fmat2 ,
16  
)
+
+ +

Single-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Single-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat3x3 ,
aligned_fmat3 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat4x4 ,
aligned_fmat4 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat2x2 ,
aligned_fmat2x2 ,
16  
)
+
+ +

Single-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Single-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat2x3 ,
aligned_fmat2x3 ,
16  
)
+
+ +

Single-precision floating-point aligned 2x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat2x4 ,
aligned_fmat2x4 ,
16  
)
+
+ +

Single-precision floating-point aligned 2x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat3x2 ,
aligned_fmat3x2 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x2 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat3x3 ,
aligned_fmat3x3 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat3x4 ,
aligned_fmat3x4 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat4x2 ,
aligned_fmat4x2 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x2 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat4x3 ,
aligned_fmat4x3 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fmat4x4 ,
aligned_fmat4x4 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat2x2 ,
aligned_f32mat2 ,
16  
)
+
+ +

Single-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Single-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat3x3 ,
aligned_f32mat3 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat4x4 ,
aligned_f32mat4 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat2x2 ,
aligned_f32mat2x2 ,
16  
)
+
+ +

Single-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Single-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat2x3 ,
aligned_f32mat2x3 ,
16  
)
+
+ +

Single-precision floating-point aligned 2x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat2x4 ,
aligned_f32mat2x4 ,
16  
)
+
+ +

Single-precision floating-point aligned 2x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat3x2 ,
aligned_f32mat3x2 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x2 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat3x3 ,
aligned_f32mat3x3 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat3x4 ,
aligned_f32mat3x4 ,
16  
)
+
+ +

Single-precision floating-point aligned 3x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat4x2 ,
aligned_f32mat4x2 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x2 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat4x3 ,
aligned_f32mat4x3 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32mat4x4 ,
aligned_f32mat4x4 ,
16  
)
+
+ +

Single-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat2x2 ,
aligned_f64mat2 ,
32  
)
+
+ +

Double-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Double-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat3x3 ,
aligned_f64mat3 ,
32  
)
+
+ +

Double-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat4x4 ,
aligned_f64mat4 ,
32  
)
+
+ +

Double-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat2x2 ,
aligned_f64mat2x2 ,
32  
)
+
+ +

Double-precision floating-point aligned 1x1 matrix.

+
See also
GLM_GTX_type_aligned Double-precision floating-point aligned 2x2 matrix.
+
+GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat2x3 ,
aligned_f64mat2x3 ,
32  
)
+
+ +

Double-precision floating-point aligned 2x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat2x4 ,
aligned_f64mat2x4 ,
32  
)
+
+ +

Double-precision floating-point aligned 2x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat3x2 ,
aligned_f64mat3x2 ,
32  
)
+
+ +

Double-precision floating-point aligned 3x2 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat3x3 ,
aligned_f64mat3x3 ,
32  
)
+
+ +

Double-precision floating-point aligned 3x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat3x4 ,
aligned_f64mat3x4 ,
32  
)
+
+ +

Double-precision floating-point aligned 3x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat4x2 ,
aligned_f64mat4x2 ,
32  
)
+
+ +

Double-precision floating-point aligned 4x2 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat4x3 ,
aligned_f64mat4x3 ,
32  
)
+
+ +

Double-precision floating-point aligned 4x3 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64mat4x4 ,
aligned_f64mat4x4 ,
32  
)
+
+ +

Double-precision floating-point aligned 4x4 matrix.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (quat ,
aligned_quat ,
16  
)
+
+ +

Single-precision floating-point aligned quaternion.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (fquat ,
aligned_fquat ,
16  
)
+
+ +

Single-precision floating-point aligned quaternion.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (dquat ,
aligned_dquat ,
32  
)
+
+ +

Double-precision floating-point aligned quaternion.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f32quat ,
aligned_f32quat ,
16  
)
+
+ +

Single-precision floating-point aligned quaternion.

+
See also
GLM_GTX_type_aligned
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
glm::GLM_ALIGNED_TYPEDEF (f64quat ,
aligned_f64quat ,
32  
)
+
+ +

Double-precision floating-point aligned quaternion.

+
See also
GLM_GTX_type_aligned
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00232.html b/glm/doc/api/a00232.html new file mode 100644 index 0000000..ba023b2 --- /dev/null +++ b/glm/doc/api/a00232.html @@ -0,0 +1,96 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_type_trait + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+
+
+
+
+ +

Defines traits for each type. +More...

+

Detailed Description

+

Defines traits for each type.

+

<glm/gtx/type_trait.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00233.html b/glm/doc/api/a00233.html new file mode 100644 index 0000000..53a0786 --- /dev/null +++ b/glm/doc/api/a00233.html @@ -0,0 +1,95 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_vec_swizzle + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+
+
+
+
+ +

Functions to perform swizzle operation. +More...

+

Functions to perform swizzle operation.

+

<glm/gtx/vec_swizzle.hpp> need to be included to use these functionalities.

+
+ + + + diff --git a/glm/doc/api/a00234.html b/glm/doc/api/a00234.html new file mode 100644 index 0000000..f95f37b --- /dev/null +++ b/glm/doc/api/a00234.html @@ -0,0 +1,208 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_vector_angle + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_vector_angle
+
+
+ +

Compute angle between vectors. +More...

+ + + + + + + + + + + + + + +

+Functions

template<typename vecType >
GLM_FUNC_DECL vecType::value_type angle (vecType const &x, vecType const &y)
 Returns the absolute angle between two vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T orientedAngle (tvec2< T, P > const &x, tvec2< T, P > const &y)
 Returns the oriented angle between two 2d vectors. More...
 
template<typename T , precision P>
GLM_FUNC_DECL T orientedAngle (tvec3< T, P > const &x, tvec3< T, P > const &y, tvec3< T, P > const &ref)
 Returns the oriented angle between two 3d vectors based from a reference axis. More...
 
+

Detailed Description

+

Compute angle between vectors.

+

<glm/gtx/vector_angle.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType::value_type glm::angle (vecType const & x,
vecType const & y 
)
+
+ +

Returns the absolute angle between two vectors.

+

Parameters need to be normalized.

See also
GLM_GTX_vector_angle extension.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::orientedAngle (tvec2< T, P > const & x,
tvec2< T, P > const & y 
)
+
+ +

Returns the oriented angle between two 2d vectors.

+

Parameters need to be normalized.

See also
GLM_GTX_vector_angle extension.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL T glm::orientedAngle (tvec3< T, P > const & x,
tvec3< T, P > const & y,
tvec3< T, P > const & ref 
)
+
+ +

Returns the oriented angle between two 3d vectors based from a reference axis.

+

Parameters need to be normalized.

See also
GLM_GTX_vector_angle extension.
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00235.html b/glm/doc/api/a00235.html new file mode 100644 index 0000000..82ed6c4 --- /dev/null +++ b/glm/doc/api/a00235.html @@ -0,0 +1,319 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_vector_query + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_GTX_vector_query
+
+
+ +

Query informations of vector types. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool areCollinear (vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
 Check whether two vectors are collinears. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool areOrthogonal (vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
 Check whether two vectors are orthogonals. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool areOrthonormal (vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
 Check whether two vectors are orthonormal. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< bool, P > isCompNull (vecType< T, P > const &v, T const &epsilon)
 Check whether a each component of a vector is null. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool isNormalized (vecType< T, P > const &v, T const &epsilon)
 Check whether a vector is normalized. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL bool isNull (vecType< T, P > const &v, T const &epsilon)
 Check whether a vector is null. More...
 
+

Detailed Description

+

Query informations of vector types.

+

<glm/gtx/vector_query.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::areCollinear (vecType< T, P > const & v0,
vecType< T, P > const & v1,
T const & epsilon 
)
+
+ +

Check whether two vectors are collinears.

+
See also
GLM_GTX_vector_query extensions.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::areOrthogonal (vecType< T, P > const & v0,
vecType< T, P > const & v1,
T const & epsilon 
)
+
+ +

Check whether two vectors are orthogonals.

+
See also
GLM_GTX_vector_query extensions.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::areOrthonormal (vecType< T, P > const & v0,
vecType< T, P > const & v1,
T const & epsilon 
)
+
+ +

Check whether two vectors are orthonormal.

+
See also
GLM_GTX_vector_query extensions.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL vecType<bool, P> glm::isCompNull (vecType< T, P > const & v,
T const & epsilon 
)
+
+ +

Check whether a each component of a vector is null.

+
See also
GLM_GTX_vector_query extensions.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNormalized (vecType< T, P > const & v,
T const & epsilon 
)
+
+ +

Check whether a vector is normalized.

+
See also
GLM_GTX_vector_query extensions.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
GLM_FUNC_DECL bool glm::isNull (vecType< T, P > const & v,
T const & epsilon 
)
+
+ +

Check whether a vector is null.

+
See also
GLM_GTX_vector_query extensions.
+ +
+
+
+ + + + diff --git a/glm/doc/api/a00236.html b/glm/doc/api/a00236.html new file mode 100644 index 0000000..6c633eb --- /dev/null +++ b/glm/doc/api/a00236.html @@ -0,0 +1,195 @@ + + + + + + +0.9.9 API documenation: GLM_GTX_wrap + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ + +
+ +

Wrapping mode of texture coordinates. +More...

+ + + + + + + + + + + + + + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType clamp (genType const &Texcoord)
 Simulate GL_CLAMP OpenGL wrap mode. More...
 
template<typename genType >
GLM_FUNC_DECL genType mirrorClamp (genType const &Texcoord)
 Simulate GL_MIRRORED_REPEAT OpenGL wrap mode. More...
 
template<typename genType >
GLM_FUNC_DECL genType mirrorRepeat (genType const &Texcoord)
 Simulate GL_MIRROR_REPEAT OpenGL wrap mode. More...
 
template<typename genType >
GLM_FUNC_DECL genType repeat (genType const &Texcoord)
 Simulate GL_REPEAT OpenGL wrap mode. More...
 
+

Detailed Description

+

Wrapping mode of texture coordinates.

+

<glm/gtx/wrap.hpp> need to be included to use these functionalities.

+

Function Documentation

+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::clamp (genType const & Texcoord)
+
+ +

Simulate GL_CLAMP OpenGL wrap mode.

+
See also
GLM_GTX_wrap extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::mirrorClamp (genType const & Texcoord)
+
+ +

Simulate GL_MIRRORED_REPEAT OpenGL wrap mode.

+
See also
GLM_GTX_wrap extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::mirrorRepeat (genType const & Texcoord)
+
+ +

Simulate GL_MIRROR_REPEAT OpenGL wrap mode.

+
See also
GLM_GTX_wrap extension.
+ +
+
+ +
+
+ + + + + + + + +
GLM_FUNC_DECL genType glm::repeat (genType const & Texcoord)
+
+ +

Simulate GL_REPEAT OpenGL wrap mode.

+
See also
GLM_GTX_wrap extension.
+ +
+
+
+ + + + diff --git a/glm/doc/api/arrowdown.png b/glm/doc/api/arrowdown.png new file mode 100644 index 0000000000000000000000000000000000000000..0b63f6d38c4b9ec907b820192ebe9724ed6eca22 GIT binary patch literal 246 zcmVkw!R34#Lv2LOS^S2tZA31X++9RY}n zChwn@Z)Wz*WWHH{)HDtJnq&A2hk$b-y(>?@z0iHr41EKCGp#T5?07*qoM6N<$f(V3Pvj6}9 literal 0 HcmV?d00001 diff --git a/glm/doc/api/arrowright.png b/glm/doc/api/arrowright.png new file mode 100644 index 0000000000000000000000000000000000000000..c6ee22f937a07d1dbfc27c669d11f8ed13e2f152 GIT binary patch literal 229 zcmV^P)R?RzRoKvklcaQ%HF6%rK2&ZgO(-ihJ_C zzrKgp4jgO( fd_(yg|3PpEQb#9`a?Pz_00000NkvXXu0mjftR`5K literal 0 HcmV?d00001 diff --git a/glm/doc/api/bc_s.png b/glm/doc/api/bc_s.png new file mode 100644 index 0000000000000000000000000000000000000000..224b29aa9847d5a4b3902efd602b7ddf7d33e6c2 GIT binary patch literal 676 zcmV;V0$crwP)y__>=_9%My z{n931IS})GlGUF8K#6VIbs%684A^L3@%PlP2>_sk`UWPq@f;rU*V%rPy_ekbhXT&s z(GN{DxFv}*vZp`F>S!r||M`I*nOwwKX+BC~3P5N3-)Y{65c;ywYiAh-1*hZcToLHK ztpl1xomJ+Yb}K(cfbJr2=GNOnT!UFA7Vy~fBz8?J>XHsbZoDad^8PxfSa0GDgENZS zuLCEqzb*xWX2CG*b&5IiO#NzrW*;`VC9455M`o1NBh+(k8~`XCEEoC1Ybwf;vr4K3 zg|EB<07?SOqHp9DhLpS&bzgo70I+ghB_#)K7H%AMU3v}xuyQq9&Bm~++VYhF09a+U zl7>n7Jjm$K#b*FONz~fj;I->Bf;ule1prFN9FovcDGBkpg>)O*-}eLnC{6oZHZ$o% zXKW$;0_{8hxHQ>l;_*HATI(`7t#^{$(zLe}h*mqwOc*nRY9=?Sx4OOeVIfI|0V(V2 zBrW#G7Ss9wvzr@>H*`r>zE z+e8bOBgqIgldUJlG(YUDviMB`9+DH8n-s9SXRLyJHO1!=wY^79WYZMTa(wiZ!zP66 zA~!21vmF3H2{ngD;+`6j#~6j;$*f*G_2ZD1E;9(yaw7d-QnSCpK(cR1zU3qU0000< KMNUMnLSTYoA~SLT literal 0 HcmV?d00001 diff --git a/glm/doc/api/bdwn.png b/glm/doc/api/bdwn.png new file mode 100644 index 0000000000000000000000000000000000000000..940a0b950443a0bb1b216ac03c45b8a16c955452 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^>_E)H!3HEvS)PKZC{Gv1kP61Pb5HX&C2wk~_T1|%O$WD@{V-kvUwAr*{o@8{^CZMh(5KoB^r_<4^zF@3)Cp&&t3hdujKf f*?bjBoY!V+E))@{xMcbjXe@)LtDnm{r-UW|*e5JT literal 0 HcmV?d00001 diff --git a/glm/doc/api/dir_304be5dfae1339a7705426c0b536faf2.html b/glm/doc/api/dir_304be5dfae1339a7705426c0b536faf2.html new file mode 100644 index 0000000..36ba196 --- /dev/null +++ b/glm/doc/api/dir_304be5dfae1339a7705426c0b536faf2.html @@ -0,0 +1,176 @@ + + + + + + +0.9.9 API documenation: glm Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
glm Directory Reference
+
+
+ + + + + + + + +

+Directories

directory  detail
 
directory  gtc
 
directory  gtx
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Files

file  common.hpp [code]
 GLM Core
 
file  exponential.hpp [code]
 GLM Core
 
file  ext.hpp [code]
 GLM Core (Dependence)
 
file  fwd.hpp [code]
 GLM Core
 
file  geometric.hpp [code]
 GLM Core
 
file  glm.hpp [code]
 GLM Core
 
file  integer.hpp [code]
 GLM Core
 
file  mat2x2.hpp [code]
 GLM Core
 
file  mat2x3.hpp [code]
 GLM Core
 
file  mat2x4.hpp [code]
 GLM Core
 
file  mat3x2.hpp [code]
 GLM Core
 
file  mat3x3.hpp [code]
 GLM Core
 
file  mat3x4.hpp [code]
 GLM Core
 
file  mat4x2.hpp [code]
 GLM Core
 
file  mat4x3.hpp [code]
 GLM Core
 
file  mat4x4.hpp [code]
 GLM Core
 
file  matrix.hpp [code]
 GLM Core
 
file  packing.hpp [code]
 GLM Core
 
file  trigonometric.hpp [code]
 GLM Core
 
file  vec2.hpp [code]
 GLM Core
 
file  vec3.hpp [code]
 GLM Core
 
file  vec4.hpp [code]
 GLM Core
 
file  vector_relational.hpp [code]
 GLM Core
 
+
+ + + + diff --git a/glm/doc/api/dir_45973f864e07b2505003ae343b7c8af7.html b/glm/doc/api/dir_45973f864e07b2505003ae343b7c8af7.html new file mode 100644 index 0000000..9920acc --- /dev/null +++ b/glm/doc/api/dir_45973f864e07b2505003ae343b7c8af7.html @@ -0,0 +1,102 @@ + + + + + + +0.9.9 API documenation: glm Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
glm Directory Reference
+
+
+ + + + + + +

+Directories

directory  doc
 
directory  glm
 
+
+ + + + diff --git a/glm/doc/api/dir_48eca2e6cf73effdec262031e861eeb0.html b/glm/doc/api/dir_48eca2e6cf73effdec262031e861eeb0.html new file mode 100644 index 0000000..8ad3ff3 --- /dev/null +++ b/glm/doc/api/dir_48eca2e6cf73effdec262031e861eeb0.html @@ -0,0 +1,102 @@ + + + + + + +0.9.9 API documenation: doc Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
doc Directory Reference
+
+
+ + + + + + +

+Files

file  man.doxy [code]
 
file  pages.doxy [code]
 
+
+ + + + diff --git a/glm/doc/api/dir_7997edb062bdde9a99cb6835d42b0d9d.html b/glm/doc/api/dir_7997edb062bdde9a99cb6835d42b0d9d.html new file mode 100644 index 0000000..9ea79f5 --- /dev/null +++ b/glm/doc/api/dir_7997edb062bdde9a99cb6835d42b0d9d.html @@ -0,0 +1,164 @@ + + + + + + +0.9.9 API documenation: gtc Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtc Directory Reference
+
+ + + + + diff --git a/glm/doc/api/dir_9344afb825aed5e2f5be1d2015dde43c.html b/glm/doc/api/dir_9344afb825aed5e2f5be1d2015dde43c.html new file mode 100644 index 0000000..3be32eb --- /dev/null +++ b/glm/doc/api/dir_9344afb825aed5e2f5be1d2015dde43c.html @@ -0,0 +1,100 @@ + + + + + + +0.9.9 API documenation: G-Truc Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
G-Truc Directory Reference
+
+
+ + + + +

+Directories

directory  glm
 
+
+ + + + diff --git a/glm/doc/api/dir_934f46a345653ef2b3014a1b37a162c1.html b/glm/doc/api/dir_934f46a345653ef2b3014a1b37a162c1.html new file mode 100644 index 0000000..da722df --- /dev/null +++ b/glm/doc/api/dir_934f46a345653ef2b3014a1b37a162c1.html @@ -0,0 +1,100 @@ + + + + + + +0.9.9 API documenation: G: Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
G: Directory Reference
+
+
+ + + + +

+Directories

directory  Source
 
+
+ + + + diff --git a/glm/doc/api/dir_98f7f9d41f9d3029bd68cf237526a774.html b/glm/doc/api/dir_98f7f9d41f9d3029bd68cf237526a774.html new file mode 100644 index 0000000..53d3be7 --- /dev/null +++ b/glm/doc/api/dir_98f7f9d41f9d3029bd68cf237526a774.html @@ -0,0 +1,100 @@ + + + + + + +0.9.9 API documenation: Source Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
Source Directory Reference
+
+
+ + + + +

+Directories

directory  G-Truc
 
+
+ + + + diff --git a/glm/doc/api/dir_da256b9dd32ba43e2eaa8a2832c37f1b.html b/glm/doc/api/dir_da256b9dd32ba43e2eaa8a2832c37f1b.html new file mode 100644 index 0000000..ba729c5 --- /dev/null +++ b/glm/doc/api/dir_da256b9dd32ba43e2eaa8a2832c37f1b.html @@ -0,0 +1,203 @@ + + + + + + +0.9.9 API documenation: detail Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
detail Directory Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Files

file  _features.hpp [code]
 GLM Core
 
file  _fixes.hpp [code]
 GLM Core
 
file  _noise.hpp [code]
 GLM Core
 
file  _swizzle.hpp [code]
 GLM Core
 
file  _swizzle_func.hpp [code]
 GLM Core
 
file  _vectorize.hpp [code]
 GLM Core
 
file  func_common.hpp [code]
 GLM Core
 
file  func_exponential.hpp [code]
 GLM Core
 
file  func_geometric.hpp [code]
 GLM Core
 
file  func_integer.hpp [code]
 GLM Core
 
file  func_matrix.hpp [code]
 GLM Core
 
file  func_packing.hpp [code]
 GLM Core
 
file  func_trigonometric.hpp [code]
 GLM Core
 
file  func_vector_relational.hpp [code]
 GLM Core
 
file  precision.hpp [code]
 GLM Core
 
file  setup.hpp [code]
 GLM Core
 
file  type_float.hpp [code]
 GLM Core
 
file  type_gentype.hpp [code]
 GLM Core
 
file  type_half.hpp [code]
 GLM Core
 
file  type_int.hpp [code]
 GLM Core
 
file  type_mat.hpp [code]
 GLM Core
 
file  type_mat2x2.hpp [code]
 GLM Core
 
file  type_mat2x3.hpp [code]
 GLM Core
 
file  type_mat2x4.hpp [code]
 GLM Core
 
file  type_mat3x2.hpp [code]
 GLM Core
 
file  type_mat3x3.hpp [code]
 GLM Core
 
file  type_mat3x4.hpp [code]
 GLM Core
 
file  type_mat4x2.hpp [code]
 GLM Core
 
file  type_mat4x3.hpp [code]
 GLM Core
 
file  type_mat4x4.hpp [code]
 GLM Core
 
file  type_vec.hpp [code]
 GLM Core
 
file  type_vec1.hpp [code]
 GLM Core
 
file  type_vec2.hpp [code]
 GLM Core
 
file  type_vec3.hpp [code]
 GLM Core
 
file  type_vec4.hpp [code]
 GLM Core
 
+
+ + + + diff --git a/glm/doc/api/dir_e8f3c1046ba4b357711397765359cd18.html b/glm/doc/api/dir_e8f3c1046ba4b357711397765359cd18.html new file mode 100644 index 0000000..5f5f0d4 --- /dev/null +++ b/glm/doc/api/dir_e8f3c1046ba4b357711397765359cd18.html @@ -0,0 +1,269 @@ + + + + + + +0.9.9 API documenation: gtx Directory Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+
+
gtx Directory Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Files

file  associated_min_max.hpp [code]
 GLM_GTX_associated_min_max
 
file  bit.hpp [code]
 GLM_GTX_bit
 
file  closest_point.hpp [code]
 GLM_GTX_closest_point
 
file  gtx/color_space.hpp [code]
 GLM_GTX_color_space
 
file  color_space_YCoCg.hpp [code]
 GLM_GTX_color_space_YCoCg
 
file  gtx/common.hpp [code]
 GLM_GTX_common
 
file  compatibility.hpp [code]
 GLM_GTX_compatibility
 
file  component_wise.hpp [code]
 GLM_GTX_component_wise
 
file  dual_quaternion.hpp [code]
 GLM_GTX_dual_quaternion
 
file  euler_angles.hpp [code]
 GLM_GTX_euler_angles
 
file  extend.hpp [code]
 GLM_GTX_extend
 
file  extended_min_max.hpp [code]
 gtx_extended_min_max
 
file  fast_exponential.hpp [code]
 GLM_GTX_fast_exponential
 
file  fast_square_root.hpp [code]
 GLM_GTX_fast_square_root
 
file  fast_trigonometry.hpp [code]
 GLM_GTX_fast_trigonometry
 
file  gradient_paint.hpp [code]
 GLM_GTX_gradient_paint
 
file  handed_coordinate_space.hpp [code]
 GLM_GTX_handed_coordinate_space
 
file  hash.hpp [code]
 GLM_GTX_hash
 
file  gtx/integer.hpp [code]
 GLM_GTX_integer
 
file  intersect.hpp [code]
 GLM_GTX_intersect
 
file  io.hpp [code]
 GLM_GTX_io
 
file  log_base.hpp [code]
 GLM_GTX_log_base
 
file  matrix_cross_product.hpp [code]
 GLM_GTX_matrix_cross_product
 
file  matrix_decompose.hpp [code]
 GLM_GTX_matrix_decompose
 
file  matrix_interpolation.hpp [code]
 GLM_GTX_matrix_interpolation
 
file  matrix_major_storage.hpp [code]
 GLM_GTX_matrix_major_storage
 
file  matrix_operation.hpp [code]
 GLM_GTX_matrix_operation
 
file  matrix_query.hpp [code]
 GLM_GTX_matrix_query
 
file  matrix_transform_2d.hpp [code]
 GLM_GTX_matrix_transform_2d
 
file  mixed_product.hpp [code]
 GLM_GTX_mixed_producte
 
file  norm.hpp [code]
 GLM_GTX_norm
 
file  normal.hpp [code]
 GLM_GTX_normal
 
file  normalize_dot.hpp [code]
 GLM_GTX_normalize_dot
 
file  number_precision.hpp [code]
 GLM_GTX_number_precision
 
file  optimum_pow.hpp [code]
 GLM_GTX_optimum_pow
 
file  orthonormalize.hpp [code]
 GLM_GTX_orthonormalize
 
file  perpendicular.hpp [code]
 GLM_GTX_perpendicular
 
file  polar_coordinates.hpp [code]
 GLM_GTX_polar_coordinates
 
file  projection.hpp [code]
 GLM_GTX_projection
 
file  gtx/quaternion.hpp [code]
 GLM_GTX_quaternion
 
file  range.hpp [code]
 GLM_GTX_range
 
file  raw_data.hpp [code]
 GLM_GTX_raw_data
 
file  rotate_normalized_axis.hpp [code]
 GLM_GTX_rotate_normalized_axis
 
file  rotate_vector.hpp [code]
 GLM_GTX_rotate_vector
 
file  scalar_multiplication.hpp [code]
 GTX Extensions (Experimental)
 
file  scalar_relational.hpp [code]
 GLM_GTX_scalar_relational
 
file  spline.hpp [code]
 GLM_GTX_spline
 
file  std_based_type.hpp [code]
 GLM_GTX_std_based_type
 
file  string_cast.hpp [code]
 GLM_GTX_string_cast
 
file  transform.hpp [code]
 GLM_GTX_transform
 
file  transform2.hpp [code]
 GLM_GTX_transform2
 
file  gtx/type_aligned.hpp [code]
 GLM_GTX_type_aligned
 
file  type_trait.hpp [code]
 GLM_GTX_type_trait
 
file  vec_swizzle.hpp [code]
 GLM_GTX_vec_swizzle
 
file  vector_angle.hpp [code]
 GLM_GTX_vector_angle
 
file  vector_query.hpp [code]
 GLM_GTX_vector_query
 
file  wrap.hpp [code]
 GLM_GTX_wrap
 
+
+ + + + diff --git a/glm/doc/api/doc.png b/glm/doc/api/doc.png new file mode 100644 index 0000000000000000000000000000000000000000..17edabff95f7b8da13c9516a04efe05493c29501 GIT binary patch literal 746 zcmV7=@pnbNXRFEm&G8P!&WHG=d)>K?YZ1bzou)2{$)) zumDct!>4SyxL;zgaG>wy`^Hv*+}0kUfCrz~BCOViSb$_*&;{TGGn2^x9K*!Sf0=lV zpP=7O;GA0*Jm*tTYj$IoXvimpnV4S1Z5f$p*f$Db2iq2zrVGQUz~yq`ahn7ck(|CE z7Gz;%OP~J6)tEZWDzjhL9h2hdfoU2)Nd%T<5Kt;Y0XLt&<@6pQx!nw*5`@bq#?l*?3z{Hlzoc=Pr>oB5(9i6~_&-}A(4{Q$>c>%rV&E|a(r&;?i5cQB=} zYSDU5nXG)NS4HEs0it2AHe2>shCyr7`6@4*6{r@8fXRbTA?=IFVWAQJL&H5H{)DpM#{W(GL+Idzf^)uRV@oB8u$ z8v{MfJbTiiRg4bza<41NAzrl{=3fl_D+$t+^!xlQ8S}{UtY`e z;;&9UhyZqQRN%2pot{*Ei0*4~hSF_3AH2@fKU!$NSflS>{@tZpDT4`M2WRTTVH+D? z)GFlEGGHe?koB}i|1w45!BF}N_q&^HJ&-tyR{(afC6H7|aml|tBBbv}55C5DNP8p3 z)~jLEO4Z&2hZmP^i-e%(@d!(E|KRafiU8Q5u(wU((j8un3OR*Hvj+t literal 0 HcmV?d00001 diff --git a/glm/doc/api/doxygen.css b/glm/doc/api/doxygen.css new file mode 100644 index 0000000..1b9d11f --- /dev/null +++ b/glm/doc/api/doxygen.css @@ -0,0 +1,1496 @@ +/* The standard CSS for doxygen 1.8.10 */ + +body, table, div, p, dl { + font: 400 14px/22px Roboto,sans-serif; +} + +body +{ + margin:0px; + padding:0px; + background-color:#bf6000; + background-repeat:no-repeat; + background-position:center center; + background-attachment:fixed; + min-height:1200px; + overflow:auto; +} + +/* @group Heading Levels */ + +h1.groupheader { + color:#bf6000; + font-size: 150%; +} + +.title { + color:#bf6000; + font: 400 14px/28px Roboto,sans-serif; + font-size: 150%; + font-weight: bold; + margin: 10px 2px; +} + +h2.groupheader { + border-bottom: 1px solid #bf6000; + color:#bf6000; + font-size: 150%; + font-weight: normal; + margin-top: 1.75em; + padding-top: 8px; + padding-bottom: 4px; + width: 100%; +} + +h3.groupheader { + font-size: 100%; +} + +h1, h2, h3, h4, h5, h6 { + -webkit-transition: text-shadow 0.5s linear; + -moz-transition: text-shadow 0.5s linear; + -ms-transition: text-shadow 0.5s linear; + -o-transition: text-shadow 0.5s linear; + transition: text-shadow 0.5s linear; + margin-right: 15px; +} + +h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow { + text-shadow: 0 0 15px cyan; +} + +dt { + font-weight: bold; +} + +div.multicol { + -moz-column-gap: 1em; + -webkit-column-gap: 1em; + -moz-column-count: 3; + -webkit-column-count: 3; +} + +p.startli, p.startdd { + margin-top: 2px; +} + +p.starttd { + margin-top: 0px; +} + +p.endli { + margin-bottom: 0px; +} + +p.enddd { + margin-bottom: 4px; +} + +p.endtd { + margin-bottom: 2px; +} + +/* @end */ + +caption { + font-weight: bold; +} + +span.legend { + font-size: 70%; + text-align: center; +} + +h3.version { + font-size: 90%; + text-align: center; +} + +div.qindex, div.navtab{ + background-color: #FFF8F0; + border: 1px solid #FF8000; + text-align: center; +} + +div.qindex, div.navpath { + width: 100%; + line-height: 140%; +} + +div.navtab { + margin-right: 15px; +} + +/* @group Link Styling */ + +a { + color: #000000; + font-weight: normal; + text-decoration: none; +} + +.contents a:visited { + color: #606060; +} + +.contents{ + background-color: #FFFFFF; + padding-top:8px; + padding-bottom:8px; + padding-left:32px; + padding-right:32px; + margin:0px; + margin-left:auto; + margin-right:auto; + width:1216px; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + +a:hover { + text-decoration: underline; +} + +a.qindex { + font-weight: bold; +} + +a.qindexHL { + font-weight: bold; + background-color: #9CAFD4; + color: #ffffff; + border: 1px double #869DCA; +} + +.contents a.qindexHL:visited { + color: #ffffff; +} + +a.el { + font-weight: bold; +} + +a.elRef { +} + +a.code, a.code:visited, a.line, a.line:visited { + color: #4665A2; +} + +a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited { + color: #4665A2; +} + +/* @end */ + +dl.el { + margin-left: -1cm; +} + +pre.fragment { + border: 1px solid #FF8000; + background-color: #FFF8F0; + padding: 4px 6px; + margin: 4px 8px 4px 2px; + overflow: auto; + word-wrap: break-word; + font-size: 9pt; + line-height: 125%; + font-family: monospace, fixed; + font-size: 105%; +} + +div.fragment { + padding: 4px 6px; + margin: 4px 8px 4px 2px; + background-color: #FFF8F0; + border: 1px solid #FF8000; +} + +div.line { + font-family: monospace, fixed; + font-size: 13px; + min-height: 13px; + line-height: 1.0; + text-wrap: unrestricted; + white-space: -moz-pre-wrap; /* Moz */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + white-space: pre-wrap; /* CSS3 */ + word-wrap: break-word; /* IE 5.5+ */ + text-indent: -53px; + padding-left: 53px; + padding-bottom: 0px; + margin: 0px; + -webkit-transition-property: background-color, box-shadow; + -webkit-transition-duration: 0.5s; + -moz-transition-property: background-color, box-shadow; + -moz-transition-duration: 0.5s; + -ms-transition-property: background-color, box-shadow; + -ms-transition-duration: 0.5s; + -o-transition-property: background-color, box-shadow; + -o-transition-duration: 0.5s; + transition-property: background-color, box-shadow; + transition-duration: 0.5s; +} + +div.line.glow { + background-color: cyan; + box-shadow: 0 0 10px cyan; +} + + +span.lineno { + padding-right: 4px; + text-align: right; + border-right: 2px solid #0F0; + background-color: #E8E8E8; + white-space: pre; +} +span.lineno a { + background-color: #D8D8D8; +} + +span.lineno a:hover { + background-color: #C8C8C8; +} + +div.ah, span.ah { + background-color: black; + font-weight: bold; + color: #ffffff; + margin-bottom: 3px; + margin-top: 3px; + padding: 0.2em; + border: solid thin #333; + border-radius: 0.5em; + -webkit-border-radius: .5em; + -moz-border-radius: .5em; + box-shadow: 2px 2px 3px #999; + -webkit-box-shadow: 2px 2px 3px #999; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); + background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); +} + +div.classindex ul { + list-style: none; + padding-left: 0; +} + +div.classindex span.ai { + display: inline-block; +} + +div.groupHeader { + margin-left: 16px; + margin-top: 12px; + font-weight: bold; +} + +div.groupText { + margin-left: 16px; + font-style: italic; +} + +body { + color: black; + margin: 0; +} + +td.indexkey { + background-color: #FFF8F0; + font-weight: bold; + border: 1px solid #C4CFE5; + margin: 2px 0px 2px 0; + padding: 2px 10px; + white-space: nowrap; + vertical-align: top; +} + +td.indexvalue { + background-color: #FFF8F0; + border: 1px solid #C4CFE5; + padding: 2px 10px; + margin: 2px 0px; +} + +tr.memlist { + background-color: #FFF8F0; +} + +p.formulaDsp { + text-align: center; +} + +img.formulaDsp { + +} + +img.formulaInl { + vertical-align: middle; +} + +div.center { + text-align: center; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; +} + +div.center img { + border: 0px; +} + +address.footer { + display: none; +} + +img.footer { + border: 0px; + vertical-align: middle; +} + +/* @group Code Colorization */ + +span.keyword { + color: #008000 +} + +span.keywordtype { + color: #604020 +} + +span.keywordflow { + color: #e08000 +} + +span.comment { + color: #800000 +} + +span.preprocessor { + color: #806020 +} + +span.stringliteral { + color: #002080 +} + +span.charliteral { + color: #008080 +} + +span.vhdldigit { + color: #ff00ff +} + +span.vhdlchar { + color: #000000 +} + +span.vhdlkeyword { + color: #700070 +} + +span.vhdllogic { + color: #ff0000 +} + +blockquote { + background-color: #F7F8FB; + border-left: 2px solid #9CAFD4; + margin: 0 24px 0 4px; + padding: 0 12px 0 16px; +} + +/* @end */ + +/* +.search { + color: #003399; + font-weight: bold; +} + +form.search { + margin-bottom: 0px; + margin-top: 0px; +} + +input.search { + font-size: 75%; + color: #000080; + font-weight: normal; + background-color: #e8eef2; +} +*/ + +td.tiny { + font-size: 75%; +} + +.dirtab { + padding: 4px; + border-collapse: collapse; + border: 1px solid #FF8000; +} + +th.dirtab { + background: #EBEFF6; + font-weight: bold; +} + +hr { + height: 0px; + border: none; + border-top: 1px solid #4A6AAA; +} + +hr.footer { + display: none; +} + +/* @group Member Descriptions */ + +table.memberdecls { + border-spacing: 0px; + padding: 0px; +} + +.memberdecls td, .fieldtable tr { + -webkit-transition-property: background-color, box-shadow; + -webkit-transition-duration: 0.5s; + -moz-transition-property: background-color, box-shadow; + -moz-transition-duration: 0.5s; + -ms-transition-property: background-color, box-shadow; + -ms-transition-duration: 0.5s; + -o-transition-property: background-color, box-shadow; + -o-transition-duration: 0.5s; + transition-property: background-color, box-shadow; + transition-duration: 0.5s; +} + +.memberdecls td.glow, .fieldtable tr.glow { + background-color: cyan; + box-shadow: 0 0 15px cyan; +} + +.mdescLeft, .mdescRight, +.memItemLeft, .memItemRight, +.memTemplItemLeft, .memTemplItemRight, .memTemplParams { + background-color: #FFFCF8; + border: none; + margin: 4px; + padding: 1px 0 0 8px; +} + +.mdescLeft, .mdescRight { + padding: 0px 8px 4px 8px; + color: #555; +} + +.memSeparator { + border-bottom: 1px solid #FFF8F0; + line-height: 1px; + margin: 0px; + padding: 0px; +} + +.memItemLeft, .memTemplItemLeft { + white-space: nowrap; +} + +.memItemRight { + width: 100%; +} + +.memTemplParams { + color: #bf6000; + white-space: nowrap; + font-size: 80%; +} + +/* @end */ + +/* @group Member Details */ + +/* Styles for detailed member documentation */ + +.memtemplate { + font-size: 80%; + color: #4665A2; + font-weight: normal; + margin-left: 9px; +} + +.memnav { + background-color: #FFF8F0; + border: 1px solid #FF8000; + text-align: center; + margin: 2px; + margin-right: 15px; + padding: 2px; +} + +.mempage { + width: 100%; +} + +.memitem { + padding: 0; + margin-bottom: 10px; + margin-right: 5px; + -webkit-transition: box-shadow 0.5s linear; + -moz-transition: box-shadow 0.5s linear; + -ms-transition: box-shadow 0.5s linear; + -o-transition: box-shadow 0.5s linear; + transition: box-shadow 0.5s linear; + display: table !important; + width: 100%; +} + +.memitem.glow { + box-shadow: 0 0 15px cyan; +} + +.memname { + font-weight: bold; + margin-left: 6px; +} + +.memname td { + vertical-align: bottom; +} + +.memproto, dl.reflist dt { + border-top: 1px solid #bf6000; + border-left: 1px solid #bf6000; + border-right: 1px solid #bf6000; + padding: 6px 0px 6px 0px; + /*color: #253555;*/ + font-weight: bold; + /*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);*/ + /*background-image:url('nav_f.png');*/ + background-repeat:repeat-x; + background-color: #FFF8F0; + /* opera specific markup */ + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + border-top-right-radius: 4px; + border-top-left-radius: 4px; + /* firefox specific markup */ + -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + -moz-border-radius-topright: 4px; + -moz-border-radius-topleft: 4px; + /* webkit specific markup */ + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + -webkit-border-top-right-radius: 4px; + -webkit-border-top-left-radius: 4px; + +} + +.memdoc, dl.reflist dd { + border-bottom: 1px solid #bf6000; + border-left: 1px solid #bf6000; + border-right: 1px solid #bf6000; + padding: 6px 10px 2px 10px; + border-top-width: 0; + background-image:url('nav_g.png'); + background-repeat:repeat-x; + background-color: #FFFDFB; + /* opera specific markup */ + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + /* firefox specific markup */ + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-bottomright: 4px; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + /* webkit specific markup */ + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); +} + +dl.reflist dt { + padding: 5px; +} + +dl.reflist dd { + margin: 0px 0px 10px 0px; + padding: 5px; +} + +.paramkey { + text-align: right; +} + +.paramtype { + white-space: nowrap; +} + +.paramname { + color: #602020; + white-space: nowrap; +} +.paramname em { + font-style: normal; +} +.paramname code { + line-height: 14px; +} + +.params, .retval, .exception, .tparams { + margin-left: 0px; + padding-left: 0px; +} + +.params .paramname, .retval .paramname { + font-weight: bold; + vertical-align: top; +} + +.params .paramtype { + font-style: italic; + vertical-align: top; +} + +.params .paramdir { + font-family: "courier new",courier,monospace; + vertical-align: top; +} + +table.mlabels { + border-spacing: 0px; +} + +td.mlabels-left { + width: 100%; + padding: 0px; +} + +td.mlabels-right { + vertical-align: bottom; + padding: 0px; + white-space: nowrap; +} + +span.mlabels { + margin-left: 8px; +} + +span.mlabel { + background-color: #728DC1; + border-top:1px solid #5373B4; + border-left:1px solid #5373B4; + border-right:1px solid #C4CFE5; + border-bottom:1px solid #C4CFE5; + text-shadow: none; + color: white; + margin-right: 4px; + padding: 2px 3px; + border-radius: 3px; + font-size: 7pt; + white-space: nowrap; + vertical-align: middle; +} + + + +/* @end */ + +/* these are for tree view inside a (index) page */ + +div.directory { + margin: 10px 0px; + border-top: 1px solid #bf6000; + border-bottom: 1px solid #bf6000; + width: 100%; +} + +.directory table { + border-collapse:collapse; +} + +.directory td { + margin: 0px; + padding: 0px; + vertical-align: top; +} + +.directory td.entry { + white-space: nowrap; + padding-right: 6px; + padding-top: 3px; +} + +.directory td.entry a { + outline:none; +} + +.directory td.entry a img { + border: none; +} + +.directory td.desc { + width: 100%; + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + border-left: 1px solid rgba(0,0,0,0.05); +} + +.directory tr.even { + padding-left: 6px; + background-color: #FFFDFB; +} + +.directory img { + vertical-align: -30%; +} + +.directory .levels { + white-space: nowrap; + width: 100%; + text-align: right; + font-size: 9pt; +} + +.directory .levels span { + cursor: pointer; + padding-left: 2px; + padding-right: 2px; + color: #bf6000; +} + +.arrow { + color: #bf6000; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + font-size: 80%; + display: inline-block; + width: 16px; + height: 22px; +} + +.icon { + font-family: Arial, Helvetica; + font-weight: bold; + font-size: 12px; + height: 14px; + width: 16px; + display: inline-block; + background-color: #bf6000; + color: white; + text-align: center; + border-radius: 4px; + margin-left: 2px; + margin-right: 2px; +} + +.icona { + width: 24px; + height: 22px; + display: inline-block; +} + +.iconfopen { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('folderopen.png'); + background-position: 0px -4px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +.iconfclosed { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('folderclosed.png'); + background-position: 0px -4px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +.icondoc { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('doc.png'); + background-position: 0px -4px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +table.directory { + font: 400 14px Roboto,sans-serif; +} + +/* @end */ + +div.dynheader { + margin-top: 8px; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +address { + font-style: normal; + color: #2A3D61; +} + +table.doxtable { + border-collapse:collapse; + margin-top: 4px; + margin-bottom: 4px; +} + +table.doxtable td, table.doxtable th { + border: 1px solid #2D4068; + padding: 3px 7px 2px; +} + +table.doxtable th { + background-color: #374F7F; + color: #FFFFFF; + font-size: 110%; + padding-bottom: 4px; + padding-top: 5px; +} + +table.fieldtable { + /*width: 100%;*/ + margin-bottom: 10px; + border: 1px solid #A8B8D9; + border-spacing: 0px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; + -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); + box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); +} + +.fieldtable td, .fieldtable th { + padding: 3px 7px 2px; +} + +.fieldtable td.fieldtype, .fieldtable td.fieldname { + white-space: nowrap; + border-right: 1px solid #A8B8D9; + border-bottom: 1px solid #A8B8D9; + vertical-align: top; +} + +.fieldtable td.fieldname { + padding-top: 3px; +} + +.fieldtable td.fielddoc { + border-bottom: 1px solid #A8B8D9; + /*width: 100%;*/ +} + +.fieldtable td.fielddoc p:first-child { + margin-top: 0px; +} + +.fieldtable td.fielddoc p:last-child { + margin-bottom: 2px; +} + +.fieldtable tr:last-child td { + border-bottom: none; +} + +.fieldtable th { + background-image:url('nav_f.png'); + background-repeat:repeat-x; + background-color: #E2E8F2; + font-size: 90%; + color: #253555; + padding-bottom: 4px; + padding-top: 5px; + text-align:left; + -moz-border-radius-topleft: 4px; + -moz-border-radius-topright: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom: 1px solid #A8B8D9; +} + + +.tabsearch { + top: 0px; + left: 10px; + height: 36px; + background-image: url('tab_b.png'); + z-index: 101; + overflow: hidden; + font-size: 13px; +} + +.navpath ul +{ + font-size: 11px; + /*background-image:url('tab_b.png');*/ + background-color: #FFF8F0; + background-repeat:repeat-x; + background-position: 0 -5px; + height:30px; + line-height:30px; + color:#bf6000; + border:solid 0px #C2CDE4; + overflow:hidden; + margin:0px; + padding:0px; +} + +.navpath li +{ + list-style-type:none; + float:left; + padding-left:10px; + padding-right:15px; + background-image:url('bc_s.png'); + background-repeat:no-repeat; + background-position:right; + color:#bf6000; +} + +.navpath li.navelem a +{ + height:32px; + display:block; + text-decoration: none; + outline: none; + color: #bf6000; + font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; + text-decoration: none; +} + +.navpath li.navelem a:hover +{ + color:#6884BD; +} + +.navpath li.footer +{ + list-style-type:none; + float:right; + padding-left:10px; + padding-right:15px; + background-image:none; + background-repeat:no-repeat; + background-position:right; + color:#bf6000; + font-size: 8pt; +} + +div.summary +{ + float: right; + font-size: 8pt; + padding-right: 5px; + width: 50%; + text-align: right; +} + +div.summary a +{ + white-space: nowrap; +} + +div.ingroups +{ + font-size: 8pt; + width: 50%; + text-align: left; +} + +div.ingroups a +{ + white-space: nowrap; +} + +div.header +{ + background-repeat:repeat-x; + background-color: #FFFCF8; + + padding:0px; + margin:0px; + margin-left:auto; + margin-right:auto; + width:1280px; +} + +div.headertitle +{ + padding: 5px 5px 5px 10px; +} + +dl +{ + padding: 0 0 0 10px; +} + +/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */ +dl.section +{ + margin-left: 0px; + padding-left: 0px; +} + +dl.note +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #D0C000; +} + +dl.warning, dl.attention +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #FF0000; +} + +dl.pre, dl.post, dl.invariant +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #00D000; +} + +dl.deprecated +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #505050; +} + +dl.todo +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #E0C000; +} + +dl.test +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #3030E0; +} + +dl.bug +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #C08050; +} + +dl.section dd { + margin-bottom: 6px; +} + + +#projectlogo +{ + text-align: center; + vertical-align: bottom; + border-collapse: separate; +} + +#projectlogo img +{ + border: 0px none; +} + +#projectalign +{ + vertical-align: middle; +} + +#projectname +{ + font: 300% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 2px 0px; + color: #FF8000; +} + +#projectbrief +{ + font: 120% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 0px; +} + +#projectnumber +{ + font: 50% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 0px; +} + +#titlearea +{ + padding: 0px; + margin: 0px; + width: 100%; + border-bottom: 1px solid #5373B4; +} + +.image +{ + text-align: center; +} + +.dotgraph +{ + text-align: center; +} + +.mscgraph +{ + text-align: center; +} + +.diagraph +{ + text-align: center; +} + +.caption +{ + font-weight: bold; +} + +div.zoom +{ + border: 1px solid #90A5CE; +} + +dl.citelist { + margin-bottom:50px; +} + +dl.citelist dt { + color:#334975; + float:left; + font-weight:bold; + margin-right:10px; + padding:5px; +} + +dl.citelist dd { + margin:2px 0; + padding:5px 0; +} + +div.toc { + padding: 14px 25px; + background-color: #F4F6FA; + border: 1px solid #D8DFEE; + border-radius: 7px 7px 7px 7px; + float: right; + height: auto; + margin: 0 20px 10px 10px; + width: 200px; +} + +div.toc li { + background: url("bdwn.png") no-repeat scroll 0 5px transparent; + font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif; + margin-top: 5px; + padding-left: 10px; + padding-top: 2px; +} + +div.toc h3 { + font: bold 12px/1.2 Arial,FreeSans,sans-serif; + color: #4665A2; + border-bottom: 0 none; + margin: 0; +} + +div.toc ul { + list-style: none outside none; + border: medium none; + padding: 0px; +} + +div.toc li.level1 { + margin-left: 0px; +} + +div.toc li.level2 { + margin-left: 15px; +} + +div.toc li.level3 { + margin-left: 30px; +} + +div.toc li.level4 { + margin-left: 45px; +} + +.inherit_header { + font-weight: bold; + color: gray; + cursor: pointer; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.inherit_header td { + padding: 6px 0px 2px 5px; +} + +.inherit { + display: none; +} + +tr.heading h2 { + margin-top: 12px; + margin-bottom: 4px; +} + +/* tooltip related style info */ + +.ttc { + position: absolute; + display: none; +} + +#powerTip { + cursor: default; + white-space: nowrap; + background-color: white; + border: 1px solid gray; + border-radius: 4px 4px 4px 4px; + box-shadow: 1px 1px 7px gray; + display: none; + font-size: smaller; + max-width: 80%; + opacity: 0.9; + padding: 1ex 1em 1em; + position: absolute; + z-index: 2147483647; +} + +#powerTip div.ttdoc { + color: grey; + font-style: italic; +} + +#powerTip div.ttname a { + font-weight: bold; +} + +#powerTip div.ttname { + font-weight: bold; +} + +#powerTip div.ttdeci { + color: #006318; +} + +#powerTip div { + margin: 0px; + padding: 0px; + font: 12px/16px Roboto,sans-serif; +} + +#powerTip:before, #powerTip:after { + content: ""; + position: absolute; + margin: 0px; +} + +#powerTip.n:after, #powerTip.n:before, +#powerTip.s:after, #powerTip.s:before, +#powerTip.w:after, #powerTip.w:before, +#powerTip.e:after, #powerTip.e:before, +#powerTip.ne:after, #powerTip.ne:before, +#powerTip.se:after, #powerTip.se:before, +#powerTip.nw:after, #powerTip.nw:before, +#powerTip.sw:after, #powerTip.sw:before { + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; +} + +#powerTip.n:after, #powerTip.s:after, +#powerTip.w:after, #powerTip.e:after, +#powerTip.nw:after, #powerTip.ne:after, +#powerTip.sw:after, #powerTip.se:after { + border-color: rgba(255, 255, 255, 0); +} + +#powerTip.n:before, #powerTip.s:before, +#powerTip.w:before, #powerTip.e:before, +#powerTip.nw:before, #powerTip.ne:before, +#powerTip.sw:before, #powerTip.se:before { + border-color: rgba(128, 128, 128, 0); +} + +#powerTip.n:after, #powerTip.n:before, +#powerTip.ne:after, #powerTip.ne:before, +#powerTip.nw:after, #powerTip.nw:before { + top: 100%; +} + +#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after { + border-top-color: #ffffff; + border-width: 10px; + margin: 0px -10px; +} +#powerTip.n:before { + border-top-color: #808080; + border-width: 11px; + margin: 0px -11px; +} +#powerTip.n:after, #powerTip.n:before { + left: 50%; +} + +#powerTip.nw:after, #powerTip.nw:before { + right: 14px; +} + +#powerTip.ne:after, #powerTip.ne:before { + left: 14px; +} + +#powerTip.s:after, #powerTip.s:before, +#powerTip.se:after, #powerTip.se:before, +#powerTip.sw:after, #powerTip.sw:before { + bottom: 100%; +} + +#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after { + border-bottom-color: #ffffff; + border-width: 10px; + margin: 0px -10px; +} + +#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before { + border-bottom-color: #808080; + border-width: 11px; + margin: 0px -11px; +} + +#powerTip.s:after, #powerTip.s:before { + left: 50%; +} + +#powerTip.sw:after, #powerTip.sw:before { + right: 14px; +} + +#powerTip.se:after, #powerTip.se:before { + left: 14px; +} + +#powerTip.e:after, #powerTip.e:before { + left: 100%; +} +#powerTip.e:after { + border-left-color: #ffffff; + border-width: 10px; + top: 50%; + margin-top: -10px; +} +#powerTip.e:before { + border-left-color: #808080; + border-width: 11px; + top: 50%; + margin-top: -11px; +} + +#powerTip.w:after, #powerTip.w:before { + right: 100%; +} +#powerTip.w:after { + border-right-color: #ffffff; + border-width: 10px; + top: 50%; + margin-top: -10px; +} +#powerTip.w:before { + border-right-color: #808080; + border-width: 11px; + top: 50%; + margin-top: -11px; +} + +#titlearea +{ + margin: 0px; + padding-top: 8px; + padding-bottom: 8px; + margin-top: 32px; + width: 100%; + border-bottom: 0px solid #FF8000; + border-top-left-radius: 8px; + border-top-right-radius: 8px; + background-color:#FFFFFF; +} + +#top +{ + margin-left:auto; + margin-right:auto; + width:1280px; +} + +@media print +{ + #top { display: none; } + #side-nav { display: none; } + #nav-path { display: none; } + body { overflow:visible; } + h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } + .summary { display: none; } + .memitem { page-break-inside: avoid; } + #doc-content + { + margin-left:0 !important; + height:auto !important; + width:auto !important; + overflow:inherit; + display:inline; + } +} + diff --git a/glm/doc/api/doxygen.png b/glm/doc/api/doxygen.png new file mode 100644 index 0000000000000000000000000000000000000000..3ff17d807fd8aa003bed8bb2a69e8f0909592fd1 GIT binary patch literal 3779 zcmV;!4m|ORP)tMIv#Q0*~7*`IBSO7_x;@a8#Zk6_PeKR_s92J&)(m+);m9Iz3blw)z#Gi zP!9lj4$%+*>Hz@HCmM9L9|8c+0u=!H$O3?R0Kgx|#WP<6fKfC8fM-CQZT|_r@`>VO zX^Hgb|9cJqpdJA5$MCEK`F_2@2Y@s>^+;pF`~jdI0Pvr|vl4`=C)EH@1IFe7pdJ8F zH(qGi004~QnF)Ggga~8v08kGAs2hKTATxr7pwfNk|4#_AaT>w8P6TV+R2kbS$v==} zAjf`s0g#V8lB+b3)5oEI*q+{Yt$MZDruD2^;$+(_%Qn+%v0X-bJO=;@kiJ^ygLBnC z?1OVv_%aex1M@jKU|Z~$eI?PoF4Vj>fDzyo zAiLfpXY*a^Sj-S5D0S3@#V$sRW)g)_1e#$%8xdM>Jm7?!h zu0P2X=xoN>^!4DoPRgph2(2va07yfpXF+WH7EOg1GY%Zn z7~1A<(z7Q$ktEXhW_?GMpHp9l_UL18F3KOsxu81pqoBiNbFSGsof-W z6~eloMoz=4?OOnl2J268x5rOY`dCk0us(uS#Ud4yqOr@?=Q57a}tit|BhY>}~frH1sP`ScHS_d)oqH^lYy zZ%VP`#10MlE~P?cE(%(#(AUSv_T{+;t@$U}El}(1ig`vZo`Rm;+5&(AYzJ^Ae=h2X z@Re%vHwZU>|f0NI&%$*4eJweC5OROQrpPMA@*w|o z()A==l}(@bv^&>H1Ob3C=<^|hob?0+xJ?QQ3-ueQC}zy&JQNib!OqSO@-=>XzxlSF zAZ^U*1l6EEmg3r};_HY>&Jo_{dOPEFTWPmt=U&F#+0(O59^UIlHbNX+eF8UzyDR*T z(=5X$VF3!gm@RooS-&iiUYGG^`hMR(07zr_xP`d!^BH?uD>Phl8Rdifx3Af^Zr`Ku ztL+~HkVeL#bJ)7;`=>;{KNRvjmc}1}c58Sr#Treq=4{xo!ATy|c>iRSp4`dzMMVd@ zL8?uwXDY}Wqgh4mH`|$BTXpUIu6A1-cSq%hJw;@^Zr8TP=GMh*p(m(tN7@!^D~sl$ zz^tf4II4|};+irE$Fnm4NTc5%p{PRA`%}Zk`CE5?#h3|xcyQsS#iONZ z6H(@^i9td!$z~bZiJLTax$o>r(p}3o@< zyD7%(>ZYvy=6$U3e!F{Z`uSaYy`xQyl?b{}eg|G3&fz*`QH@mDUn)1%#5u`0m$%D} z?;tZ0u(mWeMV0QtzjgN!lT*pNRj;6510Wwx?Yi_=tYw|J#7@(Xe7ifDzXuK;JB;QO z#bg~K$cgm$@{QiL_3yr}y&~wuv=P=#O&Tj=Sr)aCUlYmZMcw?)T?c%0rUe1cS+o!qs_ zQ6Gp)-{)V!;=q}llyK3|^WeLKyjf%y;xHku;9(vM!j|~<7w1c*Mk-;P{T&yG) z@C-8E?QPynNQ<8f01D`2qexcVEIOU?y}MG)TAE6&VT5`rK8s(4PE;uQ92LTXUQ<>^ ztyQ@=@kRdh@ebUG^Z6NWWIL;_IGJ2ST>$t!$m$qvtj0Qmw8moN6GUV^!QKNK zHBXCtUH8)RY9++gH_TUV4^=-j$t}dD3qsN7GclJ^Zc&(j6&a_!$jCf}%c5ey`pm~1)@{yI3 zTdWyB+*X{JFw#z;PwRr5evb2!ueWF;v`B0HoUu4-(~aL=z;OXUUEtG`_$)Oxw6FKg zEzY`CyKaSBK3xt#8gA|r_|Kehn_HYVBMpEwbn9-fI*!u*eTA1ef8Mkl1=!jV4oYwWYM}i`A>_F4nhmlCIC6WLa zY%;4&@AlnaG11ejl61Jev21|r*m+?Kru3;1tFDl}#!OzUp6c>go4{C|^erwpG*&h6bspUPJag}oOkN2912Y3I?(eRc@U9>z#HPBHC?nps7H5!zP``90!Q1n80jo+B3TWXp!8Pe zwuKuLLI6l3Gv@+QH*Y}2wPLPQ1^EZhT#+Ed8q8Wo z1pTmIBxv14-{l&QVKxAyQF#8Q@NeJwWdKk>?cpiJLkJr+aZ!Me+Cfp!?FWSRf^j2k z73BRR{WSKaMkJ>1Nbx5dan5hg^_}O{Tj6u%iV%#QGz0Q@j{R^Ik)Z*+(YvY2ziBG)?AmJa|JV%4UT$k`hcOg5r9R?5>?o~JzK zJCrj&{i#hG>N7!B4kNX(%igb%kDj0fOQThC-8mtfap82PNRXr1D>lbgg)dYTQ(kbx z`Ee5kXG~Bh+BHQBf|kJEy6(ga%WfhvdQNDuOfQoe377l#ht&DrMGeIsI5C<&ai zWG$|hop2@@q5YDa)_-A?B02W;#fH!%k`daQLEItaJJ8Yf1L%8x;kg?)k)00P-lH+w z)5$QNV6r2$YtnV(4o=0^3{kmaXn*Dm0F*fU(@o)yVVjk|ln8ea6BMy%vZAhW9|wvA z8RoDkVoMEz1d>|5(k0Nw>22ZT){V<3$^C-cN+|~hKt2)){+l-?3m@-$c?-dlzQ)q- zZ)j%n^gerV{|+t}9m1_&&Ly!9$rtG4XX|WQ8`xYzGC~U@nYh~g(z9)bdAl#xH)xd5a=@|qql z|FzEil{P5(@gy!4ek05i$>`E^G~{;pnf6ftpLh$h#W?^#4UkPfa;;?bsIe&kz!+40 zI|6`F2n020)-r`pFaZ38F!S-lJM-o&inOw|66=GMeP@xQU5ghQH{~5Uh~TMTd;I9` z>YhVB`e^EVj*S7JF39ZgNf}A-0DwOcTT63ydN$I3b?yBQtUI*_fae~kPvzoD$zjX3 zoqBe#>12im4WzZ=f^4+u=!lA|#r%1`WB0-6*3BL#at`47#ebPpR|D1b)3BjT34nYY z%Ds%d?5$|{LgOIaRO{{oC&RK`O91$fqwM0(C_TALcozu*fWHb%%q&p-q{_8*2Zsi^ zh1ZCnr^UYa;4vQEtHk{~zi>wwMC5o{S=$P0X681y`SXwFH?Ewn{x-MOZynmc)JT5v zuHLwh;tLfxRrr%|k370}GofLl7thg>ACWWY&msqaVu&ry+`7+Ss>NL^%T1|z{IGMA zW-SKl=V-^{(f!Kf^#3(|T2W47d(%JVCI4JgRrT1pNz>+ietmFToNv^`gzC@&O-)+i zPQ~RwK8%C_vf%;%e>NyTp~dM5;!C|N0Q^6|CEb7Bw=Vz~$1#FA;Z*?mKSC)Hl-20s t8QyHj(g6VK0RYbl8UjE)0O0w=e*@m04r>stuEhWV002ovPDHLkV1hl;dM*F} literal 0 HcmV?d00001 diff --git a/glm/doc/api/dynsections.js b/glm/doc/api/dynsections.js new file mode 100644 index 0000000..1e6bf07 --- /dev/null +++ b/glm/doc/api/dynsections.js @@ -0,0 +1,104 @@ +function toggleVisibility(linkObj) +{ + var base = $(linkObj).attr('id'); + var summary = $('#'+base+'-summary'); + var content = $('#'+base+'-content'); + var trigger = $('#'+base+'-trigger'); + var src=$(trigger).attr('src'); + if (content.is(':visible')===true) { + content.hide(); + summary.show(); + $(linkObj).addClass('closed').removeClass('opened'); + $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png'); + } else { + content.show(); + summary.hide(); + $(linkObj).removeClass('closed').addClass('opened'); + $(trigger).attr('src',src.substring(0,src.length-10)+'open.png'); + } + return false; +} + +function updateStripes() +{ + $('table.directory tr'). + removeClass('even').filter(':visible:even').addClass('even'); +} + +function toggleLevel(level) +{ + $('table.directory tr').each(function() { + var l = this.id.split('_').length-1; + var i = $('#img'+this.id.substring(3)); + var a = $('#arr'+this.id.substring(3)); + if (l + + + + + +0.9.9 API documenation: File List + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + +
+ +
+
+ + +
+ +
+ +
+
+
File List
+
+
+
Here is a list of all documented files with brief descriptions:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 _features.hppGLM Core
 _fixes.hppGLM Core
 _noise.hppGLM Core
 _swizzle.hppGLM Core
 _swizzle_func.hppGLM Core
 _vectorize.hppGLM Core
 associated_min_max.hppGLM_GTX_associated_min_max
 bit.hppGLM_GTX_bit
 bitfield.hppGLM_GTC_bitfield
 closest_point.hppGLM_GTX_closest_point
 color_encoding.hppGLM_GTC_color_encoding
 gtc/color_space.hppGLM_GTC_color_space
 gtx/color_space.hppGLM_GTX_color_space
 color_space_YCoCg.hppGLM_GTX_color_space_YCoCg
 common.hppGLM Core
 gtx/common.hppGLM_GTX_common
 compatibility.hppGLM_GTX_compatibility
 component_wise.hppGLM_GTX_component_wise
 constants.hppGLM_GTC_constants
 dual_quaternion.hppGLM_GTX_dual_quaternion
 epsilon.hppGLM_GTC_epsilon
 euler_angles.hppGLM_GTX_euler_angles
 exponential.hppGLM Core
 ext.hppGLM Core (Dependence)
 extend.hppGLM_GTX_extend
 extended_min_max.hppgtx_extended_min_max
 fast_exponential.hppGLM_GTX_fast_exponential
 fast_square_root.hppGLM_GTX_fast_square_root
 fast_trigonometry.hppGLM_GTX_fast_trigonometry
 func_common.hppGLM Core
 func_exponential.hppGLM Core
 func_geometric.hppGLM Core
 func_integer.hppGLM Core
 func_matrix.hppGLM Core
 func_packing.hppGLM Core
 func_trigonometric.hppGLM Core
 func_vector_relational.hppGLM Core
 functions.hppGLM_GTC_functions
 fwd.hppGLM Core
 geometric.hppGLM Core
 glm.hppGLM Core
 gradient_paint.hppGLM_GTX_gradient_paint
 handed_coordinate_space.hppGLM_GTX_handed_coordinate_space
 hash.hppGLM_GTX_hash
 gtc/integer.hppGLM_GTC_integer
 gtx/integer.hppGLM_GTX_integer
 integer.hppGLM Core
 intersect.hppGLM_GTX_intersect
 io.hppGLM_GTX_io
 log_base.hppGLM_GTX_log_base
 man.doxy
 mat2x2.hppGLM Core
 mat2x3.hppGLM Core
 mat2x4.hppGLM Core
 mat3x2.hppGLM Core
 mat3x3.hppGLM Core
 mat3x4.hppGLM Core
 mat4x2.hppGLM Core
 mat4x3.hppGLM Core
 mat4x4.hppGLM Core
 matrix.hppGLM Core
 matrix_access.hppGLM_GTC_matrix_access
 matrix_cross_product.hppGLM_GTX_matrix_cross_product
 matrix_decompose.hppGLM_GTX_matrix_decompose
 matrix_integer.hppGLM_GTC_matrix_integer
 matrix_interpolation.hppGLM_GTX_matrix_interpolation
 matrix_inverse.hppGLM_GTC_matrix_inverse
 matrix_major_storage.hppGLM_GTX_matrix_major_storage
 matrix_operation.hppGLM_GTX_matrix_operation
 matrix_query.hppGLM_GTX_matrix_query
 matrix_transform.hppGLM_GTC_matrix_transform
 matrix_transform_2d.hppGLM_GTX_matrix_transform_2d
 mixed_product.hppGLM_GTX_mixed_producte
 noise.hppGLM_GTC_noise
 norm.hppGLM_GTX_norm
 normal.hppGLM_GTX_normal
 normalize_dot.hppGLM_GTX_normalize_dot
 number_precision.hppGLM_GTX_number_precision
 optimum_pow.hppGLM_GTX_optimum_pow
 orthonormalize.hppGLM_GTX_orthonormalize
 gtc/packing.hppGLM_GTC_packing
 packing.hppGLM Core
 pages.doxy
 perpendicular.hppGLM_GTX_perpendicular
 polar_coordinates.hppGLM_GTX_polar_coordinates
 precision.hppGLM Core
 projection.hppGLM_GTX_projection
 gtc/quaternion.hppGLM_GTC_quaternion
 gtx/quaternion.hppGLM_GTX_quaternion
 random.hppGLM_GTC_random
 range.hppGLM_GTX_range
 raw_data.hppGLM_GTX_raw_data
 reciprocal.hppGLM_GTC_reciprocal
 rotate_normalized_axis.hppGLM_GTX_rotate_normalized_axis
 rotate_vector.hppGLM_GTX_rotate_vector
 round.hppGLM_GTC_round
 scalar_multiplication.hppGTX Extensions (Experimental)
 scalar_relational.hppGLM_GTX_scalar_relational
 setup.hppGLM Core
 spline.hppGLM_GTX_spline
 std_based_type.hppGLM_GTX_std_based_type
 string_cast.hppGLM_GTX_string_cast
 transform.hppGLM_GTX_transform
 transform2.hppGLM_GTX_transform2
 trigonometric.hppGLM Core
 gtc/type_aligned.hppGLM_GTC_type_aligned
 gtx/type_aligned.hppGLM_GTX_type_aligned
 type_float.hppGLM Core
 type_gentype.hppGLM Core
 type_half.hppGLM Core
 type_int.hppGLM Core
 type_mat.hppGLM Core
 type_mat2x2.hppGLM Core
 type_mat2x3.hppGLM Core
 type_mat2x4.hppGLM Core
 type_mat3x2.hppGLM Core
 type_mat3x3.hppGLM Core
 type_mat3x4.hppGLM Core
 type_mat4x2.hppGLM Core
 type_mat4x3.hppGLM Core
 type_mat4x4.hppGLM Core
 type_precision.hppGLM_GTC_type_precision
 type_ptr.hppGLM_GTC_type_ptr
 type_trait.hppGLM_GTX_type_trait
 type_vec.hppGLM Core
 type_vec1.hppGLM Core
 type_vec2.hppGLM Core
 type_vec3.hppGLM Core
 type_vec4.hppGLM Core
 ulp.hppGLM_GTC_ulp
 vec1.hppGLM_GTC_vec1
 vec2.hppGLM Core
 vec3.hppGLM Core
 vec4.hppGLM Core
 vec_swizzle.hppGLM_GTX_vec_swizzle
 vector_angle.hppGLM_GTX_vector_angle
 vector_query.hppGLM_GTX_vector_query
 vector_relational.hppGLM Core
 wrap.hppGLM_GTX_wrap
+
+
+ + + + diff --git a/glm/doc/api/folderclosed.png b/glm/doc/api/folderclosed.png new file mode 100644 index 0000000000000000000000000000000000000000..bb8ab35edce8e97554e360005ee9fc5bffb36e66 GIT binary patch literal 616 zcmV-u0+;=XP)a9#ETzayK)T~Jw&MMH>OIr#&;dC}is*2Mqdf&akCc=O@`qC+4i z5Iu3w#1M@KqXCz8TIZd1wli&kkl2HVcAiZ8PUn5z_kG@-y;?yK06=cA0U%H0PH+kU zl6dp}OR(|r8-RG+YLu`zbI}5TlOU6ToR41{9=uz^?dGTNL;wIMf|V3`d1Wj3y!#6` zBLZ?xpKR~^2x}?~zA(_NUu3IaDB$tKma*XUdOZN~c=dLt_h_k!dbxm_*ibDM zlFX`g{k$X}yIe%$N)cn1LNu=q9_CS)*>A zsX_mM4L@`(cSNQKMFc$RtYbx{79#j-J7hk*>*+ZZhM4Hw?I?rsXCi#mRWJ=-0LGV5a-WR0Qgt<|Nqf)C-@80`5gIz45^_20000IqP)X=#(TiCT&PiIIVc55T}TU}EUh*{q$|`3@{d>{Tc9Bo>e= zfmF3!f>fbI9#GoEHh0f`i5)wkLpva0ztf%HpZneK?w-7AK@b4Itw{y|Zd3k!fH?q2 zlhckHd_V2M_X7+)U&_Xcfvtw60l;--DgZmLSw-Y?S>)zIqMyJ1#FwLU*%bl38ok+! zh78H87n`ZTS;uhzAR$M`zZ`bVhq=+%u9^$5jDplgxd44}9;IRqUH1YHH|@6oFe%z( zo4)_>E$F&^P-f(#)>(TrnbE>Pefs9~@iN=|)Rz|V`sGfHNrJ)0gJb8xx+SBmRf@1l zvuzt=vGfI)<-F9!o&3l?>9~0QbUDT(wFdnQPv%xdD)m*g%!20>Bc9iYmGAp<9YAa( z0QgYgTWqf1qN++Gqp z8@AYPTB3E|6s=WLG?xw0tm|U!o=&zd+H0oRYE;Dbx+Na9s^STqX|Gnq%H8s(nGDGJ j8vwW|`Ts`)fSK|Kx=IK@RG@g200000NkvXXu0mjfauFEA literal 0 HcmV?d00001 diff --git a/glm/doc/api/index.html b/glm/doc/api/index.html new file mode 100644 index 0000000..6bc66db --- /dev/null +++ b/glm/doc/api/index.html @@ -0,0 +1,107 @@ + + + + + + +0.9.9 API documenation: OpenGL Mathematics + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+
+
OpenGL Mathematics
+
+
+

OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification.

+

GLM provides classes and functions designed and implemented with the same naming conventions and functionalities than GLSL so that when a programmer knows GLSL, he knows GLM as well which makes it really easy to use.

+

This project isn't limited to GLSL features. An extension system, based on the GLSL extension conventions, provides extended capabilities: matrix transformations, quaternions, half-based types, random numbers, noise, etc...

+

This library works perfectly with OpenGL but it also ensures interoperability with other third party libraries and SDK. It is a good candidate for software rendering (raytracing / rasterisation), image processing, physic simulations and any development context that requires a simple and convenient mathematics library.

+

GLM is written in C++98 but can take advantage of C++11 when supported by the compiler. It is a platform independent library with no dependence and it officially supports the following compilers:

+
Note
The Doxygen-generated documentation will often state that a type or function is defined in a namespace that is a child of the glm namespace. Please ignore this; All publicly available types and functions can be accessed as a direct children of the glm namespace.
+

The source code is licensed under the Happy Bunny License (Modified MIT) and MIT license.

+

These pages are the API reference only. For more information about how to use GLM, please have a look at the manual.

+

Thanks for contributing to the project by submitting tickets for bug reports and feature requests. Any feedback is welcome at glm@g.nosp@m.-tru.nosp@m.c.net.

+
+ + + + diff --git a/glm/doc/api/jquery.js b/glm/doc/api/jquery.js new file mode 100644 index 0000000..1f4d0b4 --- /dev/null +++ b/glm/doc/api/jquery.js @@ -0,0 +1,68 @@ +/*! + * jQuery JavaScript Library v1.7.1 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Mon Nov 21 21:11:03 2011 -0500 + */ +(function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){return new bF.fn.init(b0,b1,bD)},bU=bb.jQuery,bH=bb.$,bD,bY=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bE=/\s+$/,bA=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bR=/(opera)(?:.*version)?[ \/]([\w.]+)/,bQ=/(msie) ([\w.]+)/,bS=/(mozilla)(?:.*? rv:([\w.]+))?/,bB=/-([a-z]|[0-9])/ig,bZ=/^-ms-/,bT=function(b0,b1){return(b1+"").toUpperCase()},bX=bu.userAgent,bV,bC,e,bL=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!b4&&av.body){this.context=av;this[0]=av.body;this.selector=b0;this.length=1;return this}if(typeof b0==="string"){if(b0.charAt(0)==="<"&&b0.charAt(b0.length-1)===">"&&b0.length>=3){b2=[null,b0,null]}else{b2=bY.exec(b0)}if(b2&&(b2[1]||!b4)){if(b2[1]){b4=b4 instanceof bF?b4[0]:b4;b6=(b4?b4.ownerDocument||b4:av);b1=bA.exec(b0);if(b1){if(bF.isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElement(b1[1])]}}else{b1=bF.buildFragment([b2[1]],[b6]);b0=(b1.cacheable?bF.clone(b1.fragment):b1.fragment).childNodes}return bF.merge(this,b0)}else{b5=av.getElementById(b2[2]);if(b5&&b5.parentNode){if(b5.id!==b2[2]){return b3.find(b0)}this.length=1;this[0]=b5}this.context=av;this.selector=b0;return this}}else{if(!b4||b4.jquery){return(b4||b3).find(b0)}else{return this.constructor(b4).find(b0)}}}else{if(bF.isFunction(b0)){return b3.ready(b0)}}if(b0.selector!==L){this.selector=b0.selector;this.context=b0.context}return bF.makeArray(b0,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(b0){return b0==null?this.toArray():(b0<0?this[this.length+b0]:this[b0])},pushStack:function(b1,b3,b0){var b2=this.constructor();if(bF.isArray(b1)){bz.apply(b2,b1)}else{bF.merge(b2,b1)}b2.prevObject=this;b2.context=this.context;if(b3==="find"){b2.selector=this.selector+(this.selector?" ":"")+b0}else{if(b3){b2.selector=this.selector+"."+b3+"("+b0+")"}}return b2},each:function(b1,b0){return bF.each(this,b1,b0)},ready:function(b0){bF.bindReady();bC.add(b0);return this},eq:function(b0){b0=+b0;return b0===-1?this.slice(b0):this.slice(b0,b0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(b0){return this.pushStack(bF.map(this,function(b2,b1){return b0.call(b2,b1,b2)}))},end:function(){return this.prevObject||this.constructor(null)},push:bz,sort:[].sort,splice:[].splice};bF.fn.init.prototype=bF.fn;bF.extend=bF.fn.extend=function(){var b9,b2,b0,b1,b6,b7,b5=arguments[0]||{},b4=1,b3=arguments.length,b8=false;if(typeof b5==="boolean"){b8=b5;b5=arguments[1]||{};b4=2}if(typeof b5!=="object"&&!bF.isFunction(b5)){b5={}}if(b3===b4){b5=this;--b4}for(;b40){return}bC.fireWith(av,[bF]);if(bF.fn.trigger){bF(av).trigger("ready").off("ready")}}},bindReady:function(){if(bC){return}bC=bF.Callbacks("once memory");if(av.readyState==="complete"){return setTimeout(bF.ready,1)}if(av.addEventListener){av.addEventListener("DOMContentLoaded",e,false);bb.addEventListener("load",bF.ready,false)}else{if(av.attachEvent){av.attachEvent("onreadystatechange",e);bb.attachEvent("onload",bF.ready);var b0=false;try{b0=bb.frameElement==null}catch(b1){}if(av.documentElement.doScroll&&b0){bw()}}}},isFunction:function(b0){return bF.type(b0)==="function"},isArray:Array.isArray||function(b0){return bF.type(b0)==="array"},isWindow:function(b0){return b0&&typeof b0==="object"&&"setInterval" in b0},isNumeric:function(b0){return !isNaN(parseFloat(b0))&&isFinite(b0)},type:function(b0){return b0==null?String(b0):bx[bL.call(b0)]||"object"},isPlainObject:function(b2){if(!b2||bF.type(b2)!=="object"||b2.nodeType||bF.isWindow(b2)){return false}try{if(b2.constructor&&!bG.call(b2,"constructor")&&!bG.call(b2.constructor.prototype,"isPrototypeOf")){return false}}catch(b1){return false}var b0;for(b0 in b2){}return b0===L||bG.call(b2,b0)},isEmptyObject:function(b1){for(var b0 in b1){return false}return true},error:function(b0){throw new Error(b0)},parseJSON:function(b0){if(typeof b0!=="string"||!b0){return null}b0=bF.trim(b0);if(bb.JSON&&bb.JSON.parse){return bb.JSON.parse(b0)}if(bN.test(b0.replace(bW,"@").replace(bP,"]").replace(bJ,""))){return(new Function("return "+b0))()}bF.error("Invalid JSON: "+b0)},parseXML:function(b2){var b0,b1;try{if(bb.DOMParser){b1=new DOMParser();b0=b1.parseFromString(b2,"text/xml")}else{b0=new ActiveXObject("Microsoft.XMLDOM");b0.async="false";b0.loadXML(b2)}}catch(b3){b0=L}if(!b0||!b0.documentElement||b0.getElementsByTagName("parsererror").length){bF.error("Invalid XML: "+b2)}return b0},noop:function(){},globalEval:function(b0){if(b0&&bM.test(b0)){(bb.execScript||function(b1){bb["eval"].call(bb,b1)})(b0)}},camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return b1.nodeName&&b1.nodeName.toUpperCase()===b0.toUpperCase()},each:function(b3,b6,b2){var b1,b4=0,b5=b3.length,b0=b5===L||bF.isFunction(b3);if(b2){if(b0){for(b1 in b3){if(b6.apply(b3[b1],b2)===false){break}}}else{for(;b40&&b0[0]&&b0[b1-1])||b1===0||bF.isArray(b0));if(b3){for(;b21?aJ.call(arguments,0):bG;if(!(--bw)){bC.resolveWith(bC,bx)}}}function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(arguments,0):bG;bC.notifyWith(bE,bB)}}if(e>1){for(;bv
a";bI=bv.getElementsByTagName("*");bF=bv.getElementsByTagName("a")[0];if(!bI||!bI.length||!bF){return{}}bG=av.createElement("select");bx=bG.appendChild(av.createElement("option"));bE=bv.getElementsByTagName("input")[0];bJ={leadingWhitespace:(bv.firstChild.nodeType===3),tbody:!bv.getElementsByTagName("tbody").length,htmlSerialize:!!bv.getElementsByTagName("link").length,style:/top/.test(bF.getAttribute("style")),hrefNormalized:(bF.getAttribute("href")==="/a"),opacity:/^0.55/.test(bF.style.opacity),cssFloat:!!bF.style.cssFloat,checkOn:(bE.value==="on"),optSelected:bx.selected,getSetAttribute:bv.className!=="t",enctype:!!av.createElement("form").enctype,html5Clone:av.createElement("nav").cloneNode(true).outerHTML!=="<:nav>",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bE.checked=true;bJ.noCloneChecked=bE.cloneNode(true).checked;bG.disabled=true;bJ.optDisabled=!bx.disabled;try{delete bv.test}catch(bC){bJ.deleteExpando=false}if(!bv.addEventListener&&bv.attachEvent&&bv.fireEvent){bv.attachEvent("onclick",function(){bJ.noCloneEvent=false});bv.cloneNode(true).fireEvent("onclick")}bE=av.createElement("input");bE.value="t";bE.setAttribute("type","radio");bJ.radioValue=bE.value==="t";bE.setAttribute("checked","checked");bv.appendChild(bE);bD=av.createDocumentFragment();bD.appendChild(bv.lastChild);bJ.checkClone=bD.cloneNode(true).cloneNode(true).lastChild.checked;bJ.appendChecked=bE.checked;bD.removeChild(bE);bD.appendChild(bv);bv.innerHTML="";if(bb.getComputedStyle){bA=av.createElement("div");bA.style.width="0";bA.style.marginRight="0";bv.style.width="2px";bv.appendChild(bA);bJ.reliableMarginRight=(parseInt((bb.getComputedStyle(bA,null)||{marginRight:0}).marginRight,10)||0)===0}if(bv.attachEvent){for(by in {submit:1,change:1,focusin:1}){bB="on"+by;bw=(bB in bv);if(!bw){bv.setAttribute(bB,"return;");bw=(typeof bv[bB]==="function")}bJ[by+"Bubbles"]=bw}}bD.removeChild(bv);bD=bG=bx=bA=bv=bE=null;b(function(){var bM,bU,bV,bT,bN,bO,bL,bS,bR,e,bP,bQ=av.getElementsByTagName("body")[0];if(!bQ){return}bL=1;bS="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;";bR="visibility:hidden;border:0;";e="style='"+bS+"border:5px solid #000;padding:0;'";bP="
";bM=av.createElement("div");bM.style.cssText=bR+"width:0;height:0;position:static;top:0;margin-top:"+bL+"px";bQ.insertBefore(bM,bQ.firstChild);bv=av.createElement("div");bM.appendChild(bv);bv.innerHTML="
t
";bz=bv.getElementsByTagName("td");bw=(bz[0].offsetHeight===0);bz[0].style.display="";bz[1].style.display="none";bJ.reliableHiddenOffsets=bw&&(bz[0].offsetHeight===0);bv.innerHTML="";bv.style.width=bv.style.paddingLeft="1px";b.boxModel=bJ.boxModel=bv.offsetWidth===2;if(typeof bv.style.zoom!=="undefined"){bv.style.display="inline";bv.style.zoom=1;bJ.inlineBlockNeedsLayout=(bv.offsetWidth===2);bv.style.display="";bv.innerHTML="
";bJ.shrinkWrapBlocks=(bv.offsetWidth!==2)}bv.style.cssText=bS+bR;bv.innerHTML=bP;bU=bv.firstChild;bV=bU.firstChild;bN=bU.nextSibling.firstChild.firstChild;bO={doesNotAddBorder:(bV.offsetTop!==5),doesAddBorderForTableAndCells:(bN.offsetTop===5)};bV.style.position="fixed";bV.style.top="20px";bO.fixedPosition=(bV.offsetTop===20||bV.offsetTop===15);bV.style.position=bV.style.top="";bU.style.overflow="hidden";bU.style.position="relative";bO.subtractsBorderForOverflowNotVisible=(bV.offsetTop===-5);bO.doesNotIncludeMarginInBodyOffset=(bQ.offsetTop!==bL);bQ.removeChild(bM);bv=bM=null;b.extend(bJ,bO)});return bJ})();var aS=/^(?:\{.*\}|\[.*\])$/,aA=/([A-Z])/g;b.extend({cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?b.cache[e[b.expando]]:e[b.expando];return !!e&&!S(e)},data:function(bx,bv,bz,by){if(!b.acceptData(bx)){return}var bG,bA,bD,bE=b.expando,bC=typeof bv==="string",bF=bx.nodeType,e=bF?b.cache:bx,bw=bF?bx[bE]:bx[bE]&&bE,bB=bv==="events";if((!bw||!e[bw]||(!bB&&!by&&!e[bw].data))&&bC&&bz===L){return}if(!bw){if(bF){bx[bE]=bw=++b.uuid}else{bw=bE}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=b.noop}}if(typeof bv==="object"||typeof bv==="function"){if(by){e[bw]=b.extend(e[bw],bv)}else{e[bw].data=b.extend(e[bw].data,bv)}}bG=bA=e[bw];if(!by){if(!bA.data){bA.data={}}bA=bA.data}if(bz!==L){bA[b.camelCase(bv)]=bz}if(bB&&!bA[bv]){return bG.events}if(bC){bD=bA[bv];if(bD==null){bD=bA[b.camelCase(bv)]}}else{bD=bA}return bD},removeData:function(bx,bv,by){if(!b.acceptData(bx)){return}var bB,bA,bz,bC=b.expando,bD=bx.nodeType,e=bD?b.cache:bx,bw=bD?bx[bC]:bC;if(!e[bw]){return}if(bv){bB=by?e[bw]:e[bw].data;if(bB){if(!b.isArray(bv)){if(bv in bB){bv=[bv]}else{bv=b.camelCase(bv);if(bv in bB){bv=[bv]}else{bv=bv.split(" ")}}}for(bA=0,bz=bv.length;bA-1){return true}}return false},val:function(bx){var e,bv,by,bw=this[0];if(!arguments.length){if(bw){e=b.valHooks[bw.nodeName.toLowerCase()]||b.valHooks[bw.type];if(e&&"get" in e&&(bv=e.get(bw,"value"))!==L){return bv}bv=bw.value;return typeof bv==="string"?bv.replace(aU,""):bv==null?"":bv}return}by=b.isFunction(bx);return this.each(function(bA){var bz=b(this),bB;if(this.nodeType!==1){return}if(by){bB=bx.call(this,bA,bz.val())}else{bB=bx}if(bB==null){bB=""}else{if(typeof bB==="number"){bB+=""}else{if(b.isArray(bB)){bB=b.map(bB,function(bC){return bC==null?"":bC+""})}}}e=b.valHooks[this.nodeName.toLowerCase()]||b.valHooks[this.type];if(!e||!("set" in e)||e.set(this,bB,"value")===L){this.value=bB}})}});b.extend({valHooks:{option:{get:function(e){var bv=e.attributes.value;return !bv||bv.specified?e.value:e.text}},select:{get:function(e){var bA,bv,bz,bx,by=e.selectedIndex,bB=[],bC=e.options,bw=e.type==="select-one";if(by<0){return null}bv=bw?by:0;bz=bw?by+1:bC.length;for(;bv=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(bA,bx,bB,bz){var bw,e,by,bv=bA.nodeType;if(!bA||bv===3||bv===8||bv===2){return}if(bz&&bx in b.attrFn){return b(bA)[bx](bB)}if(typeof bA.getAttribute==="undefined"){return b.prop(bA,bx,bB)}by=bv!==1||!b.isXMLDoc(bA);if(by){bx=bx.toLowerCase();e=b.attrHooks[bx]||(ao.test(bx)?aY:be)}if(bB!==L){if(bB===null){b.removeAttr(bA,bx);return}else{if(e&&"set" in e&&by&&(bw=e.set(bA,bB,bx))!==L){return bw}else{bA.setAttribute(bx,""+bB);return bB}}}else{if(e&&"get" in e&&by&&(bw=e.get(bA,bx))!==null){return bw}else{bw=bA.getAttribute(bx);return bw===null?L:bw}}},removeAttr:function(bx,bz){var by,bA,bv,e,bw=0;if(bz&&bx.nodeType===1){bA=bz.toLowerCase().split(af);e=bA.length;for(;bw=0)}}})});var bd=/^(?:textarea|input|select)$/i,n=/^([^\.]*)?(?:\.(.+))?$/,J=/\bhover(\.\S+)?\b/,aO=/^key/,bf=/^(?:mouse|contextmenu)|click/,T=/^(?:focusinfocus|focusoutblur)$/,U=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,Y=function(e){var bv=U.exec(e);if(bv){bv[1]=(bv[1]||"").toLowerCase();bv[3]=bv[3]&&new RegExp("(?:^|\\s)"+bv[3]+"(?:\\s|$)")}return bv},j=function(bw,e){var bv=bw.attributes||{};return((!e[1]||bw.nodeName.toLowerCase()===e[1])&&(!e[2]||(bv.id||{}).value===e[2])&&(!e[3]||e[3].test((bv["class"]||{}).value)))},bt=function(e){return b.event.special.hover?e:e.replace(J,"mouseenter$1 mouseleave$1")};b.event={add:function(bx,bC,bJ,bA,by){var bD,bB,bK,bI,bH,bF,e,bG,bv,bz,bw,bE;if(bx.nodeType===3||bx.nodeType===8||!bC||!bJ||!(bD=b._data(bx))){return}if(bJ.handler){bv=bJ;bJ=bv.handler}if(!bJ.guid){bJ.guid=b.guid++}bK=bD.events;if(!bK){bD.events=bK={}}bB=bD.handle;if(!bB){bD.handle=bB=function(bL){return typeof b!=="undefined"&&(!bL||b.event.triggered!==bL.type)?b.event.dispatch.apply(bB.elem,arguments):L};bB.elem=bx}bC=b.trim(bt(bC)).split(" ");for(bI=0;bI=0){bG=bG.slice(0,-1);bw=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!bA||b.event.customEvent[bG])&&!b.event.global[bG]){return}bv=typeof bv==="object"?bv[b.expando]?bv:new b.Event(bG,bv):new b.Event(bG);bv.type=bG;bv.isTrigger=true;bv.exclusive=bw;bv.namespace=bx.join(".");bv.namespace_re=bv.namespace?new RegExp("(^|\\.)"+bx.join("\\.(?:.*\\.)?")+"(\\.|$)"):null;by=bG.indexOf(":")<0?"on"+bG:"";if(!bA){e=b.cache;for(bC in e){if(e[bC].events&&e[bC].events[bG]){b.event.trigger(bv,bD,e[bC].handle.elem,true)}}return}bv.result=L;if(!bv.target){bv.target=bA}bD=bD!=null?b.makeArray(bD):[];bD.unshift(bv);bF=b.event.special[bG]||{};if(bF.trigger&&bF.trigger.apply(bA,bD)===false){return}bB=[[bA,bF.bindType||bG]];if(!bJ&&!bF.noBubble&&!b.isWindow(bA)){bI=bF.delegateType||bG;bH=T.test(bI+bG)?bA:bA.parentNode;bz=null;for(;bH;bH=bH.parentNode){bB.push([bH,bI]);bz=bH}if(bz&&bz===bA.ownerDocument){bB.push([bz.defaultView||bz.parentWindow||bb,bI])}}for(bC=0;bCbA){bH.push({elem:this,matches:bz.slice(bA)})}for(bC=0;bC0?this.on(e,null,bx,bw):this.trigger(e)};if(b.attrFn){b.attrFn[e]=true}if(aO.test(e)){b.event.fixHooks[e]=b.event.keyHooks}if(bf.test(e)){b.event.fixHooks[e]=b.event.mouseHooks}}); +/*! + * Sizzle CSS Selector Engine + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * More information: http://sizzlejs.com/ + */ +(function(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",""),bI=0,bL=Object.prototype.toString,bB=false,bA=true,bK=/\\/g,bO=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ){bY=bY||[];e=e||av;var b1=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bV||typeof bV!=="string"){return bY}var bS,b3,b6,bR,b2,b5,b4,bX,bU=true,bT=by.isXML(e),bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}}}while(bS);if(bW.length>1&&bD.exec(bV)){if(bW.length===2&&bE.relative[bW[0]]){b3=bM(bW[0]+bW[1],e,bZ)}else{b3=bE.relative[bW[0]]?[e]:by(bW.shift(),e);while(bW.length){bV=bW.shift();if(bE.relative[bV]){bV+=bW.shift()}b3=bM(bV,b3,bZ)}}}else{if(!bZ&&bW.length>1&&e.nodeType===9&&!bT&&bE.match.ID.test(bW[0])&&!bE.match.ID.test(bW[bW.length-1])){b2=by.find(bW.shift(),e,bT);e=b2.expr?by.filter(b2.expr,b2.set)[0]:b2.set[0]}if(e){b2=bZ?{expr:bW.pop(),set:bF(bZ)}:by.find(bW.pop(),bW.length===1&&(bW[0]==="~"||bW[0]==="+")&&e.parentNode?e.parentNode:e,bT);b3=b2.expr?by.filter(b2.expr,b2.set):b2.set;if(bW.length>0){b6=bF(b3)}else{bU=false}while(bW.length){b5=bW.pop();b4=b5;if(!bE.relative[b5]){b5=""}else{b4=bW.pop()}if(b4==null){b4=e}bE.relative[b5](b6,b4,bT)}}else{b6=bW=[]}}if(!b6){b6=b3}if(!b6){by.error(b5||bV)}if(bL.call(b6)==="[object Array]"){if(!bU){bY.push.apply(bY,b6)}else{if(e&&e.nodeType===1){for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&(b6[bX]===true||b6[bX].nodeType===1&&by.contains(e,b6[bX]))){bY.push(b3[bX])}}}else{for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&b6[bX].nodeType===1){bY.push(b3[bX])}}}}}else{bF(b6,bY)}if(bR){by(bR,b1,bY,bZ);by.uniqueSort(bY)}return bY};by.uniqueSort=function(bR){if(bJ){bB=bA;bR.sort(bJ);if(bB){for(var e=1;e0};by.find=function(bX,e,bY){var bW,bS,bU,bT,bV,bR;if(!bX){return[]}for(bS=0,bU=bE.order.length;bS":function(bW,bR){var bV,bU=typeof bR==="string",bS=0,e=bW.length;if(bU&&!bQ.test(bR)){bR=bR.toLowerCase();for(;bS=0)){if(!bS){e.push(bV)}}else{if(bS){bR[bU]=false}}}}return false},ID:function(e){return e[1].replace(bK,"")},TAG:function(bR,e){return bR[1].replace(bK,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){by.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bR=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bR[1]+(bR[2]||1))-0;e[3]=bR[3]-0}else{if(e[2]){by.error(e[0])}}e[0]=bI++;return e},ATTR:function(bU,bR,bS,e,bV,bW){var bT=bU[1]=bU[1].replace(bK,"");if(!bW&&bE.attrMap[bT]){bU[1]=bE.attrMap[bT]}bU[4]=(bU[4]||bU[5]||"").replace(bK,"");if(bU[2]==="~="){bU[4]=" "+bU[4]+" "}return bU},PSEUDO:function(bU,bR,bS,e,bV){if(bU[1]==="not"){if((bH.exec(bU[3])||"").length>1||/^\w/.test(bU[3])){bU[3]=by(bU[3],null,null,bR)}else{var bT=by.filter(bU[3],bR,bS,true^bV);if(!bS){e.push.apply(e,bT)}return false}}else{if(bE.match.POS.test(bU[0])||bE.match.CHILD.test(bU[0])){return true}}return bU},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bS,bR,e){return !!by(e[3],bS).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(bS){var e=bS.getAttribute("type"),bR=bS.type;return bS.nodeName.toLowerCase()==="input"&&"text"===bR&&(e===bR||e===null)},radio:function(e){return e.nodeName.toLowerCase()==="input"&&"radio"===e.type},checkbox:function(e){return e.nodeName.toLowerCase()==="input"&&"checkbox"===e.type},file:function(e){return e.nodeName.toLowerCase()==="input"&&"file"===e.type},password:function(e){return e.nodeName.toLowerCase()==="input"&&"password"===e.type},submit:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bR.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"reset"===bR.type},button:function(bR){var e=bR.nodeName.toLowerCase();return e==="input"&&"button"===bR.type||e==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)},focus:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(bR,e){return e===0},last:function(bS,bR,e,bT){return bR===bT.length-1},even:function(bR,e){return e%2===0},odd:function(bR,e){return e%2===1},lt:function(bS,bR,e){return bRe[3]-0},nth:function(bS,bR,e){return e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bX,bW,bY){var e=bX[1],bR=bE.filters[e];if(bR){return bR(bS,bW,bX,bY)}else{if(e==="contains"){return(bS.textContent||bS.innerText||bw([bS])||"").indexOf(bX[3])>=0}else{if(e==="not"){var bT=bX[3];for(var bV=0,bU=bT.length;bV=0)}}},ID:function(bR,e){return bR.nodeType===1&&bR.getAttribute("id")===e},TAG:function(bR,e){return(e==="*"&&bR.nodeType===1)||!!bR.nodeName&&bR.nodeName.toLowerCase()===e},CLASS:function(bR,e){return(" "+(bR.className||bR.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bV,bT){var bS=bT[1],e=by.attr?by.attr(bV,bS):bE.attrHandle[bS]?bE.attrHandle[bS](bV):bV[bS]!=null?bV[bS]:bV.getAttribute(bS),bW=e+"",bU=bT[2],bR=bT[4];return e==null?bU==="!=":!bU&&by.attr?e!=null:bU==="="?bW===bR:bU==="*="?bW.indexOf(bR)>=0:bU==="~="?(" "+bW+" ").indexOf(bR)>=0:!bR?bW&&e!==false:bU==="!="?bW!==bR:bU==="^="?bW.indexOf(bR)===0:bU==="$="?bW.substr(bW.length-bR.length)===bR:bU==="|="?bW===bR||bW.substr(0,bR.length+1)===bR+"-":false},POS:function(bU,bR,bS,bV){var e=bR[2],bT=bE.setFilters[e];if(bT){return bT(bU,bS,bR,bV)}}}};var bD=bE.match.POS,bx=function(bR,e){return"\\"+(e-0+1)};for(var bz in bE.match){bE.match[bz]=new RegExp(bE.match[bz].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bE.leftMatch[bz]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bE.match[bz].source.replace(/\\(\d+)/g,bx))}var bF=function(bR,e){bR=Array.prototype.slice.call(bR,0);if(e){e.push.apply(e,bR);return e}return bR};try{Array.prototype.slice.call(av.documentElement.childNodes,0)[0].nodeType}catch(bP){bF=function(bU,bT){var bS=0,bR=bT||[];if(bL.call(bU)==="[object Array]"){Array.prototype.push.apply(bR,bU)}else{if(typeof bU.length==="number"){for(var e=bU.length;bS";e.insertBefore(bR,e.firstChild);if(av.getElementById(bS)){bE.find.ID=function(bU,bV,bW){if(typeof bV.getElementById!=="undefined"&&!bW){var bT=bV.getElementById(bU[1]);return bT?bT.id===bU[1]||typeof bT.getAttributeNode!=="undefined"&&bT.getAttributeNode("id").nodeValue===bU[1]?[bT]:L:[]}};bE.filter.ID=function(bV,bT){var bU=typeof bV.getAttributeNode!=="undefined"&&bV.getAttributeNode("id");return bV.nodeType===1&&bU&&bU.nodeValue===bT}}e.removeChild(bR);e=bR=null})();(function(){var e=av.createElement("div");e.appendChild(av.createComment(""));if(e.getElementsByTagName("*").length>0){bE.find.TAG=function(bR,bV){var bU=bV.getElementsByTagName(bR[1]);if(bR[1]==="*"){var bT=[];for(var bS=0;bU[bS];bS++){if(bU[bS].nodeType===1){bT.push(bU[bS])}}bU=bT}return bU}}e.innerHTML="";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bE.attrHandle.href=function(bR){return bR.getAttribute("href",2)}}e=null})();if(av.querySelectorAll){(function(){var e=by,bT=av.createElement("div"),bS="__sizzle__";bT.innerHTML="

";if(bT.querySelectorAll&&bT.querySelectorAll(".TEST").length===0){return}by=function(b4,bV,bZ,b3){bV=bV||av;if(!b3&&!by.isXML(bV)){var b2=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b4);if(b2&&(bV.nodeType===1||bV.nodeType===9)){if(b2[1]){return bF(bV.getElementsByTagName(b4),bZ)}else{if(b2[2]&&bE.find.CLASS&&bV.getElementsByClassName){return bF(bV.getElementsByClassName(b2[2]),bZ)}}}if(bV.nodeType===9){if(b4==="body"&&bV.body){return bF([bV.body],bZ)}else{if(b2&&b2[3]){var bY=bV.getElementById(b2[3]);if(bY&&bY.parentNode){if(bY.id===b2[3]){return bF([bY],bZ)}}else{return bF([],bZ)}}}try{return bF(bV.querySelectorAll(b4),bZ)}catch(b0){}}else{if(bV.nodeType===1&&bV.nodeName.toLowerCase()!=="object"){var bW=bV,bX=bV.getAttribute("id"),bU=bX||bS,b6=bV.parentNode,b5=/^\s*[+~]/.test(b4);if(!bX){bV.setAttribute("id",bU)}else{bU=bU.replace(/'/g,"\\$&")}if(b5&&b6){bV=bV.parentNode}try{if(!b5||b6){return bF(bV.querySelectorAll("[id='"+bU+"'] "+b4),bZ)}}catch(b1){}finally{if(!bX){bW.removeAttribute("id")}}}}}return e(b4,bV,bZ,b3)};for(var bR in e){by[bR]=e[bR]}bT=null})()}(function(){var e=av.documentElement,bS=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bS){var bU=!bS.call(av.createElement("div"),"div"),bR=false;try{bS.call(av.documentElement,"[test!='']:sizzle")}catch(bT){bR=true}by.matchesSelector=function(bW,bY){bY=bY.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!by.isXML(bW)){try{if(bR||!bE.match.PSEUDO.test(bY)&&!/!=/.test(bY)){var bV=bS.call(bW,bY);if(bV||!bU||bW.document&&bW.document.nodeType!==11){return bV}}}catch(bX){}}return by(bY,null,null,[bW]).length>0}}})();(function(){var e=av.createElement("div");e.innerHTML="
";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bE.order.splice(1,0,"CLASS");bE.find.CLASS=function(bR,bS,bT){if(typeof bS.getElementsByClassName!=="undefined"&&!bT){return bS.getElementsByClassName(bR[1])}};e=null})();function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT0){bU=e;break}}}e=e[bR]}bZ[bT]=bU}}}if(av.documentElement.contains){by.contains=function(bR,e){return bR!==e&&(bR.contains?bR.contains(e):true)}}else{if(av.documentElement.compareDocumentPosition){by.contains=function(bR,e){return !!(bR.compareDocumentPosition(e)&16)}}else{by.contains=function(){return false}}}by.isXML=function(e){var bR=(e?e.ownerDocument||e:0).documentElement;return bR?bR.nodeName!=="HTML":false};var bM=function(bS,e,bW){var bV,bX=[],bU="",bY=e.nodeType?[e]:e;while((bV=bE.match.PSEUDO.exec(bS))){bU+=bV[0];bS=bS.replace(bE.match.PSEUDO,"")}bS=bE.relative[bS]?bS+"*":bS;for(var bT=0,bR=bY.length;bT0){for(bB=bA;bB=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(by,bx){var bv=[],bw,e,bz=this[0];if(b.isArray(by)){var bB=1;while(bz&&bz.ownerDocument&&bz!==bx){for(bw=0;bw-1:b.find.matchesSelector(bz,by)){bv.push(bz);break}else{bz=bz.parentNode;if(!bz||!bz.ownerDocument||bz===bx||bz.nodeType===11){break}}}}bv=bv.length>1?b.unique(bv):bv;return this.pushStack(bv,"closest",by)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return b.inArray(this[0],b(e))}return b.inArray(e.jquery?e[0]:e,this)},add:function(e,bv){var bx=typeof e==="string"?b(e,bv):b.makeArray(e&&e.nodeType?[e]:e),bw=b.merge(this.get(),bx);return this.pushStack(C(bx[0])||C(bw[0])?bw:b.unique(bw))},andSelf:function(){return this.add(this.prevObject)}});function C(e){return !e||!e.parentNode||e.parentNode.nodeType===11}b.each({parent:function(bv){var e=bv.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(bv,e,bw){return b.dir(bv,"parentNode",bw)},next:function(e){return b.nth(e,2,"nextSibling")},prev:function(e){return b.nth(e,2,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(bv,e,bw){return b.dir(bv,"nextSibling",bw)},prevUntil:function(bv,e,bw){return b.dir(bv,"previousSibling",bw)},siblings:function(e){return b.sibling(e.parentNode.firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.makeArray(e.childNodes)}},function(e,bv){b.fn[e]=function(by,bw){var bx=b.map(this,bv,by);if(!ab.test(e)){bw=by}if(bw&&typeof bw==="string"){bx=b.filter(bw,bx)}bx=this.length>1&&!ay[e]?b.unique(bx):bx;if((this.length>1||a9.test(bw))&&aq.test(e)){bx=bx.reverse()}return this.pushStack(bx,e,P.call(arguments).join(","))}});b.extend({filter:function(bw,e,bv){if(bv){bw=":not("+bw+")"}return e.length===1?b.find.matchesSelector(e[0],bw)?[e[0]]:[]:b.find.matches(bw,e)},dir:function(bw,bv,by){var e=[],bx=bw[bv];while(bx&&bx.nodeType!==9&&(by===L||bx.nodeType!==1||!b(bx).is(by))){if(bx.nodeType===1){e.push(bx)}bx=bx[bv]}return e},nth:function(by,e,bw,bx){e=e||1;var bv=0;for(;by;by=by[bw]){if(by.nodeType===1&&++bv===e){break}}return by},sibling:function(bw,bv){var e=[];for(;bw;bw=bw.nextSibling){if(bw.nodeType===1&&bw!==bv){e.push(bw)}}return e}});function aG(bx,bw,e){bw=bw||0;if(b.isFunction(bw)){return b.grep(bx,function(bz,by){var bA=!!bw.call(bz,by,bz);return bA===e})}else{if(bw.nodeType){return b.grep(bx,function(bz,by){return(bz===bw)===e})}else{if(typeof bw==="string"){var bv=b.grep(bx,function(by){return by.nodeType===1});if(bp.test(bw)){return b.filter(bw,bv,!e)}else{bw=b.filter(bw,bv)}}}}return b.grep(bx,function(bz,by){return(b.inArray(bz,bw)>=0)===e})}function a(e){var bw=aR.split("|"),bv=e.createDocumentFragment();if(bv.createElement){while(bw.length){bv.createElement(bw.pop())}}return bv}var aR="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ag=/ jQuery\d+="(?:\d+|null)"/g,ar=/^\s+/,R=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,d=/<([\w:]+)/,w=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},ac=a(av);ax.optgroup=ax.option;ax.tbody=ax.tfoot=ax.colgroup=ax.caption=ax.thead;ax.th=ax.td;if(!b.support.htmlSerialize){ax._default=[1,"div
","
"]}b.fn.extend({text:function(e){if(b.isFunction(e)){return this.each(function(bw){var bv=b(this);bv.text(e.call(this,bw,bv.text()))})}if(typeof e!=="object"&&e!==L){return this.empty().append((this[0]&&this[0].ownerDocument||av).createTextNode(e))}return b.text(this)},wrapAll:function(e){if(b.isFunction(e)){return this.each(function(bw){b(this).wrapAll(e.call(this,bw))})}if(this[0]){var bv=b(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bv.insertBefore(this[0])}bv.map(function(){var bw=this;while(bw.firstChild&&bw.firstChild.nodeType===1){bw=bw.firstChild}return bw}).append(this)}return this},wrapInner:function(e){if(b.isFunction(e)){return this.each(function(bv){b(this).wrapInner(e.call(this,bv))})}return this.each(function(){var bv=b(this),bw=bv.contents();if(bw.length){bw.wrapAll(e)}else{bv.append(e)}})},wrap:function(e){var bv=b.isFunction(e);return this.each(function(bw){b(this).wrapAll(bv?e.call(this,bw):e)})},unwrap:function(){return this.parent().each(function(){if(!b.nodeName(this,"body")){b(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this)})}else{if(arguments.length){var e=b.clean(arguments);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,b.clean(arguments));return e}}},remove:function(e,bx){for(var bv=0,bw;(bw=this[bv])!=null;bv++){if(!e||b.filter(e,[bw]).length){if(!bx&&bw.nodeType===1){b.cleanData(bw.getElementsByTagName("*"));b.cleanData([bw])}if(bw.parentNode){bw.parentNode.removeChild(bw)}}}return this},empty:function(){for(var e=0,bv;(bv=this[e])!=null;e++){if(bv.nodeType===1){b.cleanData(bv.getElementsByTagName("*"))}while(bv.firstChild){bv.removeChild(bv.firstChild)}}return this},clone:function(bv,e){bv=bv==null?false:bv;e=e==null?bv:e;return this.map(function(){return b.clone(this,bv,e)})},html:function(bx){if(bx===L){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ag,""):null}else{if(typeof bx==="string"&&!ae.test(bx)&&(b.support.leadingWhitespace||!ar.test(bx))&&!ax[(d.exec(bx)||["",""])[1].toLowerCase()]){bx=bx.replace(R,"<$1>");try{for(var bw=0,bv=this.length;bw1&&bw0?this.clone(true):this).get();b(bC[bA])[bv](by);bz=bz.concat(by)}return this.pushStack(bz,e,bC.selector)}}});function bg(e){if(typeof e.getElementsByTagName!=="undefined"){return e.getElementsByTagName("*")}else{if(typeof e.querySelectorAll!=="undefined"){return e.querySelectorAll("*")}else{return[]}}}function az(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function E(e){var bv=(e.nodeName||"").toLowerCase();if(bv==="input"){az(e)}else{if(bv!=="script"&&typeof e.getElementsByTagName!=="undefined"){b.grep(e.getElementsByTagName("input"),az)}}}function al(e){var bv=av.createElement("div");ac.appendChild(bv);bv.innerHTML=e.outerHTML;return bv.firstChild}b.extend({clone:function(by,bA,bw){var e,bv,bx,bz=b.support.html5Clone||!ah.test("<"+by.nodeName)?by.cloneNode(true):al(by);if((!b.support.noCloneEvent||!b.support.noCloneChecked)&&(by.nodeType===1||by.nodeType===11)&&!b.isXMLDoc(by)){ai(by,bz);e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){if(bv[bx]){ai(e[bx],bv[bx])}}}if(bA){t(by,bz);if(bw){e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){t(e[bx],bv[bx])}}}e=bv=null;return bz},clean:function(bw,by,bH,bA){var bF;by=by||av;if(typeof by.createElement==="undefined"){by=by.ownerDocument||by[0]&&by[0].ownerDocument||av}var bI=[],bB;for(var bE=0,bz;(bz=bw[bE])!=null;bE++){if(typeof bz==="number"){bz+=""}if(!bz){continue}if(typeof bz==="string"){if(!W.test(bz)){bz=by.createTextNode(bz)}else{bz=bz.replace(R,"<$1>");var bK=(d.exec(bz)||["",""])[1].toLowerCase(),bx=ax[bK]||ax._default,bD=bx[0],bv=by.createElement("div");if(by===av){ac.appendChild(bv)}else{a(by).appendChild(bv)}bv.innerHTML=bx[1]+bz+bx[2];while(bD--){bv=bv.lastChild}if(!b.support.tbody){var e=w.test(bz),bC=bK==="table"&&!e?bv.firstChild&&bv.firstChild.childNodes:bx[1]===""&&!e?bv.childNodes:[];for(bB=bC.length-1;bB>=0;--bB){if(b.nodeName(bC[bB],"tbody")&&!bC[bB].childNodes.length){bC[bB].parentNode.removeChild(bC[bB])}}}if(!b.support.leadingWhitespace&&ar.test(bz)){bv.insertBefore(by.createTextNode(ar.exec(bz)[0]),bv.firstChild)}bz=bv.childNodes}}var bG;if(!b.support.appendChecked){if(bz[0]&&typeof(bG=bz.length)==="number"){for(bB=0;bB=0){return bx+"px"}}else{return bx}}}});if(!b.support.opacity){b.cssHooks.opacity={get:function(bv,e){return au.test((e&&bv.currentStyle?bv.currentStyle.filter:bv.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(by,bz){var bx=by.style,bv=by.currentStyle,e=b.isNumeric(bz)?"alpha(opacity="+bz*100+")":"",bw=bv&&bv.filter||bx.filter||"";bx.zoom=1;if(bz>=1&&b.trim(bw.replace(ak,""))===""){bx.removeAttribute("filter");if(bv&&!bv.filter){return}}bx.filter=ak.test(bw)?bw.replace(ak,e):bw+" "+e}}}b(function(){if(!b.support.reliableMarginRight){b.cssHooks.marginRight={get:function(bw,bv){var e;b.swap(bw,{display:"inline-block"},function(){if(bv){e=Z(bw,"margin-right","marginRight")}else{e=bw.style.marginRight}});return e}}}});if(av.defaultView&&av.defaultView.getComputedStyle){aI=function(by,bw){var bv,bx,e;bw=bw.replace(z,"-$1").toLowerCase();if((bx=by.ownerDocument.defaultView)&&(e=bx.getComputedStyle(by,null))){bv=e.getPropertyValue(bw);if(bv===""&&!b.contains(by.ownerDocument.documentElement,by)){bv=b.style(by,bw)}}return bv}}if(av.documentElement.currentStyle){aX=function(bz,bw){var bA,e,by,bv=bz.currentStyle&&bz.currentStyle[bw],bx=bz.style;if(bv===null&&bx&&(by=bx[bw])){bv=by}if(!bc.test(bv)&&bn.test(bv)){bA=bx.left;e=bz.runtimeStyle&&bz.runtimeStyle.left;if(e){bz.runtimeStyle.left=bz.currentStyle.left}bx.left=bw==="fontSize"?"1em":(bv||0);bv=bx.pixelLeft+"px";bx.left=bA;if(e){bz.runtimeStyle.left=e}}return bv===""?"auto":bv}}Z=aI||aX;function p(by,bw,bv){var bA=bw==="width"?by.offsetWidth:by.offsetHeight,bz=bw==="width"?an:a1,bx=0,e=bz.length;if(bA>0){if(bv!=="border"){for(;bx)<[^<]*)*<\/script>/gi,q=/^(?:select|textarea)/i,h=/\s+/,br=/([?&])_=[^&]*/,K=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,A=b.fn.load,aa={},r={},aE,s,aV=["*/"]+["*"];try{aE=bl.href}catch(aw){aE=av.createElement("a");aE.href="";aE=aE.href}s=K.exec(aE.toLowerCase())||[];function f(e){return function(by,bA){if(typeof by!=="string"){bA=by;by="*"}if(b.isFunction(bA)){var bx=by.toLowerCase().split(h),bw=0,bz=bx.length,bv,bB,bC;for(;bw=0){var e=bw.slice(by,bw.length);bw=bw.slice(0,by)}var bx="GET";if(bz){if(b.isFunction(bz)){bA=bz;bz=L}else{if(typeof bz==="object"){bz=b.param(bz,b.ajaxSettings.traditional);bx="POST"}}}var bv=this;b.ajax({url:bw,type:bx,dataType:"html",data:bz,complete:function(bC,bB,bD){bD=bC.responseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?b("
").append(bD.replace(a6,"")).find(e):bD)}if(bA){bv.each(bA,[bD,bB,bC])}}});return this},serialize:function(){return b.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?b.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||aZ.test(this.type))}).map(function(e,bv){var bw=b(this).val();return bw==null?null:b.isArray(bw)?b.map(bw,function(by,bx){return{name:bv.name,value:by.replace(bs,"\r\n")}}):{name:bv.name,value:bw.replace(bs,"\r\n")}}).get()}});b.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bv){b.fn[bv]=function(bw){return this.on(bv,bw)}});b.each(["get","post"],function(e,bv){b[bv]=function(bw,by,bz,bx){if(b.isFunction(by)){bx=bx||bz;bz=by;by=L}return b.ajax({type:bv,url:bw,data:by,success:bz,dataType:bx})}});b.extend({getScript:function(e,bv){return b.get(e,L,bv,"script")},getJSON:function(e,bv,bw){return b.get(e,bv,bw,"json")},ajaxSetup:function(bv,e){if(e){am(bv,b.ajaxSettings)}else{e=bv;bv=b.ajaxSettings}am(bv,e);return bv},ajaxSettings:{url:aE,isLocal:aM.test(s[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":aV},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":bb.String,"text html":true,"text json":b.parseJSON,"text xml":b.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:f(aa),ajaxTransport:f(r),ajax:function(bz,bx){if(typeof bz==="object"){bx=bz;bz=L}bx=bx||{};var bD=b.ajaxSetup({},bx),bS=bD.context||bD,bG=bS!==bD&&(bS.nodeType||bS instanceof b)?b(bS):b.event,bR=b.Deferred(),bN=b.Callbacks("once memory"),bB=bD.statusCode||{},bC,bH={},bO={},bQ,by,bL,bE,bI,bA=0,bw,bK,bJ={readyState:0,setRequestHeader:function(bT,bU){if(!bA){var e=bT.toLowerCase();bT=bO[e]=bO[e]||bT;bH[bT]=bU}return this},getAllResponseHeaders:function(){return bA===2?bQ:null},getResponseHeader:function(bT){var e;if(bA===2){if(!by){by={};while((e=aD.exec(bQ))){by[e[1].toLowerCase()]=e[2]}}e=by[bT.toLowerCase()]}return e===L?null:e},overrideMimeType:function(e){if(!bA){bD.mimeType=e}return this},abort:function(e){e=e||"abort";if(bL){bL.abort(e)}bF(0,e);return this}};function bF(bZ,bU,b0,bW){if(bA===2){return}bA=2;if(bE){clearTimeout(bE)}bL=L;bQ=bW||"";bJ.readyState=bZ>0?4:0;var bT,b4,b3,bX=bU,bY=b0?bj(bD,bJ,b0):L,bV,b2;if(bZ>=200&&bZ<300||bZ===304){if(bD.ifModified){if((bV=bJ.getResponseHeader("Last-Modified"))){b.lastModified[bC]=bV}if((b2=bJ.getResponseHeader("Etag"))){b.etag[bC]=b2}}if(bZ===304){bX="notmodified";bT=true}else{try{b4=G(bD,bY);bX="success";bT=true}catch(b1){bX="parsererror";b3=b1}}}else{b3=bX;if(!bX||bZ){bX="error";if(bZ<0){bZ=0}}}bJ.status=bZ;bJ.statusText=""+(bU||bX);if(bT){bR.resolveWith(bS,[b4,bX,bJ])}else{bR.rejectWith(bS,[bJ,bX,b3])}bJ.statusCode(bB);bB=L;if(bw){bG.trigger("ajax"+(bT?"Success":"Error"),[bJ,bD,bT?b4:b3])}bN.fireWith(bS,[bJ,bX]);if(bw){bG.trigger("ajaxComplete",[bJ,bD]);if(!(--b.active)){b.event.trigger("ajaxStop")}}}bR.promise(bJ);bJ.success=bJ.done;bJ.error=bJ.fail;bJ.complete=bN.add;bJ.statusCode=function(bT){if(bT){var e;if(bA<2){for(e in bT){bB[e]=[bB[e],bT[e]]}}else{e=bT[bJ.status];bJ.then(e,e)}}return this};bD.url=((bz||bD.url)+"").replace(bq,"").replace(c,s[1]+"//");bD.dataTypes=b.trim(bD.dataType||"*").toLowerCase().split(h);if(bD.crossDomain==null){bI=K.exec(bD.url.toLowerCase());bD.crossDomain=!!(bI&&(bI[1]!=s[1]||bI[2]!=s[2]||(bI[3]||(bI[1]==="http:"?80:443))!=(s[3]||(s[1]==="http:"?80:443))))}if(bD.data&&bD.processData&&typeof bD.data!=="string"){bD.data=b.param(bD.data,bD.traditional)}aW(aa,bD,bx,bJ);if(bA===2){return false}bw=bD.global;bD.type=bD.type.toUpperCase();bD.hasContent=!aQ.test(bD.type);if(bw&&b.active++===0){b.event.trigger("ajaxStart")}if(!bD.hasContent){if(bD.data){bD.url+=(M.test(bD.url)?"&":"?")+bD.data;delete bD.data}bC=bD.url;if(bD.cache===false){var bv=b.now(),bP=bD.url.replace(br,"$1_="+bv);bD.url=bP+((bP===bD.url)?(M.test(bD.url)?"&":"?")+"_="+bv:"")}}if(bD.data&&bD.hasContent&&bD.contentType!==false||bx.contentType){bJ.setRequestHeader("Content-Type",bD.contentType)}if(bD.ifModified){bC=bC||bD.url;if(b.lastModified[bC]){bJ.setRequestHeader("If-Modified-Since",b.lastModified[bC])}if(b.etag[bC]){bJ.setRequestHeader("If-None-Match",b.etag[bC])}}bJ.setRequestHeader("Accept",bD.dataTypes[0]&&bD.accepts[bD.dataTypes[0]]?bD.accepts[bD.dataTypes[0]]+(bD.dataTypes[0]!=="*"?", "+aV+"; q=0.01":""):bD.accepts["*"]);for(bK in bD.headers){bJ.setRequestHeader(bK,bD.headers[bK])}if(bD.beforeSend&&(bD.beforeSend.call(bS,bJ,bD)===false||bA===2)){bJ.abort();return false}for(bK in {success:1,error:1,complete:1}){bJ[bK](bD[bK])}bL=aW(r,bD,bx,bJ);if(!bL){bF(-1,"No Transport")}else{bJ.readyState=1;if(bw){bG.trigger("ajaxSend",[bJ,bD])}if(bD.async&&bD.timeout>0){bE=setTimeout(function(){bJ.abort("timeout")},bD.timeout)}try{bA=1;bL.send(bH,bF)}catch(bM){if(bA<2){bF(-1,bM)}else{throw bM}}}return bJ},param:function(e,bw){var bv=[],by=function(bz,bA){bA=b.isFunction(bA)?bA():bA;bv[bv.length]=encodeURIComponent(bz)+"="+encodeURIComponent(bA)};if(bw===L){bw=b.ajaxSettings.traditional}if(b.isArray(e)||(e.jquery&&!b.isPlainObject(e))){b.each(e,function(){by(this.name,this.value)})}else{for(var bx in e){v(bx,e[bx],bw,by)}}return bv.join("&").replace(k,"+")}});function v(bw,by,bv,bx){if(b.isArray(by)){b.each(by,function(bA,bz){if(bv||ap.test(bw)){bx(bw,bz)}else{v(bw+"["+(typeof bz==="object"||b.isArray(bz)?bA:"")+"]",bz,bv,bx)}})}else{if(!bv&&by!=null&&typeof by==="object"){for(var e in by){v(bw+"["+e+"]",by[e],bv,bx)}}else{bx(bw,by)}}}b.extend({active:0,lastModified:{},etag:{}});function bj(bD,bC,bz){var bv=bD.contents,bB=bD.dataTypes,bw=bD.responseFields,by,bA,bx,e;for(bA in bw){if(bA in bz){bC[bw[bA]]=bz[bA]}}while(bB[0]==="*"){bB.shift();if(by===L){by=bD.mimeType||bC.getResponseHeader("content-type")}}if(by){for(bA in bv){if(bv[bA]&&bv[bA].test(by)){bB.unshift(bA);break}}}if(bB[0] in bz){bx=bB[0]}else{for(bA in bz){if(!bB[0]||bD.converters[bA+" "+bB[0]]){bx=bA;break}if(!e){e=bA}}bx=bx||e}if(bx){if(bx!==bB[0]){bB.unshift(bx)}return bz[bx]}}function G(bH,bz){if(bH.dataFilter){bz=bH.dataFilter(bz,bH.dataType)}var bD=bH.dataTypes,bG={},bA,bE,bw=bD.length,bB,bC=bD[0],bx,by,bF,bv,e;for(bA=1;bA=bw.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();bw.animatedProperties[this.prop]=true;for(bA in bw.animatedProperties){if(bw.animatedProperties[bA]!==true){e=false}}if(e){if(bw.overflow!=null&&!b.support.shrinkWrapBlocks){b.each(["","X","Y"],function(bC,bD){bz.style["overflow"+bD]=bw.overflow[bC]})}if(bw.hide){b(bz).hide()}if(bw.hide||bw.show){for(bA in bw.animatedProperties){b.style(bz,bA,bw.orig[bA]);b.removeData(bz,"fxshow"+bA,true);b.removeData(bz,"toggle"+bA,true)}}bv=bw.complete;if(bv){bw.complete=false;bv.call(bz)}}return false}else{if(bw.duration==Infinity){this.now=bx}else{bB=bx-this.startTime;this.state=bB/bw.duration;this.pos=b.easing[bw.animatedProperties[this.prop]](this.state,bB,0,1,bw.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};b.extend(b.fx,{tick:function(){var bw,bv=b.timers,e=0;for(;e").appendTo(e),bw=bv.css("display");bv.remove();if(bw==="none"||bw===""){if(!a8){a8=av.createElement("iframe");a8.frameBorder=a8.width=a8.height=0}e.appendChild(a8);if(!m||!a8.createElement){m=(a8.contentWindow||a8.contentDocument).document;m.write((av.compatMode==="CSS1Compat"?"":"")+"");m.close()}bv=m.createElement(bx);m.body.appendChild(bv);bw=b.css(bv,"display");e.removeChild(a8)}Q[bx]=bw}return Q[bx]}var V=/^t(?:able|d|h)$/i,ad=/^(?:body|html)$/i;if("getBoundingClientRect" in av.documentElement){b.fn.offset=function(bI){var by=this[0],bB;if(bI){return this.each(function(e){b.offset.setOffset(this,bI,e)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return b.offset.bodyOffset(by)}try{bB=by.getBoundingClientRect()}catch(bF){}var bH=by.ownerDocument,bw=bH.documentElement;if(!bB||!b.contains(bw,by)){return bB?{top:bB.top,left:bB.left}:{top:0,left:0}}var bC=bH.body,bD=aK(bH),bA=bw.clientTop||bC.clientTop||0,bE=bw.clientLeft||bC.clientLeft||0,bv=bD.pageYOffset||b.support.boxModel&&bw.scrollTop||bC.scrollTop,bz=bD.pageXOffset||b.support.boxModel&&bw.scrollLeft||bC.scrollLeft,bG=bB.top+bv-bA,bx=bB.left+bz-bE;return{top:bG,left:bx}}}else{b.fn.offset=function(bF){var bz=this[0];if(bF){return this.each(function(bG){b.offset.setOffset(this,bF,bG)})}if(!bz||!bz.ownerDocument){return null}if(bz===bz.ownerDocument.body){return b.offset.bodyOffset(bz)}var bC,bw=bz.offsetParent,bv=bz,bE=bz.ownerDocument,bx=bE.documentElement,bA=bE.body,bB=bE.defaultView,e=bB?bB.getComputedStyle(bz,null):bz.currentStyle,bD=bz.offsetTop,by=bz.offsetLeft;while((bz=bz.parentNode)&&bz!==bA&&bz!==bx){if(b.support.fixedPosition&&e.position==="fixed"){break}bC=bB?bB.getComputedStyle(bz,null):bz.currentStyle;bD-=bz.scrollTop;by-=bz.scrollLeft;if(bz===bw){bD+=bz.offsetTop;by+=bz.offsetLeft;if(b.support.doesNotAddBorder&&!(b.support.doesAddBorderForTableAndCells&&V.test(bz.nodeName))){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}bv=bw;bw=bz.offsetParent}if(b.support.subtractsBorderForOverflowNotVisible&&bC.overflow!=="visible"){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}e=bC}if(e.position==="relative"||e.position==="static"){bD+=bA.offsetTop;by+=bA.offsetLeft}if(b.support.fixedPosition&&e.position==="fixed"){bD+=Math.max(bx.scrollTop,bA.scrollTop);by+=Math.max(bx.scrollLeft,bA.scrollLeft)}return{top:bD,left:by}}}b.offset={bodyOffset:function(e){var bw=e.offsetTop,bv=e.offsetLeft;if(b.support.doesNotIncludeMarginInBodyOffset){bw+=parseFloat(b.css(e,"marginTop"))||0;bv+=parseFloat(b.css(e,"marginLeft"))||0}return{top:bw,left:bv}},setOffset:function(bx,bG,bA){var bB=b.css(bx,"position");if(bB==="static"){bx.style.position="relative"}var bz=b(bx),bv=bz.offset(),e=b.css(bx,"top"),bE=b.css(bx,"left"),bF=(bB==="absolute"||bB==="fixed")&&b.inArray("auto",[e,bE])>-1,bD={},bC={},bw,by;if(bF){bC=bz.position();bw=bC.top;by=bC.left}else{bw=parseFloat(e)||0;by=parseFloat(bE)||0}if(b.isFunction(bG)){bG=bG.call(bx,bA,bv)}if(bG.top!=null){bD.top=(bG.top-bv.top)+bw}if(bG.left!=null){bD.left=(bG.left-bv.left)+by}if("using" in bG){bG.using.call(bx,bD)}else{bz.css(bD)}}};b.fn.extend({position:function(){if(!this[0]){return null}var bw=this[0],bv=this.offsetParent(),bx=this.offset(),e=ad.test(bv[0].nodeName)?{top:0,left:0}:bv.offset();bx.top-=parseFloat(b.css(bw,"marginTop"))||0;bx.left-=parseFloat(b.css(bw,"marginLeft"))||0;e.top+=parseFloat(b.css(bv[0],"borderTopWidth"))||0;e.left+=parseFloat(b.css(bv[0],"borderLeftWidth"))||0;return{top:bx.top-e.top,left:bx.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||av.body;while(e&&(!ad.test(e.nodeName)&&b.css(e,"position")==="static")){e=e.offsetParent}return e})}});b.each(["Left","Top"],function(bv,e){var bw="scroll"+e;b.fn[bw]=function(bz){var bx,by;if(bz===L){bx=this[0];if(!bx){return null}by=aK(bx);return by?("pageXOffset" in by)?by[bv?"pageYOffset":"pageXOffset"]:b.support.boxModel&&by.document.documentElement[bw]||by.document.body[bw]:bx[bw]}return this.each(function(){by=aK(this);if(by){by.scrollTo(!bv?bz:b(by).scrollLeft(),bv?bz:b(by).scrollTop())}else{this[bw]=bz}})}});function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}b.each(["Height","Width"],function(bv,e){var bw=e.toLowerCase();b.fn["inner"+e]=function(){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,"padding")):this[bw]():null};b.fn["outer"+e]=function(by){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,by?"margin":"border")):this[bw]():null};b.fn[bw]=function(bz){var bA=this[0];if(!bA){return bz==null?null:this}if(b.isFunction(bz)){return this.each(function(bE){var bD=b(this);bD[bw](bz.call(this,bE,bD[bw]()))})}if(b.isWindow(bA)){var bB=bA.document.documentElement["client"+e],bx=bA.document.body;return bA.document.compatMode==="CSS1Compat"&&bB||bx&&bx["client"+e]||bB}else{if(bA.nodeType===9){return Math.max(bA.documentElement["client"+e],bA.body["scroll"+e],bA.documentElement["scroll"+e],bA.body["offset"+e],bA.documentElement["offset"+e])}else{if(bz===L){var bC=b.css(bA,bw),by=parseFloat(bC);return b.isNumeric(by)?by:bC}else{return this.css(bw,typeof bz==="string"?bz:bz+"px")}}}}});bb.jQuery=bb.$=b;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return b})}})(window);/*! + * jQuery UI 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function(a,d){a.ui=a.ui||{};if(a.ui.version){return}a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(e,f){return typeof e==="number"?this.each(function(){var g=this;setTimeout(function(){a(g).focus();if(f){f.call(g)}},e)}):this._focus.apply(this,arguments)},scrollParent:function(){var e;if((a.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){e=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(a.curCSS(this,"position",1))&&(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}else{e=this.parents().filter(function(){return(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!e.length?a(document):e},zIndex:function(h){if(h!==d){return this.css("zIndex",h)}if(this.length){var f=a(this[0]),e,g;while(f.length&&f[0]!==document){e=f.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){g=parseInt(f.css("zIndex"),10);if(!isNaN(g)&&g!==0){return g}}f=f.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(e){e.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});a.each(["Width","Height"],function(g,e){var f=e==="Width"?["Left","Right"]:["Top","Bottom"],h=e.toLowerCase(),k={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};function j(m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"padding"+this,true))||0;if(i){l-=parseFloat(a.curCSS(m,"border"+this+"Width",true))||0}if(n){l-=parseFloat(a.curCSS(m,"margin"+this,true))||0}});return l}a.fn["inner"+e]=function(i){if(i===d){return k["inner"+e].call(this)}return this.each(function(){a(this).css(h,j(this,i)+"px")})};a.fn["outer"+e]=function(i,l){if(typeof i!=="number"){return k["outer"+e].call(this,i)}return this.each(function(){a(this).css(h,j(this,i,true,l)+"px")})}});function c(g,e){var j=g.nodeName.toLowerCase();if("area"===j){var i=g.parentNode,h=i.name,f;if(!g.href||!h||i.nodeName.toLowerCase()!=="map"){return false}f=a("img[usemap=#"+h+"]")[0];return !!f&&b(f)}return(/input|select|textarea|button|object/.test(j)?!g.disabled:"a"==j?g.href||e:e)&&b(g)}function b(e){return !a(e).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}a.extend(a.expr[":"],{data:function(g,f,e){return !!a.data(g,e[3])},focusable:function(e){return c(e,!isNaN(a.attr(e,"tabindex")))},tabbable:function(g){var e=a.attr(g,"tabindex"),f=isNaN(e);return(f||e>=0)&&c(g,!f)}});a(function(){var e=document.body,f=e.appendChild(f=document.createElement("div"));f.offsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.support.minHeight=f.offsetHeight===100;a.support.selectstart="onselectstart" in f;e.removeChild(f).style.display="none"});a.extend(a.ui,{plugin:{add:function(f,g,j){var h=a.ui[f].prototype;for(var e in j){h.plugins[e]=h.plugins[e]||[];h.plugins[e].push([g,j[e]])}},call:function(e,g,f){var j=e.plugins[g];if(!j||!e.element[0].parentNode){return}for(var h=0;h0){return true}h[e]=1;g=(h[e]>0);h[e]=0;return g},isOverAxis:function(f,e,g){return(f>e)&&(f<(e+g))},isOver:function(j,f,i,h,e,g){return a.ui.isOverAxis(j,i,e)&&a.ui.isOverAxis(f,h,g)}})})(jQuery);/*! + * jQuery UI Widget 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Widget + */ +(function(b,d){if(b.cleanData){var c=b.cleanData;b.cleanData=function(f){for(var g=0,h;(h=f[g])!=null;g++){try{b(h).triggerHandler("remove")}catch(j){}}c(f)}}else{var a=b.fn.remove;b.fn.remove=function(e,f){return this.each(function(){if(!f){if(!e||b.filter(e,[this]).length){b("*",this).add([this]).each(function(){try{b(this).triggerHandler("remove")}catch(g){}})}}return a.call(b(this),e,f)})}}b.widget=function(f,h,e){var g=f.split(".")[0],j;f=f.split(".")[1];j=g+"-"+f;if(!e){e=h;h=b.Widget}b.expr[":"][j]=function(k){return !!b.data(k,f)};b[g]=b[g]||{};b[g][f]=function(k,l){if(arguments.length){this._createWidget(k,l)}};var i=new h();i.options=b.extend(true,{},i.options);b[g][f].prototype=b.extend(true,i,{namespace:g,widgetName:f,widgetEventPrefix:b[g][f].prototype.widgetEventPrefix||f,widgetBaseClass:j},e);b.widget.bridge(f,b[g][f])};b.widget.bridge=function(f,e){b.fn[f]=function(i){var g=typeof i==="string",h=Array.prototype.slice.call(arguments,1),j=this;i=!g&&h.length?b.extend.apply(null,[true,i].concat(h)):i;if(g&&i.charAt(0)==="_"){return j}if(g){this.each(function(){var k=b.data(this,f),l=k&&b.isFunction(k[i])?k[i].apply(k,h):k;if(l!==k&&l!==d){j=l;return false}})}else{this.each(function(){var k=b.data(this,f);if(k){k.option(i||{})._init()}else{b.data(this,f,new e(i,this))}})}return j}};b.Widget=function(e,f){if(arguments.length){this._createWidget(e,f)}};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(f,g){b.data(g,this.widgetName,this);this.element=b(g);this.options=b.extend(true,{},this.options,this._getCreateOptions(),f);var e=this;this.element.bind("remove."+this.widgetName,function(){e.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(f,g){var e=f;if(arguments.length===0){return b.extend({},this.options)}if(typeof f==="string"){if(g===d){return this.options[f]}e={};e[f]=g}this._setOptions(e);return this},_setOptions:function(f){var e=this;b.each(f,function(g,h){e._setOption(g,h)});return this},_setOption:function(e,f){this.options[e]=f;if(e==="disabled"){this.widget()[f?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",f)}return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(e,f,g){var j,i,h=this.options[e];g=g||{};f=b.Event(f);f.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase();f.target=this.element[0];i=f.originalEvent;if(i){for(j in i){if(!(j in f)){f[j]=i[j]}}}this.element.trigger(f,g);return !(b.isFunction(h)&&h.call(this.element[0],f,g)===false||f.isDefaultPrevented())}}})(jQuery);/*! + * jQuery UI Mouse 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Mouse + * + * Depends: + * jquery.ui.widget.js + */ +(function(b,c){var a=false;b(document).mouseup(function(d){a=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedown."+this.widgetName,function(e){return d._mouseDown(e)}).bind("click."+this.widgetName,function(e){if(true===b.data(e.target,d.widgetName+".preventClickEvent")){b.removeData(e.target,d.widgetName+".preventClickEvent");e.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(f){if(a){return}(this._mouseStarted&&this._mouseUp(f));this._mouseDownEvent=f;var e=this,g=(f.which==1),d=(typeof this.options.cancel=="string"&&f.target.nodeName?b(f.target).closest(this.options.cancel).length:false);if(!g||d||!this._mouseCapture(f)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){e.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(f)&&this._mouseDelayMet(f)){this._mouseStarted=(this._mouseStart(f)!==false);if(!this._mouseStarted){f.preventDefault();return true}}if(true===b.data(f.target,this.widgetName+".preventClickEvent")){b.removeData(f.target,this.widgetName+".preventClickEvent")}this._mouseMoveDelegate=function(h){return e._mouseMove(h)};this._mouseUpDelegate=function(h){return e._mouseUp(h)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);f.preventDefault();a=true;return true},_mouseMove:function(d){if(b.browser.msie&&!(document.documentMode>=9)&&!d.button){return this._mouseUp(d)}if(this._mouseStarted){this._mouseDrag(d);return d.preventDefault()}if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,d)!==false);(this._mouseStarted?this._mouseDrag(d):this._mouseUp(d))}return !this._mouseStarted},_mouseUp:function(d){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;if(d.target==this._mouseDownEvent.target){b.data(d.target,this.widgetName+".preventClickEvent",true)}this._mouseStop(d)}return false},_mouseDistanceMet:function(d){return(Math.max(Math.abs(this._mouseDownEvent.pageX-d.pageX),Math.abs(this._mouseDownEvent.pageY-d.pageY))>=this.options.distance)},_mouseDelayMet:function(d){return this.mouseDelayMet},_mouseStart:function(d){},_mouseDrag:function(d){},_mouseStop:function(d){},_mouseCapture:function(d){return true}})})(jQuery);(function(c,d){c.widget("ui.resizable",c.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000},_create:function(){var f=this,k=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(k.aspectRatio),aspectRatio:k.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:k.helper||k.ghost||k.animate?k.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){this.element.wrap(c('
').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=k.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var l=this.handles.split(",");this.handles={};for(var g=0;g
');if(/sw|se|ne|nw/.test(j)){h.css({zIndex:++k.zIndex})}if("se"==j){h.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[j]=".ui-resizable-"+j;this.element.append(h)}}this._renderAxis=function(q){q=q||this.element;for(var n in this.handles){if(this.handles[n].constructor==String){this.handles[n]=c(this.handles[n],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var o=c(this.handles[n],this.element),p=0;p=/sw|ne|nw|se|n|s/.test(n)?o.outerHeight():o.outerWidth();var m=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join("");q.css(m,p);this._proportionallyResize()}if(!c(this.handles[n]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!f.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}f.axis=i&&i[1]?i[1]:"se"}});if(k.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){if(k.disabled){return}c(this).removeClass("ui-resizable-autohide");f._handles.show()},function(){if(k.disabled){return}if(!f.resizing){c(this).addClass("ui-resizable-autohide");f._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var e=function(g){c(g).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){e(this.element);var f=this.element;f.after(this.originalElement.css({position:f.css("position"),width:f.outerWidth(),height:f.outerHeight(),top:f.css("top"),left:f.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);e(this.originalElement);return this},_mouseCapture:function(f){var g=false;for(var e in this.handles){if(c(this.handles[e])[0]==f.target){g=true}}return !this.options.disabled&&g},_mouseStart:function(g){var j=this.options,f=this.element.position(),e=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(e.is(".ui-draggable")||(/absolute/).test(e.css("position"))){e.css({position:"absolute",top:f.top,left:f.left})}this._renderProxy();var k=b(this.helper.css("left")),h=b(this.helper.css("top"));if(j.containment){k+=c(j.containment).scrollLeft()||0;h+=c(j.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:k,top:h};this.size=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalSize=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalPosition={left:k,top:h};this.sizeDiff={width:e.outerWidth()-e.width(),height:e.outerHeight()-e.height()};this.originalMousePosition={left:g.pageX,top:g.pageY};this.aspectRatio=(typeof j.aspectRatio=="number")?j.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var i=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",i=="auto"?this.axis+"-resize":i);e.addClass("ui-resizable-resizing");this._propagate("start",g);return true},_mouseDrag:function(e){var h=this.helper,g=this.options,m={},q=this,j=this.originalMousePosition,n=this.axis;var r=(e.pageX-j.left)||0,p=(e.pageY-j.top)||0;var i=this._change[n];if(!i){return false}var l=i.apply(this,[e,r,p]),k=c.browser.msie&&c.browser.version<7,f=this.sizeDiff;this._updateVirtualBoundaries(e.shiftKey);if(this._aspectRatio||e.shiftKey){l=this._updateRatio(l,e)}l=this._respectSize(l,e);this._propagate("resize",e);h.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(l);this._trigger("resize",e,this.ui());return false},_mouseStop:function(h){this.resizing=false;var i=this.options,m=this;if(this._helper){var g=this._proportionallyResizeElements,e=g.length&&(/textarea/i).test(g[0].nodeName),f=e&&c.ui.hasScroll(g[0],"left")?0:m.sizeDiff.height,k=e?0:m.sizeDiff.width;var n={width:(m.helper.width()-k),height:(m.helper.height()-f)},j=(parseInt(m.element.css("left"),10)+(m.position.left-m.originalPosition.left))||null,l=(parseInt(m.element.css("top"),10)+(m.position.top-m.originalPosition.top))||null;if(!i.animate){this.element.css(c.extend(n,{top:l,left:j}))}m.helper.height(m.size.height);m.helper.width(m.size.width);if(this._helper&&!i.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",h);if(this._helper){this.helper.remove()}return false},_updateVirtualBoundaries:function(g){var j=this.options,i,h,f,k,e;e={minWidth:a(j.minWidth)?j.minWidth:0,maxWidth:a(j.maxWidth)?j.maxWidth:Infinity,minHeight:a(j.minHeight)?j.minHeight:0,maxHeight:a(j.maxHeight)?j.maxHeight:Infinity};if(this._aspectRatio||g){i=e.minHeight*this.aspectRatio;f=e.minWidth/this.aspectRatio;h=e.maxHeight*this.aspectRatio;k=e.maxWidth/this.aspectRatio;if(i>e.minWidth){e.minWidth=i}if(f>e.minHeight){e.minHeight=f}if(hl.width),s=a(l.height)&&i.minHeight&&(i.minHeight>l.height);if(h){l.width=i.minWidth}if(s){l.height=i.minHeight}if(t){l.width=i.maxWidth}if(m){l.height=i.maxHeight}var f=this.originalPosition.left+this.originalSize.width,p=this.position.top+this.size.height;var k=/sw|nw|w/.test(q),e=/nw|ne|n/.test(q);if(h&&k){l.left=f-i.minWidth}if(t&&k){l.left=f-i.maxWidth}if(s&&e){l.top=p-i.minHeight}if(m&&e){l.top=p-i.maxHeight}var n=!l.width&&!l.height;if(n&&!l.left&&l.top){l.top=null}else{if(n&&!l.top&&l.left){l.left=null}}return l},_proportionallyResize:function(){var k=this.options;if(!this._proportionallyResizeElements.length){return}var g=this.helper||this.element;for(var f=0;f');var e=c.browser.msie&&c.browser.version<7,g=(e?1:0),h=(e?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+h,height:this.element.outerHeight()+h,position:"absolute",left:this.elementOffset.left-g+"px",top:this.elementOffset.top-g+"px",zIndex:++i.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(g,f,e){return{width:this.originalSize.width+f}},w:function(h,f,e){var j=this.options,g=this.originalSize,i=this.originalPosition;return{left:i.left+f,width:g.width-f}},n:function(h,f,e){var j=this.options,g=this.originalSize,i=this.originalPosition;return{top:i.top+e,height:g.height-e}},s:function(g,f,e){return{height:this.originalSize.height+e}},se:function(g,f,e){return c.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[g,f,e]))},sw:function(g,f,e){return c.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[g,f,e]))},ne:function(g,f,e){return c.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[g,f,e]))},nw:function(g,f,e){return c.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[g,f,e]))}},_propagate:function(f,e){c.ui.plugin.call(this,f,[e,this.ui()]);(f!="resize"&&this._trigger(f,e,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});c.extend(c.ui.resizable,{version:"1.8.18"});c.ui.plugin.add("resizable","alsoResize",{start:function(f,g){var e=c(this).data("resizable"),i=e.options;var h=function(j){c(j).each(function(){var k=c(this);k.data("resizable-alsoresize",{width:parseInt(k.width(),10),height:parseInt(k.height(),10),left:parseInt(k.css("left"),10),top:parseInt(k.css("top"),10)})})};if(typeof(i.alsoResize)=="object"&&!i.alsoResize.parentNode){if(i.alsoResize.length){i.alsoResize=i.alsoResize[0];h(i.alsoResize)}else{c.each(i.alsoResize,function(j){h(j)})}}else{h(i.alsoResize)}},resize:function(g,i){var f=c(this).data("resizable"),j=f.options,h=f.originalSize,l=f.originalPosition;var k={height:(f.size.height-h.height)||0,width:(f.size.width-h.width)||0,top:(f.position.top-l.top)||0,left:(f.position.left-l.left)||0},e=function(m,n){c(m).each(function(){var q=c(this),r=c(this).data("resizable-alsoresize"),p={},o=n&&n.length?n:q.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];c.each(o,function(s,u){var t=(r[u]||0)+(k[u]||0);if(t&&t>=0){p[u]=t||null}});q.css(p)})};if(typeof(j.alsoResize)=="object"&&!j.alsoResize.nodeType){c.each(j.alsoResize,function(m,n){e(m,n)})}else{e(j.alsoResize)}},stop:function(e,f){c(this).removeData("resizable-alsoresize")}});c.ui.plugin.add("resizable","animate",{stop:function(i,n){var p=c(this).data("resizable"),j=p.options;var h=p._proportionallyResizeElements,e=h.length&&(/textarea/i).test(h[0].nodeName),f=e&&c.ui.hasScroll(h[0],"left")?0:p.sizeDiff.height,l=e?0:p.sizeDiff.width;var g={width:(p.size.width-l),height:(p.size.height-f)},k=(parseInt(p.element.css("left"),10)+(p.position.left-p.originalPosition.left))||null,m=(parseInt(p.element.css("top"),10)+(p.position.top-p.originalPosition.top))||null;p.element.animate(c.extend(g,m&&k?{top:m,left:k}:{}),{duration:j.animateDuration,easing:j.animateEasing,step:function(){var o={width:parseInt(p.element.css("width"),10),height:parseInt(p.element.css("height"),10),top:parseInt(p.element.css("top"),10),left:parseInt(p.element.css("left"),10)};if(h&&h.length){c(h[0]).css({width:o.width,height:o.height})}p._updateCache(o);p._propagate("resize",i)}})}});c.ui.plugin.add("resizable","containment",{start:function(f,r){var t=c(this).data("resizable"),j=t.options,l=t.element;var g=j.containment,k=(g instanceof c)?g.get(0):(/parent/.test(g))?l.parent().get(0):g;if(!k){return}t.containerElement=c(k);if(/document/.test(g)||g==document){t.containerOffset={left:0,top:0};t.containerPosition={left:0,top:0};t.parentData={element:c(document),left:0,top:0,width:c(document).width(),height:c(document).height()||document.body.parentNode.scrollHeight}}else{var n=c(k),i=[];c(["Top","Right","Left","Bottom"]).each(function(p,o){i[p]=b(n.css("padding"+o))});t.containerOffset=n.offset();t.containerPosition=n.position();t.containerSize={height:(n.innerHeight()-i[3]),width:(n.innerWidth()-i[1])};var q=t.containerOffset,e=t.containerSize.height,m=t.containerSize.width,h=(c.ui.hasScroll(k,"left")?k.scrollWidth:m),s=(c.ui.hasScroll(k)?k.scrollHeight:e);t.parentData={element:k,left:q.left,top:q.top,width:h,height:s}}},resize:function(g,q){var t=c(this).data("resizable"),i=t.options,f=t.containerSize,p=t.containerOffset,m=t.size,n=t.position,r=t._aspectRatio||g.shiftKey,e={top:0,left:0},h=t.containerElement;if(h[0]!=document&&(/static/).test(h.css("position"))){e=p}if(n.left<(t._helper?p.left:0)){t.size.width=t.size.width+(t._helper?(t.position.left-p.left):(t.position.left-e.left));if(r){t.size.height=t.size.width/i.aspectRatio}t.position.left=i.helper?p.left:0}if(n.top<(t._helper?p.top:0)){t.size.height=t.size.height+(t._helper?(t.position.top-p.top):t.position.top);if(r){t.size.width=t.size.height*i.aspectRatio}t.position.top=t._helper?p.top:0}t.offset.left=t.parentData.left+t.position.left;t.offset.top=t.parentData.top+t.position.top;var l=Math.abs((t._helper?t.offset.left-e.left:(t.offset.left-e.left))+t.sizeDiff.width),s=Math.abs((t._helper?t.offset.top-e.top:(t.offset.top-p.top))+t.sizeDiff.height);var k=t.containerElement.get(0)==t.element.parent().get(0),j=/relative|absolute/.test(t.containerElement.css("position"));if(k&&j){l-=t.parentData.left}if(l+t.size.width>=t.parentData.width){t.size.width=t.parentData.width-l;if(r){t.size.height=t.size.width/t.aspectRatio}}if(s+t.size.height>=t.parentData.height){t.size.height=t.parentData.height-s;if(r){t.size.width=t.size.height*t.aspectRatio}}},stop:function(f,n){var q=c(this).data("resizable"),g=q.options,l=q.position,m=q.containerOffset,e=q.containerPosition,i=q.containerElement;var j=c(q.helper),r=j.offset(),p=j.outerWidth()-q.sizeDiff.width,k=j.outerHeight()-q.sizeDiff.height;if(q._helper&&!g.animate&&(/relative/).test(i.css("position"))){c(this).css({left:r.left-e.left-m.left,width:p,height:k})}if(q._helper&&!g.animate&&(/static/).test(i.css("position"))){c(this).css({left:r.left-e.left-m.left,width:p,height:k})}}});c.ui.plugin.add("resizable","ghost",{start:function(g,h){var e=c(this).data("resizable"),i=e.options,f=e.size;e.ghost=e.originalElement.clone();e.ghost.css({opacity:0.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof i.ghost=="string"?i.ghost:"");e.ghost.appendTo(e.helper)},resize:function(f,g){var e=c(this).data("resizable"),h=e.options;if(e.ghost){e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})}},stop:function(f,g){var e=c(this).data("resizable"),h=e.options;if(e.ghost&&e.helper){e.helper.get(0).removeChild(e.ghost.get(0))}}});c.ui.plugin.add("resizable","grid",{resize:function(e,m){var p=c(this).data("resizable"),h=p.options,k=p.size,i=p.originalSize,j=p.originalPosition,n=p.axis,l=h._aspectRatio||e.shiftKey;h.grid=typeof h.grid=="number"?[h.grid,h.grid]:h.grid;var g=Math.round((k.width-i.width)/(h.grid[0]||1))*(h.grid[0]||1),f=Math.round((k.height-i.height)/(h.grid[1]||1))*(h.grid[1]||1);if(/^(se|s|e)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f}else{if(/^(ne)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f;p.position.top=j.top-f}else{if(/^(sw)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f;p.position.left=j.left-g}else{p.size.width=i.width+g;p.size.height=i.height+f;p.position.top=j.top-f;p.position.left=j.left-g}}}}});var b=function(e){return parseInt(e,10)||0};var a=function(e){return !isNaN(parseInt(e,10))}})(jQuery);/*! + * jQuery hashchange event - v1.3 - 7/21/2010 + * http://benalman.com/projects/jquery-hashchange-plugin/ + * + * Copyright (c) 2010 "Cowboy" Ben Alman + * Dual licensed under the MIT and GPL licenses. + * http://benalman.com/about/license/ + */ +(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$(' + + +
+
+
Modules
+
+
+
Here is a list of all modules:
+
[detail level 123]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 GTC Extensions (Stable)Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program
 GLM_GTC_bitfieldAllow to perform bit operations on integer values
 GLM_GTC_color_encodingAllow to perform bit operations on integer values
 GLM_GTC_color_spaceAllow to perform bit operations on integer values
 GLM_GTC_constantsProvide a list of constants and precomputed useful values
 GLM_GTC_epsilonComparison functions for a user defined epsilon values
 GLM_GTC_functionsList of useful common functions
 GLM_GTC_integerAllow to perform bit operations on integer values
 GLM_GTC_matrix_accessDefines functions to access rows or columns of a matrix easily
 GLM_GTC_matrix_integerDefines a number of matrices with integer types
 GLM_GTC_matrix_inverseDefines additional matrix inverting functions
 GLM_GTC_matrix_transformDefines functions that generate common transformation matrices
 GLM_GTC_noiseDefines 2D, 3D and 4D procedural noise functions Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise": https://github.com/ashima/webgl-noise Following Stefan Gustavson's paper "Simplex noise demystified": http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf <glm/gtc/noise.hpp> need to be included to use these functionalities
 GLM_GTC_packingThis extension provides a set of function to convert vertors to packed formats
 GLM_GTC_quaternionDefines a templated quaternion type and several quaternion operations
 GLM_GTC_randomGenerate random number from various distribution methods
 GLM_GTC_reciprocalDefine secant, cosecant and cotangent functions
 GLM_GTC_roundRounding value to specific boundings
 GLM_GTC_type_alignedAligned types
 GLM_GTC_type_precisionDefines specific C++-based precision types
 GLM_GTC_type_ptrHandles the interaction between pointers and vector, matrix types
 GLM_GTC_ulpAllow the measurement of the accuracy of a function against a reference implementation
 GLM_GTC_vec1Add vec1, ivec1, uvec1 and bvec1 types
 GTX Extensions (Experimental)Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program
 GLM_GTX_associated_min_maxMin and max functions that return associated values not the compared onces
 GLM_GTX_bitAllow to perform bit operations on integer values
 GLM_GTX_closest_pointFind the point on a straight line which is the closet of a point
 GLM_GTX_color_spaceRelated to RGB to HSV conversions and operations
 GLM_GTX_color_space_YCoCgRGB to YCoCg conversions and operations
 GLM_GTX_commonProvide functions to increase the compatibility with Cg and HLSL languages
 GLM_GTX_compatibilityProvide functions to increase the compatibility with Cg and HLSL languages
 GLM_GTX_component_wiseOperations between components of a type
 GLM_GTX_dual_quaternionDefines a templated dual-quaternion type and several dual-quaternion operations
 GLM_GTX_euler_anglesBuild matrices from Euler angles
 GLM_GTX_extendExtend a position from a source to a position at a defined length
 GLM_GTX_extented_min_maxMin and max functions for 3 to 4 parameters
 GLM_GTX_fast_exponentialFast but less accurate implementations of exponential based functions
 GLM_GTX_fast_square_rootFast but less accurate implementations of square root based functions
 GLM_GTX_fast_trigonometryFast but less accurate implementations of trigonometric functions
 GLM_GTX_gradient_paintFunctions that return the color of procedural gradient for specific coordinates
 GLM_GTX_handed_coordinate_spaceTo know if a set of three basis vectors defines a right or left-handed coordinate system
 GLM_GTX_hashAdd std::hash support for glm types
 GLM_GTX_integerAdd support for integer for core functions
 GLM_GTX_intersectAdd intersection functions
 GLM_GTX_ioStd::[w]ostream support for glm types
 GLM_GTX_log_baseLogarithm for any base
 GLM_GTX_matrix_cross_productBuild cross product matrices
 GLM_GTX_matrix_decomposeDecomposes a model matrix to translations, rotation and scale components
 GLM_GTX_matrix_interpolationAllows to directly interpolate two exiciting matrices
 GLM_GTX_matrix_major_storageBuild matrices with specific matrix order, row or column
 GLM_GTX_matrix_operationBuild diagonal matrices from vectors
 GLM_GTX_matrix_queryQuery to evaluate matrix properties
 GLM_GTX_matrix_transform_2dDefines functions that generate common 2d transformation matrices
 GLM_GTX_mixed_producteMixed product of 3 vectors
 GLM_GTX_normVarious ways to compute vector norms
 GLM_GTX_normalCompute the normal of a triangle
 GLM_GTX_normalize_dotDot product of vectors that need to be normalize with a single square root
 GLM_GTX_number_precisionDefined size types
 GLM_GTX_optimum_powInteger exponentiation of power functions
 GLM_GTX_orthonormalizeOrthonormalize matrices
 GLM_GTX_perpendicularPerpendicular of a vector from other one
 GLM_GTX_polar_coordinatesConversion from Euclidean space to polar space and revert
 GLM_GTX_projectionProjection of a vector to other one
 GLM_GTX_quaternionExtented quaternion types and functions
 GLM_GTX_rangeDefines begin and end for vectors and matrices
 GLM_GTX_raw_dataProjection of a vector to other one
 GLM_GTX_rotate_normalized_axisQuaternions and matrices rotations around normalized axis
 GLM_GTX_rotate_vectorFunction to directly rotate a vector
 GLM_GTX_scalar_relationalExtend a position from a source to a position at a defined length
 GLM_GTX_splineSpline functions
 GLM_GTX_std_based_typeAdds vector types based on STL value types
 GLM_GTX_string_castSetup strings for GLM type values
 GLM_GTX_transformAdd transformation matrices
 GLM_GTX_transform2Add extra transformation matrices
 GLM_GTX_type_alignedDefines aligned types
 GLM_GTX_type_traitDefines traits for each type
 GLM_GTX_vec_swizzleFunctions to perform swizzle operation
 GLM_GTX_vector_angleCompute angle between vectors
 GLM_GTX_vector_queryQuery informations of vector types
 GLM_GTX_wrapWrapping mode of texture coordinates
 GLM CoreThe core of GLM, which implements exactly and only the GLSL specification to the degree possible
 Common functionsThese all operate component-wise
 Exponential functionsThese all operate component-wise
 Geometric functionsThese operate on vectors as vectors, not component-wise
 Integer functionsThese all operate component-wise
 Matrix functionsFor each of the following built-in matrix functions, there is both a single-precision floating point version, where all arguments and return values are single precision, and a double-precision floating version, where all arguments and return values are double precision
 Floating-Point Pack and Unpack FunctionsThese functions do not operate component-wise, rather as described in each case
 Angle and Trigonometry FunctionsFunction parameters specified as angle are assumed to be in units of radians
 Vector Relational FunctionsRelational and equality operators (<, <=, >, >=, ==, !=) are defined to operate on scalars and produce scalar Boolean results
 TypesThe standard types defined by the specification
 Precision typesNon-GLSL types that are used to define precision-based types
 Precision typesNon-GLSL types that are used to define precision-based types
 Template typesThe generic template types used as the basis for the core types
+ + + + + + diff --git a/glm/doc/api/nav_f.png b/glm/doc/api/nav_f.png new file mode 100644 index 0000000000000000000000000000000000000000..72a58a529ed3a9ed6aa0c51a79cf207e026deee2 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^j6iI`!2~2XGqLUlQVE_ejv*C{Z|{2ZH7M}7UYxc) zn!W8uqtnIQ>_z8U literal 0 HcmV?d00001 diff --git a/glm/doc/api/nav_g.png b/glm/doc/api/nav_g.png new file mode 100644 index 0000000000000000000000000000000000000000..2093a237a94f6c83e19ec6e5fd42f7ddabdafa81 GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^j6lrB!3HFm1ilyoDK$?Q$B+ufw|5PB85lU25BhtE tr?otc=hd~V+ws&_A@j8Fiv!KF$B+ufw|5=67#uj90@pIL wZ=Q8~_Ju`#59=RjDrmm`tMD@M=!-l18IR?&vFVdQ&MBb@0HFXL1|%O$WD@{VPM$7~Ar*{o?;hlAFyLXmaDC0y znK1_#cQqJWPES%4Uujug^TE?jMft$}Eq^WaR~)%f)vSNs&gek&x%A9X9sM + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_0.js b/glm/doc/api/search/all_0.js new file mode 100644 index 0000000..218fa5a --- /dev/null +++ b/glm/doc/api/search/all_0.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['_5ffeatures_2ehpp',['_features.hpp',['../a00001.html',1,'']]], + ['_5ffixes_2ehpp',['_fixes.hpp',['../a00002.html',1,'']]], + ['_5fnoise_2ehpp',['_noise.hpp',['../a00003.html',1,'']]], + ['_5fswizzle_2ehpp',['_swizzle.hpp',['../a00004.html',1,'']]], + ['_5fswizzle_5ffunc_2ehpp',['_swizzle_func.hpp',['../a00005.html',1,'']]], + ['_5fvectorize_2ehpp',['_vectorize.hpp',['../a00006.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_1.html b/glm/doc/api/search/all_1.html new file mode 100644 index 0000000..1fbc509 --- /dev/null +++ b/glm/doc/api/search/all_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_1.js b/glm/doc/api/search/all_1.js new file mode 100644 index 0000000..d595d2e --- /dev/null +++ b/glm/doc/api/search/all_1.js @@ -0,0 +1,97 @@ +var searchData= +[ + ['abs',['abs',['../a00145.html#ga693d77696ff36572a0da79efec965acd',1,'glm']]], + ['acos',['acos',['../a00151.html#ga58ad259b788528fe0a4bd2eeb5e381cc',1,'glm']]], + ['acosh',['acosh',['../a00151.html#ga3f368ad3e1883b60748ca2634d816104',1,'glm']]], + ['acot',['acot',['../a00174.html#gaeadfb9c9d71093f7865b2ba2ca8d104d',1,'glm']]], + ['acoth',['acoth',['../a00174.html#gafaca98a7100170db8841f446282debfa',1,'glm']]], + ['acsc',['acsc',['../a00174.html#ga1b4bed91476b9b915e76b4a30236d330',1,'glm']]], + ['acsch',['acsch',['../a00174.html#ga4b50aa5e5afc7e19ec113ab91596c576',1,'glm']]], + ['affineinverse',['affineInverse',['../a00168.html#gae0fcc5fc8783291f9702272de428fa0e',1,'glm']]], + ['aligned_5fbvec1',['aligned_bvec1',['../a00176.html#ga780a35f764020f553a9601a3fcdcd059',1,'glm']]], + ['aligned_5fbvec2',['aligned_bvec2',['../a00176.html#gae766b317c5afec852bfb3d74a3c54bc8',1,'glm']]], + ['aligned_5fbvec3',['aligned_bvec3',['../a00176.html#gae1964ba70d15915e5b710926decbb3cb',1,'glm']]], + ['aligned_5fbvec4',['aligned_bvec4',['../a00176.html#gae164a1f7879f828bc35e50b79d786b05',1,'glm']]], + ['aligned_5fdvec1',['aligned_dvec1',['../a00176.html#ga4974f46ae5a19415d91316960a53617a',1,'glm']]], + ['aligned_5fdvec2',['aligned_dvec2',['../a00176.html#ga18d859f87122b2b3b2992ffe86dbebc0',1,'glm']]], + ['aligned_5fdvec3',['aligned_dvec3',['../a00176.html#gaa37869eea77d28419b2fb0ff70b69bf0',1,'glm']]], + ['aligned_5fdvec4',['aligned_dvec4',['../a00176.html#ga8a9f0a4795ccc442fa9901845026f9f5',1,'glm']]], + ['aligned_5fhighp_5fbvec2',['aligned_highp_bvec2',['../a00176.html#gac5ffd9396890b64e707ba47c76435dfe',1,'glm']]], + ['aligned_5fhighp_5fbvec3',['aligned_highp_bvec3',['../a00176.html#ga3adba191018d2de1dc2834a2ff5597d7',1,'glm']]], + ['aligned_5fhighp_5fbvec4',['aligned_highp_bvec4',['../a00176.html#ga903a73cf8ae1f4bc24583b81adf024dc',1,'glm']]], + ['aligned_5fhighp_5fdvec2',['aligned_highp_dvec2',['../a00176.html#ga186b90f0ba86724e080d237f3f5f9417',1,'glm']]], + ['aligned_5fhighp_5fdvec3',['aligned_highp_dvec3',['../a00176.html#ga54f6765716867706643bde03211d600f',1,'glm']]], + ['aligned_5fhighp_5fdvec4',['aligned_highp_dvec4',['../a00176.html#ga8e5a90ed034e9e7414ff71e66a79139e',1,'glm']]], + ['aligned_5fhighp_5fivec2',['aligned_highp_ivec2',['../a00176.html#gab6ddd9d1421eb610ddeb32705fed7026',1,'glm']]], + ['aligned_5fhighp_5fivec3',['aligned_highp_ivec3',['../a00176.html#gae234a3a1c6288fa5e2d4c78c5e39002e',1,'glm']]], + ['aligned_5fhighp_5fivec4',['aligned_highp_ivec4',['../a00176.html#ga1e3286a27b19f25801fb435b6d1225fb',1,'glm']]], + ['aligned_5fhighp_5fuvec2',['aligned_highp_uvec2',['../a00176.html#ga7366a38dc888164e623fc10663e97670',1,'glm']]], + ['aligned_5fhighp_5fuvec3',['aligned_highp_uvec3',['../a00176.html#ga967485a7e963365642ea17de62fe2a3f',1,'glm']]], + ['aligned_5fhighp_5fuvec4',['aligned_highp_uvec4',['../a00176.html#gac56a4ce85b6233998139a7c1ac337440',1,'glm']]], + ['aligned_5fhighp_5fvec2',['aligned_highp_vec2',['../a00176.html#gaea854184b9d574fc5e75b5709a4974e8',1,'glm']]], + ['aligned_5fhighp_5fvec3',['aligned_highp_vec3',['../a00176.html#ga55fb20d4e73a65c834b5861fc6cf4c36',1,'glm']]], + ['aligned_5fhighp_5fvec4',['aligned_highp_vec4',['../a00176.html#gae2938d64c6a46f721681607c2ab3f884',1,'glm']]], + ['aligned_5fivec1',['aligned_ivec1',['../a00176.html#ga76298aed82a439063c3d55980c84aa0b',1,'glm']]], + ['aligned_5fivec2',['aligned_ivec2',['../a00176.html#gae4f38fd2c86cee6940986197777b3ca4',1,'glm']]], + ['aligned_5fivec3',['aligned_ivec3',['../a00176.html#ga32794322d294e5ace7fed4a61896f270',1,'glm']]], + ['aligned_5fivec4',['aligned_ivec4',['../a00176.html#ga7f79eae5927c9033d84617e49f6f34e4',1,'glm']]], + ['aligned_5flowp_5fbvec2',['aligned_lowp_bvec2',['../a00176.html#ga524c702b82ae7ccaca896d374808c6d7',1,'glm']]], + ['aligned_5flowp_5fbvec3',['aligned_lowp_bvec3',['../a00176.html#ga21fb6238997b4a21848411b16bc34e93',1,'glm']]], + ['aligned_5flowp_5fbvec4',['aligned_lowp_bvec4',['../a00176.html#ga0b5e3c64f8dbadfc42a2aca5f2da9692',1,'glm']]], + ['aligned_5flowp_5fdvec2',['aligned_lowp_dvec2',['../a00176.html#gab70c189b4691715b3f7f0abb35c65b2f',1,'glm']]], + ['aligned_5flowp_5fdvec3',['aligned_lowp_dvec3',['../a00176.html#gabeec3d5ec99c196f4c0eb03b58d486ee',1,'glm']]], + ['aligned_5flowp_5fdvec4',['aligned_lowp_dvec4',['../a00176.html#gaab365ee7cfd19bab449daa8f7eb0ca71',1,'glm']]], + ['aligned_5flowp_5fivec2',['aligned_lowp_ivec2',['../a00176.html#gad69bf7c406a3cec994307473cb3da032',1,'glm']]], + ['aligned_5flowp_5fivec3',['aligned_lowp_ivec3',['../a00176.html#gaa8615b4ce4fdf176c631b34d2d31d81b',1,'glm']]], + ['aligned_5flowp_5fivec4',['aligned_lowp_ivec4',['../a00176.html#gad744848a2e4ddd2f041e6ec8d13600ae',1,'glm']]], + ['aligned_5flowp_5fuvec2',['aligned_lowp_uvec2',['../a00176.html#ga15355ffc7ec7931b81ba76736b65e51a',1,'glm']]], + ['aligned_5flowp_5fuvec3',['aligned_lowp_uvec3',['../a00176.html#ga48c85299d98e8248f547a2c07ea609cf',1,'glm']]], + ['aligned_5flowp_5fuvec4',['aligned_lowp_uvec4',['../a00176.html#ga40b0e05306f666f835ac97c963302ecb',1,'glm']]], + ['aligned_5flowp_5fvec2',['aligned_lowp_vec2',['../a00176.html#ga3cfc38b4ea9b9bd1e9f02dcc14eab367',1,'glm']]], + ['aligned_5flowp_5fvec3',['aligned_lowp_vec3',['../a00176.html#gae003f8f3071a8bc734a70c6d4978f968',1,'glm']]], + ['aligned_5flowp_5fvec4',['aligned_lowp_vec4',['../a00176.html#ga689f103781a795e919fddfa47d89170d',1,'glm']]], + ['aligned_5fmediump_5fbvec2',['aligned_mediump_bvec2',['../a00176.html#ga77d37d7c80c7faa2eecb3eba7677750e',1,'glm']]], + ['aligned_5fmediump_5fbvec3',['aligned_mediump_bvec3',['../a00176.html#ga4f78cd6d9c5827771e35921b4a92855a',1,'glm']]], + ['aligned_5fmediump_5fbvec4',['aligned_mediump_bvec4',['../a00176.html#ga2cb80e2d4d351abeadac7b1676a91fd9',1,'glm']]], + ['aligned_5fmediump_5fdvec2',['aligned_mediump_dvec2',['../a00176.html#gaba56f2b76d320379cdf7c37e0d4b03bd',1,'glm']]], + ['aligned_5fmediump_5fdvec3',['aligned_mediump_dvec3',['../a00176.html#ga22efc7f84ab79eef640e00fc59d07478',1,'glm']]], + ['aligned_5fmediump_5fdvec4',['aligned_mediump_dvec4',['../a00176.html#gad6f422f8871685ee467a575238e4ece4',1,'glm']]], + ['aligned_5fmediump_5fivec2',['aligned_mediump_ivec2',['../a00176.html#ga389d12dcc8d57a444944a72646d17efa',1,'glm']]], + ['aligned_5fmediump_5fivec3',['aligned_mediump_ivec3',['../a00176.html#ga5b16f7e81555819bf0f80f4db4bc0b26',1,'glm']]], + ['aligned_5fmediump_5fivec4',['aligned_mediump_ivec4',['../a00176.html#gae640082d0ffdb52fb2d658916c5815db',1,'glm']]], + ['aligned_5fmediump_5fuvec2',['aligned_mediump_uvec2',['../a00176.html#ga88c56fde67f035d80b2d0d6d568af30b',1,'glm']]], + ['aligned_5fmediump_5fuvec3',['aligned_mediump_uvec3',['../a00176.html#gaee29d3a28f634b03f0a20e79e600f5df',1,'glm']]], + ['aligned_5fmediump_5fuvec4',['aligned_mediump_uvec4',['../a00176.html#ga717763c480dcf3ecf66121426287d08a',1,'glm']]], + ['aligned_5fmediump_5fvec2',['aligned_mediump_vec2',['../a00176.html#ga57549b1281d99ba1825b1ef0dae6227d',1,'glm']]], + ['aligned_5fmediump_5fvec3',['aligned_mediump_vec3',['../a00176.html#gaed5d4dd2755cc5141a9533488edd9e82',1,'glm']]], + ['aligned_5fmediump_5fvec4',['aligned_mediump_vec4',['../a00176.html#gae4ab68a8c32574bff14e62f95185d295',1,'glm']]], + ['aligned_5fuvec1',['aligned_uvec1',['../a00176.html#ga1ff8ed402c93d280ff0597c1c5e7c548',1,'glm']]], + ['aligned_5fuvec2',['aligned_uvec2',['../a00176.html#ga074137e3be58528d67041c223d49f398',1,'glm']]], + ['aligned_5fuvec3',['aligned_uvec3',['../a00176.html#ga2a8d9c3046f89d854eb758adfa0811c0',1,'glm']]], + ['aligned_5fuvec4',['aligned_uvec4',['../a00176.html#gabf842c45eea186170c267a328e3f3b7d',1,'glm']]], + ['aligned_5fvec1',['aligned_vec1',['../a00176.html#ga05e6d4c908965d04191c2070a8d0a65e',1,'glm']]], + ['aligned_5fvec2',['aligned_vec2',['../a00176.html#ga0682462f8096a226773e20fac993cde5',1,'glm']]], + ['aligned_5fvec3',['aligned_vec3',['../a00176.html#ga7cf643b66664e0cd3c48759ae66c2bd0',1,'glm']]], + ['aligned_5fvec4',['aligned_vec4',['../a00176.html#ga85d89e83cb8137e1be1446de8c3b643a',1,'glm']]], + ['all',['all',['../a00152.html#ga14bbc94f2ae2774a1d64d91f8767773e',1,'glm']]], + ['angle',['angle',['../a00172.html#gad4a4448baedb198b2b1e7880d2544dc9',1,'glm::angle(tquat< T, P > const &x)'],['../a00234.html#gab8691008a2536b681b711211816c14f7',1,'glm::angle(vecType const &x, vecType const &y)']]], + ['angleaxis',['angleAxis',['../a00172.html#ga37ae19405f1ccf766f27e4fcd035d859',1,'glm']]], + ['any',['any',['../a00152.html#ga632a2644532d9332011c8860400d30b2',1,'glm']]], + ['arecollinear',['areCollinear',['../a00235.html#ga465b844190d1740051e45d780832ea4c',1,'glm']]], + ['areorthogonal',['areOrthogonal',['../a00235.html#gaee10acefed397c11e01f2862e837754c',1,'glm']]], + ['areorthonormal',['areOrthonormal',['../a00235.html#ga89c82bc60e5b84e4489b74c15a134caf',1,'glm']]], + ['asec',['asec',['../a00174.html#ga2c5b7f962c2c9ff684e6d2de48db1f10',1,'glm']]], + ['asech',['asech',['../a00174.html#gaec7586dccfe431f850d006f3824b8ca6',1,'glm']]], + ['asin',['asin',['../a00151.html#ga88e29b8289e882859d76a25798dd9490',1,'glm']]], + ['asinh',['asinh',['../a00151.html#ga72bf44c1984e1afb63acf821ba33cac7',1,'glm']]], + ['associated_5fmin_5fmax_2ehpp',['associated_min_max.hpp',['../a00007.html',1,'']]], + ['associatedmax',['associatedMax',['../a00181.html#ga7d9c8785230c8db60f72ec8975f1ba45',1,'glm::associatedMax(T x, U a, T y, U b)'],['../a00181.html#ga10ba6001798f42a0f941f19ff30e066a',1,'glm::associatedMax(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)'],['../a00181.html#ga62ca63cca6b21387b8a25474f441a869',1,'glm::associatedMax(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b)'],['../a00181.html#ga5364520173815b66a9d9e452c38bf312',1,'glm::associatedMax(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)'],['../a00181.html#gaec891e363d91abbf3a4443cf2f652209',1,'glm::associatedMax(T x, U a, T y, U b, T z, U c)'],['../a00181.html#ga065a0c1eb7837118ef79be88dfd78487',1,'glm::associatedMax(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)'],['../a00181.html#ga553431a468e251623408603bcb51c9cb',1,'glm::associatedMax(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c)'],['../a00181.html#ga327136e6a568569c03a056f90814b656',1,'glm::associatedMax(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c)'],['../a00181.html#ga3038ffcb43eaa6af75897a99a5047ccc',1,'glm::associatedMax(T x, U a, T y, U b, T z, U c, T w, U d)'],['../a00181.html#gaf607886421c35cd7e4f41a50d7c330e3',1,'glm::associatedMax(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)'],['../a00181.html#ga7a165de1af9a3f9193516a3b47407086',1,'glm::associatedMax(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)'],['../a00181.html#ga3122fbe8133ea54749b10fb93e8a167e',1,'glm::associatedMax(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)']]], + ['associatedmin',['associatedMin',['../a00181.html#gacc01bd272359572fc28437ae214a02df',1,'glm::associatedMin(T x, U a, T y, U b)'],['../a00181.html#ga8b538d10872626668a078e2bd495af25',1,'glm::associatedMin(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)'],['../a00181.html#ga1dccff48fa5650c746533de83467da6e',1,'glm::associatedMin(T x, const vecType< U, P > &a, T y, const vecType< U, P > &b)'],['../a00181.html#ga076717f4e07c6ae725cc1382d1ac4869',1,'glm::associatedMin(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)'],['../a00181.html#gad0aa8f86259a26d839d34a3577a923fc',1,'glm::associatedMin(T x, U a, T y, U b, T z, U c)'],['../a00181.html#ga5bc6b9acbf9e060d58a342fbe3b73d43',1,'glm::associatedMin(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)'],['../a00181.html#ga432224ebe2085eaa2b63a077ecbbbff6',1,'glm::associatedMin(T x, U a, T y, U b, T z, U c, T w, U d)'],['../a00181.html#ga88e031f22b80215505928900d3dde549',1,'glm::associatedMin(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)'],['../a00181.html#ga0f63b0dce5a5c3242cc6d9847e7d14f1',1,'glm::associatedMin(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)'],['../a00181.html#ga00a949fd345f4b31b259f033d3ab4a1c',1,'glm::associatedMin(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)']]], + ['atan',['atan',['../a00151.html#ga461e769acb8b8cb695a5a89334546611',1,'glm::atan(vecType< T, P > const &y, vecType< T, P > const &x)'],['../a00151.html#gae8f22458bba8f2321ceb1bfc4a543216',1,'glm::atan(vecType< T, P > const &y_over_x)']]], + ['atan2',['atan2',['../a00187.html#gac63011205bf6d0be82589dc56dd26708',1,'glm::atan2(T x, T y)'],['../a00187.html#ga525f3e849d0fc64807f8ab571b4545f9',1,'glm::atan2(const tvec2< T, P > &x, const tvec2< T, P > &y)'],['../a00187.html#gad328042b6734d3f2c49c0ec1328b14c0',1,'glm::atan2(const tvec3< T, P > &x, const tvec3< T, P > &y)'],['../a00187.html#ga09d39c391a509a045b6c7061f15bdff5',1,'glm::atan2(const tvec4< T, P > &x, const tvec4< T, P > &y)']]], + ['atanh',['atanh',['../a00151.html#gaffa8decdd8620759f4e6fe4834768b87',1,'glm']]], + ['axis',['axis',['../a00172.html#ga0b3e87a13b2708154b72259e50789a19',1,'glm']]], + ['axisangle',['axisAngle',['../a00205.html#ga9aef292eb5f29bdbb58a53ef4281af92',1,'glm']]], + ['axisanglematrix',['axisAngleMatrix',['../a00205.html#ga82d4bc058e9628cb2ea1d4e117a0cf39',1,'glm']]], + ['angle_20and_20trigonometry_20functions',['Angle and Trigonometry Functions',['../a00151.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_10.html b/glm/doc/api/search/all_10.html new file mode 100644 index 0000000..80581d5 --- /dev/null +++ b/glm/doc/api/search/all_10.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_10.js b/glm/doc/api/search/all_10.js new file mode 100644 index 0000000..88a9c9e --- /dev/null +++ b/glm/doc/api/search/all_10.js @@ -0,0 +1,41 @@ +var searchData= +[ + ['radialgradient',['radialGradient',['../a00196.html#ga166d43d567a4cf150579a92f69b0dc9f',1,'glm']]], + ['radians',['radians',['../a00151.html#gafffb5e533f75318bdf4e0967d8a6c05c',1,'glm']]], + ['random_2ehpp',['random.hpp',['../a00090.html',1,'']]], + ['range_2ehpp',['range.hpp',['../a00091.html',1,'']]], + ['raw_5fdata_2ehpp',['raw_data.hpp',['../a00092.html',1,'']]], + ['reciprocal_2ehpp',['reciprocal.hpp',['../a00093.html',1,'']]], + ['reflect',['reflect',['../a00147.html#gab63646fc36b81cf69d3ce123a72f76f2',1,'glm']]], + ['refract',['refract',['../a00147.html#gab7e7cdf4403931a5f7b74560ad64159b',1,'glm']]], + ['repeat',['repeat',['../a00236.html#ga809650c6310ea7c42666e918c117fb6f',1,'glm']]], + ['rgb2ycocg',['rgb2YCoCg',['../a00185.html#ga19481f6947c5b5482debd41e71b8c941',1,'glm']]], + ['rgb2ycocgr',['rgb2YCoCgR',['../a00185.html#ga2e534594cc8ad252d23b14fb363ae9e2',1,'glm']]], + ['rgbcolor',['rgbColor',['../a00184.html#ga36b0619e31daf57bc4a54dac2dcf34b7',1,'glm']]], + ['righthanded',['rightHanded',['../a00197.html#ga17cd83888de8755c0435c589fafd3603',1,'glm']]], + ['roll',['roll',['../a00172.html#ga4fd705376c6c1fd667be0055a0ea58ec',1,'glm']]], + ['root_5ffive',['root_five',['../a00162.html#gae9ebbded75b53d4faeb1e4ef8b3347a2',1,'glm']]], + ['root_5fhalf_5fpi',['root_half_pi',['../a00162.html#ga4e276cb823cc5e612d4f89ed99c75039',1,'glm']]], + ['root_5fln_5ffour',['root_ln_four',['../a00162.html#ga4129412e96b33707a77c1a07652e23e2',1,'glm']]], + ['root_5fpi',['root_pi',['../a00162.html#ga261380796b2cd496f68d2cf1d08b8eb9',1,'glm']]], + ['root_5fthree',['root_three',['../a00162.html#ga4f286be4abe88be1eed7d2a9f6cb193e',1,'glm']]], + ['root_5ftwo',['root_two',['../a00162.html#ga74e607d29020f100c0d0dc46ce2ca950',1,'glm']]], + ['root_5ftwo_5fpi',['root_two_pi',['../a00162.html#ga2bcedc575039fe0cd765742f8bbb0bd3',1,'glm']]], + ['rotate',['rotate',['../a00169.html#ga161b1df124348f232d994ba7958e4815',1,'glm::rotate(tmat4x4< T, P > const &m, T angle, tvec3< T, P > const &axis)'],['../a00172.html#gaa8f42979c921e450ff2812fb43c25702',1,'glm::rotate(tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)'],['../a00209.html#gab4f798c6048db91a6d0686812fd54022',1,'glm::rotate(tmat3x3< T, P > const &m, T angle)'],['../a00220.html#ga9f39f0d3ecd66839a4af44560aa10fb2',1,'glm::rotate(tquat< T, P > const &q, tvec3< T, P > const &v)'],['../a00220.html#ga96575f8868b3f2aa3e13cab9b94ccbd3',1,'glm::rotate(tquat< T, P > const &q, tvec4< T, P > const &v)'],['../a00224.html#ga9bff444fb191e2e089a906b899cd033d',1,'glm::rotate(tvec2< T, P > const &v, T const &angle)'],['../a00224.html#ga526b6f8995bc0946aa1a04e9297de7c6',1,'glm::rotate(tvec3< T, P > const &v, T const &angle, tvec3< T, P > const &normal)'],['../a00224.html#gaf4d59dd2f668f9ffb38048055d1316bd',1,'glm::rotate(tvec4< T, P > const &v, T const &angle, tvec3< T, P > const &normal)'],['../a00229.html#ga2020c91bf61e050882b3a5c18eada700',1,'glm::rotate(T angle, tvec3< T, P > const &v)']]], + ['rotate_5fnormalized_5faxis_2ehpp',['rotate_normalized_axis.hpp',['../a00094.html',1,'']]], + ['rotate_5fvector_2ehpp',['rotate_vector.hpp',['../a00095.html',1,'']]], + ['rotatenormalizedaxis',['rotateNormalizedAxis',['../a00223.html#gaada623964a895def5a8b77b5b7887dc4',1,'glm::rotateNormalizedAxis(tmat4x4< T, P > const &m, T const &angle, tvec3< T, P > const &axis)'],['../a00223.html#ga6c00234d844faef36a6a94669fbd1639',1,'glm::rotateNormalizedAxis(tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)']]], + ['rotatex',['rotateX',['../a00224.html#ga0c2dc9f8507bffcbb957db9818b18508',1,'glm::rotateX(tvec3< T, P > const &v, T const &angle)'],['../a00224.html#gadab312d430a564741ae02215255027a0',1,'glm::rotateX(tvec4< T, P > const &v, T const &angle)']]], + ['rotatey',['rotateY',['../a00224.html#gabb5d19eba5befeebcb35a0aad4a114e3',1,'glm::rotateY(tvec3< T, P > const &v, T const &angle)'],['../a00224.html#gae2507577c4bffa3548b32852791dd90c',1,'glm::rotateY(tvec4< T, P > const &v, T const &angle)']]], + ['rotatez',['rotateZ',['../a00224.html#gae30ac01b89d4f16a972fee696c964908',1,'glm::rotateZ(tvec3< T, P > const &v, T const &angle)'],['../a00224.html#ga034e5d197ab4bd8685624bc2cf16e586',1,'glm::rotateZ(tvec4< T, P > const &v, T const &angle)']]], + ['rotation',['rotation',['../a00220.html#gac4856d356c5c97cec74e9b672ea89240',1,'glm']]], + ['round',['round',['../a00145.html#gada0165544c0618d634c8056a88082ce9',1,'glm']]], + ['round_2ehpp',['round.hpp',['../a00096.html',1,'']]], + ['roundeven',['roundEven',['../a00145.html#ga655598104195a60a950291485e84a97e',1,'glm']]], + ['roundmultiple',['roundMultiple',['../a00175.html#ga6739d1de04b2cea7c78675b365644bce',1,'glm::roundMultiple(genType Source, genType Multiple)'],['../a00175.html#ga10a8ab7b254257b607b6a3fc68c3e661',1,'glm::roundMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)']]], + ['roundpoweroftwo',['roundPowerOfTwo',['../a00175.html#ga6d24a9e3abe3e6a908661b43acb8efe0',1,'glm::roundPowerOfTwo(genIUType Value)'],['../a00175.html#gae95be3b384f3bbd00c6c1cf0a1f96485',1,'glm::roundPowerOfTwo(vecType< T, P > const &value)']]], + ['row',['row',['../a00166.html#ga259e5ebd0f31ec3f83440f8cae7f5dba',1,'glm::row(genType const &m, length_t index)'],['../a00166.html#gaadcc64829aadf4103477679e48c7594f',1,'glm::row(genType const &m, length_t index, typename genType::row_type const &x)']]], + ['rowmajor2',['rowMajor2',['../a00206.html#ga0c7f4d56a85865f0002127119ab7d551',1,'glm::rowMajor2(tvec2< T, P > const &v1, tvec2< T, P > const &v2)'],['../a00206.html#ga42a006aa66198452bd3c89415f892196',1,'glm::rowMajor2(tmat2x2< T, P > const &m)']]], + ['rowmajor3',['rowMajor3',['../a00206.html#gaba4de9afc4e65ec8ea0403e7cba3fb9f',1,'glm::rowMajor3(tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)'],['../a00206.html#ga38537061135b55e7a053926ca55e6e20',1,'glm::rowMajor3(tmat3x3< T, P > const &m)']]], + ['rowmajor4',['rowMajor4',['../a00206.html#ga3ce8f2a78fb2f15bf28151ee128b0ae8',1,'glm::rowMajor4(tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)'],['../a00206.html#ga85771a88c114a088a0414bcfce55e729',1,'glm::rowMajor4(tmat4x4< T, P > const &m)']]] +]; diff --git a/glm/doc/api/search/all_11.html b/glm/doc/api/search/all_11.html new file mode 100644 index 0000000..bb6241b --- /dev/null +++ b/glm/doc/api/search/all_11.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_11.js b/glm/doc/api/search/all_11.js new file mode 100644 index 0000000..471bfe9 --- /dev/null +++ b/glm/doc/api/search/all_11.js @@ -0,0 +1,42 @@ +var searchData= +[ + ['saturate',['saturate',['../a00187.html#ga0fd09e616d122bc2ed9726682ffd44b7',1,'glm::saturate(T x)'],['../a00187.html#ga5815a26488231dfdf92242cf0c2d2107',1,'glm::saturate(const tvec2< T, P > &x)'],['../a00187.html#ga02ed1a53c6df104d56b69f8fb5e9af1b',1,'glm::saturate(const tvec3< T, P > &x)'],['../a00187.html#ga63791409bdef9745b956406afe3157f1',1,'glm::saturate(const tvec4< T, P > &x)']]], + ['saturation',['saturation',['../a00184.html#gafecfb15d58da8445103745af3348e516',1,'glm::saturation(T const s)'],['../a00184.html#ga632ee8dadb44e90a05885f6f8c07d46c',1,'glm::saturation(T const s, tvec3< T, P > const &color)'],['../a00184.html#ga2033e0566c595230714af396744e8a61',1,'glm::saturation(T const s, tvec4< T, P > const &color)']]], + ['scalar_5fmultiplication_2ehpp',['scalar_multiplication.hpp',['../a00097.html',1,'']]], + ['scalar_5frelational_2ehpp',['scalar_relational.hpp',['../a00098.html',1,'']]], + ['scale',['scale',['../a00169.html#ga8f062fcc07e2445500793f2803afebb0',1,'glm::scale(tmat4x4< T, P > const &m, tvec3< T, P > const &v)'],['../a00209.html#ga5a608eaf1fdfd0a349a30181cb6a0240',1,'glm::scale(tmat3x3< T, P > const &m, tvec2< T, P > const &v)'],['../a00229.html#ga1972d4a66a2e92637c8aaee598417a71',1,'glm::scale(tvec3< T, P > const &v)']]], + ['scalebias',['scaleBias',['../a00230.html#ga2874abd228989556d610a0bff993667a',1,'glm::scaleBias(valType scale, valType bias)'],['../a00230.html#gac1a1139e2980021422d1fc1c42dc74f2',1,'glm::scaleBias(tmat4x4< valType, P > const &m, valType scale, valType bias)']]], + ['sec',['sec',['../a00174.html#gae4bcbebee670c5ea155f0777b3acbd84',1,'glm']]], + ['sech',['sech',['../a00174.html#ga9a5cfd1e7170104a7b33863b1b75e5ae',1,'glm']]], + ['setup_2ehpp',['setup.hpp',['../a00099.html',1,'']]], + ['shearx',['shearX',['../a00209.html#ga3da9ea234fdb2a96c75a97a18c903489',1,'glm']]], + ['shearx2d',['shearX2D',['../a00230.html#ga10f6c62d8f827c4cacedb71fd05e4ba2',1,'glm']]], + ['shearx3d',['shearX3D',['../a00230.html#gae06ce274e4754f925d5d68440e89452e',1,'glm']]], + ['sheary',['shearY',['../a00209.html#ga93bb348e7d251bcc2c17bfc11bd82e91',1,'glm']]], + ['sheary2d',['shearY2D',['../a00230.html#ga21ade82859e09a5cdaf4a01fbf8dc61b',1,'glm']]], + ['sheary3d',['shearY3D',['../a00230.html#ga31253ea18fdcdfde08c134c8b67688f7',1,'glm']]], + ['shearz3d',['shearZ3D',['../a00230.html#ga5558ac64a7144685bf2eb4483a0e2f51',1,'glm']]], + ['shortmix',['shortMix',['../a00220.html#ga3534443de2a1a806f386976546cddc81',1,'glm']]], + ['sign',['sign',['../a00145.html#gac3446b4138e0b8757561c07cd19f084d',1,'glm::sign(vecType< T, P > const &x)'],['../a00202.html#ga1842004a127a9f3573764362ff639191',1,'glm::sign(vecType< T, P > const &x, vecType< T, P > const &base)']]], + ['simplex',['simplex',['../a00170.html#ga05f5ab240c9a3fdeee353636e464c285',1,'glm']]], + ['sin',['sin',['../a00151.html#ga4a0ddceb6b1e64ce0e4da209dcb021d5',1,'glm']]], + ['sinh',['sinh',['../a00151.html#gad8f89c12efe6f8d3ae8046625b266254',1,'glm']]], + ['sint',['sint',['../a00199.html#gada7e83fdfe943aba4f1d5bf80cb66f40',1,'glm']]], + ['size1',['size1',['../a00227.html#ga47c940f279a6b97ffc301eb4526a445a',1,'glm']]], + ['size1_5ft',['size1_t',['../a00227.html#ga77d0b061efa41cb2ed2285d09294314e',1,'glm']]], + ['size2',['size2',['../a00227.html#gac0ef172641a1555684da0beb735c2a79',1,'glm']]], + ['size2_5ft',['size2_t',['../a00227.html#gaa7d72bbe318d27da9d30f27095e4c75e',1,'glm']]], + ['size3',['size3',['../a00227.html#ga51b5e9650c459973134ffb4236ae88b6',1,'glm']]], + ['size3_5ft',['size3_t',['../a00227.html#gad364e6c302642e3bb89d756df5d0c8c6',1,'glm']]], + ['size4',['size4',['../a00227.html#gaf07a3f432e328c99d35637225c988121',1,'glm']]], + ['size4_5ft',['size4_t',['../a00227.html#ga06862b7d59094244025d34407b2cb796',1,'glm']]], + ['slerp',['slerp',['../a00172.html#ga22b438c7252f3fa5b773c9882471652a',1,'glm::slerp(tquat< T, P > const &x, tquat< T, P > const &y, T a)'],['../a00224.html#gafc9ab3101c3f3799f3d5d6d9d3baac09',1,'glm::slerp(tvec3< T, P > const &x, tvec3< T, P > const &y, T const &a)']]], + ['smoothstep',['smoothstep',['../a00145.html#ga562edf7eca082cc5b7a0aaf180436daf',1,'glm']]], + ['sphericalrand',['sphericalRand',['../a00173.html#gaa9a6fc2d7a295b3857f7db23b1053d9d',1,'glm']]], + ['spline_2ehpp',['spline.hpp',['../a00100.html',1,'']]], + ['sqrt',['sqrt',['../a00146.html#gae7ac2e44c14d4e8004098d0bfba6e2b8',1,'glm::sqrt(vecType< T, P > const &v)'],['../a00199.html#ga7ce36693a75879ccd9bb10167cfa722d',1,'glm::sqrt(int x)'],['../a00199.html#ga1975d318978d6dacf78b6444fa5ed7bc',1,'glm::sqrt(uint x)']]], + ['squad',['squad',['../a00220.html#gae75f537becdf2b1381b4482ec96e6c82',1,'glm']]], + ['std_5fbased_5ftype_2ehpp',['std_based_type.hpp',['../a00101.html',1,'']]], + ['step',['step',['../a00145.html#ga015a1261ff23e12650211aa872863cce',1,'glm::step(genType edge, genType x)'],['../a00145.html#gaf15b74ab672af2c7d7b535a9b4803700',1,'glm::step(T edge, vecType< T, P > const &x)'],['../a00145.html#ga6d84170051fb87c183c38883ec85b411',1,'glm::step(vecType< T, P > const &edge, vecType< T, P > const &x)']]], + ['string_5fcast_2ehpp',['string_cast.hpp',['../a00102.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_12.html b/glm/doc/api/search/all_12.html new file mode 100644 index 0000000..fe93a5b --- /dev/null +++ b/glm/doc/api/search/all_12.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_12.js b/glm/doc/api/search/all_12.js new file mode 100644 index 0000000..21fa549 --- /dev/null +++ b/glm/doc/api/search/all_12.js @@ -0,0 +1,46 @@ +var searchData= +[ + ['template_20types',['Template types',['../a00158.html',1,'']]], + ['types',['Types',['../a00156.html',1,'']]], + ['tan',['tan',['../a00151.html#gab3ae890c38b7d3aa4d5e00998fd296b2',1,'glm']]], + ['tanh',['tanh',['../a00151.html#ga234e904a0075f88654a594b5f837711f',1,'glm']]], + ['third',['third',['../a00162.html#ga3077c6311010a214b69ddc8214ec13b5',1,'glm']]], + ['three_5fover_5ftwo_5fpi',['three_over_two_pi',['../a00162.html#gae94950df74b0ce382b1fc1d978ef7394',1,'glm']]], + ['to_5fstring',['to_string',['../a00228.html#ga7b4f9233593bbf1d53762f801ef56fe6',1,'glm']]], + ['tomat3',['toMat3',['../a00220.html#ga01935b66ba245c2fd7dee5427d86ce9b',1,'glm']]], + ['tomat4',['toMat4',['../a00220.html#gaedc9fba6485eade37cc26c16df9d7aad',1,'glm']]], + ['toquat',['toQuat',['../a00220.html#gac9e3109ca60b644ce508d6b71a1697bc',1,'glm::toQuat(tmat3x3< T, P > const &x)'],['../a00220.html#ga808dd0f83ee8150db7e652313bde8eb2',1,'glm::toQuat(tmat4x4< T, P > const &x)']]], + ['transform_2ehpp',['transform.hpp',['../a00103.html',1,'']]], + ['transform2_2ehpp',['transform2.hpp',['../a00104.html',1,'']]], + ['translate',['translate',['../a00169.html#gaee134ab77c6c5548a6ebf4e8e476c6ed',1,'glm::translate(tmat4x4< T, P > const &m, tvec3< T, P > const &v)'],['../a00209.html#ga22b5e806a6d2e2be54ebd29100d11c51',1,'glm::translate(tmat3x3< T, P > const &m, tvec2< T, P > const &v)'],['../a00229.html#ga838c4505ef7f254ed05117b1ac9691fb',1,'glm::translate(tvec3< T, P > const &v)']]], + ['trianglenormal',['triangleNormal',['../a00212.html#ga7842850bcda582f1756883e3ed950e14',1,'glm']]], + ['trigonometric_2ehpp',['trigonometric.hpp',['../a00105.html',1,'']]], + ['trunc',['trunc',['../a00145.html#ga634cdbf8b37edca03f2248450570fd54',1,'glm']]], + ['tweakedinfiniteperspective',['tweakedInfinitePerspective',['../a00169.html#gaed64bd81f5ecdab52fecbdf7f6b58194',1,'glm::tweakedInfinitePerspective(T fovy, T aspect, T near)'],['../a00169.html#gaa50fce7f50b5d5da881ed30f5532a921',1,'glm::tweakedInfinitePerspective(T fovy, T aspect, T near, T ep)']]], + ['two_5fover_5fpi',['two_over_pi',['../a00162.html#ga74eadc8a211253079683219a3ea0462a',1,'glm']]], + ['two_5fover_5froot_5fpi',['two_over_root_pi',['../a00162.html#ga5827301817640843cf02026a8d493894',1,'glm']]], + ['two_5fpi',['two_pi',['../a00162.html#gaa5276a4617566abcfe49286f40e3a256',1,'glm']]], + ['two_5fthirds',['two_thirds',['../a00162.html#ga9b4d2f4322edcf63a6737b92a29dd1f5',1,'glm']]], + ['type_5ffloat_2ehpp',['type_float.hpp',['../a00108.html',1,'']]], + ['type_5fgentype_2ehpp',['type_gentype.hpp',['../a00109.html',1,'']]], + ['type_5fhalf_2ehpp',['type_half.hpp',['../a00110.html',1,'']]], + ['type_5fint_2ehpp',['type_int.hpp',['../a00111.html',1,'']]], + ['type_5fmat_2ehpp',['type_mat.hpp',['../a00112.html',1,'']]], + ['type_5fmat2x2_2ehpp',['type_mat2x2.hpp',['../a00113.html',1,'']]], + ['type_5fmat2x3_2ehpp',['type_mat2x3.hpp',['../a00114.html',1,'']]], + ['type_5fmat2x4_2ehpp',['type_mat2x4.hpp',['../a00115.html',1,'']]], + ['type_5fmat3x2_2ehpp',['type_mat3x2.hpp',['../a00116.html',1,'']]], + ['type_5fmat3x3_2ehpp',['type_mat3x3.hpp',['../a00117.html',1,'']]], + ['type_5fmat3x4_2ehpp',['type_mat3x4.hpp',['../a00118.html',1,'']]], + ['type_5fmat4x2_2ehpp',['type_mat4x2.hpp',['../a00119.html',1,'']]], + ['type_5fmat4x3_2ehpp',['type_mat4x3.hpp',['../a00120.html',1,'']]], + ['type_5fmat4x4_2ehpp',['type_mat4x4.hpp',['../a00121.html',1,'']]], + ['type_5fprecision_2ehpp',['type_precision.hpp',['../a00122.html',1,'']]], + ['type_5fptr_2ehpp',['type_ptr.hpp',['../a00123.html',1,'']]], + ['type_5ftrait_2ehpp',['type_trait.hpp',['../a00124.html',1,'']]], + ['type_5fvec_2ehpp',['type_vec.hpp',['../a00125.html',1,'']]], + ['type_5fvec1_2ehpp',['type_vec1.hpp',['../a00126.html',1,'']]], + ['type_5fvec2_2ehpp',['type_vec2.hpp',['../a00127.html',1,'']]], + ['type_5fvec3_2ehpp',['type_vec3.hpp',['../a00128.html',1,'']]], + ['type_5fvec4_2ehpp',['type_vec4.hpp',['../a00129.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_13.html b/glm/doc/api/search/all_13.html new file mode 100644 index 0000000..cb938b9 --- /dev/null +++ b/glm/doc/api/search/all_13.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_13.js b/glm/doc/api/search/all_13.js new file mode 100644 index 0000000..cd5c448 --- /dev/null +++ b/glm/doc/api/search/all_13.js @@ -0,0 +1,85 @@ +var searchData= +[ + ['u16',['u16',['../a00177.html#gaa2d7acc0adb536fab71fe261232a40ff',1,'glm']]], + ['u16vec1',['u16vec1',['../a00177.html#gaefa2ce8fbdbe89baffd262f46f2d5907',1,'glm::u16vec1()'],['../a00214.html#ga52cc069a92e126c3a8dcde93424d2ef0',1,'glm::gtx::u16vec1()']]], + ['u16vec2',['u16vec2',['../a00177.html#ga426030555085ed6c39a54e73afbef962',1,'glm']]], + ['u16vec3',['u16vec3',['../a00177.html#ga7f5dbe417199277e449b8db0210acb71',1,'glm']]], + ['u16vec4',['u16vec4',['../a00177.html#gaf524c9059f0342668d8eea359bcceaae',1,'glm']]], + ['u32',['u32',['../a00177.html#ga8165913e068444f7842302d40ba897b9',1,'glm']]], + ['u32vec1',['u32vec1',['../a00177.html#ga913a8bd51e4ebccd30ad488de3c18da9',1,'glm::u32vec1()'],['../a00214.html#ga9bbc1e14aea65cba5e2dcfef6a67d9f3',1,'glm::gtx::u32vec1()']]], + ['u32vec2',['u32vec2',['../a00177.html#ga0741d40e2b0fea4f1c50cb325114f075',1,'glm']]], + ['u32vec3',['u32vec3',['../a00177.html#gad9b52e1c271cb9c8bfae6365d3e38a23',1,'glm']]], + ['u32vec4',['u32vec4',['../a00177.html#ga155ac7e9e454e2b1f73d11e1e28a0fd6',1,'glm']]], + ['u64',['u64',['../a00177.html#gaf3f312156984c365e9f65620354da70b',1,'glm']]], + ['u64vec1',['u64vec1',['../a00177.html#ga793c9293cc687a0e342396a377c5df77',1,'glm::u64vec1()'],['../a00214.html#ga818de170e2584ab037130f2881925974',1,'glm::gtx::u64vec1()']]], + ['u64vec2',['u64vec2',['../a00177.html#ga2204827de9d4ee7fa92ef497093f7d6e',1,'glm']]], + ['u64vec3',['u64vec3',['../a00177.html#ga3460933f040f59f0fedb29df1e9be71c',1,'glm']]], + ['u64vec4',['u64vec4',['../a00177.html#gafb6ca34df28889a5db9d244aed375411',1,'glm']]], + ['u8',['u8',['../a00177.html#gaecc7082561fc9028b844b6cf3d305d36',1,'glm']]], + ['u8vec1',['u8vec1',['../a00177.html#ga92e0c191e5cc326255284d08be3af7c5',1,'glm::u8vec1()'],['../a00214.html#ga5853fe457f4c8a6bc09343d0e9833980',1,'glm::gtx::u8vec1()']]], + ['u8vec2',['u8vec2',['../a00177.html#ga61667c99caf60ce6c48ebbbac72bd91d',1,'glm']]], + ['u8vec3',['u8vec3',['../a00177.html#ga8ca60d0ba6d438892be6017f43747661',1,'glm']]], + ['u8vec4',['u8vec4',['../a00177.html#ga114e005014d910bea07954eee24b7efb',1,'glm']]], + ['uaddcarry',['uaddCarry',['../a00148.html#ga2fc1a46e7b7e9fbbd8fa444fbacaa2aa',1,'glm']]], + ['uint',['uint',['../a00157.html#ga91ad9478d81a7aaf2593e8d9c3d06a14',1,'glm']]], + ['uint16',['uint16',['../a00177.html#ga13471cbbe74e4303a57f3743d007b74d',1,'glm']]], + ['uint16_5ft',['uint16_t',['../a00177.html#ga91f91f411080c37730856ff5887f5bcf',1,'glm']]], + ['uint32',['uint32',['../a00177.html#ga5fa3ddcab56c789bc272ff5651faa12d',1,'glm']]], + ['uint32_5ft',['uint32_t',['../a00177.html#ga2171d9dc1fefb1c82e2817f45b622eac',1,'glm']]], + ['uint64',['uint64',['../a00177.html#gab630f76c26b50298187f7889104d4b9c',1,'glm']]], + ['uint64_5ft',['uint64_t',['../a00177.html#ga3999d3e7ff22025c16ddb601e14dfdee',1,'glm']]], + ['uint8',['uint8',['../a00177.html#ga36475e31b1992cfde54c1a6f5a148865',1,'glm']]], + ['uint8_5ft',['uint8_t',['../a00177.html#ga28d97808322d3c92186e4a0c067d7e8e',1,'glm']]], + ['uintbitstofloat',['uintBitsToFloat',['../a00145.html#gab2bae0d15dcdca6093f88f76b3975d97',1,'glm::uintBitsToFloat(uint const &v)'],['../a00145.html#ga3acab37650ecd792dc84548094b58684',1,'glm::uintBitsToFloat(vecType< uint, P > const &v)']]], + ['ulp_2ehpp',['ulp.hpp',['../a00130.html',1,'']]], + ['umat2',['umat2',['../a00167.html#ga4cae85566f900debf930c41944b64691',1,'glm']]], + ['umat2x2',['umat2x2',['../a00167.html#gabf8acdd33ce8951051edbca5200898aa',1,'glm']]], + ['umat2x3',['umat2x3',['../a00167.html#ga1870da7578d5022b973a83155d386ab3',1,'glm']]], + ['umat2x4',['umat2x4',['../a00167.html#ga57936a3998e992370e59a223e0ee4fd4',1,'glm']]], + ['umat3',['umat3',['../a00167.html#ga5085e3ff02abbac5e537eb7b89ab63b6',1,'glm']]], + ['umat3x2',['umat3x2',['../a00167.html#ga9cd7fa637a4a6788337f45231fad9e1a',1,'glm']]], + ['umat3x3',['umat3x3',['../a00167.html#ga1f2cfcf3357db0cdf31fcb15e3c6bafb',1,'glm']]], + ['umat3x4',['umat3x4',['../a00167.html#gae7c78ff3fc4309605ab0fa186c8d48ba',1,'glm']]], + ['umat4',['umat4',['../a00167.html#ga38bc7bb6494e344185df596deeb4544c',1,'glm']]], + ['umat4x2',['umat4x2',['../a00167.html#ga70fa2d05896aa83cbc8c07672a429b53',1,'glm']]], + ['umat4x3',['umat4x3',['../a00167.html#ga87581417945411f75cb31dd6ca1dba98',1,'glm']]], + ['umat4x4',['umat4x4',['../a00167.html#gaf72e6d399c42985db6872c50f53d7eb8',1,'glm']]], + ['umulextended',['umulExtended',['../a00148.html#ga456ff9dcec42f6769a9ae2a2af7f1ce1',1,'glm']]], + ['unpackdouble2x32',['unpackDouble2x32',['../a00150.html#ga5f4296dc5f12f0aa67ac05b8bb322483',1,'glm']]], + ['unpackf2x11_5f1x10',['unpackF2x11_1x10',['../a00171.html#ga2b1fd1e854705b1345e98409e0a25e50',1,'glm']]], + ['unpackf3x9_5fe1x5',['unpackF3x9_E1x5',['../a00171.html#gab9e60ebe3ad3eeced6a9ec6eb876d74e',1,'glm']]], + ['unpackhalf',['unpackHalf',['../a00171.html#gaf3f9387834f8d8beadfe723c1dd247a7',1,'glm']]], + ['unpackhalf1x16',['unpackHalf1x16',['../a00171.html#gac37dedaba24b00adb4ec6e8f92c19dbf',1,'glm']]], + ['unpackhalf2x16',['unpackHalf2x16',['../a00150.html#gaf59b52e6b28da9335322c4ae19b5d745',1,'glm']]], + ['unpackhalf4x16',['unpackHalf4x16',['../a00171.html#ga57dfc41b2eb20b0ac00efae7d9c49dcd',1,'glm']]], + ['unpacki3x10_5f1x2',['unpackI3x10_1x2',['../a00171.html#ga9a05330e5490be0908d3b117d82aff56',1,'glm']]], + ['unpackrgbm',['unpackRGBM',['../a00171.html#ga44274002723e379ad5c4ece8300a9308',1,'glm']]], + ['unpacksnorm',['unpackSnorm',['../a00171.html#ga63eeec0d416e48462f341f4a7a9a45fe',1,'glm']]], + ['unpacksnorm1x16',['unpackSnorm1x16',['../a00171.html#ga96dd15002370627a443c835ab03a766c',1,'glm']]], + ['unpacksnorm1x8',['unpackSnorm1x8',['../a00171.html#ga4851ff86678aa1c7ace9d67846894285',1,'glm']]], + ['unpacksnorm2x16',['unpackSnorm2x16',['../a00150.html#gacd8f8971a3fe28418be0d0fa1f786b38',1,'glm']]], + ['unpacksnorm2x8',['unpackSnorm2x8',['../a00171.html#ga8b128e89be449fc71336968a66bf6e1a',1,'glm']]], + ['unpacksnorm3x10_5f1x2',['unpackSnorm3x10_1x2',['../a00171.html#ga7a4fbf79be9740e3c57737bc2af05e5b',1,'glm']]], + ['unpacksnorm4x16',['unpackSnorm4x16',['../a00171.html#gaaddf9c353528fe896106f7181219c7f4',1,'glm']]], + ['unpacksnorm4x8',['unpackSnorm4x8',['../a00150.html#ga2db488646d48b7c43d3218954523fe82',1,'glm']]], + ['unpacku3x10_5f1x2',['unpackU3x10_1x2',['../a00171.html#ga48df3042a7d079767f5891a1bfd8a60a',1,'glm']]], + ['unpackunorm',['unpackUnorm',['../a00171.html#gad3d7e1ec7fcfb7ae341658e2ce1c3bd9',1,'glm']]], + ['unpackunorm1x16',['unpackUnorm1x16',['../a00171.html#ga83d34160a5cb7bcb5339823210fc7501',1,'glm']]], + ['unpackunorm1x5_5f1x6_5f1x5',['unpackUnorm1x5_1x6_1x5',['../a00171.html#gab3bc08ecfc0f3339be93fb2b3b56d88a',1,'glm']]], + ['unpackunorm1x8',['unpackUnorm1x8',['../a00171.html#ga1319207e30874fb4931a9ee913983ee1',1,'glm']]], + ['unpackunorm2x16',['unpackUnorm2x16',['../a00150.html#ga1f66188e5d65afeb9ffba1ad971e4007',1,'glm']]], + ['unpackunorm2x3_5f1x2',['unpackUnorm2x3_1x2',['../a00171.html#ga6abd5a9014df3b5ce4059008d2491260',1,'glm']]], + ['unpackunorm2x4',['unpackUnorm2x4',['../a00171.html#ga2e50476132fe5f27f08e273d9c70d85b',1,'glm']]], + ['unpackunorm2x8',['unpackUnorm2x8',['../a00171.html#ga637cbe3913dd95c6e7b4c99c61bd611f',1,'glm']]], + ['unpackunorm3x10_5f1x2',['unpackUnorm3x10_1x2',['../a00171.html#ga5156d3060355fe332865da2c7f78815f',1,'glm']]], + ['unpackunorm3x5_5f1x1',['unpackUnorm3x5_1x1',['../a00171.html#ga5ff95ff5bc16f396432ab67243dbae4d',1,'glm']]], + ['unpackunorm4x16',['unpackUnorm4x16',['../a00171.html#ga2ae149c5d2473ac1e5f347bb654a242d',1,'glm']]], + ['unpackunorm4x4',['unpackUnorm4x4',['../a00171.html#gac58ee89d0e224bb6df5e8bbb18843a2d',1,'glm']]], + ['unpackunorm4x8',['unpackUnorm4x8',['../a00150.html#ga7f903259150b67e9466f5f8edffcd197',1,'glm']]], + ['unproject',['unProject',['../a00169.html#ga82a558de3ce42cbeed0f6ec292a4e1b3',1,'glm']]], + ['uround',['uround',['../a00165.html#gab61b8546aafdf58f119eb892b212607c',1,'glm']]], + ['usubborrow',['usubBorrow',['../a00148.html#ga22a889bf08313b7e547e2cdb8bb15ee4',1,'glm']]], + ['uvec2',['uvec2',['../a00156.html#ga9bcffa2d49f28d16f680757b5c0e7c84',1,'glm']]], + ['uvec3',['uvec3',['../a00156.html#gae85537b672ffe0b3218cbdf1823e1c72',1,'glm']]], + ['uvec4',['uvec4',['../a00156.html#gaa7c3a0e7ae50c34c3290415c115f251e',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_14.html b/glm/doc/api/search/all_14.html new file mode 100644 index 0000000..2fcfb13 --- /dev/null +++ b/glm/doc/api/search/all_14.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_14.js b/glm/doc/api/search/all_14.js new file mode 100644 index 0000000..cfd61cf --- /dev/null +++ b/glm/doc/api/search/all_14.js @@ -0,0 +1,16 @@ +var searchData= +[ + ['vector_20relational_20functions',['Vector Relational Functions',['../a00152.html',1,'']]], + ['value_5fptr',['value_ptr',['../a00178.html#gaf019636bb8bd7c9efb7c7ce3bb23bcfc',1,'glm']]], + ['vec1_2ehpp',['vec1.hpp',['../a00131.html',1,'']]], + ['vec2',['vec2',['../a00156.html#ga09d0200e8ff86391d8804b4fefd5f1da',1,'glm']]], + ['vec2_2ehpp',['vec2.hpp',['../a00132.html',1,'']]], + ['vec3',['vec3',['../a00156.html#gaa8ea2429bb3cb41a715258a447f39897',1,'glm']]], + ['vec3_2ehpp',['vec3.hpp',['../a00133.html',1,'']]], + ['vec4',['vec4',['../a00156.html#gafbab23070ca47932487d25332adc7d7c',1,'glm']]], + ['vec4_2ehpp',['vec4.hpp',['../a00134.html',1,'']]], + ['vec_5fswizzle_2ehpp',['vec_swizzle.hpp',['../a00135.html',1,'']]], + ['vector_5fangle_2ehpp',['vector_angle.hpp',['../a00136.html',1,'']]], + ['vector_5fquery_2ehpp',['vector_query.hpp',['../a00137.html',1,'']]], + ['vector_5frelational_2ehpp',['vector_relational.hpp',['../a00138.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_15.html b/glm/doc/api/search/all_15.html new file mode 100644 index 0000000..a31c6e8 --- /dev/null +++ b/glm/doc/api/search/all_15.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_15.js b/glm/doc/api/search/all_15.js new file mode 100644 index 0000000..952cc92 --- /dev/null +++ b/glm/doc/api/search/all_15.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['word',['word',['../a00222.html#ga16e9fea0ef1e6c4ef472d3d1731c49a5',1,'glm']]], + ['wrap_2ehpp',['wrap.hpp',['../a00139.html',1,'']]], + ['wrapangle',['wrapAngle',['../a00195.html#ga069527c6dbd64f53435b8ebc4878b473',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_16.html b/glm/doc/api/search/all_16.html new file mode 100644 index 0000000..6343dec --- /dev/null +++ b/glm/doc/api/search/all_16.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_16.js b/glm/doc/api/search/all_16.js new file mode 100644 index 0000000..f0cd137 --- /dev/null +++ b/glm/doc/api/search/all_16.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['yaw',['yaw',['../a00172.html#ga724a5df282b70cec0a6cb0d6dcddb6d6',1,'glm']]], + ['yawpitchroll',['yawPitchRoll',['../a00190.html#gaf9c8d0f1df88c5344165600774489bc5',1,'glm']]], + ['ycocg2rgb',['YCoCg2rgb',['../a00185.html#ga6d7e988a79b299ca1fa59f537e13800b',1,'glm']]], + ['ycocgr2rgb',['YCoCgR2rgb',['../a00185.html#ga4bac5462c00df0ae89242ecdbbe5dbad',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_17.html b/glm/doc/api/search/all_17.html new file mode 100644 index 0000000..2c65394 --- /dev/null +++ b/glm/doc/api/search/all_17.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_17.js b/glm/doc/api/search/all_17.js new file mode 100644 index 0000000..b3e192e --- /dev/null +++ b/glm/doc/api/search/all_17.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['zero',['zero',['../a00162.html#ga788f5a421fc0f40a1296ebc094cbaa8a',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_2.html b/glm/doc/api/search/all_2.html new file mode 100644 index 0000000..93962b7 --- /dev/null +++ b/glm/doc/api/search/all_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_2.js b/glm/doc/api/search/all_2.js new file mode 100644 index 0000000..9543dd5 --- /dev/null +++ b/glm/doc/api/search/all_2.js @@ -0,0 +1,33 @@ +var searchData= +[ + ['ballrand',['ballRand',['../a00173.html#ga5506dee301160e3a06aef9b9bc7a0a83',1,'glm']]], + ['bit_2ehpp',['bit.hpp',['../a00008.html',1,'']]], + ['bitcount',['bitCount',['../a00148.html#ga44abfe3379e11cbd29425a843420d0d6',1,'glm::bitCount(genType v)'],['../a00148.html#ga1f29640969a3c54564da06ac67a5392e',1,'glm::bitCount(vecType< T, P > const &v)']]], + ['bitfield_2ehpp',['bitfield.hpp',['../a00009.html',1,'']]], + ['bitfieldextract',['bitfieldExtract',['../a00148.html#gab84b88f3a8e367774e5dd1c618c353cf',1,'glm']]], + ['bitfieldfillone',['bitfieldFillOne',['../a00159.html#ga46f9295abe3b5c7658f5b13c7f819f0a',1,'glm::bitfieldFillOne(genIUType Value, int FirstBit, int BitCount)'],['../a00159.html#gad789042e84e8292ae95dc1af856f2ad5',1,'glm::bitfieldFillOne(vecType< T, P > const &Value, int FirstBit, int BitCount)']]], + ['bitfieldfillzero',['bitfieldFillZero',['../a00159.html#ga697b86998b7d74ee0a69d8e9f8819fee',1,'glm::bitfieldFillZero(genIUType Value, int FirstBit, int BitCount)'],['../a00159.html#gaddba3196316b0bd240295b09b43c2958',1,'glm::bitfieldFillZero(vecType< T, P > const &Value, int FirstBit, int BitCount)']]], + ['bitfieldinsert',['bitfieldInsert',['../a00148.html#ga5681dfac9239beb1b8bd995e3c6496d7',1,'glm']]], + ['bitfieldinterleave',['bitfieldInterleave',['../a00159.html#ga24cad0069f9a0450abd80b3e89501adf',1,'glm::bitfieldInterleave(int8 x, int8 y)'],['../a00159.html#ga9a4976a529aec2cee56525e1165da484',1,'glm::bitfieldInterleave(uint8 x, uint8 y)'],['../a00159.html#gac51c33a394593f0631fa3aa5bb778809',1,'glm::bitfieldInterleave(int16 x, int16 y)'],['../a00159.html#ga94f3646a5667f4be56f8dcf3310e963f',1,'glm::bitfieldInterleave(uint16 x, uint16 y)'],['../a00159.html#gaebb756a24a0784e3d6fba8bd011ab77a',1,'glm::bitfieldInterleave(int32 x, int32 y)'],['../a00159.html#ga2f1e2b3fe699e7d897ae38b2115ddcbd',1,'glm::bitfieldInterleave(uint32 x, uint32 y)'],['../a00159.html#ga8fdb724dccd4a07d57efc01147102137',1,'glm::bitfieldInterleave(int8 x, int8 y, int8 z)'],['../a00159.html#ga9fc2a0dd5dcf8b00e113f272a5feca93',1,'glm::bitfieldInterleave(uint8 x, uint8 y, uint8 z)'],['../a00159.html#gaa901c36a842fa5d126ea650549f17b24',1,'glm::bitfieldInterleave(int16 x, int16 y, int16 z)'],['../a00159.html#ga3afd6d38881fe3948c53d4214d2197fd',1,'glm::bitfieldInterleave(uint16 x, uint16 y, uint16 z)'],['../a00159.html#gad2075d96a6640121edaa98ea534102ca',1,'glm::bitfieldInterleave(int32 x, int32 y, int32 z)'],['../a00159.html#gab19fbc739fc0cf7247978602c36f7da8',1,'glm::bitfieldInterleave(uint32 x, uint32 y, uint32 z)'],['../a00159.html#ga8a44ae22f5c953b296c42d067dccbe6d',1,'glm::bitfieldInterleave(int8 x, int8 y, int8 z, int8 w)'],['../a00159.html#ga14bb274d54a3c26f4919dd7ed0dd0c36',1,'glm::bitfieldInterleave(uint8 x, uint8 y, uint8 z, uint8 w)'],['../a00159.html#ga180a63161e1319fbd5a53c84d0429c7a',1,'glm::bitfieldInterleave(int16 x, int16 y, int16 z, int16 w)'],['../a00159.html#gafca8768671a14c8016facccb66a89f26',1,'glm::bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w)']]], + ['bitfieldreverse',['bitfieldReverse',['../a00148.html#ga153e7e8d0c035f83cce50fc3e580930f',1,'glm']]], + ['bitfieldrotateleft',['bitfieldRotateLeft',['../a00159.html#ga2eb49678a344ce1495bdb5586d9896b9',1,'glm::bitfieldRotateLeft(genIUType In, int Shift)'],['../a00159.html#ga410d130917d85b865718e3ebc32cf0ef',1,'glm::bitfieldRotateLeft(vecType< T, P > const &In, int Shift)']]], + ['bitfieldrotateright',['bitfieldRotateRight',['../a00159.html#ga1c33d075c5fb8bd8dbfd5092bfc851ca',1,'glm::bitfieldRotateRight(genIUType In, int Shift)'],['../a00159.html#ga96b56fd2adad1eeaee9e10dfe83904ba',1,'glm::bitfieldRotateRight(vecType< T, P > const &In, int Shift)']]], + ['bool1',['bool1',['../a00187.html#gaddcd7aa2e30e61af5b38660613d3979e',1,'glm']]], + ['bool1x1',['bool1x1',['../a00187.html#ga7f895c936f0c29c8729afbbf22806090',1,'glm']]], + ['bool2',['bool2',['../a00187.html#gafa8d0bc8dfa7eeb928208305714f648d',1,'glm']]], + ['bool2x2',['bool2x2',['../a00187.html#ga2bfb53bc320966c85149934fffb0329d',1,'glm']]], + ['bool2x3',['bool2x3',['../a00187.html#gad02e7dff74039bb1454643e293d85dfe',1,'glm']]], + ['bool2x4',['bool2x4',['../a00187.html#ga379c0869949e8a69c3d06d7637caa5d7',1,'glm']]], + ['bool3',['bool3',['../a00187.html#gab8d74ea4c4f4bd980b650ffb27cdb659',1,'glm']]], + ['bool3x2',['bool3x2',['../a00187.html#ga0fc7ecb53df5be5f9d766fbbfe5190d7',1,'glm']]], + ['bool3x3',['bool3x3',['../a00187.html#gae621c9eabcba552eea5f6ade1f403605',1,'glm']]], + ['bool3x4',['bool3x4',['../a00187.html#gad13f8250579ebf79760dcf64215ddb17',1,'glm']]], + ['bool4',['bool4',['../a00187.html#ga6e79dbfab5917c467a154638ba27898e',1,'glm']]], + ['bool4x2',['bool4x2',['../a00187.html#ga184ee05ac2bbbf0a91dd364ba8e528db',1,'glm']]], + ['bool4x3',['bool4x3',['../a00187.html#ga83e4c62ab1addfe708dc3409cc0e5dfb',1,'glm']]], + ['bool4x4',['bool4x4',['../a00187.html#ga9770607032813e7b0ca7362a47efea1e',1,'glm']]], + ['bvec2',['bvec2',['../a00156.html#ga0e46aaaccc5e713eac5bfbc8d6885a60',1,'glm']]], + ['bvec3',['bvec3',['../a00156.html#ga150731e2a148eff8752114a0e450505e',1,'glm']]], + ['bvec4',['bvec4',['../a00156.html#ga444e8f61bfb3a6f037d019ac6933f8c6',1,'glm']]], + ['byte',['byte',['../a00222.html#ga3005cb0d839d546c616becfa6602c607',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_3.html b/glm/doc/api/search/all_3.html new file mode 100644 index 0000000..679f93c --- /dev/null +++ b/glm/doc/api/search/all_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_3.js b/glm/doc/api/search/all_3.js new file mode 100644 index 0000000..d385200 --- /dev/null +++ b/glm/doc/api/search/all_3.js @@ -0,0 +1,43 @@ +var searchData= +[ + ['catmullrom',['catmullRom',['../a00226.html#ga8119c04f8210fd0d292757565cd6918d',1,'glm']]], + ['ceil',['ceil',['../a00145.html#ga9189b2bec45ff301923ea8f8dd157fb8',1,'glm']]], + ['ceilmultiple',['ceilMultiple',['../a00175.html#gac84898c466e609cdd2e81d9ba907d9e8',1,'glm::ceilMultiple(genType Source, genType Multiple)'],['../a00175.html#gafe632af669ac57d670ca18e3665a12ca',1,'glm::ceilMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)']]], + ['ceilpoweroftwo',['ceilPowerOfTwo',['../a00175.html#gaa73c7690c787086fa3ac1c312264acab',1,'glm::ceilPowerOfTwo(genIUType Value)'],['../a00175.html#ga76ec9b214ea1376fe09a903e34bab847',1,'glm::ceilPowerOfTwo(vecType< T, P > const &value)']]], + ['circularrand',['circularRand',['../a00173.html#gae989c26a2899b2fb7444abe7c275c29c',1,'glm']]], + ['clamp',['clamp',['../a00145.html#ga93bce26c7d80d30a62f5c508f8498a6c',1,'glm::clamp(genType x, genType minVal, genType maxVal)'],['../a00236.html#ga6c0cc6bd1d67ea1008d2592e998bad33',1,'glm::clamp(genType const &Texcoord)']]], + ['closest_5fpoint_2ehpp',['closest_point.hpp',['../a00010.html',1,'']]], + ['closestpointonline',['closestPointOnLine',['../a00183.html#gac26353282a8213e469f5e33560c1200f',1,'glm::closestPointOnLine(tvec3< T, P > const &point, tvec3< T, P > const &a, tvec3< T, P > const &b)'],['../a00183.html#gadc7010070bb0cacd284f560299b21660',1,'glm::closestPointOnLine(tvec2< T, P > const &point, tvec2< T, P > const &a, tvec2< T, P > const &b)']]], + ['colmajor2',['colMajor2',['../a00206.html#ga599fff4f1c65912b256a82138ebcca37',1,'glm::colMajor2(tvec2< T, P > const &v1, tvec2< T, P > const &v2)'],['../a00206.html#ga5cfd25de9d5b4c6a825085f38ddfeff7',1,'glm::colMajor2(tmat2x2< T, P > const &m)']]], + ['colmajor3',['colMajor3',['../a00206.html#ga3a55e2948193e91733e434e7cc3c1540',1,'glm::colMajor3(tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)'],['../a00206.html#gaa93f3dcc47ced18e5db4a853363d9386',1,'glm::colMajor3(tmat3x3< T, P > const &m)']]], + ['colmajor4',['colMajor4',['../a00206.html#ga2829de096bb67ab5cd670958f3d402b6',1,'glm::colMajor4(tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)'],['../a00206.html#ga7592acfd27da055e2d7c39564cf8803d',1,'glm::colMajor4(tmat4x4< T, P > const &m)']]], + ['color_5fencoding_2ehpp',['color_encoding.hpp',['../a00011.html',1,'']]], + ['color_5fspace_5fycocg_2ehpp',['color_space_YCoCg.hpp',['../a00014.html',1,'']]], + ['column',['column',['../a00166.html#ga96022eb0d3fae39d89fc7a954e59b374',1,'glm::column(genType const &m, length_t index)'],['../a00166.html#ga9e757377523890e8b80c5843dbe4dd15',1,'glm::column(genType const &m, length_t index, typename genType::col_type const &x)']]], + ['common_2ehpp',['common.hpp',['../a00015.html',1,'']]], + ['compadd',['compAdd',['../a00188.html#gaf71833350e15e74d31cbf8a3e7f27051',1,'glm']]], + ['compatibility_2ehpp',['compatibility.hpp',['../a00017.html',1,'']]], + ['compmax',['compMax',['../a00188.html#gabfa4bb19298c8c73d4217ba759c496b6',1,'glm']]], + ['compmin',['compMin',['../a00188.html#gab5d0832b5c7bb01b8d7395973bfb1425',1,'glm']]], + ['compmul',['compMul',['../a00188.html#gae8ab88024197202c9479d33bdc5a8a5d',1,'glm']]], + ['compnormalize',['compNormalize',['../a00188.html#gaeb34fdf090d2d4da9babcdfec267f09e',1,'glm']]], + ['component_5fwise_2ehpp',['component_wise.hpp',['../a00018.html',1,'']]], + ['compscale',['compScale',['../a00188.html#gaea99a3271016bfd331d9fa7587f3db37',1,'glm']]], + ['conjugate',['conjugate',['../a00172.html#gab1ace864fbf189ffa368950001808a3c',1,'glm']]], + ['constants_2ehpp',['constants.hpp',['../a00019.html',1,'']]], + ['convertd50xyztod65xyz',['convertD50XYZToD65XYZ',['../a00160.html#gaf2829bca5bbbd99da0cb1d20170f0096',1,'glm']]], + ['convertd65xyztod50xyz',['convertD65XYZToD50XYZ',['../a00160.html#gaee1990d4fdb1088c433e9ae4977795d2',1,'glm']]], + ['convertd65xyztolinearsrgb',['convertD65XYZToLinearSRGB',['../a00160.html#ga395041b0447f08dd581496720a0a1eac',1,'glm']]], + ['convertlinearsrgbtod65xyz',['convertLinearSRGBToD65XYZ',['../a00160.html#gaa367a13bbf5d9775d6a96a4c2a398fb7',1,'glm']]], + ['convertlineartosrgb',['convertLinearToSRGB',['../a00161.html#gad813dcd99644cafc775e83d6504ccb93',1,'glm::convertLinearToSRGB(vecType< T, P > const &ColorLinear)'],['../a00161.html#ga63f8b003da7acf44370eb47bfb8b3d42',1,'glm::convertLinearToSRGB(vecType< T, P > const &ColorLinear, T Gamma)']]], + ['convertsrgbtolinear',['convertSRGBToLinear',['../a00161.html#ga28e98e64347cf385cadc1ceb4def55c9',1,'glm::convertSRGBToLinear(vecType< T, P > const &ColorSRGB)'],['../a00161.html#ga61c4f0efdf55c29d9cfbd26141fddef8',1,'glm::convertSRGBToLinear(vecType< T, P > const &ColorSRGB, T Gamma)']]], + ['common_20functions',['Common functions',['../a00145.html',1,'']]], + ['cos',['cos',['../a00151.html#ga728fd86f14609e37d83f82429995b7b3',1,'glm']]], + ['cosh',['cosh',['../a00151.html#ga660582a4e5e843b6c1cd535777e8c295',1,'glm']]], + ['cot',['cot',['../a00174.html#ga3a7b517a95bbd3ad74da3aea87a66314',1,'glm']]], + ['coth',['coth',['../a00174.html#ga6b8b770eb7198e4dea59d52e6db81442',1,'glm']]], + ['cross',['cross',['../a00147.html#gafe2cae8cb26fd44be62aee97369d0af8',1,'glm::cross(tvec3< T, P > const &x, tvec3< T, P > const &y)'],['../a00220.html#ga33ecf8ba903eee5fc09f0fbfc0d5ca6b',1,'glm::cross(tquat< T, P > const &q, tvec3< T, P > const &v)'],['../a00220.html#ga4bfe3c7770fc43d14b8ef0058c4a86b5',1,'glm::cross(tvec3< T, P > const &v, tquat< T, P > const &q)']]], + ['csc',['csc',['../a00174.html#ga59dd0005b6474eea48af743b4f14ebbb',1,'glm']]], + ['csch',['csch',['../a00174.html#ga6d95843ff3ca6472ab399ba171d290a0',1,'glm']]], + ['cubic',['cubic',['../a00226.html#ga6b867eb52e2fc933d2e0bf26aabc9a70',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_4.html b/glm/doc/api/search/all_4.html new file mode 100644 index 0000000..adc99fb --- /dev/null +++ b/glm/doc/api/search/all_4.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_4.js b/glm/doc/api/search/all_4.js new file mode 100644 index 0000000..cef9aaa --- /dev/null +++ b/glm/doc/api/search/all_4.js @@ -0,0 +1,53 @@ +var searchData= +[ + ['ddualquat',['ddualquat',['../a00189.html#ga3d71f98d84ba59dfe4e369fde4714cd6',1,'glm']]], + ['decompose',['decompose',['../a00204.html#ga0f1245817507156b337798a253577c8b',1,'glm']]], + ['degrees',['degrees',['../a00151.html#gabccdcc282134fd62af0ff3d6e4bb21f1',1,'glm']]], + ['determinant',['determinant',['../a00149.html#ga26ea77c574802bc6fc193c40478718d2',1,'glm']]], + ['diagonal2x2',['diagonal2x2',['../a00207.html#ga01dc503262dba9c457113d131fc8c024',1,'glm']]], + ['diagonal2x3',['diagonal2x3',['../a00207.html#ga763817f07d6a94b722a48adfa87a35db',1,'glm']]], + ['diagonal2x4',['diagonal2x4',['../a00207.html#ga49b37c819cf6dd8e35112ed1a13d45a3',1,'glm']]], + ['diagonal3x2',['diagonal3x2',['../a00207.html#ga586e1ced91fd8a7c414186a200f13532',1,'glm']]], + ['diagonal3x3',['diagonal3x3',['../a00207.html#ga8e817dba22f2305cdebae07bbbe0360c',1,'glm']]], + ['diagonal3x4',['diagonal3x4',['../a00207.html#gae3f85af86c18c80f2acbe3223feb8e81',1,'glm']]], + ['diagonal4x2',['diagonal4x2',['../a00207.html#ga70cc5632aa9f41e7cf0b81fee6f2bfe6',1,'glm']]], + ['diagonal4x3',['diagonal4x3',['../a00207.html#ga4242ea5681f81539e0c5b54fadcd9ddf',1,'glm']]], + ['diagonal4x4',['diagonal4x4',['../a00207.html#gade576e044d8e52f343166f665589d782',1,'glm']]], + ['diskrand',['diskRand',['../a00173.html#gad3a3ee7d26502a31ba552cb627a68606',1,'glm']]], + ['distance',['distance',['../a00147.html#ga7ca317dde0d7e94d920153554d4a02a8',1,'glm']]], + ['distance2',['distance2',['../a00211.html#ga647d2602008801d6ed78f9708eb439cc',1,'glm']]], + ['dmat2',['dmat2',['../a00156.html#gac7f51e23c8802d867f564dfd146bdb44',1,'glm']]], + ['dmat2x2',['dmat2x2',['../a00156.html#gacc27b39853a2ecb538c8b3afc20c359e',1,'glm']]], + ['dmat2x3',['dmat2x3',['../a00156.html#ga1cb3c561a32f0864733dfaf97c71f0c7',1,'glm']]], + ['dmat2x4',['dmat2x4',['../a00156.html#gaddd230c88fbd6ec33242329be3a1b738',1,'glm']]], + ['dmat3',['dmat3',['../a00156.html#gae174ff65e148bb7dec4bf10a63cb46ff',1,'glm']]], + ['dmat3x2',['dmat3x2',['../a00156.html#gaec22f44dddbdadfe5dfca68eb3457ea8',1,'glm']]], + ['dmat3x3',['dmat3x3',['../a00156.html#gac44263f56ff3cbf0a9cc4e2405d5ecb8',1,'glm']]], + ['dmat3x4',['dmat3x4',['../a00156.html#ga38d9bfca882ec542b1928cf77b5c2091',1,'glm']]], + ['dmat4',['dmat4',['../a00156.html#ga97b38ea24e9ebf58eac04a8d99dc3e27',1,'glm']]], + ['dmat4x2',['dmat4x2',['../a00156.html#ga6ddab280c735a2139133b4164b99a68a',1,'glm']]], + ['dmat4x3',['dmat4x3',['../a00156.html#gab6c8974496fc7c72dad09219118ba89e',1,'glm']]], + ['dmat4x4',['dmat4x4',['../a00156.html#ga41c2da87ca627c1b2da5e895435a508e',1,'glm']]], + ['dot',['dot',['../a00147.html#ga7dada304da2ba7dd3376ab4f178c3f6b',1,'glm::dot(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#gac54dfc83de465a2d03e90d342242ab3d',1,'glm::dot(quatType< T, P > const &x, quatType< T, P > const &y)']]], + ['double1',['double1',['../a00187.html#ga20b861a9b6e2a300323671c57a02525b',1,'glm']]], + ['double1x1',['double1x1',['../a00187.html#ga45f16a4dd0db1f199afaed9fd12fe9a8',1,'glm']]], + ['double2',['double2',['../a00187.html#gaa16a13c6f2768e83ca133430e82ab89e',1,'glm']]], + ['double2x2',['double2x2',['../a00187.html#ga320d0a71a4ad9f14a1992d40546cffa7',1,'glm']]], + ['double2x3',['double2x3',['../a00187.html#gade37cf30c69bacb41ceea7e32717eac7',1,'glm']]], + ['double2x4',['double2x4',['../a00187.html#gaf923922adf744404d5bfb3fafb7d0d8e',1,'glm']]], + ['double3',['double3',['../a00187.html#gaed4bc64196bd25d46f6a1f417320a391',1,'glm']]], + ['double3x2',['double3x2',['../a00187.html#gaeaac4d0e18164e4d2fe54432c0fbbcf6',1,'glm']]], + ['double3x3',['double3x3',['../a00187.html#gac934f579ee5cf3cbdbb25b73f2640c0a',1,'glm']]], + ['double3x4',['double3x4',['../a00187.html#gaad84a1ea83be8fce04c1570c5e719413',1,'glm']]], + ['double4',['double4',['../a00187.html#gab8bbb086c9a6c2deffbe0e80afd6be56',1,'glm']]], + ['double4x2',['double4x2',['../a00187.html#ga2f87500119da15e35e4a74780ba512bd',1,'glm']]], + ['double4x3',['double4x3',['../a00187.html#gaa4e6d53c03780dfa76bd399324f9fe37',1,'glm']]], + ['double4x4',['double4x4',['../a00187.html#ga686a3a5590f0a0e721faba08bda301d6',1,'glm']]], + ['dual_5fquaternion_2ehpp',['dual_quaternion.hpp',['../a00020.html',1,'']]], + ['dualquat',['dualquat',['../a00189.html#gae93abee0c979902fbec6a7bee0f6fae1',1,'glm']]], + ['dualquat_5fcast',['dualquat_cast',['../a00189.html#gada9799afe2b62394dc498534beb5bc78',1,'glm::dualquat_cast(tmat2x4< T, P > const &x)'],['../a00189.html#ga20eb5758beb73cc6dbc2d9104f03ec20',1,'glm::dualquat_cast(tmat3x4< T, P > const &x)']]], + ['dvec2',['dvec2',['../a00156.html#ga15ade901680b29b78c1f9d1796db6e0e',1,'glm']]], + ['dvec3',['dvec3',['../a00156.html#gabebd0c7e3c5cd337d95c313c5e8b8db4',1,'glm']]], + ['dvec4',['dvec4',['../a00156.html#ga9503f809789bda7e8852a6abde3ae5c1',1,'glm']]], + ['dword',['dword',['../a00222.html#ga86e46fff9f80ae33893d8d697f2ca98a',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_5.html b/glm/doc/api/search/all_5.html new file mode 100644 index 0000000..a9fcd17 --- /dev/null +++ b/glm/doc/api/search/all_5.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_5.js b/glm/doc/api/search/all_5.js new file mode 100644 index 0000000..923c3fb --- /dev/null +++ b/glm/doc/api/search/all_5.js @@ -0,0 +1,35 @@ +var searchData= +[ + ['exponential_20functions',['Exponential functions',['../a00146.html',1,'']]], + ['e',['e',['../a00162.html#ga4b7956eb6e2fbedfc7cf2e46e85c5139',1,'glm']]], + ['epsilon',['epsilon',['../a00162.html#ga2a1e57fc5592b69cfae84174cbfc9429',1,'glm']]], + ['epsilon_2ehpp',['epsilon.hpp',['../a00021.html',1,'']]], + ['epsilonequal',['epsilonEqual',['../a00163.html#gaca9443f217dc36587624247245522331',1,'glm::epsilonEqual(vecType< T, P > const &x, vecType< T, P > const &y, T const &epsilon)'],['../a00163.html#gaa7f227999ca09e7ca994e8b35aba47bb',1,'glm::epsilonEqual(genType const &x, genType const &y, genType const &epsilon)']]], + ['epsilonnotequal',['epsilonNotEqual',['../a00163.html#ga14e2888a304654ade8a3996024e2739c',1,'glm::epsilonNotEqual(genType const &x, genType const &y, typename genType::value_type const &epsilon)'],['../a00163.html#ga50a92103fb0cbd796908e1bf20c79aaf',1,'glm::epsilonNotEqual(genType const &x, genType const &y, genType const &epsilon)']]], + ['equal',['equal',['../a00152.html#ga39c80d8baf49b0ce69f2bb22d45b3801',1,'glm::equal(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#gac187115710365e0b2902220b9611e7b6',1,'glm::equal(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['euclidean',['euclidean',['../a00218.html#ga45ece1fbf7260c43e0f873c498202581',1,'glm']]], + ['euler',['euler',['../a00162.html#gad8fe2e6f90bce9d829e9723b649fbd42',1,'glm']]], + ['euler_5fangles_2ehpp',['euler_angles.hpp',['../a00022.html',1,'']]], + ['eulerangles',['eulerAngles',['../a00172.html#gadb92ec1c1b0dd6b024176a73fbef3e64',1,'glm']]], + ['euleranglex',['eulerAngleX',['../a00190.html#ga82cd3b8a04943f1a0d1a562aff358dc8',1,'glm']]], + ['euleranglexy',['eulerAngleXY',['../a00190.html#ga8bf84f92ca976a7f50dbe4b30ceb72dd',1,'glm']]], + ['euleranglexyz',['eulerAngleXYZ',['../a00190.html#gaaedda1657a1aebe0a904d864b33844e8',1,'glm']]], + ['euleranglexz',['eulerAngleXZ',['../a00190.html#gab2d7dc94b9a7519d741aaa208c7a335b',1,'glm']]], + ['eulerangley',['eulerAngleY',['../a00190.html#gaeb193af1184bdf39c23636d756e1ff33',1,'glm']]], + ['eulerangleyx',['eulerAngleYX',['../a00190.html#gafdd02f9a37511190962119adef5c1c25',1,'glm']]], + ['eulerangleyxz',['eulerAngleYXZ',['../a00190.html#ga0242b5ab68651db70c6025815549427f',1,'glm']]], + ['eulerangleyz',['eulerAngleYZ',['../a00190.html#ga1033f84f51d61646145352ef0c1bb58c',1,'glm']]], + ['euleranglez',['eulerAngleZ',['../a00190.html#gab59c4fe7f735568255cc19fddd3ddfcd',1,'glm']]], + ['euleranglezx',['eulerAngleZX',['../a00190.html#gaef83cf40bd9ae780011b29970f16f622',1,'glm']]], + ['euleranglezy',['eulerAngleZY',['../a00190.html#ga02f037926568bbd12dfece3b28b20343',1,'glm']]], + ['exp',['exp',['../a00146.html#ga25e54a7f44fc49ec6ac6ffc7675cf04a',1,'glm::exp(vecType< T, P > const &v)'],['../a00220.html#ga17295173d4c2b5ae49b84e9993b63a62',1,'glm::exp(tquat< T, P > const &q)']]], + ['exp2',['exp2',['../a00146.html#ga42ca440d9062f1f456f5a9e896378f9c',1,'glm']]], + ['exponential_2ehpp',['exponential.hpp',['../a00023.html',1,'']]], + ['ext_2ehpp',['ext.hpp',['../a00024.html',1,'']]], + ['extend',['extend',['../a00191.html#ga8140caae613b0f847ab0d7175dc03a37',1,'glm']]], + ['extend_2ehpp',['extend.hpp',['../a00025.html',1,'']]], + ['extended_5fmin_5fmax_2ehpp',['extended_min_max.hpp',['../a00026.html',1,'']]], + ['extracteuleranglexyz',['extractEulerAngleXYZ',['../a00190.html#gad5838a4c87ce2b8ee4c4e17bd162fd14',1,'glm']]], + ['extractmatrixrotation',['extractMatrixRotation',['../a00205.html#ga6b8170aa4cf43caf81400696ebb38afe',1,'glm']]], + ['extractrealcomponent',['extractRealComponent',['../a00220.html#ga90de879d97487ec804522dd418e5d8a0',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_6.html b/glm/doc/api/search/all_6.html new file mode 100644 index 0000000..821c374 --- /dev/null +++ b/glm/doc/api/search/all_6.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_6.js b/glm/doc/api/search/all_6.js new file mode 100644 index 0000000..00b1781 --- /dev/null +++ b/glm/doc/api/search/all_6.js @@ -0,0 +1,129 @@ +var searchData= +[ + ['floating_2dpoint_20pack_20and_20unpack_20functions',['Floating-Point Pack and Unpack Functions',['../a00150.html',1,'']]], + ['f32',['f32',['../a00177.html#gabe6a542dd6c1d5ffd847f1b9b4c9c9b7',1,'glm']]], + ['f32mat1',['f32mat1',['../a00214.html#ga145ad477a2a3e152855511c3b52469a6',1,'glm::gtx']]], + ['f32mat1x1',['f32mat1x1',['../a00214.html#gac88c6a4dbfc380aa26e3adbbade36348',1,'glm::gtx']]], + ['f32mat2',['f32mat2',['../a00177.html#ga1fedd5d29746afdaf2d3303a4442704e',1,'glm']]], + ['f32mat2x2',['f32mat2x2',['../a00177.html#gaf3a5016bf360977ce114deb2e01ae10a',1,'glm']]], + ['f32mat2x3',['f32mat2x3',['../a00177.html#gad5f1043adbe803928fe7bf1a90a1f767',1,'glm']]], + ['f32mat2x4',['f32mat2x4',['../a00177.html#ga5ed667d0247cce477f013ea31982843d',1,'glm']]], + ['f32mat3',['f32mat3',['../a00177.html#gaf4377997b299a287f7ab3358c9bd3e4c',1,'glm']]], + ['f32mat3x2',['f32mat3x2',['../a00177.html#ga8709a1ea268fa69bdf1e11616d7fbaf1',1,'glm']]], + ['f32mat3x3',['f32mat3x3',['../a00177.html#ga1e4c52bb824ca16c6e2e5b03635669d0',1,'glm']]], + ['f32mat3x4',['f32mat3x4',['../a00177.html#ga0100666c90176eaba80e49357d123c7f',1,'glm']]], + ['f32mat4',['f32mat4',['../a00177.html#ga797fa3ab16e04456174c36238e091341',1,'glm']]], + ['f32mat4x2',['f32mat4x2',['../a00177.html#ga27f897bdfe4bbded9481b8947553d1ff',1,'glm']]], + ['f32mat4x3',['f32mat4x3',['../a00177.html#gaa69e73ffb01a52499071391d395908fb',1,'glm']]], + ['f32mat4x4',['f32mat4x4',['../a00177.html#gafe2e08549805a7ded26da2a868bedbf5',1,'glm']]], + ['f32quat',['f32quat',['../a00177.html#ga6966c0cb4673928c9c9da2e91006d2c0',1,'glm']]], + ['f32vec1',['f32vec1',['../a00177.html#ga3174a49dc84a977cad7012a62f4af02f',1,'glm::f32vec1()'],['../a00214.html#ga07f8d7348eb7ae059a84c118fdfeb943',1,'glm::gtx::f32vec1()']]], + ['f32vec2',['f32vec2',['../a00177.html#gae0cb53ea6fe3d977fe588ce423d57cc3',1,'glm']]], + ['f32vec3',['f32vec3',['../a00177.html#ga19d5e0d4d3d6d226c9c6c0f39756f9ad',1,'glm']]], + ['f32vec4',['f32vec4',['../a00177.html#gaeb25dbb0261f82cb08da23e26d343704',1,'glm']]], + ['f64',['f64',['../a00177.html#ga1d794d240091678f602e8de225b8d8c9',1,'glm']]], + ['f64mat1',['f64mat1',['../a00214.html#ga59bfa589419b5265d01314fcecd33435',1,'glm::gtx']]], + ['f64mat1x1',['f64mat1x1',['../a00214.html#ga448eeb08d0b7d8c43a8b292c981955fd',1,'glm::gtx']]], + ['f64mat2',['f64mat2',['../a00177.html#ga74b9918c90ea60ce58b3979cde963a38',1,'glm']]], + ['f64mat2x2',['f64mat2x2',['../a00177.html#gaeb817419c76a0766c88713d2754e6cb3',1,'glm']]], + ['f64mat2x3',['f64mat2x3',['../a00177.html#ga87d256f4719417e311cd0ea14264678d',1,'glm']]], + ['f64mat2x4',['f64mat2x4',['../a00177.html#gafb18822e2eac88fa861a76cefd25d550',1,'glm']]], + ['f64mat3',['f64mat3',['../a00177.html#ga68894201dd511792a7af6cff7b5adf71',1,'glm']]], + ['f64mat3x2',['f64mat3x2',['../a00177.html#ga11e5684b10e098f573ff484c1a569ae2',1,'glm']]], + ['f64mat3x3',['f64mat3x3',['../a00177.html#gae1a5081181c96cc37ce9418f6e856cb6',1,'glm']]], + ['f64mat3x4',['f64mat3x4',['../a00177.html#gad37a55a8ce1154083a721b4ecfd55293',1,'glm']]], + ['f64mat4',['f64mat4',['../a00177.html#ga219c683b0aa29f4f482f76d77d5c9e95',1,'glm']]], + ['f64mat4x2',['f64mat4x2',['../a00177.html#gaa669dfb59031a441de19b34a92704d57',1,'glm']]], + ['f64mat4x3',['f64mat4x3',['../a00177.html#gaba137814a509704937746cc1e82edc32',1,'glm']]], + ['f64mat4x4',['f64mat4x4',['../a00177.html#ga489163773b021f1800a33cc2fa730c3b',1,'glm']]], + ['f64quat',['f64quat',['../a00177.html#ga14c583bd625eda8cf4935a14d5dd544d',1,'glm']]], + ['f64vec1',['f64vec1',['../a00177.html#gac5b04f32ae3084a9131a0851e7f4cfae',1,'glm::f64vec1()'],['../a00214.html#gae5987a61b8c03d5c432a9e62f0b3efe1',1,'glm::gtx::f64vec1()']]], + ['f64vec2',['f64vec2',['../a00177.html#gafaad77b464b5a35626c31205ac6780e3',1,'glm']]], + ['f64vec3',['f64vec3',['../a00177.html#gafacc3614bb1136a7756293e67d34de22',1,'glm']]], + ['f64vec4',['f64vec4',['../a00177.html#ga8723186104dc02eb85da386105fba75f',1,'glm']]], + ['faceforward',['faceforward',['../a00147.html#gaea854e5aec1b5839832ac2dfc7cd3c0d',1,'glm']]], + ['factorial',['factorial',['../a00199.html#ga8cbd3120905f398ec321b5d1836e08fb',1,'glm']]], + ['fast_5fexponential_2ehpp',['fast_exponential.hpp',['../a00027.html',1,'']]], + ['fast_5fsquare_5froot_2ehpp',['fast_square_root.hpp',['../a00028.html',1,'']]], + ['fast_5ftrigonometry_2ehpp',['fast_trigonometry.hpp',['../a00029.html',1,'']]], + ['fastacos',['fastAcos',['../a00195.html#ga9721d63356e5d94fdc4b393a426ab26b',1,'glm']]], + ['fastasin',['fastAsin',['../a00195.html#ga562cb62c51fbfe7fac7db0bce706b81f',1,'glm']]], + ['fastatan',['fastAtan',['../a00195.html#ga8d197c6ef564f5e5d59af3b3f8adcc2c',1,'glm::fastAtan(T y, T x)'],['../a00195.html#gae25de86a968490ff56856fa425ec9d30',1,'glm::fastAtan(T angle)']]], + ['fastcos',['fastCos',['../a00195.html#gab34c8b45c23c0165a64dcecfcc3b302a',1,'glm']]], + ['fastdistance',['fastDistance',['../a00194.html#gaac333418d0c4e0cc6d3d219ed606c238',1,'glm::fastDistance(genType x, genType y)'],['../a00194.html#ga6d1ac559cd77d69119e30c3aca0e14b5',1,'glm::fastDistance(vecType< T, P > const &x, vecType< T, P > const &y)']]], + ['fastexp',['fastExp',['../a00193.html#gaa3180ac8f96ab37ab96e0cacaf608e10',1,'glm::fastExp(T x)'],['../a00193.html#ga4faf0b61115de36efcf47c4ecb55a5fa',1,'glm::fastExp(vecType< T, P > const &x)']]], + ['fastexp2',['fastExp2',['../a00193.html#ga0af50585955eb14c60bb286297fabab2',1,'glm::fastExp2(T x)'],['../a00193.html#ga9e6219327b7a33077dbec7620d981fff',1,'glm::fastExp2(vecType< T, P > const &x)']]], + ['fastinversesqrt',['fastInverseSqrt',['../a00194.html#ga7f081b14d9c7035c8714eba5f7f75a8f',1,'glm::fastInverseSqrt(genType x)'],['../a00194.html#ga903878071f92e51e551791e584a171a1',1,'glm::fastInverseSqrt(vecType< T, P > const &x)']]], + ['fastlength',['fastLength',['../a00194.html#gafe697d6287719538346bbdf8b1367c59',1,'glm::fastLength(genType x)'],['../a00194.html#gae28a3099cbd6404a4ea8ef22147ed7b0',1,'glm::fastLength(vecType< T, P > const &x)']]], + ['fastlog',['fastLog',['../a00193.html#gae1bdc97b7f96a600e29c753f1cd4388a',1,'glm::fastLog(T x)'],['../a00193.html#ga789abcbc34d08008d2f5a4547dd6e5e3',1,'glm::fastLog(vecType< T, P > const &x)']]], + ['fastlog2',['fastLog2',['../a00193.html#ga6e98118685f6dc9e05fbb13dd5e5234e',1,'glm::fastLog2(T x)'],['../a00193.html#gabc46086fe6636b8be87f09e6c5d2bb58',1,'glm::fastLog2(vecType< T, P > const &x)']]], + ['fastmix',['fastMix',['../a00220.html#gac11bf550f17d1da14423595a27575084',1,'glm']]], + ['fastnormalize',['fastNormalize',['../a00194.html#ga3b02c1d6e0c754144e2f1e110bf9f16c',1,'glm']]], + ['fastnormalizedot',['fastNormalizeDot',['../a00213.html#ga8593b21bc2fe22184f01d5e08b5a2024',1,'glm']]], + ['fastpow',['fastPow',['../a00193.html#ga5340e98a11fcbbd936ba6e983a154d50',1,'glm::fastPow(genType x, genType y)'],['../a00193.html#ga07b73976a9af4005945bc338b45d8466',1,'glm::fastPow(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00193.html#ga7f2562db9c3e02ae76169c36b086c3f6',1,'glm::fastPow(genTypeT x, genTypeU y)'],['../a00193.html#ga29924aea1aa11c5c504fb2d621221906',1,'glm::fastPow(vecType< T, P > const &x)']]], + ['fastsin',['fastSin',['../a00195.html#ga0aab3257bb3b628d10a1e0483e2c6915',1,'glm']]], + ['fastsqrt',['fastSqrt',['../a00194.html#ga6c460e9414a50b2fc455c8f64c86cdc9',1,'glm::fastSqrt(genType x)'],['../a00194.html#gaad9f601bbc3faa04dda384e4c4e1592c',1,'glm::fastSqrt(vecType< T, P > const &x)']]], + ['fasttan',['fastTan',['../a00195.html#gaf29b9c1101a10007b4f79ee89df27ba2',1,'glm']]], + ['fdualquat',['fdualquat',['../a00189.html#ga237c2b9b42c9a930e49de5840ae0f930',1,'glm']]], + ['findlsb',['findLSB',['../a00148.html#gaf74c4d969fa34ab8acb9d390f5ca5274',1,'glm::findLSB(genIUType x)'],['../a00148.html#ga014a72009e68233c34c06a6dc2251b8c',1,'glm::findLSB(vecType< T, P > const &v)']]], + ['findmsb',['findMSB',['../a00148.html#ga7e4a794d766861c70bc961630f8ef621',1,'glm::findMSB(genIUType x)'],['../a00148.html#ga433104d77ec2ba58888aaefb77e9183f',1,'glm::findMSB(vecType< T, P > const &v)']]], + ['float1',['float1',['../a00187.html#gaf5208d01f6c6fbcb7bb55d610b9c0ead',1,'glm']]], + ['float1x1',['float1x1',['../a00187.html#ga73720b8dc4620835b17f74d428f98c0c',1,'glm']]], + ['float2',['float2',['../a00187.html#ga872a70333dd25af68b1ebba485be9e42',1,'glm']]], + ['float2x2',['float2x2',['../a00187.html#gaad93cbc2b863e363d53d405d0451d03e',1,'glm']]], + ['float2x3',['float2x3',['../a00187.html#ga098c33a30f901f4f6a76969d6db6b01b',1,'glm']]], + ['float2x4',['float2x4',['../a00187.html#gab2ce4c366abc06c8bf7fe097ecea0dde',1,'glm']]], + ['float3',['float3',['../a00187.html#ga2bfa618285894e34f299e4984f092d56',1,'glm']]], + ['float32',['float32',['../a00177.html#gad3c127f8bf8d7d4e738037c257abb5b1',1,'glm']]], + ['float32_5ft',['float32_t',['../a00177.html#ga41d579d81c3d98edd0532244fa02da77',1,'glm']]], + ['float3x2',['float3x2',['../a00187.html#gaf30014e7b6874f45d58eb580d04764ff',1,'glm']]], + ['float3x3',['float3x3',['../a00187.html#ga2692a729a69615d72dbebbdd0eba2363',1,'glm']]], + ['float3x4',['float3x4',['../a00187.html#gac38c8929ccc87a2dc81eaab97ad5190e',1,'glm']]], + ['float4',['float4',['../a00187.html#ga5d49ed44dd9a9e944abc30371fc9045b',1,'glm']]], + ['float4x2',['float4x2',['../a00187.html#ga39a2af7aa8f2d29ca40afd2256c0e7c8',1,'glm']]], + ['float4x3',['float4x3',['../a00187.html#gad749b26be059f35394fd71c7f7a44034',1,'glm']]], + ['float4x4',['float4x4',['../a00187.html#gaf40529862492ded2f3b96a6c886f6136',1,'glm']]], + ['float64',['float64',['../a00177.html#gab5596d48586414c91ccb270962dc14d3',1,'glm']]], + ['float64_5ft',['float64_t',['../a00177.html#ga6957c7b22f405683bb276554ca40dc37',1,'glm']]], + ['float_5fdistance',['float_distance',['../a00179.html#ga2e09bd6c8b0a9c91f6f5683d68245634',1,'glm::float_distance(T const &x, T const &y)'],['../a00179.html#ga85355f2549d75789eb66e5d565d8ad26',1,'glm::float_distance(vecType< T > const &x, vecType< T > const &y)']]], + ['floatbitstoint',['floatBitsToInt',['../a00145.html#ga1425c1c3160ec51214b03a0469a3013d',1,'glm::floatBitsToInt(float const &v)'],['../a00145.html#gac4a0710238ae54c67931dd29a0b0f873',1,'glm::floatBitsToInt(vecType< float, P > const &v)']]], + ['floatbitstouint',['floatBitsToUint',['../a00145.html#ga70e0271c34af52f3100c7960e18c3f2b',1,'glm::floatBitsToUint(float const &v)'],['../a00145.html#ga1804d4c443605d8a27be644aa461afe4',1,'glm::floatBitsToUint(vecType< float, P > const &v)']]], + ['floor',['floor',['../a00145.html#ga568b822b78f045f77c3325e165b44d5d',1,'glm']]], + ['floor_5flog2',['floor_log2',['../a00199.html#ga7011b4e1c1e1ed492149b028feacc00e',1,'glm']]], + ['floormultiple',['floorMultiple',['../a00175.html#ga9eafb9dbedf84e5cece65c2fe9d5631d',1,'glm::floorMultiple(genType Source, genType Multiple)'],['../a00175.html#ga6912db42d43873fe1dedb3aed2b7a239',1,'glm::floorMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)']]], + ['floorpoweroftwo',['floorPowerOfTwo',['../a00175.html#gac80f6519c31baae10d8d7bea6735d1fa',1,'glm::floorPowerOfTwo(genIUType Value)'],['../a00175.html#ga6a5a8f6dd1b2f755e4572bd039062c37',1,'glm::floorPowerOfTwo(vecType< T, P > const &value)']]], + ['fma',['fma',['../a00145.html#gad0f444d4b81cc53c3b6edf5aa25078c2',1,'glm']]], + ['fmat2',['fmat2',['../a00177.html#gabb01d4ff646ee07241934b1a0cc0f985',1,'glm']]], + ['fmat2x2',['fmat2x2',['../a00177.html#ga74ac2e71b650162d8f7cb2a70c2f6711',1,'glm']]], + ['fmat2x3',['fmat2x3',['../a00177.html#gaf17b2604c0d92bffb92375d8aa588756',1,'glm']]], + ['fmat2x4',['fmat2x4',['../a00177.html#ga709c97c20efa24ff1d9e83cd437b8ed5',1,'glm']]], + ['fmat3',['fmat3',['../a00177.html#ga5165fbee2d78f342950265b69a07353d',1,'glm']]], + ['fmat3x2',['fmat3x2',['../a00177.html#ga9f20af6e8eca2abdcde08408948cc1ca',1,'glm']]], + ['fmat3x3',['fmat3x3',['../a00177.html#gad339e25c32fe6665acf028f26c1b3e22',1,'glm']]], + ['fmat3x4',['fmat3x4',['../a00177.html#gab04bc97371cb6b5f54b3688e0c81578b',1,'glm']]], + ['fmat4',['fmat4',['../a00177.html#gab3f31d867df4874e42172ebf188a3ebd',1,'glm']]], + ['fmat4x2',['fmat4x2',['../a00177.html#gab0082a25f19f02d2d0af0fcbe5ead732',1,'glm']]], + ['fmat4x3',['fmat4x3',['../a00177.html#ga1a11c170f030ab34ddf037714e936cba',1,'glm']]], + ['fmat4x4',['fmat4x4',['../a00177.html#gabd79752ff357d83b49136b6299ea62d9',1,'glm']]], + ['fmod',['fmod',['../a00186.html#ga2580f50d4064557d62f4a533dfc6c7e3',1,'glm']]], + ['four_5fover_5fpi',['four_over_pi',['../a00162.html#ga753950e5140e4ea6a88e4a18ba61dc09',1,'glm']]], + ['fract',['fract',['../a00145.html#ga8ba89e40e55ae5cdf228548f9b7639c7',1,'glm']]], + ['frexp',['frexp',['../a00145.html#ga20620e83544d1a988857a3bc4ebe0e1d',1,'glm']]], + ['frustum',['frustum',['../a00169.html#gada6deb989d4b553fe0f7e3279f3afae1',1,'glm']]], + ['frustumlh',['frustumLH',['../a00169.html#ga75b1c1d0ee1f80c1e873605adeb1838c',1,'glm']]], + ['frustumrh',['frustumRH',['../a00169.html#gad0e184273bdacbe769e5cd81069e48ed',1,'glm']]], + ['func_5fcommon_2ehpp',['func_common.hpp',['../a00030.html',1,'']]], + ['func_5fexponential_2ehpp',['func_exponential.hpp',['../a00031.html',1,'']]], + ['func_5fgeometric_2ehpp',['func_geometric.hpp',['../a00032.html',1,'']]], + ['func_5finteger_2ehpp',['func_integer.hpp',['../a00033.html',1,'']]], + ['func_5fmatrix_2ehpp',['func_matrix.hpp',['../a00034.html',1,'']]], + ['func_5fpacking_2ehpp',['func_packing.hpp',['../a00035.html',1,'']]], + ['func_5ftrigonometric_2ehpp',['func_trigonometric.hpp',['../a00036.html',1,'']]], + ['func_5fvector_5frelational_2ehpp',['func_vector_relational.hpp',['../a00037.html',1,'']]], + ['functions_2ehpp',['functions.hpp',['../a00038.html',1,'']]], + ['fvec1',['fvec1',['../a00177.html#ga10d8bd3c923a5386efcf25a4117fd84f',1,'glm']]], + ['fvec2',['fvec2',['../a00177.html#gaf9f4173dd9e8b2d0b663c6f80ed09ff6',1,'glm']]], + ['fvec3',['fvec3',['../a00177.html#ga4ef2d77dcab241b1ef83f09edb2f1084',1,'glm']]], + ['fvec4',['fvec4',['../a00177.html#ga981b63d5c5f7233a29364e0a968d139b',1,'glm']]], + ['fwd_2ehpp',['fwd.hpp',['../a00039.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_7.html b/glm/doc/api/search/all_7.html new file mode 100644 index 0000000..38c6c00 --- /dev/null +++ b/glm/doc/api/search/all_7.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_7.js b/glm/doc/api/search/all_7.js new file mode 100644 index 0000000..9abecca --- /dev/null +++ b/glm/doc/api/search/all_7.js @@ -0,0 +1,104 @@ +var searchData= +[ + ['color_5fspace_2ehpp',['color_space.hpp',['../a00012.html',1,'']]], + ['color_5fspace_2ehpp',['color_space.hpp',['../a00013.html',1,'']]], + ['common_2ehpp',['common.hpp',['../a00016.html',1,'']]], + ['glm_20core',['GLM Core',['../a00155.html',1,'']]], + ['geometric_20functions',['Geometric functions',['../a00147.html',1,'']]], + ['gauss',['gauss',['../a00164.html#ga0b50b197ff74261a0fad90f4b8d24702',1,'glm::gauss(T x, T ExpectedValue, T StandardDeviation)'],['../a00164.html#ga7448f9eb74bb5924f6330ab532f2899c',1,'glm::gauss(tvec2< T, P > const &Coord, tvec2< T, P > const &ExpectedValue, tvec2< T, P > const &StandardDeviation)']]], + ['gaussrand',['gaussRand',['../a00173.html#ga5193a83e49e4fdc5652c084711083574',1,'glm']]], + ['geometric_2ehpp',['geometric.hpp',['../a00040.html',1,'']]], + ['glm_2ehpp',['glm.hpp',['../a00041.html',1,'']]], + ['glm_5faligned_5ftypedef',['GLM_ALIGNED_TYPEDEF',['../a00231.html#gab5cd5c5fad228b25c782084f1cc30114',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int8, aligned_lowp_int8, 1)'],['../a00231.html#ga5bb5dd895ef625c1b113f2cf400186b0',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int16, aligned_lowp_int16, 2)'],['../a00231.html#gac6efa54cf7c6c86f7158922abdb1a430',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int32, aligned_lowp_int32, 4)'],['../a00231.html#ga6612eb77c8607048e7552279a11eeb5f',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int64, aligned_lowp_int64, 8)'],['../a00231.html#ga7ddc1848ff2223026db8968ce0c97497',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int8_t, aligned_lowp_int8_t, 1)'],['../a00231.html#ga22240dd9458b0f8c11fbcc4f48714f68',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int16_t, aligned_lowp_int16_t, 2)'],['../a00231.html#ga8130ea381d76a2cc34a93ccbb6cf487d',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int32_t, aligned_lowp_int32_t, 4)'],['../a00231.html#ga7ccb60f3215d293fd62b33b31ed0e7be',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int64_t, aligned_lowp_int64_t, 8)'],['../a00231.html#gac20d508d2ef5cc95ad3daf083c57ec2a',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i8, aligned_lowp_i8, 1)'],['../a00231.html#ga50257b48069a31d0c8d9c1f644d267de',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i16, aligned_lowp_i16, 2)'],['../a00231.html#gaa07e98e67b7a3435c0746018c7a2a839',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i32, aligned_lowp_i32, 4)'],['../a00231.html#ga62601fc6f8ca298b77285bedf03faffd',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i64, aligned_lowp_i64, 8)'],['../a00231.html#gac8cff825951aeb54dd846037113c72db',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int8, aligned_mediump_int8, 1)'],['../a00231.html#ga78f443d88f438575a62b5df497cdf66b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int16, aligned_mediump_int16, 2)'],['../a00231.html#ga0680cd3b5d4e8006985fb41a4f9b57af',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int32, aligned_mediump_int32, 4)'],['../a00231.html#gad9e5babb1dd3e3531b42c37bf25dd951',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int64, aligned_mediump_int64, 8)'],['../a00231.html#ga353fd9fa8a9ad952fcabd0d53ad9a6dd',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int8_t, aligned_mediump_int8_t, 1)'],['../a00231.html#ga2196442c0e5c5e8c77842de388c42521',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int16_t, aligned_mediump_int16_t, 2)'],['../a00231.html#ga1284488189daf897cf095c5eefad9744',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int32_t, aligned_mediump_int32_t, 4)'],['../a00231.html#ga73fdc86a539808af58808b7c60a1c4d8',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int64_t, aligned_mediump_int64_t, 8)'],['../a00231.html#gafafeea923e1983262c972e2b83922d3b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i8, aligned_mediump_i8, 1)'],['../a00231.html#ga4b35ca5fe8f55c9d2fe54fdb8d8896f4',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i16, aligned_mediump_i16, 2)'],['../a00231.html#ga63b882e29170d428463d99c3d630acc6',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i32, aligned_mediump_i32, 4)'],['../a00231.html#ga8b20507bb048c1edea2d441cc953e6f0',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i64, aligned_mediump_i64, 8)'],['../a00231.html#ga56c5ca60813027b603c7b61425a0479d',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int8, aligned_highp_int8, 1)'],['../a00231.html#ga7a751b3aff24c0259f4a7357c2969089',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int16, aligned_highp_int16, 2)'],['../a00231.html#ga70cd2144351c556469ee6119e59971fc',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int32, aligned_highp_int32, 4)'],['../a00231.html#ga46bbf08dc004d8c433041e0b5018a5d3',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int64, aligned_highp_int64, 8)'],['../a00231.html#gab3e10c77a20d1abad2de1c561c7a5c18',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int8_t, aligned_highp_int8_t, 1)'],['../a00231.html#ga968f30319ebeaca9ebcd3a25a8e139fb',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int16_t, aligned_highp_int16_t, 2)'],['../a00231.html#gaae773c28e6390c6aa76f5b678b7098a3',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int32_t, aligned_highp_int32_t, 4)'],['../a00231.html#ga790cfff1ca39d0ed696ffed980809311',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int64_t, aligned_highp_int64_t, 8)'],['../a00231.html#ga8265b91eb23c120a9b0c3e381bc37b96',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i8, aligned_highp_i8, 1)'],['../a00231.html#gae6d384de17588d8edb894fbe06e0d410',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i16, aligned_highp_i16, 2)'],['../a00231.html#ga9c8172b745ee03fc5b2b91c350c2922f',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i32, aligned_highp_i32, 4)'],['../a00231.html#ga77e0dff12aa4020ddc3f8cabbea7b2e6',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i64, aligned_highp_i64, 8)'],['../a00231.html#gabd82b9faa9d4d618dbbe0fc8a1efee63',1,'glm::GLM_ALIGNED_TYPEDEF(int8, aligned_int8, 1)'],['../a00231.html#ga285649744560be21000cfd81bbb5d507',1,'glm::GLM_ALIGNED_TYPEDEF(int16, aligned_int16, 2)'],['../a00231.html#ga07732da630b2deda428ce95c0ecaf3ff',1,'glm::GLM_ALIGNED_TYPEDEF(int32, aligned_int32, 4)'],['../a00231.html#ga1a8da2a8c51f69c07a2e7f473aa420f4',1,'glm::GLM_ALIGNED_TYPEDEF(int64, aligned_int64, 8)'],['../a00231.html#ga848aedf13e2d9738acf0bb482c590174',1,'glm::GLM_ALIGNED_TYPEDEF(int8_t, aligned_int8_t, 1)'],['../a00231.html#gafd2803d39049dd45a37a63931e25d943',1,'glm::GLM_ALIGNED_TYPEDEF(int16_t, aligned_int16_t, 2)'],['../a00231.html#gae553b33349d6da832cf0724f1e024094',1,'glm::GLM_ALIGNED_TYPEDEF(int32_t, aligned_int32_t, 4)'],['../a00231.html#ga16d223a2b3409e812e1d3bd87f0e9e5c',1,'glm::GLM_ALIGNED_TYPEDEF(int64_t, aligned_int64_t, 8)'],['../a00231.html#ga2de065d2ddfdb366bcd0febca79ae2ad',1,'glm::GLM_ALIGNED_TYPEDEF(i8, aligned_i8, 1)'],['../a00231.html#gabd786bdc20a11c8cb05c92c8212e28d3',1,'glm::GLM_ALIGNED_TYPEDEF(i16, aligned_i16, 2)'],['../a00231.html#gad4aefe56691cdb640c72f0d46d3fb532',1,'glm::GLM_ALIGNED_TYPEDEF(i32, aligned_i32, 4)'],['../a00231.html#ga8fe9745f7de24a8394518152ff9fccdc',1,'glm::GLM_ALIGNED_TYPEDEF(i64, aligned_i64, 8)'],['../a00231.html#gaaad735483450099f7f882d4e3a3569bd',1,'glm::GLM_ALIGNED_TYPEDEF(ivec1, aligned_ivec1, 4)'],['../a00231.html#gac7b6f823802edbd6edbaf70ea25bf068',1,'glm::GLM_ALIGNED_TYPEDEF(ivec2, aligned_ivec2, 8)'],['../a00231.html#ga3e235bcd2b8029613f25b8d40a2d3ef7',1,'glm::GLM_ALIGNED_TYPEDEF(ivec3, aligned_ivec3, 16)'],['../a00231.html#ga50d8a9523968c77f8325b4c9bfbff41e',1,'glm::GLM_ALIGNED_TYPEDEF(ivec4, aligned_ivec4, 16)'],['../a00231.html#ga9ec20fdfb729c702032da9378c79679f',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec1, aligned_i8vec1, 1)'],['../a00231.html#ga25b3fe1d9e8d0a5e86c1949c1acd8131',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec2, aligned_i8vec2, 2)'],['../a00231.html#ga2958f907719d94d8109b562540c910e2',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec3, aligned_i8vec3, 4)'],['../a00231.html#ga1fe6fc032a978f1c845fac9aa0668714',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec4, aligned_i8vec4, 4)'],['../a00231.html#gaa4161e7a496dc96972254143fe873e55',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec1, aligned_i16vec1, 2)'],['../a00231.html#ga9d7cb211ccda69b1c22ddeeb0f3e7aba',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec2, aligned_i16vec2, 4)'],['../a00231.html#gaaee91dd2ab34423bcc11072ef6bd0f02',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec3, aligned_i16vec3, 8)'],['../a00231.html#ga49f047ccaa8b31fad9f26c67bf9b3510',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec4, aligned_i16vec4, 8)'],['../a00231.html#ga904e9c2436bb099397c0823506a0771f',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec1, aligned_i32vec1, 4)'],['../a00231.html#gaf90651cf2f5e7ee2b11cfdc5a6749534',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec2, aligned_i32vec2, 8)'],['../a00231.html#ga7354a4ead8cb17868aec36b9c30d6010',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec3, aligned_i32vec3, 16)'],['../a00231.html#gad2ecbdea18732163e2636e27b37981ee',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec4, aligned_i32vec4, 16)'],['../a00231.html#ga965b1c9aa1800e93d4abc2eb2b5afcbf',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec1, aligned_i64vec1, 8)'],['../a00231.html#ga1f9e9c2ea2768675dff9bae5cde2d829',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec2, aligned_i64vec2, 16)'],['../a00231.html#gad77c317b7d942322cd5be4c8127b3187',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec3, aligned_i64vec3, 32)'],['../a00231.html#ga716f8ea809bdb11b5b542d8b71aeb04f',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec4, aligned_i64vec4, 32)'],['../a00231.html#gad46f8e9082d5878b1bc04f9c1471cdaa',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint8, aligned_lowp_uint8, 1)'],['../a00231.html#ga1246094581af624aca6c7499aaabf801',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint16, aligned_lowp_uint16, 2)'],['../a00231.html#ga7a5009a1d0196bbf21dd7518f61f0249',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint32, aligned_lowp_uint32, 4)'],['../a00231.html#ga45213fd18b3bb1df391671afefe4d1e7',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint64, aligned_lowp_uint64, 8)'],['../a00231.html#ga0ba26b4e3fd9ecbc25358efd68d8a4ca',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint8_t, aligned_lowp_uint8_t, 1)'],['../a00231.html#gaf2b58f5fb6d4ec8ce7b76221d3af43e1',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint16_t, aligned_lowp_uint16_t, 2)'],['../a00231.html#gadc246401847dcba155f0699425e49dcd',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint32_t, aligned_lowp_uint32_t, 4)'],['../a00231.html#gaace64bddf51a9def01498da9a94fb01c',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint64_t, aligned_lowp_uint64_t, 8)'],['../a00231.html#gad7bb97c29d664bd86ffb1bed4abc5534',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u8, aligned_lowp_u8, 1)'],['../a00231.html#ga404bba7785130e0b1384d695a9450b28',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u16, aligned_lowp_u16, 2)'],['../a00231.html#ga31ba41fd896257536958ec6080203d2a',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u32, aligned_lowp_u32, 4)'],['../a00231.html#gacca5f13627f57b3505676e40a6e43e5e',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u64, aligned_lowp_u64, 8)'],['../a00231.html#ga5faf1d3e70bf33174dd7f3d01d5b883b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint8, aligned_mediump_uint8, 1)'],['../a00231.html#ga727e2bf2c433bb3b0182605860a48363',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint16, aligned_mediump_uint16, 2)'],['../a00231.html#ga12566ca66d5962dadb4a5eb4c74e891e',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint32, aligned_mediump_uint32, 4)'],['../a00231.html#ga7b66a97a8acaa35c5a377b947318c6bc',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint64, aligned_mediump_uint64, 8)'],['../a00231.html#gaa9cde002439b74fa66120a16a9f55fcc',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint8_t, aligned_mediump_uint8_t, 1)'],['../a00231.html#ga1ca98c67f7d1e975f7c5202f1da1df1f',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint16_t, aligned_mediump_uint16_t, 2)'],['../a00231.html#ga1dc8bc6199d785f235576948d80a597c',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint32_t, aligned_mediump_uint32_t, 4)'],['../a00231.html#gad14a0f2ec93519682b73d70b8e401d81',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint64_t, aligned_mediump_uint64_t, 8)'],['../a00231.html#gada8b996eb6526dc1ead813bd49539d1b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u8, aligned_mediump_u8, 1)'],['../a00231.html#ga28948f6bfb52b42deb9d73ae1ea8d8b0',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u16, aligned_mediump_u16, 2)'],['../a00231.html#gad6a7c0b5630f89d3f1c5b4ef2919bb4c',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u32, aligned_mediump_u32, 4)'],['../a00231.html#gaa0fc531cbaa972ac3a0b86d21ef4a7fa',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u64, aligned_mediump_u64, 8)'],['../a00231.html#ga0ee829f7b754b262bbfe6317c0d678ac',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint8, aligned_highp_uint8, 1)'],['../a00231.html#ga447848a817a626cae08cedc9778b331c',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint16, aligned_highp_uint16, 2)'],['../a00231.html#ga6027ae13b2734f542a6e7beee11b8820',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint32, aligned_highp_uint32, 4)'],['../a00231.html#ga2aca46c8608c95ef991ee4c332acde5f',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint64, aligned_highp_uint64, 8)'],['../a00231.html#gaff50b10dd1c48be324fdaffd18e2c7ea',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint8_t, aligned_highp_uint8_t, 1)'],['../a00231.html#ga9fc4421dbb833d5461e6d4e59dcfde55',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint16_t, aligned_highp_uint16_t, 2)'],['../a00231.html#ga329f1e2b94b33ba5e3918197030bcf03',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint32_t, aligned_highp_uint32_t, 4)'],['../a00231.html#ga71e646f7e301aa422328194162c9c998',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint64_t, aligned_highp_uint64_t, 8)'],['../a00231.html#ga8942e09f479489441a7a5004c6d8cb66',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u8, aligned_highp_u8, 1)'],['../a00231.html#gaab32497d6e4db16ee439dbedd64c5865',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u16, aligned_highp_u16, 2)'],['../a00231.html#gaaadbb34952eca8e3d7fe122c3e167742',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u32, aligned_highp_u32, 4)'],['../a00231.html#ga92024d27c74a3650afb55ec8e024ed25',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u64, aligned_highp_u64, 8)'],['../a00231.html#gabde1d0b4072df35453db76075ab896a6',1,'glm::GLM_ALIGNED_TYPEDEF(uint8, aligned_uint8, 1)'],['../a00231.html#ga06c296c9e398b294c8c9dd2a7693dcbb',1,'glm::GLM_ALIGNED_TYPEDEF(uint16, aligned_uint16, 2)'],['../a00231.html#gacf1744488c96ebd33c9f36ad33b2010a',1,'glm::GLM_ALIGNED_TYPEDEF(uint32, aligned_uint32, 4)'],['../a00231.html#ga3328061a64c20ba59d5f9da24c2cd059',1,'glm::GLM_ALIGNED_TYPEDEF(uint64, aligned_uint64, 8)'],['../a00231.html#gaf6ced36f13bae57f377bafa6f5fcc299',1,'glm::GLM_ALIGNED_TYPEDEF(uint8_t, aligned_uint8_t, 1)'],['../a00231.html#gafbc7fb7847bfc78a339d1d371c915c73',1,'glm::GLM_ALIGNED_TYPEDEF(uint16_t, aligned_uint16_t, 2)'],['../a00231.html#gaa86bc56a73fd8120b1121b5f5e6245ae',1,'glm::GLM_ALIGNED_TYPEDEF(uint32_t, aligned_uint32_t, 4)'],['../a00231.html#ga68c0b9e669060d0eb5ab8c3ddeb483d8',1,'glm::GLM_ALIGNED_TYPEDEF(uint64_t, aligned_uint64_t, 8)'],['../a00231.html#ga4f3bab577daf3343e99cc005134bce86',1,'glm::GLM_ALIGNED_TYPEDEF(u8, aligned_u8, 1)'],['../a00231.html#ga13a2391339d0790d43b76d00a7611c4f',1,'glm::GLM_ALIGNED_TYPEDEF(u16, aligned_u16, 2)'],['../a00231.html#ga197570e03acbc3d18ab698e342971e8f',1,'glm::GLM_ALIGNED_TYPEDEF(u32, aligned_u32, 4)'],['../a00231.html#ga0f033b21e145a1faa32c62ede5878993',1,'glm::GLM_ALIGNED_TYPEDEF(u64, aligned_u64, 8)'],['../a00231.html#ga509af83527f5cd512e9a7873590663aa',1,'glm::GLM_ALIGNED_TYPEDEF(uvec1, aligned_uvec1, 4)'],['../a00231.html#ga94e86186978c502c6dc0c0d9c4a30679',1,'glm::GLM_ALIGNED_TYPEDEF(uvec2, aligned_uvec2, 8)'],['../a00231.html#ga5cec574686a7f3c8ed24bb195c5e2d0a',1,'glm::GLM_ALIGNED_TYPEDEF(uvec3, aligned_uvec3, 16)'],['../a00231.html#ga47edfdcee9c89b1ebdaf20450323b1d4',1,'glm::GLM_ALIGNED_TYPEDEF(uvec4, aligned_uvec4, 16)'],['../a00231.html#ga5611d6718e3a00096918a64192e73a45',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec1, aligned_u8vec1, 1)'],['../a00231.html#ga19837e6f72b60d994a805ef564c6c326',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec2, aligned_u8vec2, 2)'],['../a00231.html#ga9740cf8e34f068049b42a2753f9601c2',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec3, aligned_u8vec3, 4)'],['../a00231.html#ga8b8588bb221448f5541a858903822a57',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec4, aligned_u8vec4, 4)'],['../a00231.html#ga991abe990c16de26b2129d6bc2f4c051',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec1, aligned_u16vec1, 2)'],['../a00231.html#gac01bb9fc32a1cd76c2b80d030f71df4c',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec2, aligned_u16vec2, 4)'],['../a00231.html#ga09540dbca093793a36a8997e0d4bee77',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec3, aligned_u16vec3, 8)'],['../a00231.html#gaecafb5996f5a44f57e34d29c8670741e',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec4, aligned_u16vec4, 8)'],['../a00231.html#gac6b161a04d2f8408fe1c9d857e8daac0',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec1, aligned_u32vec1, 4)'],['../a00231.html#ga1fa0dfc8feb0fa17dab2acd43e05342b',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec2, aligned_u32vec2, 8)'],['../a00231.html#ga0019500abbfa9c66eff61ca75eaaed94',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec3, aligned_u32vec3, 16)'],['../a00231.html#ga14fd29d01dae7b08a04e9facbcc18824',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec4, aligned_u32vec4, 16)'],['../a00231.html#gab253845f534a67136f9619843cade903',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec1, aligned_u64vec1, 8)'],['../a00231.html#ga929427a7627940cdf3304f9c050b677d',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec2, aligned_u64vec2, 16)'],['../a00231.html#gae373b6c04fdf9879f33d63e6949c037e',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec3, aligned_u64vec3, 32)'],['../a00231.html#ga53a8a03dca2015baec4584f45b8e9cdc',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec4, aligned_u64vec4, 32)'],['../a00231.html#gab3301bae94ef5bf59fbdd9a24e7d2a01',1,'glm::GLM_ALIGNED_TYPEDEF(float32, aligned_float32, 4)'],['../a00231.html#ga75930684ff2233171c573e603f216162',1,'glm::GLM_ALIGNED_TYPEDEF(float64, aligned_float64, 8)'],['../a00231.html#gada9b0bea273d3ae0286f891533b9568f',1,'glm::GLM_ALIGNED_TYPEDEF(float32_t, aligned_float32_t, 4)'],['../a00231.html#ga6e3a2d83b131336219a0f4c7cbba2a48',1,'glm::GLM_ALIGNED_TYPEDEF(float64_t, aligned_float64_t, 8)'],['../a00231.html#gadbce23b9f23d77bb3884e289a574ebd5',1,'glm::GLM_ALIGNED_TYPEDEF(float32, aligned_f32, 4)'],['../a00231.html#gaa4deaa0dea930c393d55e7a4352b0a20',1,'glm::GLM_ALIGNED_TYPEDEF(float64, aligned_f64, 8)'],['../a00231.html#ga81bc497b2bfc6f80bab690c6ee28f0f9',1,'glm::GLM_ALIGNED_TYPEDEF(vec1, aligned_vec1, 4)'],['../a00231.html#gada3e8f783e9d4b90006695a16c39d4d4',1,'glm::GLM_ALIGNED_TYPEDEF(vec2, aligned_vec2, 8)'],['../a00231.html#gab8d081fac3a38d6f55fa552f32168d32',1,'glm::GLM_ALIGNED_TYPEDEF(vec3, aligned_vec3, 16)'],['../a00231.html#ga12fe7b9769c964c5b48dcfd8b7f40198',1,'glm::GLM_ALIGNED_TYPEDEF(vec4, aligned_vec4, 16)'],['../a00231.html#gaefab04611c7f8fe1fd9be3071efea6cc',1,'glm::GLM_ALIGNED_TYPEDEF(fvec1, aligned_fvec1, 4)'],['../a00231.html#ga2543c05ba19b3bd19d45b1227390c5b4',1,'glm::GLM_ALIGNED_TYPEDEF(fvec2, aligned_fvec2, 8)'],['../a00231.html#ga009afd727fd657ef33a18754d6d28f60',1,'glm::GLM_ALIGNED_TYPEDEF(fvec3, aligned_fvec3, 16)'],['../a00231.html#ga2f26177e74bfb301a3d0e02ec3c3ef53',1,'glm::GLM_ALIGNED_TYPEDEF(fvec4, aligned_fvec4, 16)'],['../a00231.html#ga309f495a1d6b75ddf195b674b65cb1e4',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec1, aligned_f32vec1, 4)'],['../a00231.html#ga5e185865a2217d0cd47187644683a8c3',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec2, aligned_f32vec2, 8)'],['../a00231.html#gade4458b27b039b9ca34f8ec049f3115a',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec3, aligned_f32vec3, 16)'],['../a00231.html#ga2e8a12c5e6a9c4ae4ddaeda1d1cffe3b',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec4, aligned_f32vec4, 16)'],['../a00231.html#ga3e0f35fa0c626285a8bad41707e7316c',1,'glm::GLM_ALIGNED_TYPEDEF(dvec1, aligned_dvec1, 8)'],['../a00231.html#ga78bfec2f185d1d365ea0a9ef1e3d45b8',1,'glm::GLM_ALIGNED_TYPEDEF(dvec2, aligned_dvec2, 16)'],['../a00231.html#ga01fe6fee6db5df580b6724a7e681f069',1,'glm::GLM_ALIGNED_TYPEDEF(dvec3, aligned_dvec3, 32)'],['../a00231.html#ga687d5b8f551d5af32425c0b2fba15e99',1,'glm::GLM_ALIGNED_TYPEDEF(dvec4, aligned_dvec4, 32)'],['../a00231.html#ga8e842371d46842ff8f1813419ba49d0f',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec1, aligned_f64vec1, 8)'],['../a00231.html#ga32814aa0f19316b43134fc25f2aad2b9',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec2, aligned_f64vec2, 16)'],['../a00231.html#gaf3d3bbc1e93909b689123b085e177a14',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec3, aligned_f64vec3, 32)'],['../a00231.html#ga804c654cead1139bd250f90f9bb01fad',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec4, aligned_f64vec4, 32)'],['../a00231.html#gafed7d010235a3aa7ea2f88646858f2ae',1,'glm::GLM_ALIGNED_TYPEDEF(mat2, aligned_mat2, 16)'],['../a00231.html#ga17f911ee7b78ca6d1b91c4ab51ddb73c',1,'glm::GLM_ALIGNED_TYPEDEF(mat3, aligned_mat3, 16)'],['../a00231.html#ga31940e6012b72110e26fdb0f54805033',1,'glm::GLM_ALIGNED_TYPEDEF(mat4, aligned_mat4, 16)'],['../a00231.html#ga01de96cd0b541c52d2b4a3faf65822e9',1,'glm::GLM_ALIGNED_TYPEDEF(mat2x2, aligned_mat2x2, 16)'],['../a00231.html#gac88a191b004bd341e64fc53b5a4d00e3',1,'glm::GLM_ALIGNED_TYPEDEF(mat3x3, aligned_mat3x3, 16)'],['../a00231.html#gabe8c745fa2ced44a600a6e3f19991161',1,'glm::GLM_ALIGNED_TYPEDEF(mat4x4, aligned_mat4x4, 16)'],['../a00231.html#ga719da577361541a4c43a2dd1d0e361e1',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x2, aligned_fmat2, 16)'],['../a00231.html#ga6e7ee4f541e1d7db66cd1a224caacafb',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x3, aligned_fmat3, 16)'],['../a00231.html#gae5d672d359f2a39f63f98c7975057486',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x4, aligned_fmat4, 16)'],['../a00231.html#ga6fa2df037dbfc5fe8c8e0b4db8a34953',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x2, aligned_fmat2x2, 16)'],['../a00231.html#ga0743b4f4f69a3227b82ff58f6abbad62',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x3, aligned_fmat2x3, 16)'],['../a00231.html#ga1a76b325fdf70f961d835edd182c63dd',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x4, aligned_fmat2x4, 16)'],['../a00231.html#ga4b4e181cd041ba28c3163e7b8074aef0',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x2, aligned_fmat3x2, 16)'],['../a00231.html#ga27b13f465abc8a40705698145e222c3f',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x3, aligned_fmat3x3, 16)'],['../a00231.html#ga2608d19cc275830a6f8c0b6405625a4f',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x4, aligned_fmat3x4, 16)'],['../a00231.html#ga93f09768241358a287c4cca538f1f7e7',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x2, aligned_fmat4x2, 16)'],['../a00231.html#ga7c117e3ecca089e10247b1d41d88aff9',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x3, aligned_fmat4x3, 16)'],['../a00231.html#ga07c75cd04ba42dc37fa3e105f89455c5',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x4, aligned_fmat4x4, 16)'],['../a00231.html#ga65ff0d690a34a4d7f46f9b2eb51525ee',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x2, aligned_f32mat2, 16)'],['../a00231.html#gadd8ddbe2bf65ccede865ba2f510176dc',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x3, aligned_f32mat3, 16)'],['../a00231.html#gaf18dbff14bf13d3ff540c517659ec045',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x4, aligned_f32mat4, 16)'],['../a00231.html#ga66339f6139bf7ff19e245beb33f61cc8',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x2, aligned_f32mat2x2, 16)'],['../a00231.html#ga1558a48b3934011b52612809f443e46d',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x3, aligned_f32mat2x3, 16)'],['../a00231.html#gaa52e5732daa62851627021ad551c7680',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x4, aligned_f32mat2x4, 16)'],['../a00231.html#gac09663c42566bcb58d23c6781ac4e85a',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x2, aligned_f32mat3x2, 16)'],['../a00231.html#ga3f510999e59e1b309113e1d561162b29',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x3, aligned_f32mat3x3, 16)'],['../a00231.html#ga2c9c94f0c89cd71ce56551db6cf4aaec',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x4, aligned_f32mat3x4, 16)'],['../a00231.html#ga99ce8274c750fbfdf0e70c95946a2875',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x2, aligned_f32mat4x2, 16)'],['../a00231.html#ga9476ef66790239df53dbe66f3989c3b5',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x3, aligned_f32mat4x3, 16)'],['../a00231.html#gacc429b3b0b49921e12713b6d31e14e1d',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x4, aligned_f32mat4x4, 16)'],['../a00231.html#ga88f6c6fa06e6e64479763e69444669cf',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x2, aligned_f64mat2, 32)'],['../a00231.html#gaae8e4639c991e64754145ab8e4c32083',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x3, aligned_f64mat3, 32)'],['../a00231.html#ga6e9094f3feb3b5b49d0f83683a101fde',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x4, aligned_f64mat4, 32)'],['../a00231.html#gadbd2c639c03de1c3e9591b5a39f65559',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x2, aligned_f64mat2x2, 32)'],['../a00231.html#gab059d7b9fe2094acc563b7223987499f',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x3, aligned_f64mat2x3, 32)'],['../a00231.html#gabbc811d1c52ed2b8cfcaff1378f75c69',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x4, aligned_f64mat2x4, 32)'],['../a00231.html#ga9ddf5212777734d2fd841a84439f3bdf',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x2, aligned_f64mat3x2, 32)'],['../a00231.html#gad1dda32ed09f94bfcf0a7d8edfb6cf13',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x3, aligned_f64mat3x3, 32)'],['../a00231.html#ga5875e0fa72f07e271e7931811cbbf31a',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x4, aligned_f64mat3x4, 32)'],['../a00231.html#ga41e82cd6ac07f912ba2a2d45799dcf0d',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x2, aligned_f64mat4x2, 32)'],['../a00231.html#ga0892638d6ba773043b3d63d1d092622e',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x3, aligned_f64mat4x3, 32)'],['../a00231.html#ga912a16432608b822f1e13607529934c1',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x4, aligned_f64mat4x4, 32)'],['../a00231.html#gafd945a8ea86b042aba410e0560df9a3d',1,'glm::GLM_ALIGNED_TYPEDEF(quat, aligned_quat, 16)'],['../a00231.html#gad8c4bfacff70e57dc8303634c8bfce35',1,'glm::GLM_ALIGNED_TYPEDEF(fquat, aligned_fquat, 16)'],['../a00231.html#gaabc28c84a3288b697605d4688686f9a9',1,'glm::GLM_ALIGNED_TYPEDEF(dquat, aligned_dquat, 32)'],['../a00231.html#ga1ed8aeb5ca67fade269a46105f1bf273',1,'glm::GLM_ALIGNED_TYPEDEF(f32quat, aligned_f32quat, 16)'],['../a00231.html#ga95cc03b8b475993fa50e05e38e203303',1,'glm::GLM_ALIGNED_TYPEDEF(f64quat, aligned_f64quat, 32)']]], + ['golden_5fratio',['golden_ratio',['../a00162.html#ga748cf8642830657c5b7eae04d0a80899',1,'glm']]], + ['gradient_5fpaint_2ehpp',['gradient_paint.hpp',['../a00042.html',1,'']]], + ['greaterthan',['greaterThan',['../a00152.html#gadd80263161a308462d3e3e287e79cccd',1,'glm::greaterThan(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga09d21a588ae425ac7517ea65cc59a5ae',1,'glm::greaterThan(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['greaterthanequal',['greaterThanEqual',['../a00152.html#gaee7e101f8cc4ea43924f14dcdeb2ef26',1,'glm::greaterThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga0906a221a2037519fcf316ea5c1e3b3e',1,'glm::greaterThanEqual(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['gtc_20extensions_20_28stable_29',['GTC Extensions (Stable)',['../a00153.html',1,'']]], + ['glm_5fgtc_5fbitfield',['GLM_GTC_bitfield',['../a00159.html',1,'']]], + ['glm_5fgtc_5fcolor_5fencoding',['GLM_GTC_color_encoding',['../a00160.html',1,'']]], + ['glm_5fgtc_5fcolor_5fspace',['GLM_GTC_color_space',['../a00161.html',1,'']]], + ['glm_5fgtc_5fconstants',['GLM_GTC_constants',['../a00162.html',1,'']]], + ['glm_5fgtc_5fepsilon',['GLM_GTC_epsilon',['../a00163.html',1,'']]], + ['glm_5fgtc_5ffunctions',['GLM_GTC_functions',['../a00164.html',1,'']]], + ['glm_5fgtc_5finteger',['GLM_GTC_integer',['../a00165.html',1,'']]], + ['glm_5fgtc_5fmatrix_5faccess',['GLM_GTC_matrix_access',['../a00166.html',1,'']]], + ['glm_5fgtc_5fmatrix_5finteger',['GLM_GTC_matrix_integer',['../a00167.html',1,'']]], + ['glm_5fgtc_5fmatrix_5finverse',['GLM_GTC_matrix_inverse',['../a00168.html',1,'']]], + ['glm_5fgtc_5fmatrix_5ftransform',['GLM_GTC_matrix_transform',['../a00169.html',1,'']]], + ['glm_5fgtc_5fnoise',['GLM_GTC_noise',['../a00170.html',1,'']]], + ['glm_5fgtc_5fpacking',['GLM_GTC_packing',['../a00171.html',1,'']]], + ['glm_5fgtc_5fquaternion',['GLM_GTC_quaternion',['../a00172.html',1,'']]], + ['glm_5fgtc_5frandom',['GLM_GTC_random',['../a00173.html',1,'']]], + ['glm_5fgtc_5freciprocal',['GLM_GTC_reciprocal',['../a00174.html',1,'']]], + ['glm_5fgtc_5fround',['GLM_GTC_round',['../a00175.html',1,'']]], + ['glm_5fgtc_5ftype_5faligned',['GLM_GTC_type_aligned',['../a00176.html',1,'']]], + ['glm_5fgtc_5ftype_5fprecision',['GLM_GTC_type_precision',['../a00177.html',1,'']]], + ['glm_5fgtc_5ftype_5fptr',['GLM_GTC_type_ptr',['../a00178.html',1,'']]], + ['glm_5fgtc_5fulp',['GLM_GTC_ulp',['../a00179.html',1,'']]], + ['glm_5fgtc_5fvec1',['GLM_GTC_vec1',['../a00180.html',1,'']]], + ['gtx_20extensions_20_28experimental_29',['GTX Extensions (Experimental)',['../a00154.html',1,'']]], + ['glm_5fgtx_5fassociated_5fmin_5fmax',['GLM_GTX_associated_min_max',['../a00181.html',1,'']]], + ['glm_5fgtx_5fbit',['GLM_GTX_bit',['../a00182.html',1,'']]], + ['glm_5fgtx_5fclosest_5fpoint',['GLM_GTX_closest_point',['../a00183.html',1,'']]], + ['glm_5fgtx_5fcolor_5fspace',['GLM_GTX_color_space',['../a00184.html',1,'']]], + ['glm_5fgtx_5fcolor_5fspace_5fycocg',['GLM_GTX_color_space_YCoCg',['../a00185.html',1,'']]], + ['glm_5fgtx_5fcommon',['GLM_GTX_common',['../a00186.html',1,'']]], + ['glm_5fgtx_5fcompatibility',['GLM_GTX_compatibility',['../a00187.html',1,'']]], + ['glm_5fgtx_5fcomponent_5fwise',['GLM_GTX_component_wise',['../a00188.html',1,'']]], + ['glm_5fgtx_5fdual_5fquaternion',['GLM_GTX_dual_quaternion',['../a00189.html',1,'']]], + ['glm_5fgtx_5feuler_5fangles',['GLM_GTX_euler_angles',['../a00190.html',1,'']]], + ['glm_5fgtx_5fextend',['GLM_GTX_extend',['../a00191.html',1,'']]], + ['glm_5fgtx_5fextented_5fmin_5fmax',['GLM_GTX_extented_min_max',['../a00192.html',1,'']]], + ['glm_5fgtx_5ffast_5fexponential',['GLM_GTX_fast_exponential',['../a00193.html',1,'']]], + ['glm_5fgtx_5ffast_5fsquare_5froot',['GLM_GTX_fast_square_root',['../a00194.html',1,'']]], + ['glm_5fgtx_5ffast_5ftrigonometry',['GLM_GTX_fast_trigonometry',['../a00195.html',1,'']]], + ['glm_5fgtx_5fgradient_5fpaint',['GLM_GTX_gradient_paint',['../a00196.html',1,'']]], + ['glm_5fgtx_5fhanded_5fcoordinate_5fspace',['GLM_GTX_handed_coordinate_space',['../a00197.html',1,'']]], + ['glm_5fgtx_5fhash',['GLM_GTX_hash',['../a00198.html',1,'']]], + ['glm_5fgtx_5finteger',['GLM_GTX_integer',['../a00199.html',1,'']]], + ['glm_5fgtx_5fintersect',['GLM_GTX_intersect',['../a00200.html',1,'']]], + ['glm_5fgtx_5fio',['GLM_GTX_io',['../a00201.html',1,'']]], + ['glm_5fgtx_5flog_5fbase',['GLM_GTX_log_base',['../a00202.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fcross_5fproduct',['GLM_GTX_matrix_cross_product',['../a00203.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fdecompose',['GLM_GTX_matrix_decompose',['../a00204.html',1,'']]], + ['glm_5fgtx_5fmatrix_5finterpolation',['GLM_GTX_matrix_interpolation',['../a00205.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fmajor_5fstorage',['GLM_GTX_matrix_major_storage',['../a00206.html',1,'']]], + ['glm_5fgtx_5fmatrix_5foperation',['GLM_GTX_matrix_operation',['../a00207.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fquery',['GLM_GTX_matrix_query',['../a00208.html',1,'']]], + ['glm_5fgtx_5fmatrix_5ftransform_5f2d',['GLM_GTX_matrix_transform_2d',['../a00209.html',1,'']]], + ['glm_5fgtx_5fmixed_5fproducte',['GLM_GTX_mixed_producte',['../a00210.html',1,'']]], + ['glm_5fgtx_5fnorm',['GLM_GTX_norm',['../a00211.html',1,'']]], + ['glm_5fgtx_5fnormal',['GLM_GTX_normal',['../a00212.html',1,'']]], + ['glm_5fgtx_5fnormalize_5fdot',['GLM_GTX_normalize_dot',['../a00213.html',1,'']]], + ['glm_5fgtx_5fnumber_5fprecision',['GLM_GTX_number_precision',['../a00214.html',1,'']]], + ['glm_5fgtx_5foptimum_5fpow',['GLM_GTX_optimum_pow',['../a00215.html',1,'']]], + ['glm_5fgtx_5forthonormalize',['GLM_GTX_orthonormalize',['../a00216.html',1,'']]], + ['glm_5fgtx_5fperpendicular',['GLM_GTX_perpendicular',['../a00217.html',1,'']]], + ['glm_5fgtx_5fpolar_5fcoordinates',['GLM_GTX_polar_coordinates',['../a00218.html',1,'']]], + ['glm_5fgtx_5fprojection',['GLM_GTX_projection',['../a00219.html',1,'']]], + ['glm_5fgtx_5fquaternion',['GLM_GTX_quaternion',['../a00220.html',1,'']]], + ['glm_5fgtx_5frange',['GLM_GTX_range',['../a00221.html',1,'']]], + ['glm_5fgtx_5fraw_5fdata',['GLM_GTX_raw_data',['../a00222.html',1,'']]], + ['glm_5fgtx_5frotate_5fnormalized_5faxis',['GLM_GTX_rotate_normalized_axis',['../a00223.html',1,'']]], + ['glm_5fgtx_5frotate_5fvector',['GLM_GTX_rotate_vector',['../a00224.html',1,'']]], + ['glm_5fgtx_5fscalar_5frelational',['GLM_GTX_scalar_relational',['../a00225.html',1,'']]], + ['glm_5fgtx_5fspline',['GLM_GTX_spline',['../a00226.html',1,'']]], + ['glm_5fgtx_5fstd_5fbased_5ftype',['GLM_GTX_std_based_type',['../a00227.html',1,'']]], + ['glm_5fgtx_5fstring_5fcast',['GLM_GTX_string_cast',['../a00228.html',1,'']]], + ['glm_5fgtx_5ftransform',['GLM_GTX_transform',['../a00229.html',1,'']]], + ['glm_5fgtx_5ftransform2',['GLM_GTX_transform2',['../a00230.html',1,'']]], + ['glm_5fgtx_5ftype_5faligned',['GLM_GTX_type_aligned',['../a00231.html',1,'']]], + ['glm_5fgtx_5ftype_5ftrait',['GLM_GTX_type_trait',['../a00232.html',1,'']]], + ['glm_5fgtx_5fvec_5fswizzle',['GLM_GTX_vec_swizzle',['../a00233.html',1,'']]], + ['glm_5fgtx_5fvector_5fangle',['GLM_GTX_vector_angle',['../a00234.html',1,'']]], + ['glm_5fgtx_5fvector_5fquery',['GLM_GTX_vector_query',['../a00235.html',1,'']]], + ['glm_5fgtx_5fwrap',['GLM_GTX_wrap',['../a00236.html',1,'']]], + ['integer_2ehpp',['integer.hpp',['../a00046.html',1,'']]], + ['integer_2ehpp',['integer.hpp',['../a00045.html',1,'']]], + ['packing_2ehpp',['packing.hpp',['../a00081.html',1,'']]], + ['quaternion_2ehpp',['quaternion.hpp',['../a00089.html',1,'']]], + ['quaternion_2ehpp',['quaternion.hpp',['../a00088.html',1,'']]], + ['type_5faligned_2ehpp',['type_aligned.hpp',['../a00107.html',1,'']]], + ['type_5faligned_2ehpp',['type_aligned.hpp',['../a00106.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_8.html b/glm/doc/api/search/all_8.html new file mode 100644 index 0000000..2a22cd5 --- /dev/null +++ b/glm/doc/api/search/all_8.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_8.js b/glm/doc/api/search/all_8.js new file mode 100644 index 0000000..f464994 --- /dev/null +++ b/glm/doc/api/search/all_8.js @@ -0,0 +1,102 @@ +var searchData= +[ + ['half_5fpi',['half_pi',['../a00162.html#ga0c36b41d462e45641faf7d7938948bac',1,'glm']]], + ['handed_5fcoordinate_5fspace_2ehpp',['handed_coordinate_space.hpp',['../a00043.html',1,'']]], + ['hash_2ehpp',['hash.hpp',['../a00044.html',1,'']]], + ['hermite',['hermite',['../a00226.html#gaa69e143f6374d32f934a8edeaa50bac9',1,'glm']]], + ['highestbitvalue',['highestBitValue',['../a00182.html#ga0dcc8fe7c3d3ad60dea409281efa3d05',1,'glm::highestBitValue(genIUType Value)'],['../a00182.html#ga5eea3a4d429040af13d39a7d7cd84d73',1,'glm::highestBitValue(vecType< T, P > const &value)']]], + ['highp_5fbvec2',['highp_bvec2',['../a00157.html#ga829f39950549881a08c534946c0487e1',1,'glm']]], + ['highp_5fbvec3',['highp_bvec3',['../a00157.html#gaca7c2a58eb926799c30ad547a290fccf',1,'glm']]], + ['highp_5fbvec4',['highp_bvec4',['../a00157.html#gae5f9c57d04b338c9a51a9af39e50795b',1,'glm']]], + ['highp_5fddualquat',['highp_ddualquat',['../a00189.html#ga8f67eafa7197d7a668dad5105a463d2a',1,'glm']]], + ['highp_5fdmat2',['highp_dmat2',['../a00157.html#ga65ae7d3b23155712ed8cbd3300be4ec8',1,'glm']]], + ['highp_5fdmat2x2',['highp_dmat2x2',['../a00157.html#ga518f28c64881fafaaf14ec0d867a9bba',1,'glm']]], + ['highp_5fdmat2x3',['highp_dmat2x3',['../a00157.html#gaf98afd25f7e3e8f1d73bca020d0d8ea6',1,'glm']]], + ['highp_5fdmat2x4',['highp_dmat2x4',['../a00157.html#gac1c87c16d6dcb7449bc3c779ccdc5c30',1,'glm']]], + ['highp_5fdmat3',['highp_dmat3',['../a00157.html#ga605c7863807ac2e9c2db4cf13405f34d',1,'glm']]], + ['highp_5fdmat3x2',['highp_dmat3x2',['../a00157.html#gab2d4fd5cd286baff8364a7a3f60c8a21',1,'glm']]], + ['highp_5fdmat3x3',['highp_dmat3x3',['../a00157.html#ga2d7911a43241a5ce2472421255e5930f',1,'glm']]], + ['highp_5fdmat3x4',['highp_dmat3x4',['../a00157.html#ga51bfd2f3f5a12464d5934323db9116e7',1,'glm']]], + ['highp_5fdmat4',['highp_dmat4',['../a00157.html#ga4607e33c40a3c03256e0bf9c586b456a',1,'glm']]], + ['highp_5fdmat4x2',['highp_dmat4x2',['../a00157.html#ga5ee028f50629bf451973b3a910973357',1,'glm']]], + ['highp_5fdmat4x3',['highp_dmat4x3',['../a00157.html#gafe7eea5b2a20477b5634e340ea5ec28a',1,'glm']]], + ['highp_5fdmat4x4',['highp_dmat4x4',['../a00157.html#ga83ab0b8b8b50cbf945237dc8f5322432',1,'glm']]], + ['highp_5fdualquat',['highp_dualquat',['../a00189.html#ga9ef5bf1da52a9d4932335a517086ceaf',1,'glm']]], + ['highp_5fdvec2',['highp_dvec2',['../a00157.html#ga435eb408e8dfa4f7185368109d432c14',1,'glm']]], + ['highp_5fdvec3',['highp_dvec3',['../a00157.html#ga01d2c9b292e27518e4d6f8442607e8aa',1,'glm']]], + ['highp_5fdvec4',['highp_dvec4',['../a00157.html#ga5d454f34d819d90b9bbb30dcb9ed7b39',1,'glm']]], + ['highp_5ffdualquat',['highp_fdualquat',['../a00189.html#ga4c4e55e9c99dc57b299ed590968da564',1,'glm']]], + ['highp_5ffloat',['highp_float',['../a00157.html#ga6e95694987ba35af6f736638be39626a',1,'glm']]], + ['highp_5fi16',['highp_i16',['../a00177.html#ga0336abc2604dd2c20c30e036454b64f8',1,'glm']]], + ['highp_5fi32',['highp_i32',['../a00177.html#ga727675ac6b5d2fc699520e0059735e25',1,'glm']]], + ['highp_5fi64',['highp_i64',['../a00177.html#gac25db6d2b1e2a0f351b77ba3409ac4cd',1,'glm']]], + ['highp_5fi8',['highp_i8',['../a00177.html#gacb88796f2d08ef253d0345aff20c3aee',1,'glm']]], + ['highp_5fimat2',['highp_imat2',['../a00167.html#gaa9f8144beebdefd85e2a9ac480e7608a',1,'glm']]], + ['highp_5fimat2x2',['highp_imat2x2',['../a00167.html#gac455e55e7cb32e31396a9d4613da046a',1,'glm']]], + ['highp_5fimat2x3',['highp_imat2x3',['../a00167.html#ga5f5f1e6dc06b72216463a425b2f7613e',1,'glm']]], + ['highp_5fimat2x4',['highp_imat2x4',['../a00167.html#ga73b855cc40e5d8202b7ab38461326d65',1,'glm']]], + ['highp_5fimat3',['highp_imat3',['../a00167.html#ga4efd6470c0edf9704d2244fc92dbc2a9',1,'glm']]], + ['highp_5fimat3x2',['highp_imat3x2',['../a00167.html#ga0413bf87605b9247be2533c439127a1c',1,'glm']]], + ['highp_5fimat3x3',['highp_imat3x3',['../a00167.html#gacce460d54216438bb577bf8c9d68299c',1,'glm']]], + ['highp_5fimat3x4',['highp_imat3x4',['../a00167.html#gad4fea24b4100e21ed7742c91e5458d49',1,'glm']]], + ['highp_5fimat4',['highp_imat4',['../a00167.html#ga159ce04cc638ff4db755542cd8f758cb',1,'glm']]], + ['highp_5fimat4x2',['highp_imat4x2',['../a00167.html#ga7d43dd8332000f7f19379efa1b303599',1,'glm']]], + ['highp_5fimat4x3',['highp_imat4x3',['../a00167.html#ga0c66b9b7c10a6017a58a03489c8d4c73',1,'glm']]], + ['highp_5fimat4x4',['highp_imat4x4',['../a00167.html#gae53db595d36f49a299e180302795e3c9',1,'glm']]], + ['highp_5fint',['highp_int',['../a00157.html#gaaabe7eb044941ebf308b53a447d692dc',1,'glm']]], + ['highp_5fint16',['highp_int16',['../a00177.html#ga5fde0fa4a3852a9dd5d637a92ee74718',1,'glm']]], + ['highp_5fint16_5ft',['highp_int16_t',['../a00177.html#gacaea06d0a79ef3172e887a7a6ba434ff',1,'glm']]], + ['highp_5fint32',['highp_int32',['../a00177.html#ga84ed04b4e0de18c977e932d617e7c223',1,'glm']]], + ['highp_5fint32_5ft',['highp_int32_t',['../a00177.html#ga2c71c8bd9e2fe7d2e93ca250d8b6157f',1,'glm']]], + ['highp_5fint64',['highp_int64',['../a00177.html#ga226a8d52b4e3f77aaa6231135e886aac',1,'glm']]], + ['highp_5fint64_5ft',['highp_int64_t',['../a00177.html#ga73c6abb280a45feeff60f9accaee91f3',1,'glm']]], + ['highp_5fint8',['highp_int8',['../a00177.html#gad0549c902a96a7164e4ac858d5f39dbf',1,'glm']]], + ['highp_5fint8_5ft',['highp_int8_t',['../a00177.html#ga1085c50dd8fbeb5e7e609b1c127492a5',1,'glm']]], + ['highp_5fivec2',['highp_ivec2',['../a00157.html#gaa015a3707413de20c03948308dba2f2e',1,'glm']]], + ['highp_5fivec3',['highp_ivec3',['../a00157.html#ga8330bf0d7e6d03ca12ee2b1334c2c30f',1,'glm']]], + ['highp_5fivec4',['highp_ivec4',['../a00157.html#ga0424a75bb400571489b8528897f35258',1,'glm']]], + ['highp_5fmat2',['highp_mat2',['../a00157.html#ga11c1eb1d307846d5bee7d7c0d8c386f0',1,'glm']]], + ['highp_5fmat2x2',['highp_mat2x2',['../a00157.html#gae6a747cfc33928652abcb1347712b231',1,'glm']]], + ['highp_5fmat2x3',['highp_mat2x3',['../a00157.html#ga9dfd75b5b17b89ccbecbdd6201efc74b',1,'glm']]], + ['highp_5fmat2x4',['highp_mat2x4',['../a00157.html#ga03fe2f9a84c61cc0f08b324a27d9b493',1,'glm']]], + ['highp_5fmat3',['highp_mat3',['../a00157.html#gaac1bde847d053902c27bad811b76e9fd',1,'glm']]], + ['highp_5fmat3x2',['highp_mat3x2',['../a00157.html#ga6b00cd7956ac2ee3d4f3ab3b549b564a',1,'glm']]], + ['highp_5fmat3x3',['highp_mat3x3',['../a00157.html#ga223de5d0549b215566dfb977d4bb45bd',1,'glm']]], + ['highp_5fmat3x4',['highp_mat3x4',['../a00157.html#ga117d8a040e738396a3d60368605623d2',1,'glm']]], + ['highp_5fmat4',['highp_mat4',['../a00157.html#gabace1eeb2fac7d73a7faaecf33f352d0',1,'glm']]], + ['highp_5fmat4x2',['highp_mat4x2',['../a00157.html#gaeea75c96b308be4114e0badf49f58075',1,'glm']]], + ['highp_5fmat4x3',['highp_mat4x3',['../a00157.html#ga046e59c57aaa185a8b0b012164ce707f',1,'glm']]], + ['highp_5fmat4x4',['highp_mat4x4',['../a00157.html#gaa72822d91f0dceb4dcaaec550cbfeead',1,'glm']]], + ['highp_5fu16',['highp_u16',['../a00177.html#ga8e62c883d13f47015f3b70ed88751369',1,'glm']]], + ['highp_5fu32',['highp_u32',['../a00177.html#ga7a6f1929464dcc680b16381a4ee5f2cf',1,'glm']]], + ['highp_5fu64',['highp_u64',['../a00177.html#ga0c181fdf06a309691999926b6690c969',1,'glm']]], + ['highp_5fu8',['highp_u8',['../a00177.html#gacd1259f3a9e8d2a9df5be2d74322ef9c',1,'glm']]], + ['highp_5fuint',['highp_uint',['../a00157.html#ga73e8a694d7fc69143cf25161d18d1dcf',1,'glm']]], + ['highp_5fuint16',['highp_uint16',['../a00177.html#ga746dc6da204f5622e395f492997dbf57',1,'glm']]], + ['highp_5fuint16_5ft',['highp_uint16_t',['../a00177.html#gacf54c3330ef60aa3d16cb676c7bcb8c7',1,'glm']]], + ['highp_5fuint32',['highp_uint32',['../a00177.html#ga256b12b650c3f2fb86878fd1c5db8bc3',1,'glm']]], + ['highp_5fuint32_5ft',['highp_uint32_t',['../a00177.html#gae978599c9711ac263ba732d4ac225b0e',1,'glm']]], + ['highp_5fuint64',['highp_uint64',['../a00177.html#gaa38d732f5d4a7bc42a1b43b9d3c141ce',1,'glm']]], + ['highp_5fuint64_5ft',['highp_uint64_t',['../a00177.html#gaa46172d7dc1c7ffe3e78107ff88adf08',1,'glm']]], + ['highp_5fuint8',['highp_uint8',['../a00177.html#ga97432f9979e73e66567361fd01e4cffb',1,'glm']]], + ['highp_5fuint8_5ft',['highp_uint8_t',['../a00177.html#gac4e00a26a2adb5f2c0a7096810df29e5',1,'glm']]], + ['highp_5fumat2',['highp_umat2',['../a00167.html#gae7b96c808a36fbe87f41af1c77b7941c',1,'glm']]], + ['highp_5fumat2x2',['highp_umat2x2',['../a00167.html#ga4860b4b01430bdb70643808c8d3bf5cb',1,'glm']]], + ['highp_5fumat2x3',['highp_umat2x3',['../a00167.html#gac351446661e5a8168473ff7b3b5ac3b5',1,'glm']]], + ['highp_5fumat2x4',['highp_umat2x4',['../a00167.html#ga815eb9fdf70edc45687cbcda07e97213',1,'glm']]], + ['highp_5fumat3',['highp_umat3',['../a00167.html#gaa60b19d7cadbaa56bed1e6e0047af147',1,'glm']]], + ['highp_5fumat3x2',['highp_umat3x2',['../a00167.html#gab1d8e627b6a0b21c9b5e599a89132d8f',1,'glm']]], + ['highp_5fumat3x3',['highp_umat3x3',['../a00167.html#gacf71e9abe57bcfd18b4b003421e306aa',1,'glm']]], + ['highp_5fumat3x4',['highp_umat3x4',['../a00167.html#ga6edbf193ad6c4309e31262165f2655e7',1,'glm']]], + ['highp_5fumat4',['highp_umat4',['../a00167.html#ga8368cb49cb0bd5ac682a71d1eccc9a8c',1,'glm']]], + ['highp_5fumat4x2',['highp_umat4x2',['../a00167.html#gaaba8a59eac3e5c0b3aaa9b35c1f10292',1,'glm']]], + ['highp_5fumat4x3',['highp_umat4x3',['../a00167.html#ga899a376888652fe3c03718641812bb27',1,'glm']]], + ['highp_5fumat4x4',['highp_umat4x4',['../a00167.html#gab8068521c0ad6990373d27d87d333084',1,'glm']]], + ['highp_5fuvec2',['highp_uvec2',['../a00157.html#gaa0eed70387a998c3eca2f4e45f3efaad',1,'glm']]], + ['highp_5fuvec3',['highp_uvec3',['../a00157.html#gaf564d5be1e65bd2204754043b218c9a4',1,'glm']]], + ['highp_5fuvec4',['highp_uvec4',['../a00157.html#ga61359f5531550e45871a97589d8dcce1',1,'glm']]], + ['highp_5fvec2',['highp_vec2',['../a00157.html#gabfc3e9f63cc3e2ee0521405277ef3997',1,'glm']]], + ['highp_5fvec3',['highp_vec3',['../a00157.html#ga7b31b02c5558e2f8e5d8439ae3803d3a',1,'glm']]], + ['highp_5fvec4',['highp_vec4',['../a00157.html#gade7cb496ed3d78b2a11f1651cce77239',1,'glm']]], + ['hsvcolor',['hsvColor',['../a00184.html#gae72039c00a7be2f03a3b94b37a54349a',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_9.html b/glm/doc/api/search/all_9.html new file mode 100644 index 0000000..bd9b05c --- /dev/null +++ b/glm/doc/api/search/all_9.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_9.js b/glm/doc/api/search/all_9.js new file mode 100644 index 0000000..e6f1de3 --- /dev/null +++ b/glm/doc/api/search/all_9.js @@ -0,0 +1,91 @@ +var searchData= +[ + ['integer_20functions',['Integer functions',['../a00148.html',1,'']]], + ['i16',['i16',['../a00177.html#ga3ab5fe184343d394fb6c2723c3ee3699',1,'glm']]], + ['i16vec1',['i16vec1',['../a00177.html#ga28f03a39ac56c70f9bf3ada11cb60e3b',1,'glm']]], + ['i16vec2',['i16vec2',['../a00177.html#ga110bec18ca44c41c76c3c9e4d7b5bd79',1,'glm']]], + ['i16vec3',['i16vec3',['../a00177.html#ga973b226a9914db682c9372fc761fb535',1,'glm']]], + ['i16vec4',['i16vec4',['../a00177.html#gad73e5e905dcf2d8cab002b4ab46e9426',1,'glm']]], + ['i32',['i32',['../a00177.html#ga96faea43ac5f875d2d3ffbf8d213e3eb',1,'glm']]], + ['i32vec1',['i32vec1',['../a00177.html#ga4cca6bbd117c45f046291fc8e9d03765',1,'glm']]], + ['i32vec2',['i32vec2',['../a00177.html#ga3c12cef4135603fd77d8fda85808730c',1,'glm']]], + ['i32vec3',['i32vec3',['../a00177.html#ga40cd3f391c03512f158d10a70062264e',1,'glm']]], + ['i32vec4',['i32vec4',['../a00177.html#gae3364a8090e7e1408056e00403dfecab',1,'glm']]], + ['i64',['i64',['../a00177.html#gadb997e409103d4da18abd837e636a496',1,'glm']]], + ['i64vec1',['i64vec1',['../a00177.html#ga5b4a3e499ee165efc0dc05add9c48235',1,'glm']]], + ['i64vec2',['i64vec2',['../a00177.html#gade69872a31f066e5ae212f1af6008edb',1,'glm']]], + ['i64vec3',['i64vec3',['../a00177.html#ga9ece7c77c7bca7a6b824ef9c600f5e5e',1,'glm']]], + ['i64vec4',['i64vec4',['../a00177.html#ga9756e45c8f80329257f3cbdabc3bd73c',1,'glm']]], + ['i8',['i8',['../a00177.html#ga302ec977b0c0c3ea245b6c9275495355',1,'glm']]], + ['i8vec1',['i8vec1',['../a00177.html#gab2329c5c14ff5a03b1ddec039e2c7409',1,'glm']]], + ['i8vec2',['i8vec2',['../a00177.html#ga6414484477e4c1b4863cf91af8fd4185',1,'glm']]], + ['i8vec3',['i8vec3',['../a00177.html#gaf4b5993e794e252607f91535b62a7e0c',1,'glm']]], + ['i8vec4',['i8vec4',['../a00177.html#ga50e58885aee2cf01bb3ba472c5b1697e',1,'glm']]], + ['imat2',['imat2',['../a00167.html#gaabe04f9948d4a213bb1c20137de03e01',1,'glm']]], + ['imat2x2',['imat2x2',['../a00167.html#gaa4732a240522ad9bc28144fda2fc14ec',1,'glm']]], + ['imat2x3',['imat2x3',['../a00167.html#ga3f42dd3d5d94a0fd5706f7ec8dd0c605',1,'glm']]], + ['imat2x4',['imat2x4',['../a00167.html#ga9d8faafdca42583d67e792dd038fc668',1,'glm']]], + ['imat3',['imat3',['../a00167.html#ga038f68437155ffa3c2583a15264a8195',1,'glm']]], + ['imat3x2',['imat3x2',['../a00167.html#ga7b33bbe4f12c060892bd3cc8d4cd737f',1,'glm']]], + ['imat3x3',['imat3x3',['../a00167.html#ga6aacc960f62e8f7d2fe9d32d5050e7a4',1,'glm']]], + ['imat3x4',['imat3x4',['../a00167.html#ga6e9ce23496d8b08dfc302d4039694b58',1,'glm']]], + ['imat4',['imat4',['../a00167.html#ga96b0d26a33b81bb6a60ca0f39682f7eb',1,'glm']]], + ['imat4x2',['imat4x2',['../a00167.html#ga8ce7ef51d8b2c1901fa5414deccbc3fa',1,'glm']]], + ['imat4x3',['imat4x3',['../a00167.html#ga705ee0bf49d6c3de4404ce2481bf0df5',1,'glm']]], + ['imat4x4',['imat4x4',['../a00167.html#ga43ed5e4f475b6f4cad7cba78f29c405b',1,'glm']]], + ['imulextended',['imulExtended',['../a00148.html#ga6e6e8b29ca40d8ca2df10b58ed17d426',1,'glm']]], + ['infiniteperspective',['infinitePerspective',['../a00169.html#ga79f704ad91a5f0d68abd88c66c8186e5',1,'glm']]], + ['infiniteperspectivelh',['infinitePerspectiveLH',['../a00169.html#ga47af534da2b28effa4c7945ec82ccd9d',1,'glm']]], + ['infiniteperspectiverh',['infinitePerspectiveRH',['../a00169.html#ga79575023763df88dff1bf8255a42d0be',1,'glm']]], + ['int1',['int1',['../a00187.html#ga0670a2111b5e4a6410bd027fa0232fc3',1,'glm']]], + ['int16',['int16',['../a00177.html#ga302041c186d0d028bea31b711fe16759',1,'glm']]], + ['int16_5ft',['int16_t',['../a00177.html#gae8f5e3e964ca2ae240adc2c0d74adede',1,'glm']]], + ['int1x1',['int1x1',['../a00187.html#ga056ffe02d3a45af626f8e62221881c7a',1,'glm']]], + ['int2',['int2',['../a00187.html#ga2eca687990bf3a08ef28bc4a9f2fe700',1,'glm']]], + ['int2x2',['int2x2',['../a00187.html#gab1c5d0631a6ae34e28bfb2851da387cc',1,'glm']]], + ['int2x3',['int2x3',['../a00187.html#ga6dc93f0794eb5fadd7f68b85141a2434',1,'glm']]], + ['int2x4',['int2x4',['../a00187.html#gad5da9e1b4e0c64c5436b5696ab49540e',1,'glm']]], + ['int3',['int3',['../a00187.html#gaaa6ceedf08a85e5fd73a482bc8b77b88',1,'glm']]], + ['int32',['int32',['../a00177.html#ga8df669f4e7698dfe0c0354d92578d74f',1,'glm']]], + ['int32_5ft',['int32_t',['../a00177.html#ga042ef09ff2f0cb24a36f541bcb3a3710',1,'glm']]], + ['int3x2',['int3x2',['../a00187.html#gaa98b1a06b802c975f02a5583f43632db',1,'glm']]], + ['int3x3',['int3x3',['../a00187.html#ga20c4d23defbc123ac4745c9b4262156f',1,'glm']]], + ['int3x4',['int3x4',['../a00187.html#ga7b00c53838143bce963177122ab92c39',1,'glm']]], + ['int4',['int4',['../a00187.html#gab19c2df22e9b14081390fabd074081f1',1,'glm']]], + ['int4x2',['int4x2',['../a00187.html#gaa53815539021200c4e10fd282832dcd3',1,'glm']]], + ['int4x3',['int4x3',['../a00187.html#ga4a3bf0ecd6f6ff60836c5bee26c14abe',1,'glm']]], + ['int4x4',['int4x4',['../a00187.html#ga3bacf576b4b29f2f2959abff7a36652d',1,'glm']]], + ['int64',['int64',['../a00177.html#gaff5189f97f9e842d9636a0f240001b2e',1,'glm']]], + ['int64_5ft',['int64_t',['../a00177.html#ga322a7d7d2c2c68994dc872a33de63c61',1,'glm']]], + ['int8',['int8',['../a00177.html#ga41c6189f6485c2825d60fdc835b3a2b0',1,'glm']]], + ['int8_5ft',['int8_t',['../a00177.html#ga4bf09d8838a86866b39ee6e109341645',1,'glm']]], + ['intbitstofloat',['intBitsToFloat',['../a00145.html#ga4fb7c21c2dce064b26fd9ccdaf9adcd4',1,'glm::intBitsToFloat(int const &v)'],['../a00145.html#gad21ab176dd0e6b59d923db5efca87f4e',1,'glm::intBitsToFloat(vecType< int, P > const &v)']]], + ['integer_2ehpp',['integer.hpp',['../a00047.html',1,'']]], + ['intermediate',['intermediate',['../a00220.html#ga56abae85b3669c866e91f3c57b298b9c',1,'glm']]], + ['interpolate',['interpolate',['../a00205.html#ga45099a92c5c704503565619ac2bcd5c6',1,'glm']]], + ['intersect_2ehpp',['intersect.hpp',['../a00048.html',1,'']]], + ['intersectlinesphere',['intersectLineSphere',['../a00200.html#ga9c68139f3d8a4f3d7fe45f9dbc0de5b7',1,'glm']]], + ['intersectlinetriangle',['intersectLineTriangle',['../a00200.html#ga9d29b9b3acb504d43986502f42740df4',1,'glm']]], + ['intersectrayplane',['intersectRayPlane',['../a00200.html#gad3697a9700ea379739a667ea02573488',1,'glm']]], + ['intersectraysphere',['intersectRaySphere',['../a00200.html#gac88f8cd84c4bcb5b947d56acbbcfa56e',1,'glm::intersectRaySphere(genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, typename genType::value_type const sphereRadiusSquered, typename genType::value_type &intersectionDistance)'],['../a00200.html#gad28c00515b823b579c608aafa1100c1d',1,'glm::intersectRaySphere(genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, const typename genType::value_type sphereRadius, genType &intersectionPosition, genType &intersectionNormal)']]], + ['intersectraytriangle',['intersectRayTriangle',['../a00200.html#gab16c1b47c10451e7604b51b39a7ef21d',1,'glm']]], + ['inverse',['inverse',['../a00149.html#gaa7e1d5586cd499126cec76e0f11871e3',1,'glm::inverse(matType< T, P > const &m)'],['../a00172.html#ga5f47300c024c2d809944e6ac661d6d14',1,'glm::inverse(tquat< T, P > const &q)'],['../a00189.html#ga2149d3cb8af04d9530de0cd16aa1aab2',1,'glm::inverse(tdualquat< T, P > const &q)']]], + ['inversesqrt',['inversesqrt',['../a00146.html#ga599103d4fe4ef2234761ba8da7268627',1,'glm']]], + ['inversetranspose',['inverseTranspose',['../a00168.html#gab213cd0e3ead5f316d583f99d6312008',1,'glm']]], + ['io_2ehpp',['io.hpp',['../a00049.html',1,'']]], + ['iround',['iround',['../a00165.html#ga0a42ffb863cc980e91f98d2f5766de20',1,'glm']]], + ['iscompnull',['isCompNull',['../a00235.html#ga93ecd4137480483ce1af0de8bbbf6546',1,'glm']]], + ['isdenormal',['isdenormal',['../a00186.html#ga74aa7c7462245d83bd5a9edf9c6c2d91',1,'glm']]], + ['isfinite',['isfinite',['../a00187.html#gaf4b04dcd3526996d68c1bfe17bfc8657',1,'glm::isfinite(genType const &x)'],['../a00187.html#ga553e2e95b06a0f70c718605998889d3b',1,'glm::isfinite(const tvec1< T, P > &x)'],['../a00187.html#ga7dd492aa7d6ec21715f9a91b6e5e596a',1,'glm::isfinite(const tvec2< T, P > &x)'],['../a00187.html#ga1be9593d810fceb278a2854da8a25273',1,'glm::isfinite(const tvec3< T, P > &x)'],['../a00187.html#ga8c6a59e2f2ac84fba0c5932f1c35bf7a',1,'glm::isfinite(const tvec4< T, P > &x)']]], + ['isidentity',['isIdentity',['../a00208.html#gafc1ce12c738b8c5d007179e615609330',1,'glm']]], + ['isinf',['isinf',['../a00145.html#gaf28f7a4696746f081685c9fd05c7e2de',1,'glm::isinf(vecType< T, P > const &x)'],['../a00172.html#ga0a850f06736d25887536d0da88e63c70',1,'glm::isinf(tquat< T, P > const &x)']]], + ['ismultiple',['isMultiple',['../a00175.html#gaf7444a7b2eb524f373463ceba76b9326',1,'glm::isMultiple(genIUType Value, genIUType Multiple)'],['../a00175.html#ga50ea5d5dc33fffba39ad6002a3784123',1,'glm::isMultiple(vecType< T, P > const &Value, T Multiple)'],['../a00175.html#ga7ae705574ef3e3ebfb4f537d8d285c48',1,'glm::isMultiple(vecType< T, P > const &Value, vecType< T, P > const &Multiple)']]], + ['isnan',['isnan',['../a00145.html#ga6cb8f202a52eed2331724a3800198ebf',1,'glm::isnan(vecType< T, P > const &x)'],['../a00172.html#gad2fc52dd4ba5ff79cc56b3e0f9c092ed',1,'glm::isnan(tquat< T, P > const &x)']]], + ['isnormalized',['isNormalized',['../a00208.html#ga11a8d5cdb36496b85f61e4f5f7f2602c',1,'glm::isNormalized(tmat2x2< T, P > const &m, T const &epsilon)'],['../a00208.html#ga351bcc8d485d329b78cfa875e084964d',1,'glm::isNormalized(tmat3x3< T, P > const &m, T const &epsilon)'],['../a00208.html#ga934b673ec0e16d79eca0ca9dbb5d6d8b',1,'glm::isNormalized(tmat4x4< T, P > const &m, T const &epsilon)'],['../a00235.html#ga6fa5fa2af67d14c205d24c49aad03270',1,'glm::isNormalized(vecType< T, P > const &v, T const &epsilon)']]], + ['isnull',['isNull',['../a00208.html#ga37e535cbeaea383b8c1247b98875cd4b',1,'glm::isNull(tmat2x2< T, P > const &m, T const &epsilon)'],['../a00208.html#gac67a5c7e029a84b74b02ac9599b8972d',1,'glm::isNull(tmat3x3< T, P > const &m, T const &epsilon)'],['../a00208.html#ga326de496972051413c7b44b85fc9cb6e',1,'glm::isNull(tmat4x4< T, P > const &m, T const &epsilon)'],['../a00235.html#ga81a64edc1a2b470b82896592e89c523b',1,'glm::isNull(vecType< T, P > const &v, T const &epsilon)']]], + ['isorthogonal',['isOrthogonal',['../a00208.html#gab2cb5d23df77b4e4e63ad2965acd31b3',1,'glm']]], + ['ispoweroftwo',['isPowerOfTwo',['../a00175.html#gaebf826fbb6e0a70eeaab0792d89b25ec',1,'glm::isPowerOfTwo(genIUType Value)'],['../a00175.html#gad454e4c8d8cd73ddc7de855f733a1465',1,'glm::isPowerOfTwo(vecType< T, P > const &value)']]], + ['ivec2',['ivec2',['../a00156.html#ga2ab812bd103527e2d6c62c2e2f5ee78f',1,'glm']]], + ['ivec3',['ivec3',['../a00156.html#ga34aee73784bcc247d426250540c1911c',1,'glm']]], + ['ivec4',['ivec4',['../a00156.html#gaaa26c41d168dc00be0fe55f4d0a34224',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_a.html b/glm/doc/api/search/all_a.html new file mode 100644 index 0000000..4a25af1 --- /dev/null +++ b/glm/doc/api/search/all_a.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_a.js b/glm/doc/api/search/all_a.js new file mode 100644 index 0000000..7e45fc8 --- /dev/null +++ b/glm/doc/api/search/all_a.js @@ -0,0 +1,119 @@ +var searchData= +[ + ['l1norm',['l1Norm',['../a00211.html#gaebe5a39b06e262e615622129f37da4f4',1,'glm::l1Norm(tvec3< T, P > const &x, tvec3< T, P > const &y)'],['../a00211.html#ga6d5964f09cdb43803496a5ee3ced71cb',1,'glm::l1Norm(tvec3< T, P > const &v)']]], + ['l2norm',['l2Norm',['../a00211.html#gafa6fbbc99cd44d81bf030e74eaf7ad64',1,'glm::l2Norm(tvec3< T, P > const &x, tvec3< T, P > const &y)'],['../a00211.html#ga0a8cb8a0ce88d1d977de23209bf04610',1,'glm::l2Norm(tvec3< T, P > const &x)']]], + ['ldexp',['ldexp',['../a00145.html#ga52e319d7289b849ec92055abd4830533',1,'glm']]], + ['lefthanded',['leftHanded',['../a00197.html#ga7425e0ebfe6a56919900a072ae1f8017',1,'glm']]], + ['length',['length',['../a00147.html#ga18d45e3d4c7705e67ccfabd99e521604',1,'glm::length(vecType< T, P > const &x)'],['../a00172.html#gac682181783027544c8d251b4d3a60cf8',1,'glm::length(tquat< T, P > const &q)']]], + ['length2',['length2',['../a00211.html#ga6d326d62fd9b7f4f0a1b79e56492a7e4',1,'glm::length2(vecType< T, P > const &x)'],['../a00220.html#ga02b45352c7ac345cabc9e877314acda6',1,'glm::length2(tquat< T, P > const &q)']]], + ['lerp',['lerp',['../a00172.html#ga5692804fa4db9e762a1c19b607e54435',1,'glm::lerp(tquat< T, P > const &x, tquat< T, P > const &y, T a)'],['../a00187.html#ga5494ba3a95ea6594c86fc75236886864',1,'glm::lerp(T x, T y, T a)'],['../a00187.html#ga0aa79a146332650a1eb18ae996c653fe',1,'glm::lerp(const tvec2< T, P > &x, const tvec2< T, P > &y, T a)'],['../a00187.html#gaf4c885ac72b8879b05777cb516c555c9',1,'glm::lerp(const tvec3< T, P > &x, const tvec3< T, P > &y, T a)'],['../a00187.html#ga363d5d069d31a6c2cdd1e9589dde4a60',1,'glm::lerp(const tvec4< T, P > &x, const tvec4< T, P > &y, T a)'],['../a00187.html#ga7609b44d8aefc5a277efe73395ff4070',1,'glm::lerp(const tvec2< T, P > &x, const tvec2< T, P > &y, const tvec2< T, P > &a)'],['../a00187.html#ga90a1d1364a8d078846857178bdcc9af1',1,'glm::lerp(const tvec3< T, P > &x, const tvec3< T, P > &y, const tvec3< T, P > &a)'],['../a00187.html#gae4b0244b0d882657bed0a99dfa33f379',1,'glm::lerp(const tvec4< T, P > &x, const tvec4< T, P > &y, const tvec4< T, P > &a)'],['../a00189.html#ga8039b88397ca09275be924a26a806a59',1,'glm::lerp(tdualquat< T, P > const &x, tdualquat< T, P > const &y, T const &a)']]], + ['lessthan',['lessThan',['../a00152.html#ga6261970937a70b0b747ae0d3ade1c188',1,'glm::lessThan(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga91a40d16a3b5bb47d71ac1a3fb688ffa',1,'glm::lessThan(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['lessthanequal',['lessThanEqual',['../a00152.html#gaaf1d88119f11200c32011de7c5ec0102',1,'glm::lessThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga7c81996ed2724f26fe76faf352c76294',1,'glm::lessThanEqual(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['lineargradient',['linearGradient',['../a00196.html#gacde26d5e0c4a1856467bded9dfad9040',1,'glm']]], + ['linearrand',['linearRand',['../a00173.html#ga12aebc19b85a8c736f5801c2f7b9b716',1,'glm::linearRand(genTYpe Min, genTYpe Max)'],['../a00173.html#gaba9cec867916d894d794a32897b7fdfd',1,'glm::linearRand(vecType< T, P > const &Min, vecType< T, P > const &Max)']]], + ['ln_5fln_5ftwo',['ln_ln_two',['../a00162.html#gaca94292c839ed31a405ab7a81ae7e850',1,'glm']]], + ['ln_5ften',['ln_ten',['../a00162.html#gaf97ebc6c059ffd788e6c4946f71ef66c',1,'glm']]], + ['ln_5ftwo',['ln_two',['../a00162.html#ga24f4d27765678116f41a2f336ab7975c',1,'glm']]], + ['log',['log',['../a00146.html#ga21efca311e62d233de0ae96bab126b83',1,'glm::log(vecType< T, P > const &v)'],['../a00202.html#ga60a7b0a401da660869946b2b77c710c9',1,'glm::log(genType const &x, genType const &base)'],['../a00220.html#ga791f42e134bfe97fc9c96f4668dd7489',1,'glm::log(tquat< T, P > const &q)']]], + ['log2',['log2',['../a00146.html#gabae30945338a555a03733f00dad95d0d',1,'glm::log2(vecType< T, P > const &v)'],['../a00165.html#ga9bd682e74bfacb005c735305207ec417',1,'glm::log2(genIUType x)']]], + ['log_5fbase_2ehpp',['log_base.hpp',['../a00050.html',1,'']]], + ['lookat',['lookAt',['../a00169.html#gaf8eef81da1ad09f6a8920101c01eaae4',1,'glm']]], + ['lookatlh',['lookAtLH',['../a00169.html#gacd0c077ec7b58a575855e29cb5fb586d',1,'glm']]], + ['lookatrh',['lookAtRH',['../a00169.html#ga2876d9313334980b94292d2ec169088e',1,'glm']]], + ['lowestbitvalue',['lowestBitValue',['../a00182.html#ga2ff6568089f3a9b67f5c30918855fc6f',1,'glm']]], + ['lowp_5fbvec2',['lowp_bvec2',['../a00157.html#ga28dcda102dd8c94ec500ee786af7a30a',1,'glm']]], + ['lowp_5fbvec3',['lowp_bvec3',['../a00157.html#ga76c0948546deeeb18bfda36f18b3e673',1,'glm']]], + ['lowp_5fbvec4',['lowp_bvec4',['../a00157.html#gafa2087ead0d0e2a3c907e3fbd99f4d85',1,'glm']]], + ['lowp_5fddualquat',['lowp_ddualquat',['../a00189.html#gab4c5103338af3dac7e0fbc86895a3f1a',1,'glm']]], + ['lowp_5fdmat2',['lowp_dmat2',['../a00157.html#gae0a526a0143fc69d7b317c078d591654',1,'glm']]], + ['lowp_5fdmat2x2',['lowp_dmat2x2',['../a00157.html#ga000c064e4eba15bf83f8e1e393a8e7fd',1,'glm']]], + ['lowp_5fdmat2x3',['lowp_dmat2x3',['../a00157.html#gaaf2d7cf98b74a43fc432725887685dc0',1,'glm']]], + ['lowp_5fdmat2x4',['lowp_dmat2x4',['../a00157.html#ga8ac69e9ed1addf122f51396f73cdbbf3',1,'glm']]], + ['lowp_5fdmat3',['lowp_dmat3',['../a00157.html#ga19b0c9580b447443cf3fe589bd661e03',1,'glm']]], + ['lowp_5fdmat3x2',['lowp_dmat3x2',['../a00157.html#ga27ccd1bcb24920508a7b6a24bd9265ab',1,'glm']]], + ['lowp_5fdmat3x3',['lowp_dmat3x3',['../a00157.html#gae37a4275ffa68d0c3527a345e76598c0',1,'glm']]], + ['lowp_5fdmat3x4',['lowp_dmat3x4',['../a00157.html#ga813bff547772bcefebc026e5deba0fe3',1,'glm']]], + ['lowp_5fdmat4',['lowp_dmat4',['../a00157.html#gaac3aee10bee5fa5206de8bf024a8b301',1,'glm']]], + ['lowp_5fdmat4x2',['lowp_dmat4x2',['../a00157.html#ga05c2d27aeca091e369fca027e72177e8',1,'glm']]], + ['lowp_5fdmat4x3',['lowp_dmat4x3',['../a00157.html#ga2b5b1b810f3b9988f49f985387e35e03',1,'glm']]], + ['lowp_5fdmat4x4',['lowp_dmat4x4',['../a00157.html#gaea9e20c3668305cf0de5334d217408d9',1,'glm']]], + ['lowp_5fdualquat',['lowp_dualquat',['../a00189.html#gade05d29ebd4deea0f883d0e1bb4169aa',1,'glm']]], + ['lowp_5fdvec2',['lowp_dvec2',['../a00157.html#ga96eb13864627c7c832b5af36aa73bda6',1,'glm']]], + ['lowp_5fdvec3',['lowp_dvec3',['../a00157.html#gaf7ec7b1cefeeaf63659460ef52fd06a9',1,'glm']]], + ['lowp_5fdvec4',['lowp_dvec4',['../a00157.html#gab5d6a45e1bbb13314b47793865a4c072',1,'glm']]], + ['lowp_5ffdualquat',['lowp_fdualquat',['../a00189.html#gaa38f671be25a7f3b136a452a8bb42860',1,'glm']]], + ['lowp_5ffloat',['lowp_float',['../a00157.html#ga358d69e11b1c0f6c7c469e0d39ab7fd1',1,'glm']]], + ['lowp_5fi16',['lowp_i16',['../a00177.html#ga392b673fd10847bfb78fb808c6cf8ff7',1,'glm']]], + ['lowp_5fi32',['lowp_i32',['../a00177.html#ga7ff73a45cea9613ebf1a9fad0b9f82ac',1,'glm']]], + ['lowp_5fi64',['lowp_i64',['../a00177.html#ga354736e0c645099cd44c42fb2f87c2b8',1,'glm']]], + ['lowp_5fi8',['lowp_i8',['../a00177.html#ga552a6bde5e75984efb0f863278da2e54',1,'glm']]], + ['lowp_5fimat2',['lowp_imat2',['../a00167.html#ga3c035fec7db0d671ec8f9f1f0d05bed0',1,'glm']]], + ['lowp_5fimat2x2',['lowp_imat2x2',['../a00167.html#ga5bfe58853451fbc1f1ef6ce1f93c5e31',1,'glm']]], + ['lowp_5fimat2x3',['lowp_imat2x3',['../a00167.html#ga3f8fb92b62e31528886cc728d3404ecc',1,'glm']]], + ['lowp_5fimat2x4',['lowp_imat2x4',['../a00167.html#ga892b53e26d36763f380b08a5768dee6b',1,'glm']]], + ['lowp_5fimat3',['lowp_imat3',['../a00167.html#ga148f3a81d15a570b9460158e6964f41c',1,'glm']]], + ['lowp_5fimat3x2',['lowp_imat3x2',['../a00167.html#ga7655dfee0d726e80d7a3b72f46d5fd35',1,'glm']]], + ['lowp_5fimat3x3',['lowp_imat3x3',['../a00167.html#gab3d5c6aaeb5815f8f080305888f6828f',1,'glm']]], + ['lowp_5fimat3x4',['lowp_imat3x4',['../a00167.html#ga3d913d70c629aa7ad504739286328f1b',1,'glm']]], + ['lowp_5fimat4',['lowp_imat4',['../a00167.html#gad3d7b23bdb4ed9b7d53c9db792db9bb4',1,'glm']]], + ['lowp_5fimat4x2',['lowp_imat4x2',['../a00167.html#ga3fdfce509d30bdd7778b8b156cb968df',1,'glm']]], + ['lowp_5fimat4x3',['lowp_imat4x3',['../a00167.html#ga6a9945878f99294cfde40c6c3a867d69',1,'glm']]], + ['lowp_5fimat4x4',['lowp_imat4x4',['../a00167.html#ga330140b22a9449caab308f2c69bf4c80',1,'glm']]], + ['lowp_5fint',['lowp_int',['../a00157.html#gad0fa1e32e8b3552ed63556eca51c620e',1,'glm']]], + ['lowp_5fint16',['lowp_int16',['../a00177.html#ga698e36b01167fc0f037889334dce8def',1,'glm']]], + ['lowp_5fint16_5ft',['lowp_int16_t',['../a00177.html#ga8b2cd8d31eb345b2d641d9261c38db1a',1,'glm']]], + ['lowp_5fint32',['lowp_int32',['../a00177.html#ga864aabca5f3296e176e0c3ed9cc16b02',1,'glm']]], + ['lowp_5fint32_5ft',['lowp_int32_t',['../a00177.html#ga0350631d35ff800e6133ac6243b13cbc',1,'glm']]], + ['lowp_5fint64',['lowp_int64',['../a00177.html#gaf645b1a60203b39c0207baff5e3d8c3c',1,'glm']]], + ['lowp_5fint64_5ft',['lowp_int64_t',['../a00177.html#gaebf341fc4a5be233f7dde962c2e33847',1,'glm']]], + ['lowp_5fint8',['lowp_int8',['../a00177.html#ga760bcf26fdb23a2c3ecad3c928a19ae6',1,'glm']]], + ['lowp_5fint8_5ft',['lowp_int8_t',['../a00177.html#ga119c41d73fe9977358174eb3ac1035a3',1,'glm']]], + ['lowp_5fivec2',['lowp_ivec2',['../a00157.html#ga3c6aeb4cd3e9a14c85dd4c6f311b1e57',1,'glm']]], + ['lowp_5fivec3',['lowp_ivec3',['../a00157.html#gaa040f25233c314adc9560dcdb9dadac2',1,'glm']]], + ['lowp_5fivec4',['lowp_ivec4',['../a00157.html#ga8b7483dc67dc332f9d874c6cf7172203',1,'glm']]], + ['lowp_5fmat2',['lowp_mat2',['../a00157.html#ga8ed94bfb5f4e0b2c3b0d49c5be478c85',1,'glm']]], + ['lowp_5fmat2x2',['lowp_mat2x2',['../a00157.html#gab1a0d4d8fd3bb85f6616dac9dbef2981',1,'glm']]], + ['lowp_5fmat2x3',['lowp_mat2x3',['../a00157.html#gae8fe30d421bc141fa84ad414b803947d',1,'glm']]], + ['lowp_5fmat2x4',['lowp_mat2x4',['../a00157.html#gad64a0179b75508142a72917854034b9b',1,'glm']]], + ['lowp_5fmat3',['lowp_mat3',['../a00157.html#ga6a66118df7e2398a36ca4a8e98ce6783',1,'glm']]], + ['lowp_5fmat3x2',['lowp_mat3x2',['../a00157.html#gaa2542e884ac7d05ada8ebb078b721924',1,'glm']]], + ['lowp_5fmat3x3',['lowp_mat3x3',['../a00157.html#gab7ca36023fa56d8006341a192ee09260',1,'glm']]], + ['lowp_5fmat3x4',['lowp_mat3x4',['../a00157.html#ga2938621d14e70bc3dc576b4fc1547a7e',1,'glm']]], + ['lowp_5fmat4',['lowp_mat4',['../a00157.html#gabb754302a1ff8736ec7814d860c9a3c0',1,'glm']]], + ['lowp_5fmat4x2',['lowp_mat4x2',['../a00157.html#gac6d04a9590cb7ab62cbe29203dbb9b93',1,'glm']]], + ['lowp_5fmat4x3',['lowp_mat4x3',['../a00157.html#gafb3dbbc82f8b166867fd21c76eb8db4f',1,'glm']]], + ['lowp_5fmat4x4',['lowp_mat4x4',['../a00157.html#gafff11cbd0abc762e8a340870a31d5bfa',1,'glm']]], + ['lowp_5fu16',['lowp_u16',['../a00177.html#ga504ce1631cb2ac02fcf1d44d8c2aa126',1,'glm']]], + ['lowp_5fu32',['lowp_u32',['../a00177.html#ga4f072ada9552e1e480bbb3b1acde5250',1,'glm']]], + ['lowp_5fu64',['lowp_u64',['../a00177.html#ga30069d1f02b19599cbfadf98c23ac6ed',1,'glm']]], + ['lowp_5fu8',['lowp_u8',['../a00177.html#ga1b09f03da7ac43055c68a349d5445083',1,'glm']]], + ['lowp_5fuint',['lowp_uint',['../a00157.html#ga25ebc60727fc8b4a1167665f9ecdca97',1,'glm']]], + ['lowp_5fuint16',['lowp_uint16',['../a00177.html#gad68bfd9f881856fc863a6ebca0b67f78',1,'glm']]], + ['lowp_5fuint16_5ft',['lowp_uint16_t',['../a00177.html#ga91c4815f93177eb423362fd296a87e9f',1,'glm']]], + ['lowp_5fuint32',['lowp_uint32',['../a00177.html#gaa6a5b461bbf5fe20982472aa51896d4b',1,'glm']]], + ['lowp_5fuint32_5ft',['lowp_uint32_t',['../a00177.html#gaf1b735b4b1145174f4e4167d13778f9b',1,'glm']]], + ['lowp_5fuint64',['lowp_uint64',['../a00177.html#gaa212b805736a759998e312cbdd550fae',1,'glm']]], + ['lowp_5fuint64_5ft',['lowp_uint64_t',['../a00177.html#ga8dd3a3281ae5c970ffe0c41d538aa153',1,'glm']]], + ['lowp_5fuint8',['lowp_uint8',['../a00177.html#gaf49470869e9be2c059629b250619804e',1,'glm']]], + ['lowp_5fuint8_5ft',['lowp_uint8_t',['../a00177.html#ga667b2ece2b258be898812dc2177995d1',1,'glm']]], + ['lowp_5fumat2',['lowp_umat2',['../a00167.html#ga1406406e396b56bde3c7c0722f657064',1,'glm']]], + ['lowp_5fumat2x2',['lowp_umat2x2',['../a00167.html#ga1f0cea730f6c13b16e511bd2d63507a3',1,'glm']]], + ['lowp_5fumat2x3',['lowp_umat2x3',['../a00167.html#gaa86bd9dc8463b46a46ee944948111676',1,'glm']]], + ['lowp_5fumat2x4',['lowp_umat2x4',['../a00167.html#ga7b6c64600bad79d735fa6bec843b2bb4',1,'glm']]], + ['lowp_5fumat3',['lowp_umat3',['../a00167.html#ga7fc1f795f2abd0020c7b5204f4c83033',1,'glm']]], + ['lowp_5fumat3x2',['lowp_umat3x2',['../a00167.html#gad73943020bb49a072317ecfc52d587f0',1,'glm']]], + ['lowp_5fumat3x3',['lowp_umat3x3',['../a00167.html#ga402d169fc3cdca5f3ea47a358a7b7c67',1,'glm']]], + ['lowp_5fumat3x4',['lowp_umat3x4',['../a00167.html#ga2dce1c00ed50fd09fe349de3713d96db',1,'glm']]], + ['lowp_5fumat4',['lowp_umat4',['../a00167.html#gafe68c1cf2b379a9a11d1a11c9c2f8884',1,'glm']]], + ['lowp_5fumat4x2',['lowp_umat4x2',['../a00167.html#ga76cab31d492ea214c693ab9132b4de95',1,'glm']]], + ['lowp_5fumat4x3',['lowp_umat4x3',['../a00167.html#gae3ca9e28a9d2e5fce5e28593d27e370d',1,'glm']]], + ['lowp_5fumat4x4',['lowp_umat4x4',['../a00167.html#ga742be484e56e08ef637f8ec4ab7c8bb2',1,'glm']]], + ['lowp_5fuvec2',['lowp_uvec2',['../a00157.html#ga6bfb90b936bbbc67e438bb9ac6910309',1,'glm']]], + ['lowp_5fuvec3',['lowp_uvec3',['../a00157.html#gaf0049c860a612da9bd3ba9ac9e49e820',1,'glm']]], + ['lowp_5fuvec4',['lowp_uvec4',['../a00157.html#ga6efcd4574e112cfcda320db58e649ee3',1,'glm']]], + ['lowp_5fvec2',['lowp_vec2',['../a00157.html#ga51e835b2aa735782f0174328acffa521',1,'glm']]], + ['lowp_5fvec3',['lowp_vec3',['../a00157.html#gaf89f8fb5a06848ea4ec1c3a02813454e',1,'glm']]], + ['lowp_5fvec4',['lowp_vec4',['../a00157.html#ga8f9002d3ab660e3171f5cdea1aab8395',1,'glm']]], + ['luminosity',['luminosity',['../a00184.html#gaa2f38a5100c3e1c7d39920df43bd8cbe',1,'glm']]], + ['lxnorm',['lxNorm',['../a00211.html#ga932bb0854e5c5a6ab5a14b023c451ca7',1,'glm::lxNorm(tvec3< T, P > const &x, tvec3< T, P > const &y, unsigned int Depth)'],['../a00211.html#gaab931b0d1acfe2f9c1cb78311edf24fc',1,'glm::lxNorm(tvec3< T, P > const &x, unsigned int Depth)']]] +]; diff --git a/glm/doc/api/search/all_b.html b/glm/doc/api/search/all_b.html new file mode 100644 index 0000000..a92de48 --- /dev/null +++ b/glm/doc/api/search/all_b.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_b.js b/glm/doc/api/search/all_b.js new file mode 100644 index 0000000..213c0af --- /dev/null +++ b/glm/doc/api/search/all_b.js @@ -0,0 +1,163 @@ +var searchData= +[ + ['matrix_20functions',['Matrix functions',['../a00149.html',1,'']]], + ['make_5fmat2',['make_mat2',['../a00178.html#ga52a16e333fef7e33ca740779482a8693',1,'glm']]], + ['make_5fmat2x2',['make_mat2x2',['../a00178.html#gadb29e510762e1042069cb28bf24ae990',1,'glm']]], + ['make_5fmat2x3',['make_mat2x3',['../a00178.html#ga37988c6dd941f617cdfab86d54375fc1',1,'glm']]], + ['make_5fmat2x4',['make_mat2x4',['../a00178.html#ga6dfb2ac10859b0cc8e3893ea84fa95b5',1,'glm']]], + ['make_5fmat3',['make_mat3',['../a00178.html#gac2bc10c519ffc8db9e24f325f23787ea',1,'glm']]], + ['make_5fmat3x2',['make_mat3x2',['../a00178.html#gabe1e5066608a66da7a94f802b57b4eed',1,'glm']]], + ['make_5fmat3x3',['make_mat3x3',['../a00178.html#ga3cbe7adf857c867cee77eae4617abadd',1,'glm']]], + ['make_5fmat3x4',['make_mat3x4',['../a00178.html#gac083edd180ab4d4b817acc60c516209b',1,'glm']]], + ['make_5fmat4',['make_mat4',['../a00178.html#ga2c6e6d457cb932e1ce683e4f690a6f60',1,'glm']]], + ['make_5fmat4x2',['make_mat4x2',['../a00178.html#ga967a5b934e67ff9a6d1d0d27a377a264',1,'glm']]], + ['make_5fmat4x3',['make_mat4x3',['../a00178.html#ga4d42daced532b33cc672280e48670a51',1,'glm']]], + ['make_5fmat4x4',['make_mat4x4',['../a00178.html#gaf605a5f5e2ff594e8d404b2855b09541',1,'glm']]], + ['make_5fquat',['make_quat',['../a00178.html#gaadafb6600af2633e4c98cc64c72f5269',1,'glm']]], + ['make_5fvec2',['make_vec2',['../a00178.html#ga5f7393c30970c5949be13ceb525093a6',1,'glm']]], + ['make_5fvec3',['make_vec3',['../a00178.html#ga86f4bc63570db86346db2e567fb760f6',1,'glm']]], + ['make_5fvec4',['make_vec4',['../a00178.html#ga152345176b8951c15711f6ed4f6fc237',1,'glm']]], + ['mask',['mask',['../a00159.html#gad7eba518a0b71662114571ee76939f8a',1,'glm::mask(genIUType Bits)'],['../a00159.html#ga073dbd8642f550b51da3572541431c1c',1,'glm::mask(vecIUType< T, P > const &v)']]], + ['mat2',['mat2',['../a00156.html#ga6e30cfba068ebc3c71fe1f8b3110e450',1,'glm']]], + ['mat2x2',['mat2x2',['../a00156.html#ga0c84b211a5730357b63c6d2e4fb696d5',1,'glm']]], + ['mat2x2_2ehpp',['mat2x2.hpp',['../a00052.html',1,'']]], + ['mat2x3',['mat2x3',['../a00156.html#gafb063d734266e92915d87f8943560471',1,'glm']]], + ['mat2x3_2ehpp',['mat2x3.hpp',['../a00053.html',1,'']]], + ['mat2x4',['mat2x4',['../a00156.html#ga4d2ac1a80c36fb5a1d15914035f792ac',1,'glm']]], + ['mat2x4_2ehpp',['mat2x4.hpp',['../a00054.html',1,'']]], + ['mat2x4_5fcast',['mat2x4_cast',['../a00189.html#ga2d124748183e12db8288eeaca350298e',1,'glm']]], + ['mat3',['mat3',['../a00156.html#ga6dd3ec98a548755676267e59142911f8',1,'glm']]], + ['mat3_5fcast',['mat3_cast',['../a00172.html#gae04c39422eb4e450ec8c4f45a1057b40',1,'glm']]], + ['mat3x2',['mat3x2',['../a00156.html#ga3839ca29d011a80ff3ede7f22ba602a4',1,'glm']]], + ['mat3x2_2ehpp',['mat3x2.hpp',['../a00055.html',1,'']]], + ['mat3x3',['mat3x3',['../a00156.html#ga378921b6a07bcdad946858b340f69ab1',1,'glm']]], + ['mat3x3_2ehpp',['mat3x3.hpp',['../a00056.html',1,'']]], + ['mat3x4',['mat3x4',['../a00156.html#ga7876e0c3e3fcc3e2f4c0462c152e87cf',1,'glm']]], + ['mat3x4_2ehpp',['mat3x4.hpp',['../a00057.html',1,'']]], + ['mat3x4_5fcast',['mat3x4_cast',['../a00189.html#ga576745d979e3c079a64152490c816954',1,'glm']]], + ['mat4',['mat4',['../a00156.html#gade0eb47c01f79384a6f38017ede17446',1,'glm']]], + ['mat4_5fcast',['mat4_cast',['../a00172.html#ga14bb2ddf028c91542763eb6f2bba47ef',1,'glm']]], + ['mat4x2',['mat4x2',['../a00156.html#ga1b3f6a5cbc17362141f9781262ed838f',1,'glm']]], + ['mat4x2_2ehpp',['mat4x2.hpp',['../a00058.html',1,'']]], + ['mat4x3',['mat4x3',['../a00156.html#gacd9ff3b943b3d8bda4f4b388320420fd',1,'glm']]], + ['mat4x3_2ehpp',['mat4x3.hpp',['../a00059.html',1,'']]], + ['mat4x4',['mat4x4',['../a00156.html#ga089315d5a0c20ac6eaa17a854bbd2e81',1,'glm']]], + ['mat4x4_2ehpp',['mat4x4.hpp',['../a00060.html',1,'']]], + ['matrix_2ehpp',['matrix.hpp',['../a00061.html',1,'']]], + ['matrix_5faccess_2ehpp',['matrix_access.hpp',['../a00062.html',1,'']]], + ['matrix_5fcross_5fproduct_2ehpp',['matrix_cross_product.hpp',['../a00063.html',1,'']]], + ['matrix_5fdecompose_2ehpp',['matrix_decompose.hpp',['../a00064.html',1,'']]], + ['matrix_5finteger_2ehpp',['matrix_integer.hpp',['../a00065.html',1,'']]], + ['matrix_5finterpolation_2ehpp',['matrix_interpolation.hpp',['../a00066.html',1,'']]], + ['matrix_5finverse_2ehpp',['matrix_inverse.hpp',['../a00067.html',1,'']]], + ['matrix_5fmajor_5fstorage_2ehpp',['matrix_major_storage.hpp',['../a00068.html',1,'']]], + ['matrix_5foperation_2ehpp',['matrix_operation.hpp',['../a00069.html',1,'']]], + ['matrix_5fquery_2ehpp',['matrix_query.hpp',['../a00070.html',1,'']]], + ['matrix_5ftransform_2ehpp',['matrix_transform.hpp',['../a00071.html',1,'']]], + ['matrix_5ftransform_5f2d_2ehpp',['matrix_transform_2d.hpp',['../a00072.html',1,'']]], + ['matrixcompmult',['matrixCompMult',['../a00149.html#ga4a54992e4741188ee624b21e3ba91814',1,'glm']]], + ['matrixcross3',['matrixCross3',['../a00203.html#ga04385b2e3a93c78d116b51af2d8d708e',1,'glm']]], + ['matrixcross4',['matrixCross4',['../a00203.html#ga2d46cc5253761c214aa5c782865156b1',1,'glm']]], + ['max',['max',['../a00145.html#ga98caa7f95a94c86a86ebce893a45326c',1,'glm::max(genType x, genType y)'],['../a00192.html#ga04991ccb9865c4c4e58488cfb209ce69',1,'glm::max(T const &x, T const &y, T const &z)'],['../a00192.html#gae1b7bbe5c91de4924835ea3e14530744',1,'glm::max(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)'],['../a00192.html#gaf832e9d4ab4826b2dda2fda25935a3a4',1,'glm::max(C< T > const &x, C< T > const &y, C< T > const &z)'],['../a00192.html#ga78e04a0cef1c4863fcae1a2130500d87',1,'glm::max(T const &x, T const &y, T const &z, T const &w)'],['../a00192.html#ga7cca8b53cfda402040494cdf40fbdf4a',1,'glm::max(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)'],['../a00192.html#gaacffbc466c2d08c140b181e7fd8a4858',1,'glm::max(C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)']]], + ['mediump_5fbvec2',['mediump_bvec2',['../a00157.html#gae1f4f68346474246eb4a9952af49e72b',1,'glm']]], + ['mediump_5fbvec3',['mediump_bvec3',['../a00157.html#ga0d1778766f17c4329a8c3f2b37f5fab0',1,'glm']]], + ['mediump_5fbvec4',['mediump_bvec4',['../a00157.html#ga3f0c27f7ab42f004054a247c93a7bf57',1,'glm']]], + ['mediump_5fddualquat',['mediump_ddualquat',['../a00189.html#ga0fb11e48e2d16348ccb06a25213641b4',1,'glm']]], + ['mediump_5fdmat2',['mediump_dmat2',['../a00157.html#ga330077a4cb3707329120b5bddcd7db2d',1,'glm']]], + ['mediump_5fdmat2x2',['mediump_dmat2x2',['../a00157.html#ga78987759d40d7cb03ebe948fb1dcd879',1,'glm']]], + ['mediump_5fdmat2x3',['mediump_dmat2x3',['../a00157.html#ga2569a68be3f1cf56e7e5e0920fe5a246',1,'glm']]], + ['mediump_5fdmat2x4',['mediump_dmat2x4',['../a00157.html#gaccf963b117beeadf8c5c057000762dd3',1,'glm']]], + ['mediump_5fdmat3',['mediump_dmat3',['../a00157.html#ga8091edef9fdf54b1996ae5bd00f847e5',1,'glm']]], + ['mediump_5fdmat3x2',['mediump_dmat3x2',['../a00157.html#ga6b81830ed1ce3862bcbbf41eccc3890b',1,'glm']]], + ['mediump_5fdmat3x3',['mediump_dmat3x3',['../a00157.html#ga5e5de055b7af150796e1c017de84cdb1',1,'glm']]], + ['mediump_5fdmat3x4',['mediump_dmat3x4',['../a00157.html#ga187d10ddab0492545b78ea1dd108f28d',1,'glm']]], + ['mediump_5fdmat4',['mediump_dmat4',['../a00157.html#ga27be34d618d20fbd70d4c62c21256b0c',1,'glm']]], + ['mediump_5fdmat4x2',['mediump_dmat4x2',['../a00157.html#gad4a5b294c54702b7c8e9ee32a451dea9',1,'glm']]], + ['mediump_5fdmat4x3',['mediump_dmat4x3',['../a00157.html#ga27b55deeb16fda7262d64dc1fd1a56bc',1,'glm']]], + ['mediump_5fdmat4x4',['mediump_dmat4x4',['../a00157.html#ga857947b2eef2c9144c34b8e3031f2f12',1,'glm']]], + ['mediump_5fdualquat',['mediump_dualquat',['../a00189.html#gaa7aeb54c167712b38f2178a1be2360ad',1,'glm']]], + ['mediump_5fdvec2',['mediump_dvec2',['../a00157.html#ga388fd99d9ffc7190a4732c35b0c7bfc9',1,'glm']]], + ['mediump_5fdvec3',['mediump_dvec3',['../a00157.html#ga0b4741d444b131ef1fc54b19c37f72be',1,'glm']]], + ['mediump_5fdvec4',['mediump_dvec4',['../a00157.html#ga3e804226444dfe246133fc6ec4a3912f',1,'glm']]], + ['mediump_5ffdualquat',['mediump_fdualquat',['../a00189.html#ga4a6b594ff7e81150d8143001367a9431',1,'glm']]], + ['mediump_5ffloat',['mediump_float',['../a00157.html#ga280c68f537f4b1e03a00b23e62573b98',1,'glm']]], + ['mediump_5fi16',['mediump_i16',['../a00177.html#ga62a17cddeb4dffb4e18fe3aea23f051a',1,'glm']]], + ['mediump_5fi32',['mediump_i32',['../a00177.html#gaf5e94bf2a20af7601787c154751dc2e1',1,'glm']]], + ['mediump_5fi64',['mediump_i64',['../a00177.html#ga3ebcb1f6d8d8387253de8bccb058d77f',1,'glm']]], + ['mediump_5fi8',['mediump_i8',['../a00177.html#gacf1ded173e1e2d049c511d095b259e21',1,'glm']]], + ['mediump_5fimat2',['mediump_imat2',['../a00167.html#ga3f8e55e14a6fc61850f8c0df9b4ff655',1,'glm']]], + ['mediump_5fimat2x2',['mediump_imat2x2',['../a00167.html#gabc572d47b60f7e595d7aad945f5d13a8',1,'glm']]], + ['mediump_5fimat2x3',['mediump_imat2x3',['../a00167.html#ga5b7e9af5024e1a164db6419f67ecfc9a',1,'glm']]], + ['mediump_5fimat2x4',['mediump_imat2x4',['../a00167.html#gaa08e27efc514088315ccbaf818f01880',1,'glm']]], + ['mediump_5fimat3',['mediump_imat3',['../a00167.html#gac2b0985b576fe0eba47227499aed2b3c',1,'glm']]], + ['mediump_5fimat3x2',['mediump_imat3x2',['../a00167.html#ga1a61c706b31aa60fd7012b2b27765983',1,'glm']]], + ['mediump_5fimat3x3',['mediump_imat3x3',['../a00167.html#ga05064e28b911be1af0503ddf6e6204a3',1,'glm']]], + ['mediump_5fimat3x4',['mediump_imat3x4',['../a00167.html#ga8e0f797a57fec255f0eec7da1511bc38',1,'glm']]], + ['mediump_5fimat4',['mediump_imat4',['../a00167.html#ga551ad2e4e0304c67451ffbadeef0d615',1,'glm']]], + ['mediump_5fimat4x2',['mediump_imat4x2',['../a00167.html#ga1582c5dc83e49a7e53bb0b94bef9de54',1,'glm']]], + ['mediump_5fimat4x3',['mediump_imat4x3',['../a00167.html#ga1526c62951b04f5cd73f541f7b3b7d8d',1,'glm']]], + ['mediump_5fimat4x4',['mediump_imat4x4',['../a00167.html#ga655bfcca624f422aff308dcc99688ce8',1,'glm']]], + ['mediump_5fint',['mediump_int',['../a00157.html#ga212ef8f883878cb7430228a279a7d866',1,'glm']]], + ['mediump_5fint16',['mediump_int16',['../a00177.html#gadff3608baa4b5bd3ed28f95c1c2c345d',1,'glm']]], + ['mediump_5fint16_5ft',['mediump_int16_t',['../a00177.html#ga80e72fe94c88498537e8158ba7591c54',1,'glm']]], + ['mediump_5fint32',['mediump_int32',['../a00177.html#ga5244cef85d6e870e240c76428a262ae8',1,'glm']]], + ['mediump_5fint32_5ft',['mediump_int32_t',['../a00177.html#ga26fc7ced1ad7ca5024f1c973c8dc9180',1,'glm']]], + ['mediump_5fint64',['mediump_int64',['../a00177.html#ga7b968f2b86a0442a89c7359171e1d866',1,'glm']]], + ['mediump_5fint64_5ft',['mediump_int64_t',['../a00177.html#gac3bc41bcac61d1ba8f02a6f68ce23f64',1,'glm']]], + ['mediump_5fint8',['mediump_int8',['../a00177.html#ga6fbd69cbdaa44345bff923a2cf63de7e',1,'glm']]], + ['mediump_5fint8_5ft',['mediump_int8_t',['../a00177.html#ga6d7b3789ecb932c26430009478cac7ae',1,'glm']]], + ['mediump_5fivec2',['mediump_ivec2',['../a00157.html#ga199cc7c4cfa7c7cadad0c74d2f059aef',1,'glm']]], + ['mediump_5fivec3',['mediump_ivec3',['../a00157.html#ga9b7843453f7ad6ebfa26e50408b8dcf0',1,'glm']]], + ['mediump_5fivec4',['mediump_ivec4',['../a00157.html#ga14614613c8e79772c8a6d25dd1c45995',1,'glm']]], + ['mediump_5fmat2',['mediump_mat2',['../a00157.html#ga57b1e6c49a1432cefa518f13a56c5d47',1,'glm']]], + ['mediump_5fmat2x2',['mediump_mat2x2',['../a00157.html#ga1b77963ca2812ac2653624fa0f81ba74',1,'glm']]], + ['mediump_5fmat2x3',['mediump_mat2x3',['../a00157.html#ga8c17198123baf6bfb59582ec42a3ca09',1,'glm']]], + ['mediump_5fmat2x4',['mediump_mat2x4',['../a00157.html#ga7e95e348c99ef3d56b87ede14bc90bfe',1,'glm']]], + ['mediump_5fmat3',['mediump_mat3',['../a00157.html#ga29d313adfc82fd4179d29a9fd98b1b5b',1,'glm']]], + ['mediump_5fmat3x2',['mediump_mat3x2',['../a00157.html#ga9fa569295a9bd6ce0825ccb832c8aac9',1,'glm']]], + ['mediump_5fmat3x3',['mediump_mat3x3',['../a00157.html#ga2f02cb49e386f65817c10ead9bbe7dec',1,'glm']]], + ['mediump_5fmat3x4',['mediump_mat3x4',['../a00157.html#gac7afc5b81d320dbd7bd6a6f07d587e24',1,'glm']]], + ['mediump_5fmat4',['mediump_mat4',['../a00157.html#ga6259813853e4253f80c2a08672e9fb6a',1,'glm']]], + ['mediump_5fmat4x2',['mediump_mat4x2',['../a00157.html#ga22194c68bc3d798bb68a22f635558c8d',1,'glm']]], + ['mediump_5fmat4x3',['mediump_mat4x3',['../a00157.html#ga38a01cba69e3db9b1a1056b362519acb',1,'glm']]], + ['mediump_5fmat4x4',['mediump_mat4x4',['../a00157.html#ga535614d97234065ab44b2513667c8563',1,'glm']]], + ['mediump_5fu16',['mediump_u16',['../a00177.html#ga9df98857be695d5a30cb30f5bfa38a80',1,'glm']]], + ['mediump_5fu32',['mediump_u32',['../a00177.html#ga1bd0e914158bf03135f8a317de6debe9',1,'glm']]], + ['mediump_5fu64',['mediump_u64',['../a00177.html#ga2af9490085ae3bdf36a544e9dd073610',1,'glm']]], + ['mediump_5fu8',['mediump_u8',['../a00177.html#gad1213a22bbb9e4107f07eaa4956f8281',1,'glm']]], + ['mediump_5fuint',['mediump_uint',['../a00157.html#ga0b7e01c52b9e5bf3369761b79b5f4f8e',1,'glm']]], + ['mediump_5fuint16',['mediump_uint16',['../a00177.html#ga2885a6c89916911e418c06bb76b9bdbb',1,'glm']]], + ['mediump_5fuint16_5ft',['mediump_uint16_t',['../a00177.html#ga3963b1050fc65a383ee28e3f827b6e3e',1,'glm']]], + ['mediump_5fuint32',['mediump_uint32',['../a00177.html#ga34dd5ec1988c443bae80f1b20a8ade5f',1,'glm']]], + ['mediump_5fuint32_5ft',['mediump_uint32_t',['../a00177.html#gaf4dae276fd29623950de14a6ca2586b5',1,'glm']]], + ['mediump_5fuint64',['mediump_uint64',['../a00177.html#ga30652709815ad9404272a31957daa59e',1,'glm']]], + ['mediump_5fuint64_5ft',['mediump_uint64_t',['../a00177.html#ga9b170dd4a8f38448a2dc93987c7875e9',1,'glm']]], + ['mediump_5fuint8',['mediump_uint8',['../a00177.html#ga1fa92a233b9110861cdbc8c2ccf0b5a3',1,'glm']]], + ['mediump_5fuint8_5ft',['mediump_uint8_t',['../a00177.html#gadfe65c78231039e90507770db50c98c7',1,'glm']]], + ['mediump_5fumat2',['mediump_umat2',['../a00167.html#ga7322b97f1be10c83290ab57ef784d493',1,'glm']]], + ['mediump_5fumat2x2',['mediump_umat2x2',['../a00167.html#ga0ffed083b64e4f764db0f446d2c49163',1,'glm']]], + ['mediump_5fumat2x3',['mediump_umat2x3',['../a00167.html#ga7ecc585b71766cfa96bd54a595bea1fb',1,'glm']]], + ['mediump_5fumat2x4',['mediump_umat2x4',['../a00167.html#gac4abd549f2e521c7f40f53b6235c450e',1,'glm']]], + ['mediump_5fumat3',['mediump_umat3',['../a00167.html#ga93961d3aac6efa36dc3f9cfa7e9056e6',1,'glm']]], + ['mediump_5fumat3x2',['mediump_umat3x2',['../a00167.html#ga3fb358a947f8ceaefddd75bce22cd947',1,'glm']]], + ['mediump_5fumat3x3',['mediump_umat3x3',['../a00167.html#gad4809dbfb1bfcf222d7b34a97a8eafe5',1,'glm']]], + ['mediump_5fumat3x4',['mediump_umat3x4',['../a00167.html#ga5a9d62e44668ca2222f0362f9c99d9cc',1,'glm']]], + ['mediump_5fumat4',['mediump_umat4',['../a00167.html#gac23667a99ae1ec649b5e55cd5a05b833',1,'glm']]], + ['mediump_5fumat4x2',['mediump_umat4x2',['../a00167.html#gac8d1db85d62244fd90d240227c7f51ad',1,'glm']]], + ['mediump_5fumat4x3',['mediump_umat4x3',['../a00167.html#ga7d332d462f2c1ad5a65dc580d3d1aa39',1,'glm']]], + ['mediump_5fumat4x4',['mediump_umat4x4',['../a00167.html#ga24716579cf155f4e042542808f83978c',1,'glm']]], + ['mediump_5fuvec2',['mediump_uvec2',['../a00157.html#ga392c0761c8bef616801e0d81a6867ed7',1,'glm']]], + ['mediump_5fuvec3',['mediump_uvec3',['../a00157.html#ga54ae0b7b207b8e7e88841d146d2de12e',1,'glm']]], + ['mediump_5fuvec4',['mediump_uvec4',['../a00157.html#ga631f5767b9d45c5cd3d0bcd67565b3f7',1,'glm']]], + ['mediump_5fvec2',['mediump_vec2',['../a00157.html#gac37a3fd0ecdcab044853c039409c9af7',1,'glm']]], + ['mediump_5fvec3',['mediump_vec3',['../a00157.html#ga591478a77e4324e0836abc17cbb13e83',1,'glm']]], + ['mediump_5fvec4',['mediump_vec4',['../a00157.html#gaae72e97529b8fa4e0341b425d4fe03ae',1,'glm']]], + ['min',['min',['../a00145.html#ga2c2bde1cec025b7ddff83c74a1113719',1,'glm::min(genType x, genType y)'],['../a00192.html#ga713d3f9b3e76312c0d314e0c8611a6a6',1,'glm::min(T const &x, T const &y, T const &z)'],['../a00192.html#ga74d1a96e7cdbac40f6d35142d3bcbbd4',1,'glm::min(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)'],['../a00192.html#ga42b5c3fc027fd3d9a50d2ccc9126d9f0',1,'glm::min(C< T > const &x, C< T > const &y, C< T > const &z)'],['../a00192.html#ga95466987024d03039607f09e69813d69',1,'glm::min(T const &x, T const &y, T const &z, T const &w)'],['../a00192.html#ga4fe35dd31dd0c45693c9b60b830b8d47',1,'glm::min(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)'],['../a00192.html#ga7471ea4159eed8dd9ea4ac5d46c2fead',1,'glm::min(C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)']]], + ['mirrorclamp',['mirrorClamp',['../a00236.html#gaa6856a0a048d2749252848da35e10c8b',1,'glm']]], + ['mirrorrepeat',['mirrorRepeat',['../a00236.html#ga16a89b0661b60d5bea85137bbae74d73',1,'glm']]], + ['mix',['mix',['../a00145.html#gadccbaffe46f369cf1a96b2aef92cbfdd',1,'glm::mix(vecType< T, P > const &x, vecType< T, P > const &y, vecType< U, P > const &a)'],['../a00172.html#ga31cc82178742c36450f5662bd4fb30b0',1,'glm::mix(tquat< T, P > const &x, tquat< T, P > const &y, T a)']]], + ['mixed_5fproduct_2ehpp',['mixed_product.hpp',['../a00073.html',1,'']]], + ['mixedproduct',['mixedProduct',['../a00210.html#gaaee4cf80d69cb86de80f12af88b3c3af',1,'glm']]], + ['mod',['mod',['../a00145.html#ga12201563ef902e3b07e0d1d7656efdb1',1,'glm::mod(genType x, genType y)'],['../a00165.html#gac76ae7d82ff22526bcf6d6a1b51af6c3',1,'glm::mod(vecType< T, P > const &x, T y)'],['../a00165.html#gaf5ae5330f6b30b4a35fb95f9a73d6134',1,'glm::mod(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00165.html#ga75c6fd2a143fc44e5f7b871abad539e0',1,'glm::mod(genIUType x, genIUType y)'],['../a00199.html#gaabfbb41531ab7ad8d06fc176edfba785',1,'glm::mod(int x, int y)'],['../a00199.html#ga63fc8d63e7da1706439233b386ba8b6f',1,'glm::mod(uint x, uint y)']]], + ['modf',['modf',['../a00145.html#ga85e33f139b8db1b39b590a5713b9e679',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_c.html b/glm/doc/api/search/all_c.html new file mode 100644 index 0000000..20cdfbc --- /dev/null +++ b/glm/doc/api/search/all_c.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_c.js b/glm/doc/api/search/all_c.js new file mode 100644 index 0000000..054e289 --- /dev/null +++ b/glm/doc/api/search/all_c.js @@ -0,0 +1,14 @@ +var searchData= +[ + ['next_5ffloat',['next_float',['../a00179.html#gae516ae554faa6117660828240e8bdaf0',1,'glm::next_float(genType const &x)'],['../a00179.html#gad107ec3d9697ef82032a33338a73ebdd',1,'glm::next_float(genType const &x, uint const &Distance)']]], + ['nlz',['nlz',['../a00199.html#ga78dff8bdb361bf0061194c93e003d189',1,'glm']]], + ['noise_2ehpp',['noise.hpp',['../a00074.html',1,'']]], + ['norm_2ehpp',['norm.hpp',['../a00075.html',1,'']]], + ['normal_2ehpp',['normal.hpp',['../a00076.html',1,'']]], + ['normalize',['normalize',['../a00147.html#gada9451ec170a36fe53552812b9c03a68',1,'glm::normalize(vecType< T, P > const &x)'],['../a00172.html#ga35b6bcb22ac6d1e4a85440f5b69bdf86',1,'glm::normalize(tquat< T, P > const &q)'],['../a00189.html#ga495818aa48c23e9e730f87a3c337d1d5',1,'glm::normalize(tdualquat< T, P > const &q)']]], + ['normalize_5fdot_2ehpp',['normalize_dot.hpp',['../a00077.html',1,'']]], + ['normalizedot',['normalizeDot',['../a00213.html#gaffbc2f2cb15838de8886a68048f9004d',1,'glm']]], + ['not_5f',['not_',['../a00152.html#ga4329ecbc2ef012c9ec704bd09da1f177',1,'glm']]], + ['notequal',['notEqual',['../a00152.html#ga5aca2b745e5eb0096716bbc394846309',1,'glm::notEqual(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga484c4633f7c05d8e29ee8b452350f539',1,'glm::notEqual(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['number_5fprecision_2ehpp',['number_precision.hpp',['../a00078.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_d.html b/glm/doc/api/search/all_d.html new file mode 100644 index 0000000..00b28ed --- /dev/null +++ b/glm/doc/api/search/all_d.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_d.js b/glm/doc/api/search/all_d.js new file mode 100644 index 0000000..c35e4b4 --- /dev/null +++ b/glm/doc/api/search/all_d.js @@ -0,0 +1,20 @@ +var searchData= +[ + ['opengl_20mathematics',['OpenGL Mathematics',['../index.html',1,'']]], + ['one',['one',['../a00162.html#ga39c2fb227631ca25894326529bdd1ee5',1,'glm']]], + ['one_5fover_5fpi',['one_over_pi',['../a00162.html#ga555150da2b06d23c8738981d5013e0eb',1,'glm']]], + ['one_5fover_5froot_5ftwo',['one_over_root_two',['../a00162.html#ga788fa23a0939bac4d1d0205fb4f35818',1,'glm']]], + ['one_5fover_5ftwo_5fpi',['one_over_two_pi',['../a00162.html#ga7c922b427986cbb2e4c6ac69874eefbc',1,'glm']]], + ['optimum_5fpow_2ehpp',['optimum_pow.hpp',['../a00079.html',1,'']]], + ['orientate2',['orientate2',['../a00190.html#ga6f465681cbbc575ad93a53ec918dacf3',1,'glm']]], + ['orientate3',['orientate3',['../a00190.html#gab188e2526dea3c003e86e298f618085e',1,'glm::orientate3(T const &angle)'],['../a00190.html#ga33f0d790cecd8337ee83f8e3a8109b11',1,'glm::orientate3(tvec3< T, P > const &angles)']]], + ['orientate4',['orientate4',['../a00190.html#ga4e25c9468b6f002c76e9a2412bcfa503',1,'glm']]], + ['orientation',['orientation',['../a00224.html#ga49b4d082305cdfcfe0a5c184f684a902',1,'glm']]], + ['orientedangle',['orientedAngle',['../a00234.html#ga82a19d474be13c92c7b10caab42a5a72',1,'glm::orientedAngle(tvec2< T, P > const &x, tvec2< T, P > const &y)'],['../a00234.html#ga7254dba112eff55f55f9544f41cb9ece',1,'glm::orientedAngle(tvec3< T, P > const &x, tvec3< T, P > const &y, tvec3< T, P > const &ref)']]], + ['ortho',['ortho',['../a00169.html#ga65280251de6e38580110a0577a43d8f8',1,'glm::ortho(T left, T right, T bottom, T top, T zNear, T zFar)'],['../a00169.html#ga45b1b64f99255c07119b4f1aaed04dd7',1,'glm::ortho(T left, T right, T bottom, T top)']]], + ['ortholh',['orthoLH',['../a00169.html#ga71503df1e691b12cc2d45e64fd0628fe',1,'glm']]], + ['orthonormalize',['orthonormalize',['../a00216.html#ga23c4340b8f1559d259229b6d8bdc3f97',1,'glm::orthonormalize(tmat3x3< T, P > const &m)'],['../a00216.html#gad7afff30d7323fdc7aed7f5a16a0c596',1,'glm::orthonormalize(tvec3< T, P > const &x, tvec3< T, P > const &y)']]], + ['orthonormalize_2ehpp',['orthonormalize.hpp',['../a00080.html',1,'']]], + ['orthorh',['orthoRH',['../a00169.html#gada0aaaee76f1fd3c272698c8eca735a1',1,'glm']]], + ['outerproduct',['outerProduct',['../a00149.html#gae9f513dc8e4f3ceb993669321b6d0f09',1,'glm']]] +]; diff --git a/glm/doc/api/search/all_e.html b/glm/doc/api/search/all_e.html new file mode 100644 index 0000000..07d5259 --- /dev/null +++ b/glm/doc/api/search/all_e.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_e.js b/glm/doc/api/search/all_e.js new file mode 100644 index 0000000..5d38da2 --- /dev/null +++ b/glm/doc/api/search/all_e.js @@ -0,0 +1,64 @@ +var searchData= +[ + ['precision_20types',['Precision types',['../a00157.html',1,'']]], + ['packdouble2x32',['packDouble2x32',['../a00150.html#gaa916ca426b2bb0343ba17e3753e245c2',1,'glm']]], + ['packf2x11_5f1x10',['packF2x11_1x10',['../a00171.html#ga4944ad465ff950e926d49621f916c78d',1,'glm']]], + ['packf3x9_5fe1x5',['packF3x9_E1x5',['../a00171.html#ga3f648fc205467792dc6d8c59c748f8a6',1,'glm']]], + ['packhalf',['packHalf',['../a00171.html#ga896d806b72e390eb953786cca3632ec9',1,'glm']]], + ['packhalf1x16',['packHalf1x16',['../a00171.html#ga43f2093b6ff192a79058ff7834fc3528',1,'glm']]], + ['packhalf2x16',['packHalf2x16',['../a00150.html#ga20f134b07db3a3d3a38efb2617388c92',1,'glm']]], + ['packhalf4x16',['packHalf4x16',['../a00171.html#gafe2f7b39caf8f5ec555e1c059ec530e6',1,'glm']]], + ['packi3x10_5f1x2',['packI3x10_1x2',['../a00171.html#ga06ecb6afb902dba45419008171db9023',1,'glm']]], + ['packing_2ehpp',['packing.hpp',['../a00082.html',1,'']]], + ['packrgbm',['packRGBM',['../a00171.html#ga540fc5d8654b7bcfe207ac2491f161d1',1,'glm']]], + ['packsnorm',['packSnorm',['../a00171.html#ga1be760860697db386b36513aeafe9d5e',1,'glm']]], + ['packsnorm1x16',['packSnorm1x16',['../a00171.html#gab22f8bcfdb5fc65af4701b25f143c1af',1,'glm']]], + ['packsnorm1x8',['packSnorm1x8',['../a00171.html#gae3592e0795e62aaa1865b3a10496a7a1',1,'glm']]], + ['packsnorm2x16',['packSnorm2x16',['../a00150.html#ga977ab172da5494e5ac63e952afacfbe2',1,'glm']]], + ['packsnorm2x8',['packSnorm2x8',['../a00171.html#ga6be3cfb2cce3702f03e91bbeb5286d7e',1,'glm']]], + ['packsnorm3x10_5f1x2',['packSnorm3x10_1x2',['../a00171.html#gab997545661877d2c7362a5084d3897d3',1,'glm']]], + ['packsnorm4x16',['packSnorm4x16',['../a00171.html#ga358943934d21da947d5bcc88c2ab7832',1,'glm']]], + ['packsnorm4x8',['packSnorm4x8',['../a00150.html#ga85e8f17627516445026ab7a9c2e3531a',1,'glm']]], + ['packu3x10_5f1x2',['packU3x10_1x2',['../a00171.html#gada3d88d59f0f458f9c51a9fd359a4bc0',1,'glm']]], + ['packunorm',['packUnorm',['../a00171.html#gacb9a3df68172c1193c9d701a3fa4d88b',1,'glm']]], + ['packunorm1x16',['packUnorm1x16',['../a00171.html#ga9f82737bf2a44bedff1d286b76837886',1,'glm']]], + ['packunorm1x5_5f1x6_5f1x5',['packUnorm1x5_1x6_1x5',['../a00171.html#ga768e0337dd6246773f14aa0a421fe9a8',1,'glm']]], + ['packunorm1x8',['packUnorm1x8',['../a00171.html#ga4b2fa60df3460403817d28b082ee0736',1,'glm']]], + ['packunorm2x16',['packUnorm2x16',['../a00150.html#ga0e2d107039fe608a209497af867b85fb',1,'glm']]], + ['packunorm2x3_5f1x2',['packUnorm2x3_1x2',['../a00171.html#ga7f9abdb50f9be1aa1c14912504a0d98d',1,'glm']]], + ['packunorm2x4',['packUnorm2x4',['../a00171.html#gab6bbd5be3b8e6db538ecb33a7844481c',1,'glm']]], + ['packunorm2x8',['packUnorm2x8',['../a00171.html#ga9a666b1c688ab54100061ed06526de6e',1,'glm']]], + ['packunorm3x10_5f1x2',['packUnorm3x10_1x2',['../a00171.html#ga8a1ee625d2707c60530fb3fca2980b19',1,'glm']]], + ['packunorm3x5_5f1x1',['packUnorm3x5_1x1',['../a00171.html#gaec4112086d7fb133bea104a7c237de52',1,'glm']]], + ['packunorm4x16',['packUnorm4x16',['../a00171.html#ga1f63c264e7ab63264e2b2a99fd393897',1,'glm']]], + ['packunorm4x4',['packUnorm4x4',['../a00171.html#gad3e7e3ce521513584a53aedc5f9765c1',1,'glm']]], + ['packunorm4x8',['packUnorm4x8',['../a00150.html#gaf7d2f7341a9eeb4a436929d6f9ad08f2',1,'glm']]], + ['perlin',['perlin',['../a00170.html#ga14e5975486b2b36e747861d3c65b16c1',1,'glm::perlin(vecType< T, P > const &p)'],['../a00170.html#ga7e103ffffacb322fe2d4863c372ae2fd',1,'glm::perlin(vecType< T, P > const &p, vecType< T, P > const &rep)']]], + ['perp',['perp',['../a00217.html#ga41f8c73da9798a18e6b1e32f1e301f07',1,'glm']]], + ['perpendicular_2ehpp',['perpendicular.hpp',['../a00084.html',1,'']]], + ['perspective',['perspective',['../a00169.html#gac3613dcb6c6916465ad5b7ad5a786175',1,'glm']]], + ['perspectivefov',['perspectiveFov',['../a00169.html#gae9146e2c550fc8646299e4b900238145',1,'glm']]], + ['perspectivefovlh',['perspectiveFovLH',['../a00169.html#gae705a2f19c3ef5ef880bd6c92759cf2d',1,'glm']]], + ['perspectivefovrh',['perspectiveFovRH',['../a00169.html#ga07cd8df791bf90dcb782645fe0b21261',1,'glm']]], + ['perspectivelh',['perspectiveLH',['../a00169.html#ga34048da27c559f1ac8e9550d169dd6f3',1,'glm']]], + ['perspectiverh',['perspectiveRH',['../a00169.html#ga5a4fa9f8ffabb2294e48a18bf8fa2f5f',1,'glm']]], + ['pi',['pi',['../a00162.html#ga94bafeb2a0f23ab6450fed1f98ee4e45',1,'glm']]], + ['pickmatrix',['pickMatrix',['../a00169.html#ga9026c77505b99990f68826f27c267dc5',1,'glm']]], + ['pitch',['pitch',['../a00172.html#ga2c08b93a4261c10748fd4d2104346f17',1,'glm']]], + ['polar',['polar',['../a00218.html#gafcf95a38c780a4ad5ba14c8ac9e522bb',1,'glm']]], + ['polar_5fcoordinates_2ehpp',['polar_coordinates.hpp',['../a00085.html',1,'']]], + ['pow',['pow',['../a00146.html#ga082b332a4b7c6ad1d43e09ff19e214dd',1,'glm::pow(vecType< T, P > const &base, vecType< T, P > const &exponent)'],['../a00199.html#ga89c591b970882714bd1e89a4e2f249f1',1,'glm::pow(int x, int y)'],['../a00199.html#ga998e5ee915d3769255519e2fbaa2bbf0',1,'glm::pow(uint x, uint y)'],['../a00220.html#ga42a0cf206c59eaeff4c67dd62e09a580',1,'glm::pow(tquat< T, P > const &x, T const &y)']]], + ['pow2',['pow2',['../a00215.html#ga19aaff3213bf23bdec3ef124ace237e9',1,'glm::gtx']]], + ['pow3',['pow3',['../a00215.html#ga35689d03cd434d6ea819f1942d3bf82e',1,'glm::gtx']]], + ['pow4',['pow4',['../a00215.html#gacef0968763026e180e53e735007dbf5a',1,'glm::gtx']]], + ['poweroftwoabove',['powerOfTwoAbove',['../a00182.html#ga8cda2459871f574a0aecbe702ac93291',1,'glm::powerOfTwoAbove(genIUType Value)'],['../a00182.html#gafe08808a50226b75b50e640a08b32ddc',1,'glm::powerOfTwoAbove(vecType< T, P > const &value)']]], + ['poweroftwobelow',['powerOfTwoBelow',['../a00182.html#ga3de7df63c589325101a2817a56f8e29d',1,'glm::powerOfTwoBelow(genIUType Value)'],['../a00182.html#gae33bb1ca2b55846b23a0f0796a679195',1,'glm::powerOfTwoBelow(vecType< T, P > const &value)']]], + ['poweroftwonearest',['powerOfTwoNearest',['../a00182.html#ga5f65973a5d2ea38c719e6a663149ead9',1,'glm::powerOfTwoNearest(genIUType Value)'],['../a00182.html#ga2d7e85995d097518b8d70cd409bda39e',1,'glm::powerOfTwoNearest(vecType< T, P > const &value)']]], + ['precision_2ehpp',['precision.hpp',['../a00086.html',1,'']]], + ['prev_5ffloat',['prev_float',['../a00179.html#ga2fcbb7bfbfc595712bfddc51b0715b07',1,'glm::prev_float(genType const &x)'],['../a00179.html#gaa399d5b6472a70e8952f9b26ecaacdec',1,'glm::prev_float(genType const &x, uint const &Distance)']]], + ['proj',['proj',['../a00219.html#gadf29123bcf748fc9d6fb0998192184cf',1,'glm']]], + ['proj2d',['proj2D',['../a00230.html#gacfce1085167a8bfb71a55ea14d22752f',1,'glm']]], + ['proj3d',['proj3D',['../a00230.html#gafab0418f2503ec2133cb2de828cc482a',1,'glm']]], + ['project',['project',['../a00169.html#gad743556abd138264d4f06f4ca27f1d7e',1,'glm']]], + ['projection_2ehpp',['projection.hpp',['../a00087.html',1,'']]] +]; diff --git a/glm/doc/api/search/all_f.html b/glm/doc/api/search/all_f.html new file mode 100644 index 0000000..2213eb2 --- /dev/null +++ b/glm/doc/api/search/all_f.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/all_f.js b/glm/doc/api/search/all_f.js new file mode 100644 index 0000000..fc0961e --- /dev/null +++ b/glm/doc/api/search/all_f.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['quarter_5fpi',['quarter_pi',['../a00162.html#ga3c9df42bd73c519a995c43f0f99e77e0',1,'glm']]], + ['quat_5fcast',['quat_cast',['../a00172.html#ga950f8acff3e33bbda77895a3dcb7e5ce',1,'glm::quat_cast(tmat3x3< T, P > const &x)'],['../a00172.html#ga3e4615e9884dd0f41f5617b9848a5d9c',1,'glm::quat_cast(tmat4x4< T, P > const &x)']]], + ['qword',['qword',['../a00222.html#ga4021754ffb8e5ef14c75802b15657714',1,'glm']]] +]; diff --git a/glm/doc/api/search/close.png b/glm/doc/api/search/close.png new file mode 100644 index 0000000000000000000000000000000000000000..9342d3dfeea7b7c4ee610987e717804b5a42ceb9 GIT binary patch literal 273 zcmV+s0q*{ZP)4(RlMby96)VwnbG{ zbe&}^BDn7x>$<{ck4zAK-=nT;=hHG)kmplIF${xqm8db3oX6wT3bvp`TE@m0cg;b) zBuSL}5?N7O(iZLdAlz@)b)Rd~DnSsSX&P5qC`XwuFwcAYLC+d2>+1(8on;wpt8QIC X2MT$R4iQDd00000NkvXXu0mjfia~GN literal 0 HcmV?d00001 diff --git a/glm/doc/api/search/files_0.html b/glm/doc/api/search/files_0.html new file mode 100644 index 0000000..a2ec540 --- /dev/null +++ b/glm/doc/api/search/files_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_0.js b/glm/doc/api/search/files_0.js new file mode 100644 index 0000000..218fa5a --- /dev/null +++ b/glm/doc/api/search/files_0.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['_5ffeatures_2ehpp',['_features.hpp',['../a00001.html',1,'']]], + ['_5ffixes_2ehpp',['_fixes.hpp',['../a00002.html',1,'']]], + ['_5fnoise_2ehpp',['_noise.hpp',['../a00003.html',1,'']]], + ['_5fswizzle_2ehpp',['_swizzle.hpp',['../a00004.html',1,'']]], + ['_5fswizzle_5ffunc_2ehpp',['_swizzle_func.hpp',['../a00005.html',1,'']]], + ['_5fvectorize_2ehpp',['_vectorize.hpp',['../a00006.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_1.html b/glm/doc/api/search/files_1.html new file mode 100644 index 0000000..9e974da --- /dev/null +++ b/glm/doc/api/search/files_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_1.js b/glm/doc/api/search/files_1.js new file mode 100644 index 0000000..982f248 --- /dev/null +++ b/glm/doc/api/search/files_1.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['associated_5fmin_5fmax_2ehpp',['associated_min_max.hpp',['../a00007.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_10.html b/glm/doc/api/search/files_10.html new file mode 100644 index 0000000..940ba51 --- /dev/null +++ b/glm/doc/api/search/files_10.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_10.js b/glm/doc/api/search/files_10.js new file mode 100644 index 0000000..2aa1448 --- /dev/null +++ b/glm/doc/api/search/files_10.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['scalar_5fmultiplication_2ehpp',['scalar_multiplication.hpp',['../a00097.html',1,'']]], + ['scalar_5frelational_2ehpp',['scalar_relational.hpp',['../a00098.html',1,'']]], + ['setup_2ehpp',['setup.hpp',['../a00099.html',1,'']]], + ['spline_2ehpp',['spline.hpp',['../a00100.html',1,'']]], + ['std_5fbased_5ftype_2ehpp',['std_based_type.hpp',['../a00101.html',1,'']]], + ['string_5fcast_2ehpp',['string_cast.hpp',['../a00102.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_11.html b/glm/doc/api/search/files_11.html new file mode 100644 index 0000000..f00dc5e --- /dev/null +++ b/glm/doc/api/search/files_11.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_11.js b/glm/doc/api/search/files_11.js new file mode 100644 index 0000000..343e9a3 --- /dev/null +++ b/glm/doc/api/search/files_11.js @@ -0,0 +1,28 @@ +var searchData= +[ + ['transform_2ehpp',['transform.hpp',['../a00103.html',1,'']]], + ['transform2_2ehpp',['transform2.hpp',['../a00104.html',1,'']]], + ['trigonometric_2ehpp',['trigonometric.hpp',['../a00105.html',1,'']]], + ['type_5ffloat_2ehpp',['type_float.hpp',['../a00108.html',1,'']]], + ['type_5fgentype_2ehpp',['type_gentype.hpp',['../a00109.html',1,'']]], + ['type_5fhalf_2ehpp',['type_half.hpp',['../a00110.html',1,'']]], + ['type_5fint_2ehpp',['type_int.hpp',['../a00111.html',1,'']]], + ['type_5fmat_2ehpp',['type_mat.hpp',['../a00112.html',1,'']]], + ['type_5fmat2x2_2ehpp',['type_mat2x2.hpp',['../a00113.html',1,'']]], + ['type_5fmat2x3_2ehpp',['type_mat2x3.hpp',['../a00114.html',1,'']]], + ['type_5fmat2x4_2ehpp',['type_mat2x4.hpp',['../a00115.html',1,'']]], + ['type_5fmat3x2_2ehpp',['type_mat3x2.hpp',['../a00116.html',1,'']]], + ['type_5fmat3x3_2ehpp',['type_mat3x3.hpp',['../a00117.html',1,'']]], + ['type_5fmat3x4_2ehpp',['type_mat3x4.hpp',['../a00118.html',1,'']]], + ['type_5fmat4x2_2ehpp',['type_mat4x2.hpp',['../a00119.html',1,'']]], + ['type_5fmat4x3_2ehpp',['type_mat4x3.hpp',['../a00120.html',1,'']]], + ['type_5fmat4x4_2ehpp',['type_mat4x4.hpp',['../a00121.html',1,'']]], + ['type_5fprecision_2ehpp',['type_precision.hpp',['../a00122.html',1,'']]], + ['type_5fptr_2ehpp',['type_ptr.hpp',['../a00123.html',1,'']]], + ['type_5ftrait_2ehpp',['type_trait.hpp',['../a00124.html',1,'']]], + ['type_5fvec_2ehpp',['type_vec.hpp',['../a00125.html',1,'']]], + ['type_5fvec1_2ehpp',['type_vec1.hpp',['../a00126.html',1,'']]], + ['type_5fvec2_2ehpp',['type_vec2.hpp',['../a00127.html',1,'']]], + ['type_5fvec3_2ehpp',['type_vec3.hpp',['../a00128.html',1,'']]], + ['type_5fvec4_2ehpp',['type_vec4.hpp',['../a00129.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_12.html b/glm/doc/api/search/files_12.html new file mode 100644 index 0000000..7f023c9 --- /dev/null +++ b/glm/doc/api/search/files_12.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_12.js b/glm/doc/api/search/files_12.js new file mode 100644 index 0000000..0889004 --- /dev/null +++ b/glm/doc/api/search/files_12.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['ulp_2ehpp',['ulp.hpp',['../a00130.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_13.html b/glm/doc/api/search/files_13.html new file mode 100644 index 0000000..dc6bd8a --- /dev/null +++ b/glm/doc/api/search/files_13.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_13.js b/glm/doc/api/search/files_13.js new file mode 100644 index 0000000..42711e5 --- /dev/null +++ b/glm/doc/api/search/files_13.js @@ -0,0 +1,11 @@ +var searchData= +[ + ['vec1_2ehpp',['vec1.hpp',['../a00131.html',1,'']]], + ['vec2_2ehpp',['vec2.hpp',['../a00132.html',1,'']]], + ['vec3_2ehpp',['vec3.hpp',['../a00133.html',1,'']]], + ['vec4_2ehpp',['vec4.hpp',['../a00134.html',1,'']]], + ['vec_5fswizzle_2ehpp',['vec_swizzle.hpp',['../a00135.html',1,'']]], + ['vector_5fangle_2ehpp',['vector_angle.hpp',['../a00136.html',1,'']]], + ['vector_5fquery_2ehpp',['vector_query.hpp',['../a00137.html',1,'']]], + ['vector_5frelational_2ehpp',['vector_relational.hpp',['../a00138.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_14.html b/glm/doc/api/search/files_14.html new file mode 100644 index 0000000..6f6f1a2 --- /dev/null +++ b/glm/doc/api/search/files_14.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_14.js b/glm/doc/api/search/files_14.js new file mode 100644 index 0000000..8cf26e4 --- /dev/null +++ b/glm/doc/api/search/files_14.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['wrap_2ehpp',['wrap.hpp',['../a00139.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_2.html b/glm/doc/api/search/files_2.html new file mode 100644 index 0000000..04348f9 --- /dev/null +++ b/glm/doc/api/search/files_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_2.js b/glm/doc/api/search/files_2.js new file mode 100644 index 0000000..dbaf521 --- /dev/null +++ b/glm/doc/api/search/files_2.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['bit_2ehpp',['bit.hpp',['../a00008.html',1,'']]], + ['bitfield_2ehpp',['bitfield.hpp',['../a00009.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_3.html b/glm/doc/api/search/files_3.html new file mode 100644 index 0000000..7794200 --- /dev/null +++ b/glm/doc/api/search/files_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_3.js b/glm/doc/api/search/files_3.js new file mode 100644 index 0000000..0979003 --- /dev/null +++ b/glm/doc/api/search/files_3.js @@ -0,0 +1,10 @@ +var searchData= +[ + ['closest_5fpoint_2ehpp',['closest_point.hpp',['../a00010.html',1,'']]], + ['color_5fencoding_2ehpp',['color_encoding.hpp',['../a00011.html',1,'']]], + ['color_5fspace_5fycocg_2ehpp',['color_space_YCoCg.hpp',['../a00014.html',1,'']]], + ['common_2ehpp',['common.hpp',['../a00015.html',1,'']]], + ['compatibility_2ehpp',['compatibility.hpp',['../a00017.html',1,'']]], + ['component_5fwise_2ehpp',['component_wise.hpp',['../a00018.html',1,'']]], + ['constants_2ehpp',['constants.hpp',['../a00019.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_4.html b/glm/doc/api/search/files_4.html new file mode 100644 index 0000000..e6bc285 --- /dev/null +++ b/glm/doc/api/search/files_4.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_4.js b/glm/doc/api/search/files_4.js new file mode 100644 index 0000000..35441b0 --- /dev/null +++ b/glm/doc/api/search/files_4.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['dual_5fquaternion_2ehpp',['dual_quaternion.hpp',['../a00020.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_5.html b/glm/doc/api/search/files_5.html new file mode 100644 index 0000000..5ab2ed6 --- /dev/null +++ b/glm/doc/api/search/files_5.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_5.js b/glm/doc/api/search/files_5.js new file mode 100644 index 0000000..85cb029 --- /dev/null +++ b/glm/doc/api/search/files_5.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['epsilon_2ehpp',['epsilon.hpp',['../a00021.html',1,'']]], + ['euler_5fangles_2ehpp',['euler_angles.hpp',['../a00022.html',1,'']]], + ['exponential_2ehpp',['exponential.hpp',['../a00023.html',1,'']]], + ['ext_2ehpp',['ext.hpp',['../a00024.html',1,'']]], + ['extend_2ehpp',['extend.hpp',['../a00025.html',1,'']]], + ['extended_5fmin_5fmax_2ehpp',['extended_min_max.hpp',['../a00026.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_6.html b/glm/doc/api/search/files_6.html new file mode 100644 index 0000000..9453495 --- /dev/null +++ b/glm/doc/api/search/files_6.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_6.js b/glm/doc/api/search/files_6.js new file mode 100644 index 0000000..7890e24 --- /dev/null +++ b/glm/doc/api/search/files_6.js @@ -0,0 +1,16 @@ +var searchData= +[ + ['fast_5fexponential_2ehpp',['fast_exponential.hpp',['../a00027.html',1,'']]], + ['fast_5fsquare_5froot_2ehpp',['fast_square_root.hpp',['../a00028.html',1,'']]], + ['fast_5ftrigonometry_2ehpp',['fast_trigonometry.hpp',['../a00029.html',1,'']]], + ['func_5fcommon_2ehpp',['func_common.hpp',['../a00030.html',1,'']]], + ['func_5fexponential_2ehpp',['func_exponential.hpp',['../a00031.html',1,'']]], + ['func_5fgeometric_2ehpp',['func_geometric.hpp',['../a00032.html',1,'']]], + ['func_5finteger_2ehpp',['func_integer.hpp',['../a00033.html',1,'']]], + ['func_5fmatrix_2ehpp',['func_matrix.hpp',['../a00034.html',1,'']]], + ['func_5fpacking_2ehpp',['func_packing.hpp',['../a00035.html',1,'']]], + ['func_5ftrigonometric_2ehpp',['func_trigonometric.hpp',['../a00036.html',1,'']]], + ['func_5fvector_5frelational_2ehpp',['func_vector_relational.hpp',['../a00037.html',1,'']]], + ['functions_2ehpp',['functions.hpp',['../a00038.html',1,'']]], + ['fwd_2ehpp',['fwd.hpp',['../a00039.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_7.html b/glm/doc/api/search/files_7.html new file mode 100644 index 0000000..d3f6533 --- /dev/null +++ b/glm/doc/api/search/files_7.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_7.js b/glm/doc/api/search/files_7.js new file mode 100644 index 0000000..fdee366 --- /dev/null +++ b/glm/doc/api/search/files_7.js @@ -0,0 +1,16 @@ +var searchData= +[ + ['color_5fspace_2ehpp',['color_space.hpp',['../a00012.html',1,'']]], + ['color_5fspace_2ehpp',['color_space.hpp',['../a00013.html',1,'']]], + ['common_2ehpp',['common.hpp',['../a00016.html',1,'']]], + ['geometric_2ehpp',['geometric.hpp',['../a00040.html',1,'']]], + ['glm_2ehpp',['glm.hpp',['../a00041.html',1,'']]], + ['gradient_5fpaint_2ehpp',['gradient_paint.hpp',['../a00042.html',1,'']]], + ['integer_2ehpp',['integer.hpp',['../a00046.html',1,'']]], + ['integer_2ehpp',['integer.hpp',['../a00045.html',1,'']]], + ['packing_2ehpp',['packing.hpp',['../a00081.html',1,'']]], + ['quaternion_2ehpp',['quaternion.hpp',['../a00089.html',1,'']]], + ['quaternion_2ehpp',['quaternion.hpp',['../a00088.html',1,'']]], + ['type_5faligned_2ehpp',['type_aligned.hpp',['../a00107.html',1,'']]], + ['type_5faligned_2ehpp',['type_aligned.hpp',['../a00106.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_8.html b/glm/doc/api/search/files_8.html new file mode 100644 index 0000000..ec56765 --- /dev/null +++ b/glm/doc/api/search/files_8.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_8.js b/glm/doc/api/search/files_8.js new file mode 100644 index 0000000..04f3b4c --- /dev/null +++ b/glm/doc/api/search/files_8.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['handed_5fcoordinate_5fspace_2ehpp',['handed_coordinate_space.hpp',['../a00043.html',1,'']]], + ['hash_2ehpp',['hash.hpp',['../a00044.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_9.html b/glm/doc/api/search/files_9.html new file mode 100644 index 0000000..62a6c97 --- /dev/null +++ b/glm/doc/api/search/files_9.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_9.js b/glm/doc/api/search/files_9.js new file mode 100644 index 0000000..ec83521 --- /dev/null +++ b/glm/doc/api/search/files_9.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['integer_2ehpp',['integer.hpp',['../a00047.html',1,'']]], + ['intersect_2ehpp',['intersect.hpp',['../a00048.html',1,'']]], + ['io_2ehpp',['io.hpp',['../a00049.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_a.html b/glm/doc/api/search/files_a.html new file mode 100644 index 0000000..d0b6fa8 --- /dev/null +++ b/glm/doc/api/search/files_a.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_a.js b/glm/doc/api/search/files_a.js new file mode 100644 index 0000000..332c49d --- /dev/null +++ b/glm/doc/api/search/files_a.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['log_5fbase_2ehpp',['log_base.hpp',['../a00050.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_b.html b/glm/doc/api/search/files_b.html new file mode 100644 index 0000000..5d4f023 --- /dev/null +++ b/glm/doc/api/search/files_b.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_b.js b/glm/doc/api/search/files_b.js new file mode 100644 index 0000000..489f50e --- /dev/null +++ b/glm/doc/api/search/files_b.js @@ -0,0 +1,25 @@ +var searchData= +[ + ['mat2x2_2ehpp',['mat2x2.hpp',['../a00052.html',1,'']]], + ['mat2x3_2ehpp',['mat2x3.hpp',['../a00053.html',1,'']]], + ['mat2x4_2ehpp',['mat2x4.hpp',['../a00054.html',1,'']]], + ['mat3x2_2ehpp',['mat3x2.hpp',['../a00055.html',1,'']]], + ['mat3x3_2ehpp',['mat3x3.hpp',['../a00056.html',1,'']]], + ['mat3x4_2ehpp',['mat3x4.hpp',['../a00057.html',1,'']]], + ['mat4x2_2ehpp',['mat4x2.hpp',['../a00058.html',1,'']]], + ['mat4x3_2ehpp',['mat4x3.hpp',['../a00059.html',1,'']]], + ['mat4x4_2ehpp',['mat4x4.hpp',['../a00060.html',1,'']]], + ['matrix_2ehpp',['matrix.hpp',['../a00061.html',1,'']]], + ['matrix_5faccess_2ehpp',['matrix_access.hpp',['../a00062.html',1,'']]], + ['matrix_5fcross_5fproduct_2ehpp',['matrix_cross_product.hpp',['../a00063.html',1,'']]], + ['matrix_5fdecompose_2ehpp',['matrix_decompose.hpp',['../a00064.html',1,'']]], + ['matrix_5finteger_2ehpp',['matrix_integer.hpp',['../a00065.html',1,'']]], + ['matrix_5finterpolation_2ehpp',['matrix_interpolation.hpp',['../a00066.html',1,'']]], + ['matrix_5finverse_2ehpp',['matrix_inverse.hpp',['../a00067.html',1,'']]], + ['matrix_5fmajor_5fstorage_2ehpp',['matrix_major_storage.hpp',['../a00068.html',1,'']]], + ['matrix_5foperation_2ehpp',['matrix_operation.hpp',['../a00069.html',1,'']]], + ['matrix_5fquery_2ehpp',['matrix_query.hpp',['../a00070.html',1,'']]], + ['matrix_5ftransform_2ehpp',['matrix_transform.hpp',['../a00071.html',1,'']]], + ['matrix_5ftransform_5f2d_2ehpp',['matrix_transform_2d.hpp',['../a00072.html',1,'']]], + ['mixed_5fproduct_2ehpp',['mixed_product.hpp',['../a00073.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_c.html b/glm/doc/api/search/files_c.html new file mode 100644 index 0000000..888d5df --- /dev/null +++ b/glm/doc/api/search/files_c.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_c.js b/glm/doc/api/search/files_c.js new file mode 100644 index 0000000..604255f --- /dev/null +++ b/glm/doc/api/search/files_c.js @@ -0,0 +1,8 @@ +var searchData= +[ + ['noise_2ehpp',['noise.hpp',['../a00074.html',1,'']]], + ['norm_2ehpp',['norm.hpp',['../a00075.html',1,'']]], + ['normal_2ehpp',['normal.hpp',['../a00076.html',1,'']]], + ['normalize_5fdot_2ehpp',['normalize_dot.hpp',['../a00077.html',1,'']]], + ['number_5fprecision_2ehpp',['number_precision.hpp',['../a00078.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_d.html b/glm/doc/api/search/files_d.html new file mode 100644 index 0000000..b4496e5 --- /dev/null +++ b/glm/doc/api/search/files_d.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_d.js b/glm/doc/api/search/files_d.js new file mode 100644 index 0000000..db1f0ff --- /dev/null +++ b/glm/doc/api/search/files_d.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['optimum_5fpow_2ehpp',['optimum_pow.hpp',['../a00079.html',1,'']]], + ['orthonormalize_2ehpp',['orthonormalize.hpp',['../a00080.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_e.html b/glm/doc/api/search/files_e.html new file mode 100644 index 0000000..52be6aa --- /dev/null +++ b/glm/doc/api/search/files_e.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_e.js b/glm/doc/api/search/files_e.js new file mode 100644 index 0000000..74ad1b3 --- /dev/null +++ b/glm/doc/api/search/files_e.js @@ -0,0 +1,8 @@ +var searchData= +[ + ['packing_2ehpp',['packing.hpp',['../a00082.html',1,'']]], + ['perpendicular_2ehpp',['perpendicular.hpp',['../a00084.html',1,'']]], + ['polar_5fcoordinates_2ehpp',['polar_coordinates.hpp',['../a00085.html',1,'']]], + ['precision_2ehpp',['precision.hpp',['../a00086.html',1,'']]], + ['projection_2ehpp',['projection.hpp',['../a00087.html',1,'']]] +]; diff --git a/glm/doc/api/search/files_f.html b/glm/doc/api/search/files_f.html new file mode 100644 index 0000000..3249d42 --- /dev/null +++ b/glm/doc/api/search/files_f.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/files_f.js b/glm/doc/api/search/files_f.js new file mode 100644 index 0000000..ebd6ffe --- /dev/null +++ b/glm/doc/api/search/files_f.js @@ -0,0 +1,10 @@ +var searchData= +[ + ['random_2ehpp',['random.hpp',['../a00090.html',1,'']]], + ['range_2ehpp',['range.hpp',['../a00091.html',1,'']]], + ['raw_5fdata_2ehpp',['raw_data.hpp',['../a00092.html',1,'']]], + ['reciprocal_2ehpp',['reciprocal.hpp',['../a00093.html',1,'']]], + ['rotate_5fnormalized_5faxis_2ehpp',['rotate_normalized_axis.hpp',['../a00094.html',1,'']]], + ['rotate_5fvector_2ehpp',['rotate_vector.hpp',['../a00095.html',1,'']]], + ['round_2ehpp',['round.hpp',['../a00096.html',1,'']]] +]; diff --git a/glm/doc/api/search/functions_0.html b/glm/doc/api/search/functions_0.html new file mode 100644 index 0000000..246d167 --- /dev/null +++ b/glm/doc/api/search/functions_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_0.js b/glm/doc/api/search/functions_0.js new file mode 100644 index 0000000..4131ae9 --- /dev/null +++ b/glm/doc/api/search/functions_0.js @@ -0,0 +1,30 @@ +var searchData= +[ + ['abs',['abs',['../a00145.html#ga693d77696ff36572a0da79efec965acd',1,'glm']]], + ['acos',['acos',['../a00151.html#ga58ad259b788528fe0a4bd2eeb5e381cc',1,'glm']]], + ['acosh',['acosh',['../a00151.html#ga3f368ad3e1883b60748ca2634d816104',1,'glm']]], + ['acot',['acot',['../a00174.html#gaeadfb9c9d71093f7865b2ba2ca8d104d',1,'glm']]], + ['acoth',['acoth',['../a00174.html#gafaca98a7100170db8841f446282debfa',1,'glm']]], + ['acsc',['acsc',['../a00174.html#ga1b4bed91476b9b915e76b4a30236d330',1,'glm']]], + ['acsch',['acsch',['../a00174.html#ga4b50aa5e5afc7e19ec113ab91596c576',1,'glm']]], + ['affineinverse',['affineInverse',['../a00168.html#gae0fcc5fc8783291f9702272de428fa0e',1,'glm']]], + ['all',['all',['../a00152.html#ga14bbc94f2ae2774a1d64d91f8767773e',1,'glm']]], + ['angle',['angle',['../a00172.html#gad4a4448baedb198b2b1e7880d2544dc9',1,'glm::angle(tquat< T, P > const &x)'],['../a00234.html#gab8691008a2536b681b711211816c14f7',1,'glm::angle(vecType const &x, vecType const &y)']]], + ['angleaxis',['angleAxis',['../a00172.html#ga37ae19405f1ccf766f27e4fcd035d859',1,'glm']]], + ['any',['any',['../a00152.html#ga632a2644532d9332011c8860400d30b2',1,'glm']]], + ['arecollinear',['areCollinear',['../a00235.html#ga465b844190d1740051e45d780832ea4c',1,'glm']]], + ['areorthogonal',['areOrthogonal',['../a00235.html#gaee10acefed397c11e01f2862e837754c',1,'glm']]], + ['areorthonormal',['areOrthonormal',['../a00235.html#ga89c82bc60e5b84e4489b74c15a134caf',1,'glm']]], + ['asec',['asec',['../a00174.html#ga2c5b7f962c2c9ff684e6d2de48db1f10',1,'glm']]], + ['asech',['asech',['../a00174.html#gaec7586dccfe431f850d006f3824b8ca6',1,'glm']]], + ['asin',['asin',['../a00151.html#ga88e29b8289e882859d76a25798dd9490',1,'glm']]], + ['asinh',['asinh',['../a00151.html#ga72bf44c1984e1afb63acf821ba33cac7',1,'glm']]], + ['associatedmax',['associatedMax',['../a00181.html#ga7d9c8785230c8db60f72ec8975f1ba45',1,'glm::associatedMax(T x, U a, T y, U b)'],['../a00181.html#ga10ba6001798f42a0f941f19ff30e066a',1,'glm::associatedMax(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)'],['../a00181.html#ga62ca63cca6b21387b8a25474f441a869',1,'glm::associatedMax(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b)'],['../a00181.html#ga5364520173815b66a9d9e452c38bf312',1,'glm::associatedMax(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)'],['../a00181.html#gaec891e363d91abbf3a4443cf2f652209',1,'glm::associatedMax(T x, U a, T y, U b, T z, U c)'],['../a00181.html#ga065a0c1eb7837118ef79be88dfd78487',1,'glm::associatedMax(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)'],['../a00181.html#ga553431a468e251623408603bcb51c9cb',1,'glm::associatedMax(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c)'],['../a00181.html#ga327136e6a568569c03a056f90814b656',1,'glm::associatedMax(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c)'],['../a00181.html#ga3038ffcb43eaa6af75897a99a5047ccc',1,'glm::associatedMax(T x, U a, T y, U b, T z, U c, T w, U d)'],['../a00181.html#gaf607886421c35cd7e4f41a50d7c330e3',1,'glm::associatedMax(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)'],['../a00181.html#ga7a165de1af9a3f9193516a3b47407086',1,'glm::associatedMax(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)'],['../a00181.html#ga3122fbe8133ea54749b10fb93e8a167e',1,'glm::associatedMax(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)']]], + ['associatedmin',['associatedMin',['../a00181.html#gacc01bd272359572fc28437ae214a02df',1,'glm::associatedMin(T x, U a, T y, U b)'],['../a00181.html#ga8b538d10872626668a078e2bd495af25',1,'glm::associatedMin(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b)'],['../a00181.html#ga1dccff48fa5650c746533de83467da6e',1,'glm::associatedMin(T x, const vecType< U, P > &a, T y, const vecType< U, P > &b)'],['../a00181.html#ga076717f4e07c6ae725cc1382d1ac4869',1,'glm::associatedMin(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b)'],['../a00181.html#gad0aa8f86259a26d839d34a3577a923fc',1,'glm::associatedMin(T x, U a, T y, U b, T z, U c)'],['../a00181.html#ga5bc6b9acbf9e060d58a342fbe3b73d43',1,'glm::associatedMin(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c)'],['../a00181.html#ga432224ebe2085eaa2b63a077ecbbbff6',1,'glm::associatedMin(T x, U a, T y, U b, T z, U c, T w, U d)'],['../a00181.html#ga88e031f22b80215505928900d3dde549',1,'glm::associatedMin(vecType< T, P > const &x, vecType< U, P > const &a, vecType< T, P > const &y, vecType< U, P > const &b, vecType< T, P > const &z, vecType< U, P > const &c, vecType< T, P > const &w, vecType< U, P > const &d)'],['../a00181.html#ga0f63b0dce5a5c3242cc6d9847e7d14f1',1,'glm::associatedMin(T x, vecType< U, P > const &a, T y, vecType< U, P > const &b, T z, vecType< U, P > const &c, T w, vecType< U, P > const &d)'],['../a00181.html#ga00a949fd345f4b31b259f033d3ab4a1c',1,'glm::associatedMin(vecType< T, P > const &x, U a, vecType< T, P > const &y, U b, vecType< T, P > const &z, U c, vecType< T, P > const &w, U d)']]], + ['atan',['atan',['../a00151.html#ga461e769acb8b8cb695a5a89334546611',1,'glm::atan(vecType< T, P > const &y, vecType< T, P > const &x)'],['../a00151.html#gae8f22458bba8f2321ceb1bfc4a543216',1,'glm::atan(vecType< T, P > const &y_over_x)']]], + ['atan2',['atan2',['../a00187.html#gac63011205bf6d0be82589dc56dd26708',1,'glm::atan2(T x, T y)'],['../a00187.html#ga525f3e849d0fc64807f8ab571b4545f9',1,'glm::atan2(const tvec2< T, P > &x, const tvec2< T, P > &y)'],['../a00187.html#gad328042b6734d3f2c49c0ec1328b14c0',1,'glm::atan2(const tvec3< T, P > &x, const tvec3< T, P > &y)'],['../a00187.html#ga09d39c391a509a045b6c7061f15bdff5',1,'glm::atan2(const tvec4< T, P > &x, const tvec4< T, P > &y)']]], + ['atanh',['atanh',['../a00151.html#gaffa8decdd8620759f4e6fe4834768b87',1,'glm']]], + ['axis',['axis',['../a00172.html#ga0b3e87a13b2708154b72259e50789a19',1,'glm']]], + ['axisangle',['axisAngle',['../a00205.html#ga9aef292eb5f29bdbb58a53ef4281af92',1,'glm']]], + ['axisanglematrix',['axisAngleMatrix',['../a00205.html#ga82d4bc058e9628cb2ea1d4e117a0cf39',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_1.html b/glm/doc/api/search/functions_1.html new file mode 100644 index 0000000..5f14d67 --- /dev/null +++ b/glm/doc/api/search/functions_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_1.js b/glm/doc/api/search/functions_1.js new file mode 100644 index 0000000..830a2fd --- /dev/null +++ b/glm/doc/api/search/functions_1.js @@ -0,0 +1,13 @@ +var searchData= +[ + ['ballrand',['ballRand',['../a00173.html#ga5506dee301160e3a06aef9b9bc7a0a83',1,'glm']]], + ['bitcount',['bitCount',['../a00148.html#ga44abfe3379e11cbd29425a843420d0d6',1,'glm::bitCount(genType v)'],['../a00148.html#ga1f29640969a3c54564da06ac67a5392e',1,'glm::bitCount(vecType< T, P > const &v)']]], + ['bitfieldextract',['bitfieldExtract',['../a00148.html#gab84b88f3a8e367774e5dd1c618c353cf',1,'glm']]], + ['bitfieldfillone',['bitfieldFillOne',['../a00159.html#ga46f9295abe3b5c7658f5b13c7f819f0a',1,'glm::bitfieldFillOne(genIUType Value, int FirstBit, int BitCount)'],['../a00159.html#gad789042e84e8292ae95dc1af856f2ad5',1,'glm::bitfieldFillOne(vecType< T, P > const &Value, int FirstBit, int BitCount)']]], + ['bitfieldfillzero',['bitfieldFillZero',['../a00159.html#ga697b86998b7d74ee0a69d8e9f8819fee',1,'glm::bitfieldFillZero(genIUType Value, int FirstBit, int BitCount)'],['../a00159.html#gaddba3196316b0bd240295b09b43c2958',1,'glm::bitfieldFillZero(vecType< T, P > const &Value, int FirstBit, int BitCount)']]], + ['bitfieldinsert',['bitfieldInsert',['../a00148.html#ga5681dfac9239beb1b8bd995e3c6496d7',1,'glm']]], + ['bitfieldinterleave',['bitfieldInterleave',['../a00159.html#ga24cad0069f9a0450abd80b3e89501adf',1,'glm::bitfieldInterleave(int8 x, int8 y)'],['../a00159.html#ga9a4976a529aec2cee56525e1165da484',1,'glm::bitfieldInterleave(uint8 x, uint8 y)'],['../a00159.html#gac51c33a394593f0631fa3aa5bb778809',1,'glm::bitfieldInterleave(int16 x, int16 y)'],['../a00159.html#ga94f3646a5667f4be56f8dcf3310e963f',1,'glm::bitfieldInterleave(uint16 x, uint16 y)'],['../a00159.html#gaebb756a24a0784e3d6fba8bd011ab77a',1,'glm::bitfieldInterleave(int32 x, int32 y)'],['../a00159.html#ga2f1e2b3fe699e7d897ae38b2115ddcbd',1,'glm::bitfieldInterleave(uint32 x, uint32 y)'],['../a00159.html#ga8fdb724dccd4a07d57efc01147102137',1,'glm::bitfieldInterleave(int8 x, int8 y, int8 z)'],['../a00159.html#ga9fc2a0dd5dcf8b00e113f272a5feca93',1,'glm::bitfieldInterleave(uint8 x, uint8 y, uint8 z)'],['../a00159.html#gaa901c36a842fa5d126ea650549f17b24',1,'glm::bitfieldInterleave(int16 x, int16 y, int16 z)'],['../a00159.html#ga3afd6d38881fe3948c53d4214d2197fd',1,'glm::bitfieldInterleave(uint16 x, uint16 y, uint16 z)'],['../a00159.html#gad2075d96a6640121edaa98ea534102ca',1,'glm::bitfieldInterleave(int32 x, int32 y, int32 z)'],['../a00159.html#gab19fbc739fc0cf7247978602c36f7da8',1,'glm::bitfieldInterleave(uint32 x, uint32 y, uint32 z)'],['../a00159.html#ga8a44ae22f5c953b296c42d067dccbe6d',1,'glm::bitfieldInterleave(int8 x, int8 y, int8 z, int8 w)'],['../a00159.html#ga14bb274d54a3c26f4919dd7ed0dd0c36',1,'glm::bitfieldInterleave(uint8 x, uint8 y, uint8 z, uint8 w)'],['../a00159.html#ga180a63161e1319fbd5a53c84d0429c7a',1,'glm::bitfieldInterleave(int16 x, int16 y, int16 z, int16 w)'],['../a00159.html#gafca8768671a14c8016facccb66a89f26',1,'glm::bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w)']]], + ['bitfieldreverse',['bitfieldReverse',['../a00148.html#ga153e7e8d0c035f83cce50fc3e580930f',1,'glm']]], + ['bitfieldrotateleft',['bitfieldRotateLeft',['../a00159.html#ga2eb49678a344ce1495bdb5586d9896b9',1,'glm::bitfieldRotateLeft(genIUType In, int Shift)'],['../a00159.html#ga410d130917d85b865718e3ebc32cf0ef',1,'glm::bitfieldRotateLeft(vecType< T, P > const &In, int Shift)']]], + ['bitfieldrotateright',['bitfieldRotateRight',['../a00159.html#ga1c33d075c5fb8bd8dbfd5092bfc851ca',1,'glm::bitfieldRotateRight(genIUType In, int Shift)'],['../a00159.html#ga96b56fd2adad1eeaee9e10dfe83904ba',1,'glm::bitfieldRotateRight(vecType< T, P > const &In, int Shift)']]] +]; diff --git a/glm/doc/api/search/functions_10.html b/glm/doc/api/search/functions_10.html new file mode 100644 index 0000000..c322f40 --- /dev/null +++ b/glm/doc/api/search/functions_10.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_10.js b/glm/doc/api/search/functions_10.js new file mode 100644 index 0000000..76e0343 --- /dev/null +++ b/glm/doc/api/search/functions_10.js @@ -0,0 +1,27 @@ +var searchData= +[ + ['saturate',['saturate',['../a00187.html#ga0fd09e616d122bc2ed9726682ffd44b7',1,'glm::saturate(T x)'],['../a00187.html#ga5815a26488231dfdf92242cf0c2d2107',1,'glm::saturate(const tvec2< T, P > &x)'],['../a00187.html#ga02ed1a53c6df104d56b69f8fb5e9af1b',1,'glm::saturate(const tvec3< T, P > &x)'],['../a00187.html#ga63791409bdef9745b956406afe3157f1',1,'glm::saturate(const tvec4< T, P > &x)']]], + ['saturation',['saturation',['../a00184.html#gafecfb15d58da8445103745af3348e516',1,'glm::saturation(T const s)'],['../a00184.html#ga632ee8dadb44e90a05885f6f8c07d46c',1,'glm::saturation(T const s, tvec3< T, P > const &color)'],['../a00184.html#ga2033e0566c595230714af396744e8a61',1,'glm::saturation(T const s, tvec4< T, P > const &color)']]], + ['scale',['scale',['../a00169.html#ga8f062fcc07e2445500793f2803afebb0',1,'glm::scale(tmat4x4< T, P > const &m, tvec3< T, P > const &v)'],['../a00209.html#ga5a608eaf1fdfd0a349a30181cb6a0240',1,'glm::scale(tmat3x3< T, P > const &m, tvec2< T, P > const &v)'],['../a00229.html#ga1972d4a66a2e92637c8aaee598417a71',1,'glm::scale(tvec3< T, P > const &v)']]], + ['scalebias',['scaleBias',['../a00230.html#ga2874abd228989556d610a0bff993667a',1,'glm::scaleBias(valType scale, valType bias)'],['../a00230.html#gac1a1139e2980021422d1fc1c42dc74f2',1,'glm::scaleBias(tmat4x4< valType, P > const &m, valType scale, valType bias)']]], + ['sec',['sec',['../a00174.html#gae4bcbebee670c5ea155f0777b3acbd84',1,'glm']]], + ['sech',['sech',['../a00174.html#ga9a5cfd1e7170104a7b33863b1b75e5ae',1,'glm']]], + ['shearx',['shearX',['../a00209.html#ga3da9ea234fdb2a96c75a97a18c903489',1,'glm']]], + ['shearx2d',['shearX2D',['../a00230.html#ga10f6c62d8f827c4cacedb71fd05e4ba2',1,'glm']]], + ['shearx3d',['shearX3D',['../a00230.html#gae06ce274e4754f925d5d68440e89452e',1,'glm']]], + ['sheary',['shearY',['../a00209.html#ga93bb348e7d251bcc2c17bfc11bd82e91',1,'glm']]], + ['sheary2d',['shearY2D',['../a00230.html#ga21ade82859e09a5cdaf4a01fbf8dc61b',1,'glm']]], + ['sheary3d',['shearY3D',['../a00230.html#ga31253ea18fdcdfde08c134c8b67688f7',1,'glm']]], + ['shearz3d',['shearZ3D',['../a00230.html#ga5558ac64a7144685bf2eb4483a0e2f51',1,'glm']]], + ['shortmix',['shortMix',['../a00220.html#ga3534443de2a1a806f386976546cddc81',1,'glm']]], + ['sign',['sign',['../a00145.html#gac3446b4138e0b8757561c07cd19f084d',1,'glm::sign(vecType< T, P > const &x)'],['../a00202.html#ga1842004a127a9f3573764362ff639191',1,'glm::sign(vecType< T, P > const &x, vecType< T, P > const &base)']]], + ['simplex',['simplex',['../a00170.html#ga05f5ab240c9a3fdeee353636e464c285',1,'glm']]], + ['sin',['sin',['../a00151.html#ga4a0ddceb6b1e64ce0e4da209dcb021d5',1,'glm']]], + ['sinh',['sinh',['../a00151.html#gad8f89c12efe6f8d3ae8046625b266254',1,'glm']]], + ['slerp',['slerp',['../a00172.html#ga22b438c7252f3fa5b773c9882471652a',1,'glm::slerp(tquat< T, P > const &x, tquat< T, P > const &y, T a)'],['../a00224.html#gafc9ab3101c3f3799f3d5d6d9d3baac09',1,'glm::slerp(tvec3< T, P > const &x, tvec3< T, P > const &y, T const &a)']]], + ['smoothstep',['smoothstep',['../a00145.html#ga562edf7eca082cc5b7a0aaf180436daf',1,'glm']]], + ['sphericalrand',['sphericalRand',['../a00173.html#gaa9a6fc2d7a295b3857f7db23b1053d9d',1,'glm']]], + ['sqrt',['sqrt',['../a00146.html#gae7ac2e44c14d4e8004098d0bfba6e2b8',1,'glm::sqrt(vecType< T, P > const &v)'],['../a00199.html#ga7ce36693a75879ccd9bb10167cfa722d',1,'glm::sqrt(int x)'],['../a00199.html#ga1975d318978d6dacf78b6444fa5ed7bc',1,'glm::sqrt(uint x)']]], + ['squad',['squad',['../a00220.html#gae75f537becdf2b1381b4482ec96e6c82',1,'glm']]], + ['step',['step',['../a00145.html#ga015a1261ff23e12650211aa872863cce',1,'glm::step(genType edge, genType x)'],['../a00145.html#gaf15b74ab672af2c7d7b535a9b4803700',1,'glm::step(T edge, vecType< T, P > const &x)'],['../a00145.html#ga6d84170051fb87c183c38883ec85b411',1,'glm::step(vecType< T, P > const &edge, vecType< T, P > const &x)']]] +]; diff --git a/glm/doc/api/search/functions_11.html b/glm/doc/api/search/functions_11.html new file mode 100644 index 0000000..c49fcd4 --- /dev/null +++ b/glm/doc/api/search/functions_11.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_11.js b/glm/doc/api/search/functions_11.js new file mode 100644 index 0000000..7b4033e --- /dev/null +++ b/glm/doc/api/search/functions_11.js @@ -0,0 +1,19 @@ +var searchData= +[ + ['tan',['tan',['../a00151.html#gab3ae890c38b7d3aa4d5e00998fd296b2',1,'glm']]], + ['tanh',['tanh',['../a00151.html#ga234e904a0075f88654a594b5f837711f',1,'glm']]], + ['third',['third',['../a00162.html#ga3077c6311010a214b69ddc8214ec13b5',1,'glm']]], + ['three_5fover_5ftwo_5fpi',['three_over_two_pi',['../a00162.html#gae94950df74b0ce382b1fc1d978ef7394',1,'glm']]], + ['to_5fstring',['to_string',['../a00228.html#ga7b4f9233593bbf1d53762f801ef56fe6',1,'glm']]], + ['tomat3',['toMat3',['../a00220.html#ga01935b66ba245c2fd7dee5427d86ce9b',1,'glm']]], + ['tomat4',['toMat4',['../a00220.html#gaedc9fba6485eade37cc26c16df9d7aad',1,'glm']]], + ['toquat',['toQuat',['../a00220.html#gac9e3109ca60b644ce508d6b71a1697bc',1,'glm::toQuat(tmat3x3< T, P > const &x)'],['../a00220.html#ga808dd0f83ee8150db7e652313bde8eb2',1,'glm::toQuat(tmat4x4< T, P > const &x)']]], + ['translate',['translate',['../a00169.html#gaee134ab77c6c5548a6ebf4e8e476c6ed',1,'glm::translate(tmat4x4< T, P > const &m, tvec3< T, P > const &v)'],['../a00209.html#ga22b5e806a6d2e2be54ebd29100d11c51',1,'glm::translate(tmat3x3< T, P > const &m, tvec2< T, P > const &v)'],['../a00229.html#ga838c4505ef7f254ed05117b1ac9691fb',1,'glm::translate(tvec3< T, P > const &v)']]], + ['trianglenormal',['triangleNormal',['../a00212.html#ga7842850bcda582f1756883e3ed950e14',1,'glm']]], + ['trunc',['trunc',['../a00145.html#ga634cdbf8b37edca03f2248450570fd54',1,'glm']]], + ['tweakedinfiniteperspective',['tweakedInfinitePerspective',['../a00169.html#gaed64bd81f5ecdab52fecbdf7f6b58194',1,'glm::tweakedInfinitePerspective(T fovy, T aspect, T near)'],['../a00169.html#gaa50fce7f50b5d5da881ed30f5532a921',1,'glm::tweakedInfinitePerspective(T fovy, T aspect, T near, T ep)']]], + ['two_5fover_5fpi',['two_over_pi',['../a00162.html#ga74eadc8a211253079683219a3ea0462a',1,'glm']]], + ['two_5fover_5froot_5fpi',['two_over_root_pi',['../a00162.html#ga5827301817640843cf02026a8d493894',1,'glm']]], + ['two_5fpi',['two_pi',['../a00162.html#gaa5276a4617566abcfe49286f40e3a256',1,'glm']]], + ['two_5fthirds',['two_thirds',['../a00162.html#ga9b4d2f4322edcf63a6737b92a29dd1f5',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_12.html b/glm/doc/api/search/functions_12.html new file mode 100644 index 0000000..6a02772 --- /dev/null +++ b/glm/doc/api/search/functions_12.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_12.js b/glm/doc/api/search/functions_12.js new file mode 100644 index 0000000..525a545 --- /dev/null +++ b/glm/doc/api/search/functions_12.js @@ -0,0 +1,40 @@ +var searchData= +[ + ['uaddcarry',['uaddCarry',['../a00148.html#ga2fc1a46e7b7e9fbbd8fa444fbacaa2aa',1,'glm']]], + ['uintbitstofloat',['uintBitsToFloat',['../a00145.html#gab2bae0d15dcdca6093f88f76b3975d97',1,'glm::uintBitsToFloat(uint const &v)'],['../a00145.html#ga3acab37650ecd792dc84548094b58684',1,'glm::uintBitsToFloat(vecType< uint, P > const &v)']]], + ['umulextended',['umulExtended',['../a00148.html#ga456ff9dcec42f6769a9ae2a2af7f1ce1',1,'glm']]], + ['unpackdouble2x32',['unpackDouble2x32',['../a00150.html#ga5f4296dc5f12f0aa67ac05b8bb322483',1,'glm']]], + ['unpackf2x11_5f1x10',['unpackF2x11_1x10',['../a00171.html#ga2b1fd1e854705b1345e98409e0a25e50',1,'glm']]], + ['unpackf3x9_5fe1x5',['unpackF3x9_E1x5',['../a00171.html#gab9e60ebe3ad3eeced6a9ec6eb876d74e',1,'glm']]], + ['unpackhalf',['unpackHalf',['../a00171.html#gaf3f9387834f8d8beadfe723c1dd247a7',1,'glm']]], + ['unpackhalf1x16',['unpackHalf1x16',['../a00171.html#gac37dedaba24b00adb4ec6e8f92c19dbf',1,'glm']]], + ['unpackhalf2x16',['unpackHalf2x16',['../a00150.html#gaf59b52e6b28da9335322c4ae19b5d745',1,'glm']]], + ['unpackhalf4x16',['unpackHalf4x16',['../a00171.html#ga57dfc41b2eb20b0ac00efae7d9c49dcd',1,'glm']]], + ['unpacki3x10_5f1x2',['unpackI3x10_1x2',['../a00171.html#ga9a05330e5490be0908d3b117d82aff56',1,'glm']]], + ['unpackrgbm',['unpackRGBM',['../a00171.html#ga44274002723e379ad5c4ece8300a9308',1,'glm']]], + ['unpacksnorm',['unpackSnorm',['../a00171.html#ga63eeec0d416e48462f341f4a7a9a45fe',1,'glm']]], + ['unpacksnorm1x16',['unpackSnorm1x16',['../a00171.html#ga96dd15002370627a443c835ab03a766c',1,'glm']]], + ['unpacksnorm1x8',['unpackSnorm1x8',['../a00171.html#ga4851ff86678aa1c7ace9d67846894285',1,'glm']]], + ['unpacksnorm2x16',['unpackSnorm2x16',['../a00150.html#gacd8f8971a3fe28418be0d0fa1f786b38',1,'glm']]], + ['unpacksnorm2x8',['unpackSnorm2x8',['../a00171.html#ga8b128e89be449fc71336968a66bf6e1a',1,'glm']]], + ['unpacksnorm3x10_5f1x2',['unpackSnorm3x10_1x2',['../a00171.html#ga7a4fbf79be9740e3c57737bc2af05e5b',1,'glm']]], + ['unpacksnorm4x16',['unpackSnorm4x16',['../a00171.html#gaaddf9c353528fe896106f7181219c7f4',1,'glm']]], + ['unpacksnorm4x8',['unpackSnorm4x8',['../a00150.html#ga2db488646d48b7c43d3218954523fe82',1,'glm']]], + ['unpacku3x10_5f1x2',['unpackU3x10_1x2',['../a00171.html#ga48df3042a7d079767f5891a1bfd8a60a',1,'glm']]], + ['unpackunorm',['unpackUnorm',['../a00171.html#gad3d7e1ec7fcfb7ae341658e2ce1c3bd9',1,'glm']]], + ['unpackunorm1x16',['unpackUnorm1x16',['../a00171.html#ga83d34160a5cb7bcb5339823210fc7501',1,'glm']]], + ['unpackunorm1x5_5f1x6_5f1x5',['unpackUnorm1x5_1x6_1x5',['../a00171.html#gab3bc08ecfc0f3339be93fb2b3b56d88a',1,'glm']]], + ['unpackunorm1x8',['unpackUnorm1x8',['../a00171.html#ga1319207e30874fb4931a9ee913983ee1',1,'glm']]], + ['unpackunorm2x16',['unpackUnorm2x16',['../a00150.html#ga1f66188e5d65afeb9ffba1ad971e4007',1,'glm']]], + ['unpackunorm2x3_5f1x2',['unpackUnorm2x3_1x2',['../a00171.html#ga6abd5a9014df3b5ce4059008d2491260',1,'glm']]], + ['unpackunorm2x4',['unpackUnorm2x4',['../a00171.html#ga2e50476132fe5f27f08e273d9c70d85b',1,'glm']]], + ['unpackunorm2x8',['unpackUnorm2x8',['../a00171.html#ga637cbe3913dd95c6e7b4c99c61bd611f',1,'glm']]], + ['unpackunorm3x10_5f1x2',['unpackUnorm3x10_1x2',['../a00171.html#ga5156d3060355fe332865da2c7f78815f',1,'glm']]], + ['unpackunorm3x5_5f1x1',['unpackUnorm3x5_1x1',['../a00171.html#ga5ff95ff5bc16f396432ab67243dbae4d',1,'glm']]], + ['unpackunorm4x16',['unpackUnorm4x16',['../a00171.html#ga2ae149c5d2473ac1e5f347bb654a242d',1,'glm']]], + ['unpackunorm4x4',['unpackUnorm4x4',['../a00171.html#gac58ee89d0e224bb6df5e8bbb18843a2d',1,'glm']]], + ['unpackunorm4x8',['unpackUnorm4x8',['../a00150.html#ga7f903259150b67e9466f5f8edffcd197',1,'glm']]], + ['unproject',['unProject',['../a00169.html#ga82a558de3ce42cbeed0f6ec292a4e1b3',1,'glm']]], + ['uround',['uround',['../a00165.html#gab61b8546aafdf58f119eb892b212607c',1,'glm']]], + ['usubborrow',['usubBorrow',['../a00148.html#ga22a889bf08313b7e547e2cdb8bb15ee4',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_13.html b/glm/doc/api/search/functions_13.html new file mode 100644 index 0000000..23ac5da --- /dev/null +++ b/glm/doc/api/search/functions_13.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_13.js b/glm/doc/api/search/functions_13.js new file mode 100644 index 0000000..e6b51b0 --- /dev/null +++ b/glm/doc/api/search/functions_13.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['value_5fptr',['value_ptr',['../a00178.html#gaf019636bb8bd7c9efb7c7ce3bb23bcfc',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_14.html b/glm/doc/api/search/functions_14.html new file mode 100644 index 0000000..16e2625 --- /dev/null +++ b/glm/doc/api/search/functions_14.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_14.js b/glm/doc/api/search/functions_14.js new file mode 100644 index 0000000..d18662e --- /dev/null +++ b/glm/doc/api/search/functions_14.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['wrapangle',['wrapAngle',['../a00195.html#ga069527c6dbd64f53435b8ebc4878b473',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_15.html b/glm/doc/api/search/functions_15.html new file mode 100644 index 0000000..9c2374c --- /dev/null +++ b/glm/doc/api/search/functions_15.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_15.js b/glm/doc/api/search/functions_15.js new file mode 100644 index 0000000..f0cd137 --- /dev/null +++ b/glm/doc/api/search/functions_15.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['yaw',['yaw',['../a00172.html#ga724a5df282b70cec0a6cb0d6dcddb6d6',1,'glm']]], + ['yawpitchroll',['yawPitchRoll',['../a00190.html#gaf9c8d0f1df88c5344165600774489bc5',1,'glm']]], + ['ycocg2rgb',['YCoCg2rgb',['../a00185.html#ga6d7e988a79b299ca1fa59f537e13800b',1,'glm']]], + ['ycocgr2rgb',['YCoCgR2rgb',['../a00185.html#ga4bac5462c00df0ae89242ecdbbe5dbad',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_16.html b/glm/doc/api/search/functions_16.html new file mode 100644 index 0000000..39a0e64 --- /dev/null +++ b/glm/doc/api/search/functions_16.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_16.js b/glm/doc/api/search/functions_16.js new file mode 100644 index 0000000..b3e192e --- /dev/null +++ b/glm/doc/api/search/functions_16.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['zero',['zero',['../a00162.html#ga788f5a421fc0f40a1296ebc094cbaa8a',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_2.html b/glm/doc/api/search/functions_2.html new file mode 100644 index 0000000..3995cf8 --- /dev/null +++ b/glm/doc/api/search/functions_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_2.js b/glm/doc/api/search/functions_2.js new file mode 100644 index 0000000..edc421b --- /dev/null +++ b/glm/doc/api/search/functions_2.js @@ -0,0 +1,35 @@ +var searchData= +[ + ['catmullrom',['catmullRom',['../a00226.html#ga8119c04f8210fd0d292757565cd6918d',1,'glm']]], + ['ceil',['ceil',['../a00145.html#ga9189b2bec45ff301923ea8f8dd157fb8',1,'glm']]], + ['ceilmultiple',['ceilMultiple',['../a00175.html#gac84898c466e609cdd2e81d9ba907d9e8',1,'glm::ceilMultiple(genType Source, genType Multiple)'],['../a00175.html#gafe632af669ac57d670ca18e3665a12ca',1,'glm::ceilMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)']]], + ['ceilpoweroftwo',['ceilPowerOfTwo',['../a00175.html#gaa73c7690c787086fa3ac1c312264acab',1,'glm::ceilPowerOfTwo(genIUType Value)'],['../a00175.html#ga76ec9b214ea1376fe09a903e34bab847',1,'glm::ceilPowerOfTwo(vecType< T, P > const &value)']]], + ['circularrand',['circularRand',['../a00173.html#gae989c26a2899b2fb7444abe7c275c29c',1,'glm']]], + ['clamp',['clamp',['../a00145.html#ga93bce26c7d80d30a62f5c508f8498a6c',1,'glm::clamp(genType x, genType minVal, genType maxVal)'],['../a00236.html#ga6c0cc6bd1d67ea1008d2592e998bad33',1,'glm::clamp(genType const &Texcoord)']]], + ['closestpointonline',['closestPointOnLine',['../a00183.html#gac26353282a8213e469f5e33560c1200f',1,'glm::closestPointOnLine(tvec3< T, P > const &point, tvec3< T, P > const &a, tvec3< T, P > const &b)'],['../a00183.html#gadc7010070bb0cacd284f560299b21660',1,'glm::closestPointOnLine(tvec2< T, P > const &point, tvec2< T, P > const &a, tvec2< T, P > const &b)']]], + ['colmajor2',['colMajor2',['../a00206.html#ga599fff4f1c65912b256a82138ebcca37',1,'glm::colMajor2(tvec2< T, P > const &v1, tvec2< T, P > const &v2)'],['../a00206.html#ga5cfd25de9d5b4c6a825085f38ddfeff7',1,'glm::colMajor2(tmat2x2< T, P > const &m)']]], + ['colmajor3',['colMajor3',['../a00206.html#ga3a55e2948193e91733e434e7cc3c1540',1,'glm::colMajor3(tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)'],['../a00206.html#gaa93f3dcc47ced18e5db4a853363d9386',1,'glm::colMajor3(tmat3x3< T, P > const &m)']]], + ['colmajor4',['colMajor4',['../a00206.html#ga2829de096bb67ab5cd670958f3d402b6',1,'glm::colMajor4(tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)'],['../a00206.html#ga7592acfd27da055e2d7c39564cf8803d',1,'glm::colMajor4(tmat4x4< T, P > const &m)']]], + ['column',['column',['../a00166.html#ga96022eb0d3fae39d89fc7a954e59b374',1,'glm::column(genType const &m, length_t index)'],['../a00166.html#ga9e757377523890e8b80c5843dbe4dd15',1,'glm::column(genType const &m, length_t index, typename genType::col_type const &x)']]], + ['compadd',['compAdd',['../a00188.html#gaf71833350e15e74d31cbf8a3e7f27051',1,'glm']]], + ['compmax',['compMax',['../a00188.html#gabfa4bb19298c8c73d4217ba759c496b6',1,'glm']]], + ['compmin',['compMin',['../a00188.html#gab5d0832b5c7bb01b8d7395973bfb1425',1,'glm']]], + ['compmul',['compMul',['../a00188.html#gae8ab88024197202c9479d33bdc5a8a5d',1,'glm']]], + ['compnormalize',['compNormalize',['../a00188.html#gaeb34fdf090d2d4da9babcdfec267f09e',1,'glm']]], + ['compscale',['compScale',['../a00188.html#gaea99a3271016bfd331d9fa7587f3db37',1,'glm']]], + ['conjugate',['conjugate',['../a00172.html#gab1ace864fbf189ffa368950001808a3c',1,'glm']]], + ['convertd50xyztod65xyz',['convertD50XYZToD65XYZ',['../a00160.html#gaf2829bca5bbbd99da0cb1d20170f0096',1,'glm']]], + ['convertd65xyztod50xyz',['convertD65XYZToD50XYZ',['../a00160.html#gaee1990d4fdb1088c433e9ae4977795d2',1,'glm']]], + ['convertd65xyztolinearsrgb',['convertD65XYZToLinearSRGB',['../a00160.html#ga395041b0447f08dd581496720a0a1eac',1,'glm']]], + ['convertlinearsrgbtod65xyz',['convertLinearSRGBToD65XYZ',['../a00160.html#gaa367a13bbf5d9775d6a96a4c2a398fb7',1,'glm']]], + ['convertlineartosrgb',['convertLinearToSRGB',['../a00161.html#gad813dcd99644cafc775e83d6504ccb93',1,'glm::convertLinearToSRGB(vecType< T, P > const &ColorLinear)'],['../a00161.html#ga63f8b003da7acf44370eb47bfb8b3d42',1,'glm::convertLinearToSRGB(vecType< T, P > const &ColorLinear, T Gamma)']]], + ['convertsrgbtolinear',['convertSRGBToLinear',['../a00161.html#ga28e98e64347cf385cadc1ceb4def55c9',1,'glm::convertSRGBToLinear(vecType< T, P > const &ColorSRGB)'],['../a00161.html#ga61c4f0efdf55c29d9cfbd26141fddef8',1,'glm::convertSRGBToLinear(vecType< T, P > const &ColorSRGB, T Gamma)']]], + ['cos',['cos',['../a00151.html#ga728fd86f14609e37d83f82429995b7b3',1,'glm']]], + ['cosh',['cosh',['../a00151.html#ga660582a4e5e843b6c1cd535777e8c295',1,'glm']]], + ['cot',['cot',['../a00174.html#ga3a7b517a95bbd3ad74da3aea87a66314',1,'glm']]], + ['coth',['coth',['../a00174.html#ga6b8b770eb7198e4dea59d52e6db81442',1,'glm']]], + ['cross',['cross',['../a00147.html#gafe2cae8cb26fd44be62aee97369d0af8',1,'glm::cross(tvec3< T, P > const &x, tvec3< T, P > const &y)'],['../a00220.html#ga33ecf8ba903eee5fc09f0fbfc0d5ca6b',1,'glm::cross(tquat< T, P > const &q, tvec3< T, P > const &v)'],['../a00220.html#ga4bfe3c7770fc43d14b8ef0058c4a86b5',1,'glm::cross(tvec3< T, P > const &v, tquat< T, P > const &q)']]], + ['csc',['csc',['../a00174.html#ga59dd0005b6474eea48af743b4f14ebbb',1,'glm']]], + ['csch',['csch',['../a00174.html#ga6d95843ff3ca6472ab399ba171d290a0',1,'glm']]], + ['cubic',['cubic',['../a00226.html#ga6b867eb52e2fc933d2e0bf26aabc9a70',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_3.html b/glm/doc/api/search/functions_3.html new file mode 100644 index 0000000..4e302d6 --- /dev/null +++ b/glm/doc/api/search/functions_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_3.js b/glm/doc/api/search/functions_3.js new file mode 100644 index 0000000..a70ff2b --- /dev/null +++ b/glm/doc/api/search/functions_3.js @@ -0,0 +1,20 @@ +var searchData= +[ + ['decompose',['decompose',['../a00204.html#ga0f1245817507156b337798a253577c8b',1,'glm']]], + ['degrees',['degrees',['../a00151.html#gabccdcc282134fd62af0ff3d6e4bb21f1',1,'glm']]], + ['determinant',['determinant',['../a00149.html#ga26ea77c574802bc6fc193c40478718d2',1,'glm']]], + ['diagonal2x2',['diagonal2x2',['../a00207.html#ga01dc503262dba9c457113d131fc8c024',1,'glm']]], + ['diagonal2x3',['diagonal2x3',['../a00207.html#ga763817f07d6a94b722a48adfa87a35db',1,'glm']]], + ['diagonal2x4',['diagonal2x4',['../a00207.html#ga49b37c819cf6dd8e35112ed1a13d45a3',1,'glm']]], + ['diagonal3x2',['diagonal3x2',['../a00207.html#ga586e1ced91fd8a7c414186a200f13532',1,'glm']]], + ['diagonal3x3',['diagonal3x3',['../a00207.html#ga8e817dba22f2305cdebae07bbbe0360c',1,'glm']]], + ['diagonal3x4',['diagonal3x4',['../a00207.html#gae3f85af86c18c80f2acbe3223feb8e81',1,'glm']]], + ['diagonal4x2',['diagonal4x2',['../a00207.html#ga70cc5632aa9f41e7cf0b81fee6f2bfe6',1,'glm']]], + ['diagonal4x3',['diagonal4x3',['../a00207.html#ga4242ea5681f81539e0c5b54fadcd9ddf',1,'glm']]], + ['diagonal4x4',['diagonal4x4',['../a00207.html#gade576e044d8e52f343166f665589d782',1,'glm']]], + ['diskrand',['diskRand',['../a00173.html#gad3a3ee7d26502a31ba552cb627a68606',1,'glm']]], + ['distance',['distance',['../a00147.html#ga7ca317dde0d7e94d920153554d4a02a8',1,'glm']]], + ['distance2',['distance2',['../a00211.html#ga647d2602008801d6ed78f9708eb439cc',1,'glm']]], + ['dot',['dot',['../a00147.html#ga7dada304da2ba7dd3376ab4f178c3f6b',1,'glm::dot(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#gac54dfc83de465a2d03e90d342242ab3d',1,'glm::dot(quatType< T, P > const &x, quatType< T, P > const &y)']]], + ['dualquat_5fcast',['dualquat_cast',['../a00189.html#gada9799afe2b62394dc498534beb5bc78',1,'glm::dualquat_cast(tmat2x4< T, P > const &x)'],['../a00189.html#ga20eb5758beb73cc6dbc2d9104f03ec20',1,'glm::dualquat_cast(tmat3x4< T, P > const &x)']]] +]; diff --git a/glm/doc/api/search/functions_4.html b/glm/doc/api/search/functions_4.html new file mode 100644 index 0000000..58ca83a --- /dev/null +++ b/glm/doc/api/search/functions_4.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_4.js b/glm/doc/api/search/functions_4.js new file mode 100644 index 0000000..ea51154 --- /dev/null +++ b/glm/doc/api/search/functions_4.js @@ -0,0 +1,28 @@ +var searchData= +[ + ['e',['e',['../a00162.html#ga4b7956eb6e2fbedfc7cf2e46e85c5139',1,'glm']]], + ['epsilon',['epsilon',['../a00162.html#ga2a1e57fc5592b69cfae84174cbfc9429',1,'glm']]], + ['epsilonequal',['epsilonEqual',['../a00163.html#gaca9443f217dc36587624247245522331',1,'glm::epsilonEqual(vecType< T, P > const &x, vecType< T, P > const &y, T const &epsilon)'],['../a00163.html#gaa7f227999ca09e7ca994e8b35aba47bb',1,'glm::epsilonEqual(genType const &x, genType const &y, genType const &epsilon)']]], + ['epsilonnotequal',['epsilonNotEqual',['../a00163.html#ga14e2888a304654ade8a3996024e2739c',1,'glm::epsilonNotEqual(genType const &x, genType const &y, typename genType::value_type const &epsilon)'],['../a00163.html#ga50a92103fb0cbd796908e1bf20c79aaf',1,'glm::epsilonNotEqual(genType const &x, genType const &y, genType const &epsilon)']]], + ['equal',['equal',['../a00152.html#ga39c80d8baf49b0ce69f2bb22d45b3801',1,'glm::equal(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#gac187115710365e0b2902220b9611e7b6',1,'glm::equal(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['euclidean',['euclidean',['../a00218.html#ga45ece1fbf7260c43e0f873c498202581',1,'glm']]], + ['euler',['euler',['../a00162.html#gad8fe2e6f90bce9d829e9723b649fbd42',1,'glm']]], + ['eulerangles',['eulerAngles',['../a00172.html#gadb92ec1c1b0dd6b024176a73fbef3e64',1,'glm']]], + ['euleranglex',['eulerAngleX',['../a00190.html#ga82cd3b8a04943f1a0d1a562aff358dc8',1,'glm']]], + ['euleranglexy',['eulerAngleXY',['../a00190.html#ga8bf84f92ca976a7f50dbe4b30ceb72dd',1,'glm']]], + ['euleranglexyz',['eulerAngleXYZ',['../a00190.html#gaaedda1657a1aebe0a904d864b33844e8',1,'glm']]], + ['euleranglexz',['eulerAngleXZ',['../a00190.html#gab2d7dc94b9a7519d741aaa208c7a335b',1,'glm']]], + ['eulerangley',['eulerAngleY',['../a00190.html#gaeb193af1184bdf39c23636d756e1ff33',1,'glm']]], + ['eulerangleyx',['eulerAngleYX',['../a00190.html#gafdd02f9a37511190962119adef5c1c25',1,'glm']]], + ['eulerangleyxz',['eulerAngleYXZ',['../a00190.html#ga0242b5ab68651db70c6025815549427f',1,'glm']]], + ['eulerangleyz',['eulerAngleYZ',['../a00190.html#ga1033f84f51d61646145352ef0c1bb58c',1,'glm']]], + ['euleranglez',['eulerAngleZ',['../a00190.html#gab59c4fe7f735568255cc19fddd3ddfcd',1,'glm']]], + ['euleranglezx',['eulerAngleZX',['../a00190.html#gaef83cf40bd9ae780011b29970f16f622',1,'glm']]], + ['euleranglezy',['eulerAngleZY',['../a00190.html#ga02f037926568bbd12dfece3b28b20343',1,'glm']]], + ['exp',['exp',['../a00146.html#ga25e54a7f44fc49ec6ac6ffc7675cf04a',1,'glm::exp(vecType< T, P > const &v)'],['../a00220.html#ga17295173d4c2b5ae49b84e9993b63a62',1,'glm::exp(tquat< T, P > const &q)']]], + ['exp2',['exp2',['../a00146.html#ga42ca440d9062f1f456f5a9e896378f9c',1,'glm']]], + ['extend',['extend',['../a00191.html#ga8140caae613b0f847ab0d7175dc03a37',1,'glm']]], + ['extracteuleranglexyz',['extractEulerAngleXYZ',['../a00190.html#gad5838a4c87ce2b8ee4c4e17bd162fd14',1,'glm']]], + ['extractmatrixrotation',['extractMatrixRotation',['../a00205.html#ga6b8170aa4cf43caf81400696ebb38afe',1,'glm']]], + ['extractrealcomponent',['extractRealComponent',['../a00220.html#ga90de879d97487ec804522dd418e5d8a0',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_5.html b/glm/doc/api/search/functions_5.html new file mode 100644 index 0000000..5f9f05a --- /dev/null +++ b/glm/doc/api/search/functions_5.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_5.js b/glm/doc/api/search/functions_5.js new file mode 100644 index 0000000..84e4f89 --- /dev/null +++ b/glm/doc/api/search/functions_5.js @@ -0,0 +1,40 @@ +var searchData= +[ + ['faceforward',['faceforward',['../a00147.html#gaea854e5aec1b5839832ac2dfc7cd3c0d',1,'glm']]], + ['factorial',['factorial',['../a00199.html#ga8cbd3120905f398ec321b5d1836e08fb',1,'glm']]], + ['fastacos',['fastAcos',['../a00195.html#ga9721d63356e5d94fdc4b393a426ab26b',1,'glm']]], + ['fastasin',['fastAsin',['../a00195.html#ga562cb62c51fbfe7fac7db0bce706b81f',1,'glm']]], + ['fastatan',['fastAtan',['../a00195.html#ga8d197c6ef564f5e5d59af3b3f8adcc2c',1,'glm::fastAtan(T y, T x)'],['../a00195.html#gae25de86a968490ff56856fa425ec9d30',1,'glm::fastAtan(T angle)']]], + ['fastcos',['fastCos',['../a00195.html#gab34c8b45c23c0165a64dcecfcc3b302a',1,'glm']]], + ['fastdistance',['fastDistance',['../a00194.html#gaac333418d0c4e0cc6d3d219ed606c238',1,'glm::fastDistance(genType x, genType y)'],['../a00194.html#ga6d1ac559cd77d69119e30c3aca0e14b5',1,'glm::fastDistance(vecType< T, P > const &x, vecType< T, P > const &y)']]], + ['fastexp',['fastExp',['../a00193.html#gaa3180ac8f96ab37ab96e0cacaf608e10',1,'glm::fastExp(T x)'],['../a00193.html#ga4faf0b61115de36efcf47c4ecb55a5fa',1,'glm::fastExp(vecType< T, P > const &x)']]], + ['fastexp2',['fastExp2',['../a00193.html#ga0af50585955eb14c60bb286297fabab2',1,'glm::fastExp2(T x)'],['../a00193.html#ga9e6219327b7a33077dbec7620d981fff',1,'glm::fastExp2(vecType< T, P > const &x)']]], + ['fastinversesqrt',['fastInverseSqrt',['../a00194.html#ga7f081b14d9c7035c8714eba5f7f75a8f',1,'glm::fastInverseSqrt(genType x)'],['../a00194.html#ga903878071f92e51e551791e584a171a1',1,'glm::fastInverseSqrt(vecType< T, P > const &x)']]], + ['fastlength',['fastLength',['../a00194.html#gafe697d6287719538346bbdf8b1367c59',1,'glm::fastLength(genType x)'],['../a00194.html#gae28a3099cbd6404a4ea8ef22147ed7b0',1,'glm::fastLength(vecType< T, P > const &x)']]], + ['fastlog',['fastLog',['../a00193.html#gae1bdc97b7f96a600e29c753f1cd4388a',1,'glm::fastLog(T x)'],['../a00193.html#ga789abcbc34d08008d2f5a4547dd6e5e3',1,'glm::fastLog(vecType< T, P > const &x)']]], + ['fastlog2',['fastLog2',['../a00193.html#ga6e98118685f6dc9e05fbb13dd5e5234e',1,'glm::fastLog2(T x)'],['../a00193.html#gabc46086fe6636b8be87f09e6c5d2bb58',1,'glm::fastLog2(vecType< T, P > const &x)']]], + ['fastmix',['fastMix',['../a00220.html#gac11bf550f17d1da14423595a27575084',1,'glm']]], + ['fastnormalize',['fastNormalize',['../a00194.html#ga3b02c1d6e0c754144e2f1e110bf9f16c',1,'glm']]], + ['fastnormalizedot',['fastNormalizeDot',['../a00213.html#ga8593b21bc2fe22184f01d5e08b5a2024',1,'glm']]], + ['fastpow',['fastPow',['../a00193.html#ga5340e98a11fcbbd936ba6e983a154d50',1,'glm::fastPow(genType x, genType y)'],['../a00193.html#ga07b73976a9af4005945bc338b45d8466',1,'glm::fastPow(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00193.html#ga7f2562db9c3e02ae76169c36b086c3f6',1,'glm::fastPow(genTypeT x, genTypeU y)'],['../a00193.html#ga29924aea1aa11c5c504fb2d621221906',1,'glm::fastPow(vecType< T, P > const &x)']]], + ['fastsin',['fastSin',['../a00195.html#ga0aab3257bb3b628d10a1e0483e2c6915',1,'glm']]], + ['fastsqrt',['fastSqrt',['../a00194.html#ga6c460e9414a50b2fc455c8f64c86cdc9',1,'glm::fastSqrt(genType x)'],['../a00194.html#gaad9f601bbc3faa04dda384e4c4e1592c',1,'glm::fastSqrt(vecType< T, P > const &x)']]], + ['fasttan',['fastTan',['../a00195.html#gaf29b9c1101a10007b4f79ee89df27ba2',1,'glm']]], + ['findlsb',['findLSB',['../a00148.html#gaf74c4d969fa34ab8acb9d390f5ca5274',1,'glm::findLSB(genIUType x)'],['../a00148.html#ga014a72009e68233c34c06a6dc2251b8c',1,'glm::findLSB(vecType< T, P > const &v)']]], + ['findmsb',['findMSB',['../a00148.html#ga7e4a794d766861c70bc961630f8ef621',1,'glm::findMSB(genIUType x)'],['../a00148.html#ga433104d77ec2ba58888aaefb77e9183f',1,'glm::findMSB(vecType< T, P > const &v)']]], + ['float_5fdistance',['float_distance',['../a00179.html#ga2e09bd6c8b0a9c91f6f5683d68245634',1,'glm::float_distance(T const &x, T const &y)'],['../a00179.html#ga85355f2549d75789eb66e5d565d8ad26',1,'glm::float_distance(vecType< T > const &x, vecType< T > const &y)']]], + ['floatbitstoint',['floatBitsToInt',['../a00145.html#ga1425c1c3160ec51214b03a0469a3013d',1,'glm::floatBitsToInt(float const &v)'],['../a00145.html#gac4a0710238ae54c67931dd29a0b0f873',1,'glm::floatBitsToInt(vecType< float, P > const &v)']]], + ['floatbitstouint',['floatBitsToUint',['../a00145.html#ga70e0271c34af52f3100c7960e18c3f2b',1,'glm::floatBitsToUint(float const &v)'],['../a00145.html#ga1804d4c443605d8a27be644aa461afe4',1,'glm::floatBitsToUint(vecType< float, P > const &v)']]], + ['floor',['floor',['../a00145.html#ga568b822b78f045f77c3325e165b44d5d',1,'glm']]], + ['floor_5flog2',['floor_log2',['../a00199.html#ga7011b4e1c1e1ed492149b028feacc00e',1,'glm']]], + ['floormultiple',['floorMultiple',['../a00175.html#ga9eafb9dbedf84e5cece65c2fe9d5631d',1,'glm::floorMultiple(genType Source, genType Multiple)'],['../a00175.html#ga6912db42d43873fe1dedb3aed2b7a239',1,'glm::floorMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)']]], + ['floorpoweroftwo',['floorPowerOfTwo',['../a00175.html#gac80f6519c31baae10d8d7bea6735d1fa',1,'glm::floorPowerOfTwo(genIUType Value)'],['../a00175.html#ga6a5a8f6dd1b2f755e4572bd039062c37',1,'glm::floorPowerOfTwo(vecType< T, P > const &value)']]], + ['fma',['fma',['../a00145.html#gad0f444d4b81cc53c3b6edf5aa25078c2',1,'glm']]], + ['fmod',['fmod',['../a00186.html#ga2580f50d4064557d62f4a533dfc6c7e3',1,'glm']]], + ['four_5fover_5fpi',['four_over_pi',['../a00162.html#ga753950e5140e4ea6a88e4a18ba61dc09',1,'glm']]], + ['fract',['fract',['../a00145.html#ga8ba89e40e55ae5cdf228548f9b7639c7',1,'glm']]], + ['frexp',['frexp',['../a00145.html#ga20620e83544d1a988857a3bc4ebe0e1d',1,'glm']]], + ['frustum',['frustum',['../a00169.html#gada6deb989d4b553fe0f7e3279f3afae1',1,'glm']]], + ['frustumlh',['frustumLH',['../a00169.html#ga75b1c1d0ee1f80c1e873605adeb1838c',1,'glm']]], + ['frustumrh',['frustumRH',['../a00169.html#gad0e184273bdacbe769e5cd81069e48ed',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_6.html b/glm/doc/api/search/functions_6.html new file mode 100644 index 0000000..c980da2 --- /dev/null +++ b/glm/doc/api/search/functions_6.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_6.js b/glm/doc/api/search/functions_6.js new file mode 100644 index 0000000..61af976 --- /dev/null +++ b/glm/doc/api/search/functions_6.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['gauss',['gauss',['../a00164.html#ga0b50b197ff74261a0fad90f4b8d24702',1,'glm::gauss(T x, T ExpectedValue, T StandardDeviation)'],['../a00164.html#ga7448f9eb74bb5924f6330ab532f2899c',1,'glm::gauss(tvec2< T, P > const &Coord, tvec2< T, P > const &ExpectedValue, tvec2< T, P > const &StandardDeviation)']]], + ['gaussrand',['gaussRand',['../a00173.html#ga5193a83e49e4fdc5652c084711083574',1,'glm']]], + ['glm_5faligned_5ftypedef',['GLM_ALIGNED_TYPEDEF',['../a00231.html#gab5cd5c5fad228b25c782084f1cc30114',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int8, aligned_lowp_int8, 1)'],['../a00231.html#ga5bb5dd895ef625c1b113f2cf400186b0',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int16, aligned_lowp_int16, 2)'],['../a00231.html#gac6efa54cf7c6c86f7158922abdb1a430',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int32, aligned_lowp_int32, 4)'],['../a00231.html#ga6612eb77c8607048e7552279a11eeb5f',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int64, aligned_lowp_int64, 8)'],['../a00231.html#ga7ddc1848ff2223026db8968ce0c97497',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int8_t, aligned_lowp_int8_t, 1)'],['../a00231.html#ga22240dd9458b0f8c11fbcc4f48714f68',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int16_t, aligned_lowp_int16_t, 2)'],['../a00231.html#ga8130ea381d76a2cc34a93ccbb6cf487d',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int32_t, aligned_lowp_int32_t, 4)'],['../a00231.html#ga7ccb60f3215d293fd62b33b31ed0e7be',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_int64_t, aligned_lowp_int64_t, 8)'],['../a00231.html#gac20d508d2ef5cc95ad3daf083c57ec2a',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i8, aligned_lowp_i8, 1)'],['../a00231.html#ga50257b48069a31d0c8d9c1f644d267de',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i16, aligned_lowp_i16, 2)'],['../a00231.html#gaa07e98e67b7a3435c0746018c7a2a839',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i32, aligned_lowp_i32, 4)'],['../a00231.html#ga62601fc6f8ca298b77285bedf03faffd',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_i64, aligned_lowp_i64, 8)'],['../a00231.html#gac8cff825951aeb54dd846037113c72db',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int8, aligned_mediump_int8, 1)'],['../a00231.html#ga78f443d88f438575a62b5df497cdf66b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int16, aligned_mediump_int16, 2)'],['../a00231.html#ga0680cd3b5d4e8006985fb41a4f9b57af',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int32, aligned_mediump_int32, 4)'],['../a00231.html#gad9e5babb1dd3e3531b42c37bf25dd951',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int64, aligned_mediump_int64, 8)'],['../a00231.html#ga353fd9fa8a9ad952fcabd0d53ad9a6dd',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int8_t, aligned_mediump_int8_t, 1)'],['../a00231.html#ga2196442c0e5c5e8c77842de388c42521',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int16_t, aligned_mediump_int16_t, 2)'],['../a00231.html#ga1284488189daf897cf095c5eefad9744',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int32_t, aligned_mediump_int32_t, 4)'],['../a00231.html#ga73fdc86a539808af58808b7c60a1c4d8',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_int64_t, aligned_mediump_int64_t, 8)'],['../a00231.html#gafafeea923e1983262c972e2b83922d3b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i8, aligned_mediump_i8, 1)'],['../a00231.html#ga4b35ca5fe8f55c9d2fe54fdb8d8896f4',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i16, aligned_mediump_i16, 2)'],['../a00231.html#ga63b882e29170d428463d99c3d630acc6',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i32, aligned_mediump_i32, 4)'],['../a00231.html#ga8b20507bb048c1edea2d441cc953e6f0',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_i64, aligned_mediump_i64, 8)'],['../a00231.html#ga56c5ca60813027b603c7b61425a0479d',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int8, aligned_highp_int8, 1)'],['../a00231.html#ga7a751b3aff24c0259f4a7357c2969089',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int16, aligned_highp_int16, 2)'],['../a00231.html#ga70cd2144351c556469ee6119e59971fc',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int32, aligned_highp_int32, 4)'],['../a00231.html#ga46bbf08dc004d8c433041e0b5018a5d3',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int64, aligned_highp_int64, 8)'],['../a00231.html#gab3e10c77a20d1abad2de1c561c7a5c18',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int8_t, aligned_highp_int8_t, 1)'],['../a00231.html#ga968f30319ebeaca9ebcd3a25a8e139fb',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int16_t, aligned_highp_int16_t, 2)'],['../a00231.html#gaae773c28e6390c6aa76f5b678b7098a3',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int32_t, aligned_highp_int32_t, 4)'],['../a00231.html#ga790cfff1ca39d0ed696ffed980809311',1,'glm::GLM_ALIGNED_TYPEDEF(highp_int64_t, aligned_highp_int64_t, 8)'],['../a00231.html#ga8265b91eb23c120a9b0c3e381bc37b96',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i8, aligned_highp_i8, 1)'],['../a00231.html#gae6d384de17588d8edb894fbe06e0d410',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i16, aligned_highp_i16, 2)'],['../a00231.html#ga9c8172b745ee03fc5b2b91c350c2922f',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i32, aligned_highp_i32, 4)'],['../a00231.html#ga77e0dff12aa4020ddc3f8cabbea7b2e6',1,'glm::GLM_ALIGNED_TYPEDEF(highp_i64, aligned_highp_i64, 8)'],['../a00231.html#gabd82b9faa9d4d618dbbe0fc8a1efee63',1,'glm::GLM_ALIGNED_TYPEDEF(int8, aligned_int8, 1)'],['../a00231.html#ga285649744560be21000cfd81bbb5d507',1,'glm::GLM_ALIGNED_TYPEDEF(int16, aligned_int16, 2)'],['../a00231.html#ga07732da630b2deda428ce95c0ecaf3ff',1,'glm::GLM_ALIGNED_TYPEDEF(int32, aligned_int32, 4)'],['../a00231.html#ga1a8da2a8c51f69c07a2e7f473aa420f4',1,'glm::GLM_ALIGNED_TYPEDEF(int64, aligned_int64, 8)'],['../a00231.html#ga848aedf13e2d9738acf0bb482c590174',1,'glm::GLM_ALIGNED_TYPEDEF(int8_t, aligned_int8_t, 1)'],['../a00231.html#gafd2803d39049dd45a37a63931e25d943',1,'glm::GLM_ALIGNED_TYPEDEF(int16_t, aligned_int16_t, 2)'],['../a00231.html#gae553b33349d6da832cf0724f1e024094',1,'glm::GLM_ALIGNED_TYPEDEF(int32_t, aligned_int32_t, 4)'],['../a00231.html#ga16d223a2b3409e812e1d3bd87f0e9e5c',1,'glm::GLM_ALIGNED_TYPEDEF(int64_t, aligned_int64_t, 8)'],['../a00231.html#ga2de065d2ddfdb366bcd0febca79ae2ad',1,'glm::GLM_ALIGNED_TYPEDEF(i8, aligned_i8, 1)'],['../a00231.html#gabd786bdc20a11c8cb05c92c8212e28d3',1,'glm::GLM_ALIGNED_TYPEDEF(i16, aligned_i16, 2)'],['../a00231.html#gad4aefe56691cdb640c72f0d46d3fb532',1,'glm::GLM_ALIGNED_TYPEDEF(i32, aligned_i32, 4)'],['../a00231.html#ga8fe9745f7de24a8394518152ff9fccdc',1,'glm::GLM_ALIGNED_TYPEDEF(i64, aligned_i64, 8)'],['../a00231.html#gaaad735483450099f7f882d4e3a3569bd',1,'glm::GLM_ALIGNED_TYPEDEF(ivec1, aligned_ivec1, 4)'],['../a00231.html#gac7b6f823802edbd6edbaf70ea25bf068',1,'glm::GLM_ALIGNED_TYPEDEF(ivec2, aligned_ivec2, 8)'],['../a00231.html#ga3e235bcd2b8029613f25b8d40a2d3ef7',1,'glm::GLM_ALIGNED_TYPEDEF(ivec3, aligned_ivec3, 16)'],['../a00231.html#ga50d8a9523968c77f8325b4c9bfbff41e',1,'glm::GLM_ALIGNED_TYPEDEF(ivec4, aligned_ivec4, 16)'],['../a00231.html#ga9ec20fdfb729c702032da9378c79679f',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec1, aligned_i8vec1, 1)'],['../a00231.html#ga25b3fe1d9e8d0a5e86c1949c1acd8131',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec2, aligned_i8vec2, 2)'],['../a00231.html#ga2958f907719d94d8109b562540c910e2',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec3, aligned_i8vec3, 4)'],['../a00231.html#ga1fe6fc032a978f1c845fac9aa0668714',1,'glm::GLM_ALIGNED_TYPEDEF(i8vec4, aligned_i8vec4, 4)'],['../a00231.html#gaa4161e7a496dc96972254143fe873e55',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec1, aligned_i16vec1, 2)'],['../a00231.html#ga9d7cb211ccda69b1c22ddeeb0f3e7aba',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec2, aligned_i16vec2, 4)'],['../a00231.html#gaaee91dd2ab34423bcc11072ef6bd0f02',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec3, aligned_i16vec3, 8)'],['../a00231.html#ga49f047ccaa8b31fad9f26c67bf9b3510',1,'glm::GLM_ALIGNED_TYPEDEF(i16vec4, aligned_i16vec4, 8)'],['../a00231.html#ga904e9c2436bb099397c0823506a0771f',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec1, aligned_i32vec1, 4)'],['../a00231.html#gaf90651cf2f5e7ee2b11cfdc5a6749534',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec2, aligned_i32vec2, 8)'],['../a00231.html#ga7354a4ead8cb17868aec36b9c30d6010',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec3, aligned_i32vec3, 16)'],['../a00231.html#gad2ecbdea18732163e2636e27b37981ee',1,'glm::GLM_ALIGNED_TYPEDEF(i32vec4, aligned_i32vec4, 16)'],['../a00231.html#ga965b1c9aa1800e93d4abc2eb2b5afcbf',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec1, aligned_i64vec1, 8)'],['../a00231.html#ga1f9e9c2ea2768675dff9bae5cde2d829',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec2, aligned_i64vec2, 16)'],['../a00231.html#gad77c317b7d942322cd5be4c8127b3187',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec3, aligned_i64vec3, 32)'],['../a00231.html#ga716f8ea809bdb11b5b542d8b71aeb04f',1,'glm::GLM_ALIGNED_TYPEDEF(i64vec4, aligned_i64vec4, 32)'],['../a00231.html#gad46f8e9082d5878b1bc04f9c1471cdaa',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint8, aligned_lowp_uint8, 1)'],['../a00231.html#ga1246094581af624aca6c7499aaabf801',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint16, aligned_lowp_uint16, 2)'],['../a00231.html#ga7a5009a1d0196bbf21dd7518f61f0249',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint32, aligned_lowp_uint32, 4)'],['../a00231.html#ga45213fd18b3bb1df391671afefe4d1e7',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint64, aligned_lowp_uint64, 8)'],['../a00231.html#ga0ba26b4e3fd9ecbc25358efd68d8a4ca',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint8_t, aligned_lowp_uint8_t, 1)'],['../a00231.html#gaf2b58f5fb6d4ec8ce7b76221d3af43e1',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint16_t, aligned_lowp_uint16_t, 2)'],['../a00231.html#gadc246401847dcba155f0699425e49dcd',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint32_t, aligned_lowp_uint32_t, 4)'],['../a00231.html#gaace64bddf51a9def01498da9a94fb01c',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_uint64_t, aligned_lowp_uint64_t, 8)'],['../a00231.html#gad7bb97c29d664bd86ffb1bed4abc5534',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u8, aligned_lowp_u8, 1)'],['../a00231.html#ga404bba7785130e0b1384d695a9450b28',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u16, aligned_lowp_u16, 2)'],['../a00231.html#ga31ba41fd896257536958ec6080203d2a',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u32, aligned_lowp_u32, 4)'],['../a00231.html#gacca5f13627f57b3505676e40a6e43e5e',1,'glm::GLM_ALIGNED_TYPEDEF(lowp_u64, aligned_lowp_u64, 8)'],['../a00231.html#ga5faf1d3e70bf33174dd7f3d01d5b883b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint8, aligned_mediump_uint8, 1)'],['../a00231.html#ga727e2bf2c433bb3b0182605860a48363',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint16, aligned_mediump_uint16, 2)'],['../a00231.html#ga12566ca66d5962dadb4a5eb4c74e891e',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint32, aligned_mediump_uint32, 4)'],['../a00231.html#ga7b66a97a8acaa35c5a377b947318c6bc',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint64, aligned_mediump_uint64, 8)'],['../a00231.html#gaa9cde002439b74fa66120a16a9f55fcc',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint8_t, aligned_mediump_uint8_t, 1)'],['../a00231.html#ga1ca98c67f7d1e975f7c5202f1da1df1f',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint16_t, aligned_mediump_uint16_t, 2)'],['../a00231.html#ga1dc8bc6199d785f235576948d80a597c',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint32_t, aligned_mediump_uint32_t, 4)'],['../a00231.html#gad14a0f2ec93519682b73d70b8e401d81',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_uint64_t, aligned_mediump_uint64_t, 8)'],['../a00231.html#gada8b996eb6526dc1ead813bd49539d1b',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u8, aligned_mediump_u8, 1)'],['../a00231.html#ga28948f6bfb52b42deb9d73ae1ea8d8b0',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u16, aligned_mediump_u16, 2)'],['../a00231.html#gad6a7c0b5630f89d3f1c5b4ef2919bb4c',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u32, aligned_mediump_u32, 4)'],['../a00231.html#gaa0fc531cbaa972ac3a0b86d21ef4a7fa',1,'glm::GLM_ALIGNED_TYPEDEF(mediump_u64, aligned_mediump_u64, 8)'],['../a00231.html#ga0ee829f7b754b262bbfe6317c0d678ac',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint8, aligned_highp_uint8, 1)'],['../a00231.html#ga447848a817a626cae08cedc9778b331c',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint16, aligned_highp_uint16, 2)'],['../a00231.html#ga6027ae13b2734f542a6e7beee11b8820',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint32, aligned_highp_uint32, 4)'],['../a00231.html#ga2aca46c8608c95ef991ee4c332acde5f',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint64, aligned_highp_uint64, 8)'],['../a00231.html#gaff50b10dd1c48be324fdaffd18e2c7ea',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint8_t, aligned_highp_uint8_t, 1)'],['../a00231.html#ga9fc4421dbb833d5461e6d4e59dcfde55',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint16_t, aligned_highp_uint16_t, 2)'],['../a00231.html#ga329f1e2b94b33ba5e3918197030bcf03',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint32_t, aligned_highp_uint32_t, 4)'],['../a00231.html#ga71e646f7e301aa422328194162c9c998',1,'glm::GLM_ALIGNED_TYPEDEF(highp_uint64_t, aligned_highp_uint64_t, 8)'],['../a00231.html#ga8942e09f479489441a7a5004c6d8cb66',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u8, aligned_highp_u8, 1)'],['../a00231.html#gaab32497d6e4db16ee439dbedd64c5865',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u16, aligned_highp_u16, 2)'],['../a00231.html#gaaadbb34952eca8e3d7fe122c3e167742',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u32, aligned_highp_u32, 4)'],['../a00231.html#ga92024d27c74a3650afb55ec8e024ed25',1,'glm::GLM_ALIGNED_TYPEDEF(highp_u64, aligned_highp_u64, 8)'],['../a00231.html#gabde1d0b4072df35453db76075ab896a6',1,'glm::GLM_ALIGNED_TYPEDEF(uint8, aligned_uint8, 1)'],['../a00231.html#ga06c296c9e398b294c8c9dd2a7693dcbb',1,'glm::GLM_ALIGNED_TYPEDEF(uint16, aligned_uint16, 2)'],['../a00231.html#gacf1744488c96ebd33c9f36ad33b2010a',1,'glm::GLM_ALIGNED_TYPEDEF(uint32, aligned_uint32, 4)'],['../a00231.html#ga3328061a64c20ba59d5f9da24c2cd059',1,'glm::GLM_ALIGNED_TYPEDEF(uint64, aligned_uint64, 8)'],['../a00231.html#gaf6ced36f13bae57f377bafa6f5fcc299',1,'glm::GLM_ALIGNED_TYPEDEF(uint8_t, aligned_uint8_t, 1)'],['../a00231.html#gafbc7fb7847bfc78a339d1d371c915c73',1,'glm::GLM_ALIGNED_TYPEDEF(uint16_t, aligned_uint16_t, 2)'],['../a00231.html#gaa86bc56a73fd8120b1121b5f5e6245ae',1,'glm::GLM_ALIGNED_TYPEDEF(uint32_t, aligned_uint32_t, 4)'],['../a00231.html#ga68c0b9e669060d0eb5ab8c3ddeb483d8',1,'glm::GLM_ALIGNED_TYPEDEF(uint64_t, aligned_uint64_t, 8)'],['../a00231.html#ga4f3bab577daf3343e99cc005134bce86',1,'glm::GLM_ALIGNED_TYPEDEF(u8, aligned_u8, 1)'],['../a00231.html#ga13a2391339d0790d43b76d00a7611c4f',1,'glm::GLM_ALIGNED_TYPEDEF(u16, aligned_u16, 2)'],['../a00231.html#ga197570e03acbc3d18ab698e342971e8f',1,'glm::GLM_ALIGNED_TYPEDEF(u32, aligned_u32, 4)'],['../a00231.html#ga0f033b21e145a1faa32c62ede5878993',1,'glm::GLM_ALIGNED_TYPEDEF(u64, aligned_u64, 8)'],['../a00231.html#ga509af83527f5cd512e9a7873590663aa',1,'glm::GLM_ALIGNED_TYPEDEF(uvec1, aligned_uvec1, 4)'],['../a00231.html#ga94e86186978c502c6dc0c0d9c4a30679',1,'glm::GLM_ALIGNED_TYPEDEF(uvec2, aligned_uvec2, 8)'],['../a00231.html#ga5cec574686a7f3c8ed24bb195c5e2d0a',1,'glm::GLM_ALIGNED_TYPEDEF(uvec3, aligned_uvec3, 16)'],['../a00231.html#ga47edfdcee9c89b1ebdaf20450323b1d4',1,'glm::GLM_ALIGNED_TYPEDEF(uvec4, aligned_uvec4, 16)'],['../a00231.html#ga5611d6718e3a00096918a64192e73a45',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec1, aligned_u8vec1, 1)'],['../a00231.html#ga19837e6f72b60d994a805ef564c6c326',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec2, aligned_u8vec2, 2)'],['../a00231.html#ga9740cf8e34f068049b42a2753f9601c2',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec3, aligned_u8vec3, 4)'],['../a00231.html#ga8b8588bb221448f5541a858903822a57',1,'glm::GLM_ALIGNED_TYPEDEF(u8vec4, aligned_u8vec4, 4)'],['../a00231.html#ga991abe990c16de26b2129d6bc2f4c051',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec1, aligned_u16vec1, 2)'],['../a00231.html#gac01bb9fc32a1cd76c2b80d030f71df4c',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec2, aligned_u16vec2, 4)'],['../a00231.html#ga09540dbca093793a36a8997e0d4bee77',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec3, aligned_u16vec3, 8)'],['../a00231.html#gaecafb5996f5a44f57e34d29c8670741e',1,'glm::GLM_ALIGNED_TYPEDEF(u16vec4, aligned_u16vec4, 8)'],['../a00231.html#gac6b161a04d2f8408fe1c9d857e8daac0',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec1, aligned_u32vec1, 4)'],['../a00231.html#ga1fa0dfc8feb0fa17dab2acd43e05342b',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec2, aligned_u32vec2, 8)'],['../a00231.html#ga0019500abbfa9c66eff61ca75eaaed94',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec3, aligned_u32vec3, 16)'],['../a00231.html#ga14fd29d01dae7b08a04e9facbcc18824',1,'glm::GLM_ALIGNED_TYPEDEF(u32vec4, aligned_u32vec4, 16)'],['../a00231.html#gab253845f534a67136f9619843cade903',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec1, aligned_u64vec1, 8)'],['../a00231.html#ga929427a7627940cdf3304f9c050b677d',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec2, aligned_u64vec2, 16)'],['../a00231.html#gae373b6c04fdf9879f33d63e6949c037e',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec3, aligned_u64vec3, 32)'],['../a00231.html#ga53a8a03dca2015baec4584f45b8e9cdc',1,'glm::GLM_ALIGNED_TYPEDEF(u64vec4, aligned_u64vec4, 32)'],['../a00231.html#gab3301bae94ef5bf59fbdd9a24e7d2a01',1,'glm::GLM_ALIGNED_TYPEDEF(float32, aligned_float32, 4)'],['../a00231.html#ga75930684ff2233171c573e603f216162',1,'glm::GLM_ALIGNED_TYPEDEF(float64, aligned_float64, 8)'],['../a00231.html#gada9b0bea273d3ae0286f891533b9568f',1,'glm::GLM_ALIGNED_TYPEDEF(float32_t, aligned_float32_t, 4)'],['../a00231.html#ga6e3a2d83b131336219a0f4c7cbba2a48',1,'glm::GLM_ALIGNED_TYPEDEF(float64_t, aligned_float64_t, 8)'],['../a00231.html#gadbce23b9f23d77bb3884e289a574ebd5',1,'glm::GLM_ALIGNED_TYPEDEF(float32, aligned_f32, 4)'],['../a00231.html#gaa4deaa0dea930c393d55e7a4352b0a20',1,'glm::GLM_ALIGNED_TYPEDEF(float64, aligned_f64, 8)'],['../a00231.html#ga81bc497b2bfc6f80bab690c6ee28f0f9',1,'glm::GLM_ALIGNED_TYPEDEF(vec1, aligned_vec1, 4)'],['../a00231.html#gada3e8f783e9d4b90006695a16c39d4d4',1,'glm::GLM_ALIGNED_TYPEDEF(vec2, aligned_vec2, 8)'],['../a00231.html#gab8d081fac3a38d6f55fa552f32168d32',1,'glm::GLM_ALIGNED_TYPEDEF(vec3, aligned_vec3, 16)'],['../a00231.html#ga12fe7b9769c964c5b48dcfd8b7f40198',1,'glm::GLM_ALIGNED_TYPEDEF(vec4, aligned_vec4, 16)'],['../a00231.html#gaefab04611c7f8fe1fd9be3071efea6cc',1,'glm::GLM_ALIGNED_TYPEDEF(fvec1, aligned_fvec1, 4)'],['../a00231.html#ga2543c05ba19b3bd19d45b1227390c5b4',1,'glm::GLM_ALIGNED_TYPEDEF(fvec2, aligned_fvec2, 8)'],['../a00231.html#ga009afd727fd657ef33a18754d6d28f60',1,'glm::GLM_ALIGNED_TYPEDEF(fvec3, aligned_fvec3, 16)'],['../a00231.html#ga2f26177e74bfb301a3d0e02ec3c3ef53',1,'glm::GLM_ALIGNED_TYPEDEF(fvec4, aligned_fvec4, 16)'],['../a00231.html#ga309f495a1d6b75ddf195b674b65cb1e4',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec1, aligned_f32vec1, 4)'],['../a00231.html#ga5e185865a2217d0cd47187644683a8c3',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec2, aligned_f32vec2, 8)'],['../a00231.html#gade4458b27b039b9ca34f8ec049f3115a',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec3, aligned_f32vec3, 16)'],['../a00231.html#ga2e8a12c5e6a9c4ae4ddaeda1d1cffe3b',1,'glm::GLM_ALIGNED_TYPEDEF(f32vec4, aligned_f32vec4, 16)'],['../a00231.html#ga3e0f35fa0c626285a8bad41707e7316c',1,'glm::GLM_ALIGNED_TYPEDEF(dvec1, aligned_dvec1, 8)'],['../a00231.html#ga78bfec2f185d1d365ea0a9ef1e3d45b8',1,'glm::GLM_ALIGNED_TYPEDEF(dvec2, aligned_dvec2, 16)'],['../a00231.html#ga01fe6fee6db5df580b6724a7e681f069',1,'glm::GLM_ALIGNED_TYPEDEF(dvec3, aligned_dvec3, 32)'],['../a00231.html#ga687d5b8f551d5af32425c0b2fba15e99',1,'glm::GLM_ALIGNED_TYPEDEF(dvec4, aligned_dvec4, 32)'],['../a00231.html#ga8e842371d46842ff8f1813419ba49d0f',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec1, aligned_f64vec1, 8)'],['../a00231.html#ga32814aa0f19316b43134fc25f2aad2b9',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec2, aligned_f64vec2, 16)'],['../a00231.html#gaf3d3bbc1e93909b689123b085e177a14',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec3, aligned_f64vec3, 32)'],['../a00231.html#ga804c654cead1139bd250f90f9bb01fad',1,'glm::GLM_ALIGNED_TYPEDEF(f64vec4, aligned_f64vec4, 32)'],['../a00231.html#gafed7d010235a3aa7ea2f88646858f2ae',1,'glm::GLM_ALIGNED_TYPEDEF(mat2, aligned_mat2, 16)'],['../a00231.html#ga17f911ee7b78ca6d1b91c4ab51ddb73c',1,'glm::GLM_ALIGNED_TYPEDEF(mat3, aligned_mat3, 16)'],['../a00231.html#ga31940e6012b72110e26fdb0f54805033',1,'glm::GLM_ALIGNED_TYPEDEF(mat4, aligned_mat4, 16)'],['../a00231.html#ga01de96cd0b541c52d2b4a3faf65822e9',1,'glm::GLM_ALIGNED_TYPEDEF(mat2x2, aligned_mat2x2, 16)'],['../a00231.html#gac88a191b004bd341e64fc53b5a4d00e3',1,'glm::GLM_ALIGNED_TYPEDEF(mat3x3, aligned_mat3x3, 16)'],['../a00231.html#gabe8c745fa2ced44a600a6e3f19991161',1,'glm::GLM_ALIGNED_TYPEDEF(mat4x4, aligned_mat4x4, 16)'],['../a00231.html#ga719da577361541a4c43a2dd1d0e361e1',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x2, aligned_fmat2, 16)'],['../a00231.html#ga6e7ee4f541e1d7db66cd1a224caacafb',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x3, aligned_fmat3, 16)'],['../a00231.html#gae5d672d359f2a39f63f98c7975057486',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x4, aligned_fmat4, 16)'],['../a00231.html#ga6fa2df037dbfc5fe8c8e0b4db8a34953',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x2, aligned_fmat2x2, 16)'],['../a00231.html#ga0743b4f4f69a3227b82ff58f6abbad62',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x3, aligned_fmat2x3, 16)'],['../a00231.html#ga1a76b325fdf70f961d835edd182c63dd',1,'glm::GLM_ALIGNED_TYPEDEF(fmat2x4, aligned_fmat2x4, 16)'],['../a00231.html#ga4b4e181cd041ba28c3163e7b8074aef0',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x2, aligned_fmat3x2, 16)'],['../a00231.html#ga27b13f465abc8a40705698145e222c3f',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x3, aligned_fmat3x3, 16)'],['../a00231.html#ga2608d19cc275830a6f8c0b6405625a4f',1,'glm::GLM_ALIGNED_TYPEDEF(fmat3x4, aligned_fmat3x4, 16)'],['../a00231.html#ga93f09768241358a287c4cca538f1f7e7',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x2, aligned_fmat4x2, 16)'],['../a00231.html#ga7c117e3ecca089e10247b1d41d88aff9',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x3, aligned_fmat4x3, 16)'],['../a00231.html#ga07c75cd04ba42dc37fa3e105f89455c5',1,'glm::GLM_ALIGNED_TYPEDEF(fmat4x4, aligned_fmat4x4, 16)'],['../a00231.html#ga65ff0d690a34a4d7f46f9b2eb51525ee',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x2, aligned_f32mat2, 16)'],['../a00231.html#gadd8ddbe2bf65ccede865ba2f510176dc',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x3, aligned_f32mat3, 16)'],['../a00231.html#gaf18dbff14bf13d3ff540c517659ec045',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x4, aligned_f32mat4, 16)'],['../a00231.html#ga66339f6139bf7ff19e245beb33f61cc8',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x2, aligned_f32mat2x2, 16)'],['../a00231.html#ga1558a48b3934011b52612809f443e46d',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x3, aligned_f32mat2x3, 16)'],['../a00231.html#gaa52e5732daa62851627021ad551c7680',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat2x4, aligned_f32mat2x4, 16)'],['../a00231.html#gac09663c42566bcb58d23c6781ac4e85a',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x2, aligned_f32mat3x2, 16)'],['../a00231.html#ga3f510999e59e1b309113e1d561162b29',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x3, aligned_f32mat3x3, 16)'],['../a00231.html#ga2c9c94f0c89cd71ce56551db6cf4aaec',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat3x4, aligned_f32mat3x4, 16)'],['../a00231.html#ga99ce8274c750fbfdf0e70c95946a2875',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x2, aligned_f32mat4x2, 16)'],['../a00231.html#ga9476ef66790239df53dbe66f3989c3b5',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x3, aligned_f32mat4x3, 16)'],['../a00231.html#gacc429b3b0b49921e12713b6d31e14e1d',1,'glm::GLM_ALIGNED_TYPEDEF(f32mat4x4, aligned_f32mat4x4, 16)'],['../a00231.html#ga88f6c6fa06e6e64479763e69444669cf',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x2, aligned_f64mat2, 32)'],['../a00231.html#gaae8e4639c991e64754145ab8e4c32083',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x3, aligned_f64mat3, 32)'],['../a00231.html#ga6e9094f3feb3b5b49d0f83683a101fde',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x4, aligned_f64mat4, 32)'],['../a00231.html#gadbd2c639c03de1c3e9591b5a39f65559',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x2, aligned_f64mat2x2, 32)'],['../a00231.html#gab059d7b9fe2094acc563b7223987499f',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x3, aligned_f64mat2x3, 32)'],['../a00231.html#gabbc811d1c52ed2b8cfcaff1378f75c69',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat2x4, aligned_f64mat2x4, 32)'],['../a00231.html#ga9ddf5212777734d2fd841a84439f3bdf',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x2, aligned_f64mat3x2, 32)'],['../a00231.html#gad1dda32ed09f94bfcf0a7d8edfb6cf13',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x3, aligned_f64mat3x3, 32)'],['../a00231.html#ga5875e0fa72f07e271e7931811cbbf31a',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat3x4, aligned_f64mat3x4, 32)'],['../a00231.html#ga41e82cd6ac07f912ba2a2d45799dcf0d',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x2, aligned_f64mat4x2, 32)'],['../a00231.html#ga0892638d6ba773043b3d63d1d092622e',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x3, aligned_f64mat4x3, 32)'],['../a00231.html#ga912a16432608b822f1e13607529934c1',1,'glm::GLM_ALIGNED_TYPEDEF(f64mat4x4, aligned_f64mat4x4, 32)'],['../a00231.html#gafd945a8ea86b042aba410e0560df9a3d',1,'glm::GLM_ALIGNED_TYPEDEF(quat, aligned_quat, 16)'],['../a00231.html#gad8c4bfacff70e57dc8303634c8bfce35',1,'glm::GLM_ALIGNED_TYPEDEF(fquat, aligned_fquat, 16)'],['../a00231.html#gaabc28c84a3288b697605d4688686f9a9',1,'glm::GLM_ALIGNED_TYPEDEF(dquat, aligned_dquat, 32)'],['../a00231.html#ga1ed8aeb5ca67fade269a46105f1bf273',1,'glm::GLM_ALIGNED_TYPEDEF(f32quat, aligned_f32quat, 16)'],['../a00231.html#ga95cc03b8b475993fa50e05e38e203303',1,'glm::GLM_ALIGNED_TYPEDEF(f64quat, aligned_f64quat, 32)']]], + ['golden_5fratio',['golden_ratio',['../a00162.html#ga748cf8642830657c5b7eae04d0a80899',1,'glm']]], + ['greaterthan',['greaterThan',['../a00152.html#gadd80263161a308462d3e3e287e79cccd',1,'glm::greaterThan(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga09d21a588ae425ac7517ea65cc59a5ae',1,'glm::greaterThan(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['greaterthanequal',['greaterThanEqual',['../a00152.html#gaee7e101f8cc4ea43924f14dcdeb2ef26',1,'glm::greaterThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga0906a221a2037519fcf316ea5c1e3b3e',1,'glm::greaterThanEqual(tquat< T, P > const &x, tquat< T, P > const &y)']]] +]; diff --git a/glm/doc/api/search/functions_7.html b/glm/doc/api/search/functions_7.html new file mode 100644 index 0000000..3857329 --- /dev/null +++ b/glm/doc/api/search/functions_7.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_7.js b/glm/doc/api/search/functions_7.js new file mode 100644 index 0000000..5658ff8 --- /dev/null +++ b/glm/doc/api/search/functions_7.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['half_5fpi',['half_pi',['../a00162.html#ga0c36b41d462e45641faf7d7938948bac',1,'glm']]], + ['hermite',['hermite',['../a00226.html#gaa69e143f6374d32f934a8edeaa50bac9',1,'glm']]], + ['highestbitvalue',['highestBitValue',['../a00182.html#ga0dcc8fe7c3d3ad60dea409281efa3d05',1,'glm::highestBitValue(genIUType Value)'],['../a00182.html#ga5eea3a4d429040af13d39a7d7cd84d73',1,'glm::highestBitValue(vecType< T, P > const &value)']]], + ['hsvcolor',['hsvColor',['../a00184.html#gae72039c00a7be2f03a3b94b37a54349a',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_8.html b/glm/doc/api/search/functions_8.html new file mode 100644 index 0000000..088e437 --- /dev/null +++ b/glm/doc/api/search/functions_8.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_8.js b/glm/doc/api/search/functions_8.js new file mode 100644 index 0000000..bf3c705 --- /dev/null +++ b/glm/doc/api/search/functions_8.js @@ -0,0 +1,30 @@ +var searchData= +[ + ['imulextended',['imulExtended',['../a00148.html#ga6e6e8b29ca40d8ca2df10b58ed17d426',1,'glm']]], + ['infiniteperspective',['infinitePerspective',['../a00169.html#ga79f704ad91a5f0d68abd88c66c8186e5',1,'glm']]], + ['infiniteperspectivelh',['infinitePerspectiveLH',['../a00169.html#ga47af534da2b28effa4c7945ec82ccd9d',1,'glm']]], + ['infiniteperspectiverh',['infinitePerspectiveRH',['../a00169.html#ga79575023763df88dff1bf8255a42d0be',1,'glm']]], + ['intbitstofloat',['intBitsToFloat',['../a00145.html#ga4fb7c21c2dce064b26fd9ccdaf9adcd4',1,'glm::intBitsToFloat(int const &v)'],['../a00145.html#gad21ab176dd0e6b59d923db5efca87f4e',1,'glm::intBitsToFloat(vecType< int, P > const &v)']]], + ['intermediate',['intermediate',['../a00220.html#ga56abae85b3669c866e91f3c57b298b9c',1,'glm']]], + ['interpolate',['interpolate',['../a00205.html#ga45099a92c5c704503565619ac2bcd5c6',1,'glm']]], + ['intersectlinesphere',['intersectLineSphere',['../a00200.html#ga9c68139f3d8a4f3d7fe45f9dbc0de5b7',1,'glm']]], + ['intersectlinetriangle',['intersectLineTriangle',['../a00200.html#ga9d29b9b3acb504d43986502f42740df4',1,'glm']]], + ['intersectrayplane',['intersectRayPlane',['../a00200.html#gad3697a9700ea379739a667ea02573488',1,'glm']]], + ['intersectraysphere',['intersectRaySphere',['../a00200.html#gac88f8cd84c4bcb5b947d56acbbcfa56e',1,'glm::intersectRaySphere(genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, typename genType::value_type const sphereRadiusSquered, typename genType::value_type &intersectionDistance)'],['../a00200.html#gad28c00515b823b579c608aafa1100c1d',1,'glm::intersectRaySphere(genType const &rayStarting, genType const &rayNormalizedDirection, genType const &sphereCenter, const typename genType::value_type sphereRadius, genType &intersectionPosition, genType &intersectionNormal)']]], + ['intersectraytriangle',['intersectRayTriangle',['../a00200.html#gab16c1b47c10451e7604b51b39a7ef21d',1,'glm']]], + ['inverse',['inverse',['../a00149.html#gaa7e1d5586cd499126cec76e0f11871e3',1,'glm::inverse(matType< T, P > const &m)'],['../a00172.html#ga5f47300c024c2d809944e6ac661d6d14',1,'glm::inverse(tquat< T, P > const &q)'],['../a00189.html#ga2149d3cb8af04d9530de0cd16aa1aab2',1,'glm::inverse(tdualquat< T, P > const &q)']]], + ['inversesqrt',['inversesqrt',['../a00146.html#ga599103d4fe4ef2234761ba8da7268627',1,'glm']]], + ['inversetranspose',['inverseTranspose',['../a00168.html#gab213cd0e3ead5f316d583f99d6312008',1,'glm']]], + ['iround',['iround',['../a00165.html#ga0a42ffb863cc980e91f98d2f5766de20',1,'glm']]], + ['iscompnull',['isCompNull',['../a00235.html#ga93ecd4137480483ce1af0de8bbbf6546',1,'glm']]], + ['isdenormal',['isdenormal',['../a00186.html#ga74aa7c7462245d83bd5a9edf9c6c2d91',1,'glm']]], + ['isfinite',['isfinite',['../a00187.html#gaf4b04dcd3526996d68c1bfe17bfc8657',1,'glm::isfinite(genType const &x)'],['../a00187.html#ga553e2e95b06a0f70c718605998889d3b',1,'glm::isfinite(const tvec1< T, P > &x)'],['../a00187.html#ga7dd492aa7d6ec21715f9a91b6e5e596a',1,'glm::isfinite(const tvec2< T, P > &x)'],['../a00187.html#ga1be9593d810fceb278a2854da8a25273',1,'glm::isfinite(const tvec3< T, P > &x)'],['../a00187.html#ga8c6a59e2f2ac84fba0c5932f1c35bf7a',1,'glm::isfinite(const tvec4< T, P > &x)']]], + ['isidentity',['isIdentity',['../a00208.html#gafc1ce12c738b8c5d007179e615609330',1,'glm']]], + ['isinf',['isinf',['../a00145.html#gaf28f7a4696746f081685c9fd05c7e2de',1,'glm::isinf(vecType< T, P > const &x)'],['../a00172.html#ga0a850f06736d25887536d0da88e63c70',1,'glm::isinf(tquat< T, P > const &x)']]], + ['ismultiple',['isMultiple',['../a00175.html#gaf7444a7b2eb524f373463ceba76b9326',1,'glm::isMultiple(genIUType Value, genIUType Multiple)'],['../a00175.html#ga50ea5d5dc33fffba39ad6002a3784123',1,'glm::isMultiple(vecType< T, P > const &Value, T Multiple)'],['../a00175.html#ga7ae705574ef3e3ebfb4f537d8d285c48',1,'glm::isMultiple(vecType< T, P > const &Value, vecType< T, P > const &Multiple)']]], + ['isnan',['isnan',['../a00145.html#ga6cb8f202a52eed2331724a3800198ebf',1,'glm::isnan(vecType< T, P > const &x)'],['../a00172.html#gad2fc52dd4ba5ff79cc56b3e0f9c092ed',1,'glm::isnan(tquat< T, P > const &x)']]], + ['isnormalized',['isNormalized',['../a00208.html#ga11a8d5cdb36496b85f61e4f5f7f2602c',1,'glm::isNormalized(tmat2x2< T, P > const &m, T const &epsilon)'],['../a00208.html#ga351bcc8d485d329b78cfa875e084964d',1,'glm::isNormalized(tmat3x3< T, P > const &m, T const &epsilon)'],['../a00208.html#ga934b673ec0e16d79eca0ca9dbb5d6d8b',1,'glm::isNormalized(tmat4x4< T, P > const &m, T const &epsilon)'],['../a00235.html#ga6fa5fa2af67d14c205d24c49aad03270',1,'glm::isNormalized(vecType< T, P > const &v, T const &epsilon)']]], + ['isnull',['isNull',['../a00208.html#ga37e535cbeaea383b8c1247b98875cd4b',1,'glm::isNull(tmat2x2< T, P > const &m, T const &epsilon)'],['../a00208.html#gac67a5c7e029a84b74b02ac9599b8972d',1,'glm::isNull(tmat3x3< T, P > const &m, T const &epsilon)'],['../a00208.html#ga326de496972051413c7b44b85fc9cb6e',1,'glm::isNull(tmat4x4< T, P > const &m, T const &epsilon)'],['../a00235.html#ga81a64edc1a2b470b82896592e89c523b',1,'glm::isNull(vecType< T, P > const &v, T const &epsilon)']]], + ['isorthogonal',['isOrthogonal',['../a00208.html#gab2cb5d23df77b4e4e63ad2965acd31b3',1,'glm']]], + ['ispoweroftwo',['isPowerOfTwo',['../a00175.html#gaebf826fbb6e0a70eeaab0792d89b25ec',1,'glm::isPowerOfTwo(genIUType Value)'],['../a00175.html#gad454e4c8d8cd73ddc7de855f733a1465',1,'glm::isPowerOfTwo(vecType< T, P > const &value)']]] +]; diff --git a/glm/doc/api/search/functions_9.html b/glm/doc/api/search/functions_9.html new file mode 100644 index 0000000..61de44a --- /dev/null +++ b/glm/doc/api/search/functions_9.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_9.js b/glm/doc/api/search/functions_9.js new file mode 100644 index 0000000..bff5692 --- /dev/null +++ b/glm/doc/api/search/functions_9.js @@ -0,0 +1,25 @@ +var searchData= +[ + ['l1norm',['l1Norm',['../a00211.html#gaebe5a39b06e262e615622129f37da4f4',1,'glm::l1Norm(tvec3< T, P > const &x, tvec3< T, P > const &y)'],['../a00211.html#ga6d5964f09cdb43803496a5ee3ced71cb',1,'glm::l1Norm(tvec3< T, P > const &v)']]], + ['l2norm',['l2Norm',['../a00211.html#gafa6fbbc99cd44d81bf030e74eaf7ad64',1,'glm::l2Norm(tvec3< T, P > const &x, tvec3< T, P > const &y)'],['../a00211.html#ga0a8cb8a0ce88d1d977de23209bf04610',1,'glm::l2Norm(tvec3< T, P > const &x)']]], + ['ldexp',['ldexp',['../a00145.html#ga52e319d7289b849ec92055abd4830533',1,'glm']]], + ['lefthanded',['leftHanded',['../a00197.html#ga7425e0ebfe6a56919900a072ae1f8017',1,'glm']]], + ['length',['length',['../a00147.html#ga18d45e3d4c7705e67ccfabd99e521604',1,'glm::length(vecType< T, P > const &x)'],['../a00172.html#gac682181783027544c8d251b4d3a60cf8',1,'glm::length(tquat< T, P > const &q)']]], + ['length2',['length2',['../a00211.html#ga6d326d62fd9b7f4f0a1b79e56492a7e4',1,'glm::length2(vecType< T, P > const &x)'],['../a00220.html#ga02b45352c7ac345cabc9e877314acda6',1,'glm::length2(tquat< T, P > const &q)']]], + ['lerp',['lerp',['../a00172.html#ga5692804fa4db9e762a1c19b607e54435',1,'glm::lerp(tquat< T, P > const &x, tquat< T, P > const &y, T a)'],['../a00187.html#ga5494ba3a95ea6594c86fc75236886864',1,'glm::lerp(T x, T y, T a)'],['../a00187.html#ga0aa79a146332650a1eb18ae996c653fe',1,'glm::lerp(const tvec2< T, P > &x, const tvec2< T, P > &y, T a)'],['../a00187.html#gaf4c885ac72b8879b05777cb516c555c9',1,'glm::lerp(const tvec3< T, P > &x, const tvec3< T, P > &y, T a)'],['../a00187.html#ga363d5d069d31a6c2cdd1e9589dde4a60',1,'glm::lerp(const tvec4< T, P > &x, const tvec4< T, P > &y, T a)'],['../a00187.html#ga7609b44d8aefc5a277efe73395ff4070',1,'glm::lerp(const tvec2< T, P > &x, const tvec2< T, P > &y, const tvec2< T, P > &a)'],['../a00187.html#ga90a1d1364a8d078846857178bdcc9af1',1,'glm::lerp(const tvec3< T, P > &x, const tvec3< T, P > &y, const tvec3< T, P > &a)'],['../a00187.html#gae4b0244b0d882657bed0a99dfa33f379',1,'glm::lerp(const tvec4< T, P > &x, const tvec4< T, P > &y, const tvec4< T, P > &a)'],['../a00189.html#ga8039b88397ca09275be924a26a806a59',1,'glm::lerp(tdualquat< T, P > const &x, tdualquat< T, P > const &y, T const &a)']]], + ['lessthan',['lessThan',['../a00152.html#ga6261970937a70b0b747ae0d3ade1c188',1,'glm::lessThan(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga91a40d16a3b5bb47d71ac1a3fb688ffa',1,'glm::lessThan(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['lessthanequal',['lessThanEqual',['../a00152.html#gaaf1d88119f11200c32011de7c5ec0102',1,'glm::lessThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga7c81996ed2724f26fe76faf352c76294',1,'glm::lessThanEqual(tquat< T, P > const &x, tquat< T, P > const &y)']]], + ['lineargradient',['linearGradient',['../a00196.html#gacde26d5e0c4a1856467bded9dfad9040',1,'glm']]], + ['linearrand',['linearRand',['../a00173.html#ga12aebc19b85a8c736f5801c2f7b9b716',1,'glm::linearRand(genTYpe Min, genTYpe Max)'],['../a00173.html#gaba9cec867916d894d794a32897b7fdfd',1,'glm::linearRand(vecType< T, P > const &Min, vecType< T, P > const &Max)']]], + ['ln_5fln_5ftwo',['ln_ln_two',['../a00162.html#gaca94292c839ed31a405ab7a81ae7e850',1,'glm']]], + ['ln_5ften',['ln_ten',['../a00162.html#gaf97ebc6c059ffd788e6c4946f71ef66c',1,'glm']]], + ['ln_5ftwo',['ln_two',['../a00162.html#ga24f4d27765678116f41a2f336ab7975c',1,'glm']]], + ['log',['log',['../a00146.html#ga21efca311e62d233de0ae96bab126b83',1,'glm::log(vecType< T, P > const &v)'],['../a00202.html#ga60a7b0a401da660869946b2b77c710c9',1,'glm::log(genType const &x, genType const &base)'],['../a00220.html#ga791f42e134bfe97fc9c96f4668dd7489',1,'glm::log(tquat< T, P > const &q)']]], + ['log2',['log2',['../a00146.html#gabae30945338a555a03733f00dad95d0d',1,'glm::log2(vecType< T, P > const &v)'],['../a00165.html#ga9bd682e74bfacb005c735305207ec417',1,'glm::log2(genIUType x)']]], + ['lookat',['lookAt',['../a00169.html#gaf8eef81da1ad09f6a8920101c01eaae4',1,'glm']]], + ['lookatlh',['lookAtLH',['../a00169.html#gacd0c077ec7b58a575855e29cb5fb586d',1,'glm']]], + ['lookatrh',['lookAtRH',['../a00169.html#ga2876d9313334980b94292d2ec169088e',1,'glm']]], + ['lowestbitvalue',['lowestBitValue',['../a00182.html#ga2ff6568089f3a9b67f5c30918855fc6f',1,'glm']]], + ['luminosity',['luminosity',['../a00184.html#gaa2f38a5100c3e1c7d39920df43bd8cbe',1,'glm']]], + ['lxnorm',['lxNorm',['../a00211.html#ga932bb0854e5c5a6ab5a14b023c451ca7',1,'glm::lxNorm(tvec3< T, P > const &x, tvec3< T, P > const &y, unsigned int Depth)'],['../a00211.html#gaab931b0d1acfe2f9c1cb78311edf24fc',1,'glm::lxNorm(tvec3< T, P > const &x, unsigned int Depth)']]] +]; diff --git a/glm/doc/api/search/functions_a.html b/glm/doc/api/search/functions_a.html new file mode 100644 index 0000000..a46b662 --- /dev/null +++ b/glm/doc/api/search/functions_a.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_a.js b/glm/doc/api/search/functions_a.js new file mode 100644 index 0000000..18bad16 --- /dev/null +++ b/glm/doc/api/search/functions_a.js @@ -0,0 +1,35 @@ +var searchData= +[ + ['make_5fmat2',['make_mat2',['../a00178.html#ga52a16e333fef7e33ca740779482a8693',1,'glm']]], + ['make_5fmat2x2',['make_mat2x2',['../a00178.html#gadb29e510762e1042069cb28bf24ae990',1,'glm']]], + ['make_5fmat2x3',['make_mat2x3',['../a00178.html#ga37988c6dd941f617cdfab86d54375fc1',1,'glm']]], + ['make_5fmat2x4',['make_mat2x4',['../a00178.html#ga6dfb2ac10859b0cc8e3893ea84fa95b5',1,'glm']]], + ['make_5fmat3',['make_mat3',['../a00178.html#gac2bc10c519ffc8db9e24f325f23787ea',1,'glm']]], + ['make_5fmat3x2',['make_mat3x2',['../a00178.html#gabe1e5066608a66da7a94f802b57b4eed',1,'glm']]], + ['make_5fmat3x3',['make_mat3x3',['../a00178.html#ga3cbe7adf857c867cee77eae4617abadd',1,'glm']]], + ['make_5fmat3x4',['make_mat3x4',['../a00178.html#gac083edd180ab4d4b817acc60c516209b',1,'glm']]], + ['make_5fmat4',['make_mat4',['../a00178.html#ga2c6e6d457cb932e1ce683e4f690a6f60',1,'glm']]], + ['make_5fmat4x2',['make_mat4x2',['../a00178.html#ga967a5b934e67ff9a6d1d0d27a377a264',1,'glm']]], + ['make_5fmat4x3',['make_mat4x3',['../a00178.html#ga4d42daced532b33cc672280e48670a51',1,'glm']]], + ['make_5fmat4x4',['make_mat4x4',['../a00178.html#gaf605a5f5e2ff594e8d404b2855b09541',1,'glm']]], + ['make_5fquat',['make_quat',['../a00178.html#gaadafb6600af2633e4c98cc64c72f5269',1,'glm']]], + ['make_5fvec2',['make_vec2',['../a00178.html#ga5f7393c30970c5949be13ceb525093a6',1,'glm']]], + ['make_5fvec3',['make_vec3',['../a00178.html#ga86f4bc63570db86346db2e567fb760f6',1,'glm']]], + ['make_5fvec4',['make_vec4',['../a00178.html#ga152345176b8951c15711f6ed4f6fc237',1,'glm']]], + ['mask',['mask',['../a00159.html#gad7eba518a0b71662114571ee76939f8a',1,'glm::mask(genIUType Bits)'],['../a00159.html#ga073dbd8642f550b51da3572541431c1c',1,'glm::mask(vecIUType< T, P > const &v)']]], + ['mat2x4_5fcast',['mat2x4_cast',['../a00189.html#ga2d124748183e12db8288eeaca350298e',1,'glm']]], + ['mat3_5fcast',['mat3_cast',['../a00172.html#gae04c39422eb4e450ec8c4f45a1057b40',1,'glm']]], + ['mat3x4_5fcast',['mat3x4_cast',['../a00189.html#ga576745d979e3c079a64152490c816954',1,'glm']]], + ['mat4_5fcast',['mat4_cast',['../a00172.html#ga14bb2ddf028c91542763eb6f2bba47ef',1,'glm']]], + ['matrixcompmult',['matrixCompMult',['../a00149.html#ga4a54992e4741188ee624b21e3ba91814',1,'glm']]], + ['matrixcross3',['matrixCross3',['../a00203.html#ga04385b2e3a93c78d116b51af2d8d708e',1,'glm']]], + ['matrixcross4',['matrixCross4',['../a00203.html#ga2d46cc5253761c214aa5c782865156b1',1,'glm']]], + ['max',['max',['../a00145.html#ga98caa7f95a94c86a86ebce893a45326c',1,'glm::max(genType x, genType y)'],['../a00192.html#ga04991ccb9865c4c4e58488cfb209ce69',1,'glm::max(T const &x, T const &y, T const &z)'],['../a00192.html#gae1b7bbe5c91de4924835ea3e14530744',1,'glm::max(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)'],['../a00192.html#gaf832e9d4ab4826b2dda2fda25935a3a4',1,'glm::max(C< T > const &x, C< T > const &y, C< T > const &z)'],['../a00192.html#ga78e04a0cef1c4863fcae1a2130500d87',1,'glm::max(T const &x, T const &y, T const &z, T const &w)'],['../a00192.html#ga7cca8b53cfda402040494cdf40fbdf4a',1,'glm::max(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)'],['../a00192.html#gaacffbc466c2d08c140b181e7fd8a4858',1,'glm::max(C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)']]], + ['min',['min',['../a00145.html#ga2c2bde1cec025b7ddff83c74a1113719',1,'glm::min(genType x, genType y)'],['../a00192.html#ga713d3f9b3e76312c0d314e0c8611a6a6',1,'glm::min(T const &x, T const &y, T const &z)'],['../a00192.html#ga74d1a96e7cdbac40f6d35142d3bcbbd4',1,'glm::min(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)'],['../a00192.html#ga42b5c3fc027fd3d9a50d2ccc9126d9f0',1,'glm::min(C< T > const &x, C< T > const &y, C< T > const &z)'],['../a00192.html#ga95466987024d03039607f09e69813d69',1,'glm::min(T const &x, T const &y, T const &z, T const &w)'],['../a00192.html#ga4fe35dd31dd0c45693c9b60b830b8d47',1,'glm::min(C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)'],['../a00192.html#ga7471ea4159eed8dd9ea4ac5d46c2fead',1,'glm::min(C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)']]], + ['mirrorclamp',['mirrorClamp',['../a00236.html#gaa6856a0a048d2749252848da35e10c8b',1,'glm']]], + ['mirrorrepeat',['mirrorRepeat',['../a00236.html#ga16a89b0661b60d5bea85137bbae74d73',1,'glm']]], + ['mix',['mix',['../a00145.html#gadccbaffe46f369cf1a96b2aef92cbfdd',1,'glm::mix(vecType< T, P > const &x, vecType< T, P > const &y, vecType< U, P > const &a)'],['../a00172.html#ga31cc82178742c36450f5662bd4fb30b0',1,'glm::mix(tquat< T, P > const &x, tquat< T, P > const &y, T a)']]], + ['mixedproduct',['mixedProduct',['../a00210.html#gaaee4cf80d69cb86de80f12af88b3c3af',1,'glm']]], + ['mod',['mod',['../a00145.html#ga12201563ef902e3b07e0d1d7656efdb1',1,'glm::mod(genType x, genType y)'],['../a00165.html#gac76ae7d82ff22526bcf6d6a1b51af6c3',1,'glm::mod(vecType< T, P > const &x, T y)'],['../a00165.html#gaf5ae5330f6b30b4a35fb95f9a73d6134',1,'glm::mod(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00165.html#ga75c6fd2a143fc44e5f7b871abad539e0',1,'glm::mod(genIUType x, genIUType y)'],['../a00199.html#gaabfbb41531ab7ad8d06fc176edfba785',1,'glm::mod(int x, int y)'],['../a00199.html#ga63fc8d63e7da1706439233b386ba8b6f',1,'glm::mod(uint x, uint y)']]], + ['modf',['modf',['../a00145.html#ga85e33f139b8db1b39b590a5713b9e679',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_b.html b/glm/doc/api/search/functions_b.html new file mode 100644 index 0000000..3b49416 --- /dev/null +++ b/glm/doc/api/search/functions_b.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_b.js b/glm/doc/api/search/functions_b.js new file mode 100644 index 0000000..fb1af24 --- /dev/null +++ b/glm/doc/api/search/functions_b.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['next_5ffloat',['next_float',['../a00179.html#gae516ae554faa6117660828240e8bdaf0',1,'glm::next_float(genType const &x)'],['../a00179.html#gad107ec3d9697ef82032a33338a73ebdd',1,'glm::next_float(genType const &x, uint const &Distance)']]], + ['nlz',['nlz',['../a00199.html#ga78dff8bdb361bf0061194c93e003d189',1,'glm']]], + ['normalize',['normalize',['../a00147.html#gada9451ec170a36fe53552812b9c03a68',1,'glm::normalize(vecType< T, P > const &x)'],['../a00172.html#ga35b6bcb22ac6d1e4a85440f5b69bdf86',1,'glm::normalize(tquat< T, P > const &q)'],['../a00189.html#ga495818aa48c23e9e730f87a3c337d1d5',1,'glm::normalize(tdualquat< T, P > const &q)']]], + ['normalizedot',['normalizeDot',['../a00213.html#gaffbc2f2cb15838de8886a68048f9004d',1,'glm']]], + ['not_5f',['not_',['../a00152.html#ga4329ecbc2ef012c9ec704bd09da1f177',1,'glm']]], + ['notequal',['notEqual',['../a00152.html#ga5aca2b745e5eb0096716bbc394846309',1,'glm::notEqual(vecType< T, P > const &x, vecType< T, P > const &y)'],['../a00172.html#ga484c4633f7c05d8e29ee8b452350f539',1,'glm::notEqual(tquat< T, P > const &x, tquat< T, P > const &y)']]] +]; diff --git a/glm/doc/api/search/functions_c.html b/glm/doc/api/search/functions_c.html new file mode 100644 index 0000000..57c6455 --- /dev/null +++ b/glm/doc/api/search/functions_c.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_c.js b/glm/doc/api/search/functions_c.js new file mode 100644 index 0000000..5502030 --- /dev/null +++ b/glm/doc/api/search/functions_c.js @@ -0,0 +1,17 @@ +var searchData= +[ + ['one',['one',['../a00162.html#ga39c2fb227631ca25894326529bdd1ee5',1,'glm']]], + ['one_5fover_5fpi',['one_over_pi',['../a00162.html#ga555150da2b06d23c8738981d5013e0eb',1,'glm']]], + ['one_5fover_5froot_5ftwo',['one_over_root_two',['../a00162.html#ga788fa23a0939bac4d1d0205fb4f35818',1,'glm']]], + ['one_5fover_5ftwo_5fpi',['one_over_two_pi',['../a00162.html#ga7c922b427986cbb2e4c6ac69874eefbc',1,'glm']]], + ['orientate2',['orientate2',['../a00190.html#ga6f465681cbbc575ad93a53ec918dacf3',1,'glm']]], + ['orientate3',['orientate3',['../a00190.html#gab188e2526dea3c003e86e298f618085e',1,'glm::orientate3(T const &angle)'],['../a00190.html#ga33f0d790cecd8337ee83f8e3a8109b11',1,'glm::orientate3(tvec3< T, P > const &angles)']]], + ['orientate4',['orientate4',['../a00190.html#ga4e25c9468b6f002c76e9a2412bcfa503',1,'glm']]], + ['orientation',['orientation',['../a00224.html#ga49b4d082305cdfcfe0a5c184f684a902',1,'glm']]], + ['orientedangle',['orientedAngle',['../a00234.html#ga82a19d474be13c92c7b10caab42a5a72',1,'glm::orientedAngle(tvec2< T, P > const &x, tvec2< T, P > const &y)'],['../a00234.html#ga7254dba112eff55f55f9544f41cb9ece',1,'glm::orientedAngle(tvec3< T, P > const &x, tvec3< T, P > const &y, tvec3< T, P > const &ref)']]], + ['ortho',['ortho',['../a00169.html#ga65280251de6e38580110a0577a43d8f8',1,'glm::ortho(T left, T right, T bottom, T top, T zNear, T zFar)'],['../a00169.html#ga45b1b64f99255c07119b4f1aaed04dd7',1,'glm::ortho(T left, T right, T bottom, T top)']]], + ['ortholh',['orthoLH',['../a00169.html#ga71503df1e691b12cc2d45e64fd0628fe',1,'glm']]], + ['orthonormalize',['orthonormalize',['../a00216.html#ga23c4340b8f1559d259229b6d8bdc3f97',1,'glm::orthonormalize(tmat3x3< T, P > const &m)'],['../a00216.html#gad7afff30d7323fdc7aed7f5a16a0c596',1,'glm::orthonormalize(tvec3< T, P > const &x, tvec3< T, P > const &y)']]], + ['orthorh',['orthoRH',['../a00169.html#gada0aaaee76f1fd3c272698c8eca735a1',1,'glm']]], + ['outerproduct',['outerProduct',['../a00149.html#gae9f513dc8e4f3ceb993669321b6d0f09',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_d.html b/glm/doc/api/search/functions_d.html new file mode 100644 index 0000000..58b3d31 --- /dev/null +++ b/glm/doc/api/search/functions_d.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_d.js b/glm/doc/api/search/functions_d.js new file mode 100644 index 0000000..a15d553 --- /dev/null +++ b/glm/doc/api/search/functions_d.js @@ -0,0 +1,58 @@ +var searchData= +[ + ['packdouble2x32',['packDouble2x32',['../a00150.html#gaa916ca426b2bb0343ba17e3753e245c2',1,'glm']]], + ['packf2x11_5f1x10',['packF2x11_1x10',['../a00171.html#ga4944ad465ff950e926d49621f916c78d',1,'glm']]], + ['packf3x9_5fe1x5',['packF3x9_E1x5',['../a00171.html#ga3f648fc205467792dc6d8c59c748f8a6',1,'glm']]], + ['packhalf',['packHalf',['../a00171.html#ga896d806b72e390eb953786cca3632ec9',1,'glm']]], + ['packhalf1x16',['packHalf1x16',['../a00171.html#ga43f2093b6ff192a79058ff7834fc3528',1,'glm']]], + ['packhalf2x16',['packHalf2x16',['../a00150.html#ga20f134b07db3a3d3a38efb2617388c92',1,'glm']]], + ['packhalf4x16',['packHalf4x16',['../a00171.html#gafe2f7b39caf8f5ec555e1c059ec530e6',1,'glm']]], + ['packi3x10_5f1x2',['packI3x10_1x2',['../a00171.html#ga06ecb6afb902dba45419008171db9023',1,'glm']]], + ['packrgbm',['packRGBM',['../a00171.html#ga540fc5d8654b7bcfe207ac2491f161d1',1,'glm']]], + ['packsnorm',['packSnorm',['../a00171.html#ga1be760860697db386b36513aeafe9d5e',1,'glm']]], + ['packsnorm1x16',['packSnorm1x16',['../a00171.html#gab22f8bcfdb5fc65af4701b25f143c1af',1,'glm']]], + ['packsnorm1x8',['packSnorm1x8',['../a00171.html#gae3592e0795e62aaa1865b3a10496a7a1',1,'glm']]], + ['packsnorm2x16',['packSnorm2x16',['../a00150.html#ga977ab172da5494e5ac63e952afacfbe2',1,'glm']]], + ['packsnorm2x8',['packSnorm2x8',['../a00171.html#ga6be3cfb2cce3702f03e91bbeb5286d7e',1,'glm']]], + ['packsnorm3x10_5f1x2',['packSnorm3x10_1x2',['../a00171.html#gab997545661877d2c7362a5084d3897d3',1,'glm']]], + ['packsnorm4x16',['packSnorm4x16',['../a00171.html#ga358943934d21da947d5bcc88c2ab7832',1,'glm']]], + ['packsnorm4x8',['packSnorm4x8',['../a00150.html#ga85e8f17627516445026ab7a9c2e3531a',1,'glm']]], + ['packu3x10_5f1x2',['packU3x10_1x2',['../a00171.html#gada3d88d59f0f458f9c51a9fd359a4bc0',1,'glm']]], + ['packunorm',['packUnorm',['../a00171.html#gacb9a3df68172c1193c9d701a3fa4d88b',1,'glm']]], + ['packunorm1x16',['packUnorm1x16',['../a00171.html#ga9f82737bf2a44bedff1d286b76837886',1,'glm']]], + ['packunorm1x5_5f1x6_5f1x5',['packUnorm1x5_1x6_1x5',['../a00171.html#ga768e0337dd6246773f14aa0a421fe9a8',1,'glm']]], + ['packunorm1x8',['packUnorm1x8',['../a00171.html#ga4b2fa60df3460403817d28b082ee0736',1,'glm']]], + ['packunorm2x16',['packUnorm2x16',['../a00150.html#ga0e2d107039fe608a209497af867b85fb',1,'glm']]], + ['packunorm2x3_5f1x2',['packUnorm2x3_1x2',['../a00171.html#ga7f9abdb50f9be1aa1c14912504a0d98d',1,'glm']]], + ['packunorm2x4',['packUnorm2x4',['../a00171.html#gab6bbd5be3b8e6db538ecb33a7844481c',1,'glm']]], + ['packunorm2x8',['packUnorm2x8',['../a00171.html#ga9a666b1c688ab54100061ed06526de6e',1,'glm']]], + ['packunorm3x10_5f1x2',['packUnorm3x10_1x2',['../a00171.html#ga8a1ee625d2707c60530fb3fca2980b19',1,'glm']]], + ['packunorm3x5_5f1x1',['packUnorm3x5_1x1',['../a00171.html#gaec4112086d7fb133bea104a7c237de52',1,'glm']]], + ['packunorm4x16',['packUnorm4x16',['../a00171.html#ga1f63c264e7ab63264e2b2a99fd393897',1,'glm']]], + ['packunorm4x4',['packUnorm4x4',['../a00171.html#gad3e7e3ce521513584a53aedc5f9765c1',1,'glm']]], + ['packunorm4x8',['packUnorm4x8',['../a00150.html#gaf7d2f7341a9eeb4a436929d6f9ad08f2',1,'glm']]], + ['perlin',['perlin',['../a00170.html#ga14e5975486b2b36e747861d3c65b16c1',1,'glm::perlin(vecType< T, P > const &p)'],['../a00170.html#ga7e103ffffacb322fe2d4863c372ae2fd',1,'glm::perlin(vecType< T, P > const &p, vecType< T, P > const &rep)']]], + ['perp',['perp',['../a00217.html#ga41f8c73da9798a18e6b1e32f1e301f07',1,'glm']]], + ['perspective',['perspective',['../a00169.html#gac3613dcb6c6916465ad5b7ad5a786175',1,'glm']]], + ['perspectivefov',['perspectiveFov',['../a00169.html#gae9146e2c550fc8646299e4b900238145',1,'glm']]], + ['perspectivefovlh',['perspectiveFovLH',['../a00169.html#gae705a2f19c3ef5ef880bd6c92759cf2d',1,'glm']]], + ['perspectivefovrh',['perspectiveFovRH',['../a00169.html#ga07cd8df791bf90dcb782645fe0b21261',1,'glm']]], + ['perspectivelh',['perspectiveLH',['../a00169.html#ga34048da27c559f1ac8e9550d169dd6f3',1,'glm']]], + ['perspectiverh',['perspectiveRH',['../a00169.html#ga5a4fa9f8ffabb2294e48a18bf8fa2f5f',1,'glm']]], + ['pi',['pi',['../a00162.html#ga94bafeb2a0f23ab6450fed1f98ee4e45',1,'glm']]], + ['pickmatrix',['pickMatrix',['../a00169.html#ga9026c77505b99990f68826f27c267dc5',1,'glm']]], + ['pitch',['pitch',['../a00172.html#ga2c08b93a4261c10748fd4d2104346f17',1,'glm']]], + ['polar',['polar',['../a00218.html#gafcf95a38c780a4ad5ba14c8ac9e522bb',1,'glm']]], + ['pow',['pow',['../a00146.html#ga082b332a4b7c6ad1d43e09ff19e214dd',1,'glm::pow(vecType< T, P > const &base, vecType< T, P > const &exponent)'],['../a00199.html#ga89c591b970882714bd1e89a4e2f249f1',1,'glm::pow(int x, int y)'],['../a00199.html#ga998e5ee915d3769255519e2fbaa2bbf0',1,'glm::pow(uint x, uint y)'],['../a00220.html#ga42a0cf206c59eaeff4c67dd62e09a580',1,'glm::pow(tquat< T, P > const &x, T const &y)']]], + ['pow2',['pow2',['../a00215.html#ga19aaff3213bf23bdec3ef124ace237e9',1,'glm::gtx']]], + ['pow3',['pow3',['../a00215.html#ga35689d03cd434d6ea819f1942d3bf82e',1,'glm::gtx']]], + ['pow4',['pow4',['../a00215.html#gacef0968763026e180e53e735007dbf5a',1,'glm::gtx']]], + ['poweroftwoabove',['powerOfTwoAbove',['../a00182.html#ga8cda2459871f574a0aecbe702ac93291',1,'glm::powerOfTwoAbove(genIUType Value)'],['../a00182.html#gafe08808a50226b75b50e640a08b32ddc',1,'glm::powerOfTwoAbove(vecType< T, P > const &value)']]], + ['poweroftwobelow',['powerOfTwoBelow',['../a00182.html#ga3de7df63c589325101a2817a56f8e29d',1,'glm::powerOfTwoBelow(genIUType Value)'],['../a00182.html#gae33bb1ca2b55846b23a0f0796a679195',1,'glm::powerOfTwoBelow(vecType< T, P > const &value)']]], + ['poweroftwonearest',['powerOfTwoNearest',['../a00182.html#ga5f65973a5d2ea38c719e6a663149ead9',1,'glm::powerOfTwoNearest(genIUType Value)'],['../a00182.html#ga2d7e85995d097518b8d70cd409bda39e',1,'glm::powerOfTwoNearest(vecType< T, P > const &value)']]], + ['prev_5ffloat',['prev_float',['../a00179.html#ga2fcbb7bfbfc595712bfddc51b0715b07',1,'glm::prev_float(genType const &x)'],['../a00179.html#gaa399d5b6472a70e8952f9b26ecaacdec',1,'glm::prev_float(genType const &x, uint const &Distance)']]], + ['proj',['proj',['../a00219.html#gadf29123bcf748fc9d6fb0998192184cf',1,'glm']]], + ['proj2d',['proj2D',['../a00230.html#gacfce1085167a8bfb71a55ea14d22752f',1,'glm']]], + ['proj3d',['proj3D',['../a00230.html#gafab0418f2503ec2133cb2de828cc482a',1,'glm']]], + ['project',['project',['../a00169.html#gad743556abd138264d4f06f4ca27f1d7e',1,'glm']]] +]; diff --git a/glm/doc/api/search/functions_e.html b/glm/doc/api/search/functions_e.html new file mode 100644 index 0000000..b44e5c5 --- /dev/null +++ b/glm/doc/api/search/functions_e.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_e.js b/glm/doc/api/search/functions_e.js new file mode 100644 index 0000000..714ec35 --- /dev/null +++ b/glm/doc/api/search/functions_e.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['quarter_5fpi',['quarter_pi',['../a00162.html#ga3c9df42bd73c519a995c43f0f99e77e0',1,'glm']]], + ['quat_5fcast',['quat_cast',['../a00172.html#ga950f8acff3e33bbda77895a3dcb7e5ce',1,'glm::quat_cast(tmat3x3< T, P > const &x)'],['../a00172.html#ga3e4615e9884dd0f41f5617b9848a5d9c',1,'glm::quat_cast(tmat4x4< T, P > const &x)']]] +]; diff --git a/glm/doc/api/search/functions_f.html b/glm/doc/api/search/functions_f.html new file mode 100644 index 0000000..db9a07c --- /dev/null +++ b/glm/doc/api/search/functions_f.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/functions_f.js b/glm/doc/api/search/functions_f.js new file mode 100644 index 0000000..182a1c3 --- /dev/null +++ b/glm/doc/api/search/functions_f.js @@ -0,0 +1,34 @@ +var searchData= +[ + ['radialgradient',['radialGradient',['../a00196.html#ga166d43d567a4cf150579a92f69b0dc9f',1,'glm']]], + ['radians',['radians',['../a00151.html#gafffb5e533f75318bdf4e0967d8a6c05c',1,'glm']]], + ['reflect',['reflect',['../a00147.html#gab63646fc36b81cf69d3ce123a72f76f2',1,'glm']]], + ['refract',['refract',['../a00147.html#gab7e7cdf4403931a5f7b74560ad64159b',1,'glm']]], + ['repeat',['repeat',['../a00236.html#ga809650c6310ea7c42666e918c117fb6f',1,'glm']]], + ['rgb2ycocg',['rgb2YCoCg',['../a00185.html#ga19481f6947c5b5482debd41e71b8c941',1,'glm']]], + ['rgb2ycocgr',['rgb2YCoCgR',['../a00185.html#ga2e534594cc8ad252d23b14fb363ae9e2',1,'glm']]], + ['rgbcolor',['rgbColor',['../a00184.html#ga36b0619e31daf57bc4a54dac2dcf34b7',1,'glm']]], + ['righthanded',['rightHanded',['../a00197.html#ga17cd83888de8755c0435c589fafd3603',1,'glm']]], + ['roll',['roll',['../a00172.html#ga4fd705376c6c1fd667be0055a0ea58ec',1,'glm']]], + ['root_5ffive',['root_five',['../a00162.html#gae9ebbded75b53d4faeb1e4ef8b3347a2',1,'glm']]], + ['root_5fhalf_5fpi',['root_half_pi',['../a00162.html#ga4e276cb823cc5e612d4f89ed99c75039',1,'glm']]], + ['root_5fln_5ffour',['root_ln_four',['../a00162.html#ga4129412e96b33707a77c1a07652e23e2',1,'glm']]], + ['root_5fpi',['root_pi',['../a00162.html#ga261380796b2cd496f68d2cf1d08b8eb9',1,'glm']]], + ['root_5fthree',['root_three',['../a00162.html#ga4f286be4abe88be1eed7d2a9f6cb193e',1,'glm']]], + ['root_5ftwo',['root_two',['../a00162.html#ga74e607d29020f100c0d0dc46ce2ca950',1,'glm']]], + ['root_5ftwo_5fpi',['root_two_pi',['../a00162.html#ga2bcedc575039fe0cd765742f8bbb0bd3',1,'glm']]], + ['rotate',['rotate',['../a00169.html#ga161b1df124348f232d994ba7958e4815',1,'glm::rotate(tmat4x4< T, P > const &m, T angle, tvec3< T, P > const &axis)'],['../a00172.html#gaa8f42979c921e450ff2812fb43c25702',1,'glm::rotate(tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)'],['../a00209.html#gab4f798c6048db91a6d0686812fd54022',1,'glm::rotate(tmat3x3< T, P > const &m, T angle)'],['../a00220.html#ga9f39f0d3ecd66839a4af44560aa10fb2',1,'glm::rotate(tquat< T, P > const &q, tvec3< T, P > const &v)'],['../a00220.html#ga96575f8868b3f2aa3e13cab9b94ccbd3',1,'glm::rotate(tquat< T, P > const &q, tvec4< T, P > const &v)'],['../a00224.html#ga9bff444fb191e2e089a906b899cd033d',1,'glm::rotate(tvec2< T, P > const &v, T const &angle)'],['../a00224.html#ga526b6f8995bc0946aa1a04e9297de7c6',1,'glm::rotate(tvec3< T, P > const &v, T const &angle, tvec3< T, P > const &normal)'],['../a00224.html#gaf4d59dd2f668f9ffb38048055d1316bd',1,'glm::rotate(tvec4< T, P > const &v, T const &angle, tvec3< T, P > const &normal)'],['../a00229.html#ga2020c91bf61e050882b3a5c18eada700',1,'glm::rotate(T angle, tvec3< T, P > const &v)']]], + ['rotatenormalizedaxis',['rotateNormalizedAxis',['../a00223.html#gaada623964a895def5a8b77b5b7887dc4',1,'glm::rotateNormalizedAxis(tmat4x4< T, P > const &m, T const &angle, tvec3< T, P > const &axis)'],['../a00223.html#ga6c00234d844faef36a6a94669fbd1639',1,'glm::rotateNormalizedAxis(tquat< T, P > const &q, T const &angle, tvec3< T, P > const &axis)']]], + ['rotatex',['rotateX',['../a00224.html#ga0c2dc9f8507bffcbb957db9818b18508',1,'glm::rotateX(tvec3< T, P > const &v, T const &angle)'],['../a00224.html#gadab312d430a564741ae02215255027a0',1,'glm::rotateX(tvec4< T, P > const &v, T const &angle)']]], + ['rotatey',['rotateY',['../a00224.html#gabb5d19eba5befeebcb35a0aad4a114e3',1,'glm::rotateY(tvec3< T, P > const &v, T const &angle)'],['../a00224.html#gae2507577c4bffa3548b32852791dd90c',1,'glm::rotateY(tvec4< T, P > const &v, T const &angle)']]], + ['rotatez',['rotateZ',['../a00224.html#gae30ac01b89d4f16a972fee696c964908',1,'glm::rotateZ(tvec3< T, P > const &v, T const &angle)'],['../a00224.html#ga034e5d197ab4bd8685624bc2cf16e586',1,'glm::rotateZ(tvec4< T, P > const &v, T const &angle)']]], + ['rotation',['rotation',['../a00220.html#gac4856d356c5c97cec74e9b672ea89240',1,'glm']]], + ['round',['round',['../a00145.html#gada0165544c0618d634c8056a88082ce9',1,'glm']]], + ['roundeven',['roundEven',['../a00145.html#ga655598104195a60a950291485e84a97e',1,'glm']]], + ['roundmultiple',['roundMultiple',['../a00175.html#ga6739d1de04b2cea7c78675b365644bce',1,'glm::roundMultiple(genType Source, genType Multiple)'],['../a00175.html#ga10a8ab7b254257b607b6a3fc68c3e661',1,'glm::roundMultiple(vecType< T, P > const &Source, vecType< T, P > const &Multiple)']]], + ['roundpoweroftwo',['roundPowerOfTwo',['../a00175.html#ga6d24a9e3abe3e6a908661b43acb8efe0',1,'glm::roundPowerOfTwo(genIUType Value)'],['../a00175.html#gae95be3b384f3bbd00c6c1cf0a1f96485',1,'glm::roundPowerOfTwo(vecType< T, P > const &value)']]], + ['row',['row',['../a00166.html#ga259e5ebd0f31ec3f83440f8cae7f5dba',1,'glm::row(genType const &m, length_t index)'],['../a00166.html#gaadcc64829aadf4103477679e48c7594f',1,'glm::row(genType const &m, length_t index, typename genType::row_type const &x)']]], + ['rowmajor2',['rowMajor2',['../a00206.html#ga0c7f4d56a85865f0002127119ab7d551',1,'glm::rowMajor2(tvec2< T, P > const &v1, tvec2< T, P > const &v2)'],['../a00206.html#ga42a006aa66198452bd3c89415f892196',1,'glm::rowMajor2(tmat2x2< T, P > const &m)']]], + ['rowmajor3',['rowMajor3',['../a00206.html#gaba4de9afc4e65ec8ea0403e7cba3fb9f',1,'glm::rowMajor3(tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)'],['../a00206.html#ga38537061135b55e7a053926ca55e6e20',1,'glm::rowMajor3(tmat3x3< T, P > const &m)']]], + ['rowmajor4',['rowMajor4',['../a00206.html#ga3ce8f2a78fb2f15bf28151ee128b0ae8',1,'glm::rowMajor4(tvec4< T, P > const &v1, tvec4< T, P > const &v2, tvec4< T, P > const &v3, tvec4< T, P > const &v4)'],['../a00206.html#ga85771a88c114a088a0414bcfce55e729',1,'glm::rowMajor4(tmat4x4< T, P > const &m)']]] +]; diff --git a/glm/doc/api/search/groups_0.html b/glm/doc/api/search/groups_0.html new file mode 100644 index 0000000..aaba07e --- /dev/null +++ b/glm/doc/api/search/groups_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_0.js b/glm/doc/api/search/groups_0.js new file mode 100644 index 0000000..607341c --- /dev/null +++ b/glm/doc/api/search/groups_0.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['angle_20and_20trigonometry_20functions',['Angle and Trigonometry Functions',['../a00151.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_1.html b/glm/doc/api/search/groups_1.html new file mode 100644 index 0000000..d287bfa --- /dev/null +++ b/glm/doc/api/search/groups_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_1.js b/glm/doc/api/search/groups_1.js new file mode 100644 index 0000000..6864bfb --- /dev/null +++ b/glm/doc/api/search/groups_1.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['common_20functions',['Common functions',['../a00145.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_2.html b/glm/doc/api/search/groups_2.html new file mode 100644 index 0000000..29681b2 --- /dev/null +++ b/glm/doc/api/search/groups_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_2.js b/glm/doc/api/search/groups_2.js new file mode 100644 index 0000000..9aa94fa --- /dev/null +++ b/glm/doc/api/search/groups_2.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['exponential_20functions',['Exponential functions',['../a00146.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_3.html b/glm/doc/api/search/groups_3.html new file mode 100644 index 0000000..b51e57f --- /dev/null +++ b/glm/doc/api/search/groups_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_3.js b/glm/doc/api/search/groups_3.js new file mode 100644 index 0000000..56f5d8b --- /dev/null +++ b/glm/doc/api/search/groups_3.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['floating_2dpoint_20pack_20and_20unpack_20functions',['Floating-Point Pack and Unpack Functions',['../a00150.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_4.html b/glm/doc/api/search/groups_4.html new file mode 100644 index 0000000..987621b --- /dev/null +++ b/glm/doc/api/search/groups_4.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_4.js b/glm/doc/api/search/groups_4.js new file mode 100644 index 0000000..6965ad1 --- /dev/null +++ b/glm/doc/api/search/groups_4.js @@ -0,0 +1,85 @@ +var searchData= +[ + ['glm_20core',['GLM Core',['../a00155.html',1,'']]], + ['geometric_20functions',['Geometric functions',['../a00147.html',1,'']]], + ['gtc_20extensions_20_28stable_29',['GTC Extensions (Stable)',['../a00153.html',1,'']]], + ['glm_5fgtc_5fbitfield',['GLM_GTC_bitfield',['../a00159.html',1,'']]], + ['glm_5fgtc_5fcolor_5fencoding',['GLM_GTC_color_encoding',['../a00160.html',1,'']]], + ['glm_5fgtc_5fcolor_5fspace',['GLM_GTC_color_space',['../a00161.html',1,'']]], + ['glm_5fgtc_5fconstants',['GLM_GTC_constants',['../a00162.html',1,'']]], + ['glm_5fgtc_5fepsilon',['GLM_GTC_epsilon',['../a00163.html',1,'']]], + ['glm_5fgtc_5ffunctions',['GLM_GTC_functions',['../a00164.html',1,'']]], + ['glm_5fgtc_5finteger',['GLM_GTC_integer',['../a00165.html',1,'']]], + ['glm_5fgtc_5fmatrix_5faccess',['GLM_GTC_matrix_access',['../a00166.html',1,'']]], + ['glm_5fgtc_5fmatrix_5finteger',['GLM_GTC_matrix_integer',['../a00167.html',1,'']]], + ['glm_5fgtc_5fmatrix_5finverse',['GLM_GTC_matrix_inverse',['../a00168.html',1,'']]], + ['glm_5fgtc_5fmatrix_5ftransform',['GLM_GTC_matrix_transform',['../a00169.html',1,'']]], + ['glm_5fgtc_5fnoise',['GLM_GTC_noise',['../a00170.html',1,'']]], + ['glm_5fgtc_5fpacking',['GLM_GTC_packing',['../a00171.html',1,'']]], + ['glm_5fgtc_5fquaternion',['GLM_GTC_quaternion',['../a00172.html',1,'']]], + ['glm_5fgtc_5frandom',['GLM_GTC_random',['../a00173.html',1,'']]], + ['glm_5fgtc_5freciprocal',['GLM_GTC_reciprocal',['../a00174.html',1,'']]], + ['glm_5fgtc_5fround',['GLM_GTC_round',['../a00175.html',1,'']]], + ['glm_5fgtc_5ftype_5faligned',['GLM_GTC_type_aligned',['../a00176.html',1,'']]], + ['glm_5fgtc_5ftype_5fprecision',['GLM_GTC_type_precision',['../a00177.html',1,'']]], + ['glm_5fgtc_5ftype_5fptr',['GLM_GTC_type_ptr',['../a00178.html',1,'']]], + ['glm_5fgtc_5fulp',['GLM_GTC_ulp',['../a00179.html',1,'']]], + ['glm_5fgtc_5fvec1',['GLM_GTC_vec1',['../a00180.html',1,'']]], + ['gtx_20extensions_20_28experimental_29',['GTX Extensions (Experimental)',['../a00154.html',1,'']]], + ['glm_5fgtx_5fassociated_5fmin_5fmax',['GLM_GTX_associated_min_max',['../a00181.html',1,'']]], + ['glm_5fgtx_5fbit',['GLM_GTX_bit',['../a00182.html',1,'']]], + ['glm_5fgtx_5fclosest_5fpoint',['GLM_GTX_closest_point',['../a00183.html',1,'']]], + ['glm_5fgtx_5fcolor_5fspace',['GLM_GTX_color_space',['../a00184.html',1,'']]], + ['glm_5fgtx_5fcolor_5fspace_5fycocg',['GLM_GTX_color_space_YCoCg',['../a00185.html',1,'']]], + ['glm_5fgtx_5fcommon',['GLM_GTX_common',['../a00186.html',1,'']]], + ['glm_5fgtx_5fcompatibility',['GLM_GTX_compatibility',['../a00187.html',1,'']]], + ['glm_5fgtx_5fcomponent_5fwise',['GLM_GTX_component_wise',['../a00188.html',1,'']]], + ['glm_5fgtx_5fdual_5fquaternion',['GLM_GTX_dual_quaternion',['../a00189.html',1,'']]], + ['glm_5fgtx_5feuler_5fangles',['GLM_GTX_euler_angles',['../a00190.html',1,'']]], + ['glm_5fgtx_5fextend',['GLM_GTX_extend',['../a00191.html',1,'']]], + ['glm_5fgtx_5fextented_5fmin_5fmax',['GLM_GTX_extented_min_max',['../a00192.html',1,'']]], + ['glm_5fgtx_5ffast_5fexponential',['GLM_GTX_fast_exponential',['../a00193.html',1,'']]], + ['glm_5fgtx_5ffast_5fsquare_5froot',['GLM_GTX_fast_square_root',['../a00194.html',1,'']]], + ['glm_5fgtx_5ffast_5ftrigonometry',['GLM_GTX_fast_trigonometry',['../a00195.html',1,'']]], + ['glm_5fgtx_5fgradient_5fpaint',['GLM_GTX_gradient_paint',['../a00196.html',1,'']]], + ['glm_5fgtx_5fhanded_5fcoordinate_5fspace',['GLM_GTX_handed_coordinate_space',['../a00197.html',1,'']]], + ['glm_5fgtx_5fhash',['GLM_GTX_hash',['../a00198.html',1,'']]], + ['glm_5fgtx_5finteger',['GLM_GTX_integer',['../a00199.html',1,'']]], + ['glm_5fgtx_5fintersect',['GLM_GTX_intersect',['../a00200.html',1,'']]], + ['glm_5fgtx_5fio',['GLM_GTX_io',['../a00201.html',1,'']]], + ['glm_5fgtx_5flog_5fbase',['GLM_GTX_log_base',['../a00202.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fcross_5fproduct',['GLM_GTX_matrix_cross_product',['../a00203.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fdecompose',['GLM_GTX_matrix_decompose',['../a00204.html',1,'']]], + ['glm_5fgtx_5fmatrix_5finterpolation',['GLM_GTX_matrix_interpolation',['../a00205.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fmajor_5fstorage',['GLM_GTX_matrix_major_storage',['../a00206.html',1,'']]], + ['glm_5fgtx_5fmatrix_5foperation',['GLM_GTX_matrix_operation',['../a00207.html',1,'']]], + ['glm_5fgtx_5fmatrix_5fquery',['GLM_GTX_matrix_query',['../a00208.html',1,'']]], + ['glm_5fgtx_5fmatrix_5ftransform_5f2d',['GLM_GTX_matrix_transform_2d',['../a00209.html',1,'']]], + ['glm_5fgtx_5fmixed_5fproducte',['GLM_GTX_mixed_producte',['../a00210.html',1,'']]], + ['glm_5fgtx_5fnorm',['GLM_GTX_norm',['../a00211.html',1,'']]], + ['glm_5fgtx_5fnormal',['GLM_GTX_normal',['../a00212.html',1,'']]], + ['glm_5fgtx_5fnormalize_5fdot',['GLM_GTX_normalize_dot',['../a00213.html',1,'']]], + ['glm_5fgtx_5fnumber_5fprecision',['GLM_GTX_number_precision',['../a00214.html',1,'']]], + ['glm_5fgtx_5foptimum_5fpow',['GLM_GTX_optimum_pow',['../a00215.html',1,'']]], + ['glm_5fgtx_5forthonormalize',['GLM_GTX_orthonormalize',['../a00216.html',1,'']]], + ['glm_5fgtx_5fperpendicular',['GLM_GTX_perpendicular',['../a00217.html',1,'']]], + ['glm_5fgtx_5fpolar_5fcoordinates',['GLM_GTX_polar_coordinates',['../a00218.html',1,'']]], + ['glm_5fgtx_5fprojection',['GLM_GTX_projection',['../a00219.html',1,'']]], + ['glm_5fgtx_5fquaternion',['GLM_GTX_quaternion',['../a00220.html',1,'']]], + ['glm_5fgtx_5frange',['GLM_GTX_range',['../a00221.html',1,'']]], + ['glm_5fgtx_5fraw_5fdata',['GLM_GTX_raw_data',['../a00222.html',1,'']]], + ['glm_5fgtx_5frotate_5fnormalized_5faxis',['GLM_GTX_rotate_normalized_axis',['../a00223.html',1,'']]], + ['glm_5fgtx_5frotate_5fvector',['GLM_GTX_rotate_vector',['../a00224.html',1,'']]], + ['glm_5fgtx_5fscalar_5frelational',['GLM_GTX_scalar_relational',['../a00225.html',1,'']]], + ['glm_5fgtx_5fspline',['GLM_GTX_spline',['../a00226.html',1,'']]], + ['glm_5fgtx_5fstd_5fbased_5ftype',['GLM_GTX_std_based_type',['../a00227.html',1,'']]], + ['glm_5fgtx_5fstring_5fcast',['GLM_GTX_string_cast',['../a00228.html',1,'']]], + ['glm_5fgtx_5ftransform',['GLM_GTX_transform',['../a00229.html',1,'']]], + ['glm_5fgtx_5ftransform2',['GLM_GTX_transform2',['../a00230.html',1,'']]], + ['glm_5fgtx_5ftype_5faligned',['GLM_GTX_type_aligned',['../a00231.html',1,'']]], + ['glm_5fgtx_5ftype_5ftrait',['GLM_GTX_type_trait',['../a00232.html',1,'']]], + ['glm_5fgtx_5fvec_5fswizzle',['GLM_GTX_vec_swizzle',['../a00233.html',1,'']]], + ['glm_5fgtx_5fvector_5fangle',['GLM_GTX_vector_angle',['../a00234.html',1,'']]], + ['glm_5fgtx_5fvector_5fquery',['GLM_GTX_vector_query',['../a00235.html',1,'']]], + ['glm_5fgtx_5fwrap',['GLM_GTX_wrap',['../a00236.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_5.html b/glm/doc/api/search/groups_5.html new file mode 100644 index 0000000..2ccec27 --- /dev/null +++ b/glm/doc/api/search/groups_5.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_5.js b/glm/doc/api/search/groups_5.js new file mode 100644 index 0000000..999e5d9 --- /dev/null +++ b/glm/doc/api/search/groups_5.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['integer_20functions',['Integer functions',['../a00148.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_6.html b/glm/doc/api/search/groups_6.html new file mode 100644 index 0000000..ed69c07 --- /dev/null +++ b/glm/doc/api/search/groups_6.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_6.js b/glm/doc/api/search/groups_6.js new file mode 100644 index 0000000..006b801 --- /dev/null +++ b/glm/doc/api/search/groups_6.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['matrix_20functions',['Matrix functions',['../a00149.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_7.html b/glm/doc/api/search/groups_7.html new file mode 100644 index 0000000..027daaa --- /dev/null +++ b/glm/doc/api/search/groups_7.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_7.js b/glm/doc/api/search/groups_7.js new file mode 100644 index 0000000..bc46c6f --- /dev/null +++ b/glm/doc/api/search/groups_7.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['precision_20types',['Precision types',['../a00157.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_8.html b/glm/doc/api/search/groups_8.html new file mode 100644 index 0000000..936f141 --- /dev/null +++ b/glm/doc/api/search/groups_8.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_8.js b/glm/doc/api/search/groups_8.js new file mode 100644 index 0000000..5cf65c8 --- /dev/null +++ b/glm/doc/api/search/groups_8.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['template_20types',['Template types',['../a00158.html',1,'']]], + ['types',['Types',['../a00156.html',1,'']]] +]; diff --git a/glm/doc/api/search/groups_9.html b/glm/doc/api/search/groups_9.html new file mode 100644 index 0000000..c66e6a6 --- /dev/null +++ b/glm/doc/api/search/groups_9.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/groups_9.js b/glm/doc/api/search/groups_9.js new file mode 100644 index 0000000..92ef46e --- /dev/null +++ b/glm/doc/api/search/groups_9.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['vector_20relational_20functions',['Vector Relational Functions',['../a00152.html',1,'']]] +]; diff --git a/glm/doc/api/search/mag_sel.png b/glm/doc/api/search/mag_sel.png new file mode 100644 index 0000000000000000000000000000000000000000..81f6040a2092402b4d98f9ffa8855d12a0d4ca17 GIT binary patch literal 563 zcmV-30?hr1P)zxx&tqG15pu7)IiiXFflOc2k;dXd>%13GZAy? zRz!q0=|E6a6vV)&ZBS~G9oe0kbqyw1*gvY`{Pop2oKq#FlzgXt@Xh-7fxh>}`Fxg> z$%N%{$!4=5nM{(;=c!aG1Ofr^Do{u%Ih{^&Fc@H2)+a-?TBXrw5DW&z%Nb6mQ!L9O zl}b@6mB?f=tX3;#vl)}ggh(Vpyh(IK z(Mb0D{l{U$FsRjP;!{($+bsaaVi8T#1c0V#qEIOCYa9@UVLV`f__E81L;?WEaRA;Y zUH;rZ;vb;mk7JX|$=i3O~&If0O@oZfLg8gfIjW=dcBsz;gI=!{-r4# z4%6v$&~;q^j7Fo67yJ(NJWuX+I~I!tj^nW3?}^9bq|<3^+vapS5sgM^x7!cs(+mMT z&y%j};&~po+YO)3hoUH4E*E;e9>?R6SS&`X)p`njycAVcg{rEb41T{~Hk(bl-7eSb zmFxA2uIqo#@R?lKm50ND`~6Nfn|-b1|L6O98vt3Tx@gKz#isxO002ovPDHLkV1kyW B_l^Jn literal 0 HcmV?d00001 diff --git a/glm/doc/api/search/nomatches.html b/glm/doc/api/search/nomatches.html new file mode 100644 index 0000000..b1ded27 --- /dev/null +++ b/glm/doc/api/search/nomatches.html @@ -0,0 +1,12 @@ + + + + + + + +
+
No Matches
+
+ + diff --git a/glm/doc/api/search/pages_0.html b/glm/doc/api/search/pages_0.html new file mode 100644 index 0000000..75d203d --- /dev/null +++ b/glm/doc/api/search/pages_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/pages_0.js b/glm/doc/api/search/pages_0.js new file mode 100644 index 0000000..19fce4d --- /dev/null +++ b/glm/doc/api/search/pages_0.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['opengl_20mathematics',['OpenGL Mathematics',['../index.html',1,'']]] +]; diff --git a/glm/doc/api/search/search.css b/glm/doc/api/search/search.css new file mode 100644 index 0000000..4d7612f --- /dev/null +++ b/glm/doc/api/search/search.css @@ -0,0 +1,271 @@ +/*---------------- Search Box */ + +#FSearchBox { + float: left; +} + +#MSearchBox { + white-space : nowrap; + position: absolute; + float: none; + display: inline; + margin-top: 8px; + right: 0px; + width: 170px; + z-index: 102; + background-color: white; +} + +#MSearchBox .left +{ + display:block; + position:absolute; + left:10px; + width:20px; + height:19px; + background:url('search_l.png') no-repeat; + background-position:right; +} + +#MSearchSelect { + display:block; + position:absolute; + width:20px; + height:19px; +} + +.left #MSearchSelect { + left:4px; +} + +.right #MSearchSelect { + right:5px; +} + +#MSearchField { + display:block; + position:absolute; + height:19px; + background:url('search_m.png') repeat-x; + border:none; + width:111px; + margin-left:20px; + padding-left:4px; + color: #909090; + outline: none; + font: 9pt Arial, Verdana, sans-serif; +} + +#FSearchBox #MSearchField { + margin-left:15px; +} + +#MSearchBox .right { + display:block; + position:absolute; + right:10px; + top:0px; + width:20px; + height:19px; + background:url('search_r.png') no-repeat; + background-position:left; +} + +#MSearchClose { + display: none; + position: absolute; + top: 4px; + background : none; + border: none; + margin: 0px 4px 0px 0px; + padding: 0px 0px; + outline: none; +} + +.left #MSearchClose { + left: 6px; +} + +.right #MSearchClose { + right: 2px; +} + +.MSearchBoxActive #MSearchField { + color: #000000; +} + +/*---------------- Search filter selection */ + +#MSearchSelectWindow { + display: none; + position: absolute; + left: 0; top: 0; + border: 1px solid #90A5CE; + background-color: #F9FAFC; + z-index: 1; + padding-top: 4px; + padding-bottom: 4px; + -moz-border-radius: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); +} + +.SelectItem { + font: 8pt Arial, Verdana, sans-serif; + padding-left: 2px; + padding-right: 12px; + border: 0px; +} + +span.SelectionMark { + margin-right: 4px; + font-family: monospace; + outline-style: none; + text-decoration: none; +} + +a.SelectItem { + display: block; + outline-style: none; + color: #000000; + text-decoration: none; + padding-left: 6px; + padding-right: 12px; +} + +a.SelectItem:focus, +a.SelectItem:active { + color: #000000; + outline-style: none; + text-decoration: none; +} + +a.SelectItem:hover { + color: #FFFFFF; + background-color: #3D578C; + outline-style: none; + text-decoration: none; + cursor: pointer; + display: block; +} + +/*---------------- Search results window */ + +iframe#MSearchResults { + width: 60ex; + height: 15em; +} + +#MSearchResultsWindow { + display: none; + position: absolute; + left: 0; top: 0; + border: 1px solid #000; + background-color: #EEF1F7; +} + +/* ----------------------------------- */ + + +#SRIndex { + clear:both; + padding-bottom: 15px; +} + +.SREntry { + font-size: 10pt; + padding-left: 1ex; +} + +.SRPage .SREntry { + font-size: 8pt; + padding: 1px 5px; +} + +body.SRPage { + margin: 5px 2px; +} + +.SRChildren { + padding-left: 3ex; padding-bottom: .5em +} + +.SRPage .SRChildren { + display: none; +} + +.SRSymbol { + font-weight: bold; + color: #425E97; + font-family: Arial, Verdana, sans-serif; + text-decoration: none; + outline: none; +} + +a.SRScope { + display: block; + color: #425E97; + font-family: Arial, Verdana, sans-serif; + text-decoration: none; + outline: none; +} + +a.SRSymbol:focus, a.SRSymbol:active, +a.SRScope:focus, a.SRScope:active { + text-decoration: underline; +} + +span.SRScope { + padding-left: 4px; +} + +.SRPage .SRStatus { + padding: 2px 5px; + font-size: 8pt; + font-style: italic; +} + +.SRResult { + display: none; +} + +DIV.searchresults { + margin-left: 10px; + margin-right: 10px; +} + +/*---------------- External search page results */ + +.searchresult { + background-color: #F0F3F8; +} + +.pages b { + color: white; + padding: 5px 5px 3px 5px; + background-image: url("../tab_a.png"); + background-repeat: repeat-x; + text-shadow: 0 1px 1px #000000; +} + +.pages { + line-height: 17px; + margin-left: 4px; + text-decoration: none; +} + +.hl { + font-weight: bold; +} + +#searchresults { + margin-bottom: 20px; +} + +.searchpages { + margin-top: 10px; +} + diff --git a/glm/doc/api/search/search.js b/glm/doc/api/search/search.js new file mode 100644 index 0000000..dedce3b --- /dev/null +++ b/glm/doc/api/search/search.js @@ -0,0 +1,791 @@ +function convertToId(search) +{ + var result = ''; + for (i=0;i do a search + { + this.Search(); + } + } + + this.OnSearchSelectKey = function(evt) + { + var e = (evt) ? evt : window.event; // for IE + if (e.keyCode==40 && this.searchIndex0) // Up + { + this.searchIndex--; + this.OnSelectItem(this.searchIndex); + } + else if (e.keyCode==13 || e.keyCode==27) + { + this.OnSelectItem(this.searchIndex); + this.CloseSelectionWindow(); + this.DOMSearchField().focus(); + } + return false; + } + + // --------- Actions + + // Closes the results window. + this.CloseResultsWindow = function() + { + this.DOMPopupSearchResultsWindow().style.display = 'none'; + this.DOMSearchClose().style.display = 'none'; + this.Activate(false); + } + + this.CloseSelectionWindow = function() + { + this.DOMSearchSelectWindow().style.display = 'none'; + } + + // Performs a search. + this.Search = function() + { + this.keyTimeout = 0; + + // strip leading whitespace + var searchValue = this.DOMSearchField().value.replace(/^ +/, ""); + + var code = searchValue.toLowerCase().charCodeAt(0); + var idxChar = searchValue.substr(0, 1).toLowerCase(); + if ( 0xD800 <= code && code <= 0xDBFF && searchValue > 1) // surrogate pair + { + idxChar = searchValue.substr(0, 2); + } + + var resultsPage; + var resultsPageWithSearch; + var hasResultsPage; + + var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar); + if (idx!=-1) + { + var hexCode=idx.toString(16); + resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html'; + resultsPageWithSearch = resultsPage+'?'+escape(searchValue); + hasResultsPage = true; + } + else // nothing available for this search term + { + resultsPage = this.resultsPath + '/nomatches.html'; + resultsPageWithSearch = resultsPage; + hasResultsPage = false; + } + + window.frames.MSearchResults.location = resultsPageWithSearch; + var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow(); + + if (domPopupSearchResultsWindow.style.display!='block') + { + var domSearchBox = this.DOMSearchBox(); + this.DOMSearchClose().style.display = 'inline'; + if (this.insideFrame) + { + var domPopupSearchResults = this.DOMPopupSearchResults(); + domPopupSearchResultsWindow.style.position = 'relative'; + domPopupSearchResultsWindow.style.display = 'block'; + var width = document.body.clientWidth - 8; // the -8 is for IE :-( + domPopupSearchResultsWindow.style.width = width + 'px'; + domPopupSearchResults.style.width = width + 'px'; + } + else + { + var domPopupSearchResults = this.DOMPopupSearchResults(); + var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth; + var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1; + domPopupSearchResultsWindow.style.display = 'block'; + left -= domPopupSearchResults.offsetWidth; + domPopupSearchResultsWindow.style.top = top + 'px'; + domPopupSearchResultsWindow.style.left = left + 'px'; + } + } + + this.lastSearchValue = searchValue; + this.lastResultsPage = resultsPage; + } + + // -------- Activation Functions + + // Activates or deactivates the search panel, resetting things to + // their default values if necessary. + this.Activate = function(isActive) + { + if (isActive || // open it + this.DOMPopupSearchResultsWindow().style.display == 'block' + ) + { + this.DOMSearchBox().className = 'MSearchBoxActive'; + + var searchField = this.DOMSearchField(); + + if (searchField.value == this.searchLabel) // clear "Search" term upon entry + { + searchField.value = ''; + this.searchActive = true; + } + } + else if (!isActive) // directly remove the panel + { + this.DOMSearchBox().className = 'MSearchBoxInactive'; + this.DOMSearchField().value = this.searchLabel; + this.searchActive = false; + this.lastSearchValue = '' + this.lastResultsPage = ''; + } + } +} + +// ----------------------------------------------------------------------- + +// The class that handles everything on the search results page. +function SearchResults(name) +{ + // The number of matches from the last run of . + this.lastMatchCount = 0; + this.lastKey = 0; + this.repeatOn = false; + + // Toggles the visibility of the passed element ID. + this.FindChildElement = function(id) + { + var parentElement = document.getElementById(id); + var element = parentElement.firstChild; + + while (element && element!=parentElement) + { + if (element.nodeName == 'DIV' && element.className == 'SRChildren') + { + return element; + } + + if (element.nodeName == 'DIV' && element.hasChildNodes()) + { + element = element.firstChild; + } + else if (element.nextSibling) + { + element = element.nextSibling; + } + else + { + do + { + element = element.parentNode; + } + while (element && element!=parentElement && !element.nextSibling); + + if (element && element!=parentElement) + { + element = element.nextSibling; + } + } + } + } + + this.Toggle = function(id) + { + var element = this.FindChildElement(id); + if (element) + { + if (element.style.display == 'block') + { + element.style.display = 'none'; + } + else + { + element.style.display = 'block'; + } + } + } + + // Searches for the passed string. If there is no parameter, + // it takes it from the URL query. + // + // Always returns true, since other documents may try to call it + // and that may or may not be possible. + this.Search = function(search) + { + if (!search) // get search word from URL + { + search = window.location.search; + search = search.substring(1); // Remove the leading '?' + search = unescape(search); + } + + search = search.replace(/^ +/, ""); // strip leading spaces + search = search.replace(/ +$/, ""); // strip trailing spaces + search = search.toLowerCase(); + search = convertToId(search); + + var resultRows = document.getElementsByTagName("div"); + var matches = 0; + + var i = 0; + while (i < resultRows.length) + { + var row = resultRows.item(i); + if (row.className == "SRResult") + { + var rowMatchName = row.id.toLowerCase(); + rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_' + + if (search.length<=rowMatchName.length && + rowMatchName.substr(0, search.length)==search) + { + row.style.display = 'block'; + matches++; + } + else + { + row.style.display = 'none'; + } + } + i++; + } + document.getElementById("Searching").style.display='none'; + if (matches == 0) // no results + { + document.getElementById("NoMatches").style.display='block'; + } + else // at least one result + { + document.getElementById("NoMatches").style.display='none'; + } + this.lastMatchCount = matches; + return true; + } + + // return the first item with index index or higher that is visible + this.NavNext = function(index) + { + var focusItem; + while (1) + { + var focusName = 'Item'+index; + focusItem = document.getElementById(focusName); + if (focusItem && focusItem.parentNode.parentNode.style.display=='block') + { + break; + } + else if (!focusItem) // last element + { + break; + } + focusItem=null; + index++; + } + return focusItem; + } + + this.NavPrev = function(index) + { + var focusItem; + while (1) + { + var focusName = 'Item'+index; + focusItem = document.getElementById(focusName); + if (focusItem && focusItem.parentNode.parentNode.style.display=='block') + { + break; + } + else if (!focusItem) // last element + { + break; + } + focusItem=null; + index--; + } + return focusItem; + } + + this.ProcessKeys = function(e) + { + if (e.type == "keydown") + { + this.repeatOn = false; + this.lastKey = e.keyCode; + } + else if (e.type == "keypress") + { + if (!this.repeatOn) + { + if (this.lastKey) this.repeatOn = true; + return false; // ignore first keypress after keydown + } + } + else if (e.type == "keyup") + { + this.lastKey = 0; + this.repeatOn = false; + } + return this.lastKey!=0; + } + + this.Nav = function(evt,itemIndex) + { + var e = (evt) ? evt : window.event; // for IE + if (e.keyCode==13) return true; + if (!this.ProcessKeys(e)) return false; + + if (this.lastKey==38) // Up + { + var newIndex = itemIndex-1; + var focusItem = this.NavPrev(newIndex); + if (focusItem) + { + var child = this.FindChildElement(focusItem.parentNode.parentNode.id); + if (child && child.style.display == 'block') // children visible + { + var n=0; + var tmpElem; + while (1) // search for last child + { + tmpElem = document.getElementById('Item'+newIndex+'_c'+n); + if (tmpElem) + { + focusItem = tmpElem; + } + else // found it! + { + break; + } + n++; + } + } + } + if (focusItem) + { + focusItem.focus(); + } + else // return focus to search field + { + parent.document.getElementById("MSearchField").focus(); + } + } + else if (this.lastKey==40) // Down + { + var newIndex = itemIndex+1; + var focusItem; + var item = document.getElementById('Item'+itemIndex); + var elem = this.FindChildElement(item.parentNode.parentNode.id); + if (elem && elem.style.display == 'block') // children visible + { + focusItem = document.getElementById('Item'+itemIndex+'_c0'); + } + if (!focusItem) focusItem = this.NavNext(newIndex); + if (focusItem) focusItem.focus(); + } + else if (this.lastKey==39) // Right + { + var item = document.getElementById('Item'+itemIndex); + var elem = this.FindChildElement(item.parentNode.parentNode.id); + if (elem) elem.style.display = 'block'; + } + else if (this.lastKey==37) // Left + { + var item = document.getElementById('Item'+itemIndex); + var elem = this.FindChildElement(item.parentNode.parentNode.id); + if (elem) elem.style.display = 'none'; + } + else if (this.lastKey==27) // Escape + { + parent.searchBox.CloseResultsWindow(); + parent.document.getElementById("MSearchField").focus(); + } + else if (this.lastKey==13) // Enter + { + return true; + } + return false; + } + + this.NavChild = function(evt,itemIndex,childIndex) + { + var e = (evt) ? evt : window.event; // for IE + if (e.keyCode==13) return true; + if (!this.ProcessKeys(e)) return false; + + if (this.lastKey==38) // Up + { + if (childIndex>0) + { + var newIndex = childIndex-1; + document.getElementById('Item'+itemIndex+'_c'+newIndex).focus(); + } + else // already at first child, jump to parent + { + document.getElementById('Item'+itemIndex).focus(); + } + } + else if (this.lastKey==40) // Down + { + var newIndex = childIndex+1; + var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex); + if (!elem) // last child, jump to parent next parent + { + elem = this.NavNext(itemIndex+1); + } + if (elem) + { + elem.focus(); + } + } + else if (this.lastKey==27) // Escape + { + parent.searchBox.CloseResultsWindow(); + parent.document.getElementById("MSearchField").focus(); + } + else if (this.lastKey==13) // Enter + { + return true; + } + return false; + } +} + +function setKeyActions(elem,action) +{ + elem.setAttribute('onkeydown',action); + elem.setAttribute('onkeypress',action); + elem.setAttribute('onkeyup',action); +} + +function setClassAttr(elem,attr) +{ + elem.setAttribute('class',attr); + elem.setAttribute('className',attr); +} + +function createResults() +{ + var results = document.getElementById("SRResults"); + for (var e=0; ek7RCwB~R6VQOP#AvB$vH7i{6H{96zot$7cZT<7246EF5Np6N}+$IbiG6W zg#87A+NFaX+=_^xM1#gCtshC=E{%9^uQX_%?YwXvo{#q&MnpJ8uh(O?ZRc&~_1%^SsPxG@rfElJg-?U zm!Cz-IOn(qJP3kDp-^~qt+FGbl=5jNli^Wj_xIBG{Rc0en{!oFvyoNC7{V~T8}b>| z=jL2WIReZzX(YN(_9fV;BBD$VXQIxNasAL8ATvEu822WQ%mvv4FO#qs` BFGc_W literal 0 HcmV?d00001 diff --git a/glm/doc/api/search/search_r.png b/glm/doc/api/search/search_r.png new file mode 100644 index 0000000000000000000000000000000000000000..97ee8b439687084201b79c6f776a41f495c6392a GIT binary patch literal 612 zcmV-q0-ODbP)PbXFRCwB?)W514K@j&X?z2*SxFI6-@HT2E2K=9X9%Pb zEK*!TBw&g(DMC;|A)uGlRkOS9vd-?zNs%bR4d$w+ox_iFnE8fvIvv7^5<(>Te12Li z7C)9srCzmK{ZcNM{YIl9j{DePFgOWiS%xG@5CnnnJa4nvY<^glbz7^|-ZY!dUkAwd z{gaTC@_>b5h~;ug#R0wRL0>o5!hxm*s0VW?8dr}O#zXTRTnrQm_Z7z1Mrnx>&p zD4qifUjzLvbVVWi?l?rUzwt^sdb~d!f_LEhsRVIXZtQ=qSxuxqm zEX#tf>$?M_Y1-LSDT)HqG?`%-%ZpY!#{N!rcNIiL;G7F0`l?)mNGTD9;f9F5Up3Kg zw}a<-JylhG&;=!>B+fZaCX+?C+kHYrP%c?X2!Zu_olK|GcS4A70HEy;vn)I0>0kLH z`jc(WIaaHc7!HS@f*^R^Znx8W=_jIl2oWJoQ*h1^$FX!>*PqR1J8k|fw}w_y}TpE>7m8DqDO<3z`OzXt$ccSejbEZCg@0000 + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_0.js b/glm/doc/api/search/typedefs_0.js new file mode 100644 index 0000000..5a02bed --- /dev/null +++ b/glm/doc/api/search/typedefs_0.js @@ -0,0 +1,68 @@ +var searchData= +[ + ['aligned_5fbvec1',['aligned_bvec1',['../a00176.html#ga780a35f764020f553a9601a3fcdcd059',1,'glm']]], + ['aligned_5fbvec2',['aligned_bvec2',['../a00176.html#gae766b317c5afec852bfb3d74a3c54bc8',1,'glm']]], + ['aligned_5fbvec3',['aligned_bvec3',['../a00176.html#gae1964ba70d15915e5b710926decbb3cb',1,'glm']]], + ['aligned_5fbvec4',['aligned_bvec4',['../a00176.html#gae164a1f7879f828bc35e50b79d786b05',1,'glm']]], + ['aligned_5fdvec1',['aligned_dvec1',['../a00176.html#ga4974f46ae5a19415d91316960a53617a',1,'glm']]], + ['aligned_5fdvec2',['aligned_dvec2',['../a00176.html#ga18d859f87122b2b3b2992ffe86dbebc0',1,'glm']]], + ['aligned_5fdvec3',['aligned_dvec3',['../a00176.html#gaa37869eea77d28419b2fb0ff70b69bf0',1,'glm']]], + ['aligned_5fdvec4',['aligned_dvec4',['../a00176.html#ga8a9f0a4795ccc442fa9901845026f9f5',1,'glm']]], + ['aligned_5fhighp_5fbvec2',['aligned_highp_bvec2',['../a00176.html#gac5ffd9396890b64e707ba47c76435dfe',1,'glm']]], + ['aligned_5fhighp_5fbvec3',['aligned_highp_bvec3',['../a00176.html#ga3adba191018d2de1dc2834a2ff5597d7',1,'glm']]], + ['aligned_5fhighp_5fbvec4',['aligned_highp_bvec4',['../a00176.html#ga903a73cf8ae1f4bc24583b81adf024dc',1,'glm']]], + ['aligned_5fhighp_5fdvec2',['aligned_highp_dvec2',['../a00176.html#ga186b90f0ba86724e080d237f3f5f9417',1,'glm']]], + ['aligned_5fhighp_5fdvec3',['aligned_highp_dvec3',['../a00176.html#ga54f6765716867706643bde03211d600f',1,'glm']]], + ['aligned_5fhighp_5fdvec4',['aligned_highp_dvec4',['../a00176.html#ga8e5a90ed034e9e7414ff71e66a79139e',1,'glm']]], + ['aligned_5fhighp_5fivec2',['aligned_highp_ivec2',['../a00176.html#gab6ddd9d1421eb610ddeb32705fed7026',1,'glm']]], + ['aligned_5fhighp_5fivec3',['aligned_highp_ivec3',['../a00176.html#gae234a3a1c6288fa5e2d4c78c5e39002e',1,'glm']]], + ['aligned_5fhighp_5fivec4',['aligned_highp_ivec4',['../a00176.html#ga1e3286a27b19f25801fb435b6d1225fb',1,'glm']]], + ['aligned_5fhighp_5fuvec2',['aligned_highp_uvec2',['../a00176.html#ga7366a38dc888164e623fc10663e97670',1,'glm']]], + ['aligned_5fhighp_5fuvec3',['aligned_highp_uvec3',['../a00176.html#ga967485a7e963365642ea17de62fe2a3f',1,'glm']]], + ['aligned_5fhighp_5fuvec4',['aligned_highp_uvec4',['../a00176.html#gac56a4ce85b6233998139a7c1ac337440',1,'glm']]], + ['aligned_5fhighp_5fvec2',['aligned_highp_vec2',['../a00176.html#gaea854184b9d574fc5e75b5709a4974e8',1,'glm']]], + ['aligned_5fhighp_5fvec3',['aligned_highp_vec3',['../a00176.html#ga55fb20d4e73a65c834b5861fc6cf4c36',1,'glm']]], + ['aligned_5fhighp_5fvec4',['aligned_highp_vec4',['../a00176.html#gae2938d64c6a46f721681607c2ab3f884',1,'glm']]], + ['aligned_5fivec1',['aligned_ivec1',['../a00176.html#ga76298aed82a439063c3d55980c84aa0b',1,'glm']]], + ['aligned_5fivec2',['aligned_ivec2',['../a00176.html#gae4f38fd2c86cee6940986197777b3ca4',1,'glm']]], + ['aligned_5fivec3',['aligned_ivec3',['../a00176.html#ga32794322d294e5ace7fed4a61896f270',1,'glm']]], + ['aligned_5fivec4',['aligned_ivec4',['../a00176.html#ga7f79eae5927c9033d84617e49f6f34e4',1,'glm']]], + ['aligned_5flowp_5fbvec2',['aligned_lowp_bvec2',['../a00176.html#ga524c702b82ae7ccaca896d374808c6d7',1,'glm']]], + ['aligned_5flowp_5fbvec3',['aligned_lowp_bvec3',['../a00176.html#ga21fb6238997b4a21848411b16bc34e93',1,'glm']]], + ['aligned_5flowp_5fbvec4',['aligned_lowp_bvec4',['../a00176.html#ga0b5e3c64f8dbadfc42a2aca5f2da9692',1,'glm']]], + ['aligned_5flowp_5fdvec2',['aligned_lowp_dvec2',['../a00176.html#gab70c189b4691715b3f7f0abb35c65b2f',1,'glm']]], + ['aligned_5flowp_5fdvec3',['aligned_lowp_dvec3',['../a00176.html#gabeec3d5ec99c196f4c0eb03b58d486ee',1,'glm']]], + ['aligned_5flowp_5fdvec4',['aligned_lowp_dvec4',['../a00176.html#gaab365ee7cfd19bab449daa8f7eb0ca71',1,'glm']]], + ['aligned_5flowp_5fivec2',['aligned_lowp_ivec2',['../a00176.html#gad69bf7c406a3cec994307473cb3da032',1,'glm']]], + ['aligned_5flowp_5fivec3',['aligned_lowp_ivec3',['../a00176.html#gaa8615b4ce4fdf176c631b34d2d31d81b',1,'glm']]], + ['aligned_5flowp_5fivec4',['aligned_lowp_ivec4',['../a00176.html#gad744848a2e4ddd2f041e6ec8d13600ae',1,'glm']]], + ['aligned_5flowp_5fuvec2',['aligned_lowp_uvec2',['../a00176.html#ga15355ffc7ec7931b81ba76736b65e51a',1,'glm']]], + ['aligned_5flowp_5fuvec3',['aligned_lowp_uvec3',['../a00176.html#ga48c85299d98e8248f547a2c07ea609cf',1,'glm']]], + ['aligned_5flowp_5fuvec4',['aligned_lowp_uvec4',['../a00176.html#ga40b0e05306f666f835ac97c963302ecb',1,'glm']]], + ['aligned_5flowp_5fvec2',['aligned_lowp_vec2',['../a00176.html#ga3cfc38b4ea9b9bd1e9f02dcc14eab367',1,'glm']]], + ['aligned_5flowp_5fvec3',['aligned_lowp_vec3',['../a00176.html#gae003f8f3071a8bc734a70c6d4978f968',1,'glm']]], + ['aligned_5flowp_5fvec4',['aligned_lowp_vec4',['../a00176.html#ga689f103781a795e919fddfa47d89170d',1,'glm']]], + ['aligned_5fmediump_5fbvec2',['aligned_mediump_bvec2',['../a00176.html#ga77d37d7c80c7faa2eecb3eba7677750e',1,'glm']]], + ['aligned_5fmediump_5fbvec3',['aligned_mediump_bvec3',['../a00176.html#ga4f78cd6d9c5827771e35921b4a92855a',1,'glm']]], + ['aligned_5fmediump_5fbvec4',['aligned_mediump_bvec4',['../a00176.html#ga2cb80e2d4d351abeadac7b1676a91fd9',1,'glm']]], + ['aligned_5fmediump_5fdvec2',['aligned_mediump_dvec2',['../a00176.html#gaba56f2b76d320379cdf7c37e0d4b03bd',1,'glm']]], + ['aligned_5fmediump_5fdvec3',['aligned_mediump_dvec3',['../a00176.html#ga22efc7f84ab79eef640e00fc59d07478',1,'glm']]], + ['aligned_5fmediump_5fdvec4',['aligned_mediump_dvec4',['../a00176.html#gad6f422f8871685ee467a575238e4ece4',1,'glm']]], + ['aligned_5fmediump_5fivec2',['aligned_mediump_ivec2',['../a00176.html#ga389d12dcc8d57a444944a72646d17efa',1,'glm']]], + ['aligned_5fmediump_5fivec3',['aligned_mediump_ivec3',['../a00176.html#ga5b16f7e81555819bf0f80f4db4bc0b26',1,'glm']]], + ['aligned_5fmediump_5fivec4',['aligned_mediump_ivec4',['../a00176.html#gae640082d0ffdb52fb2d658916c5815db',1,'glm']]], + ['aligned_5fmediump_5fuvec2',['aligned_mediump_uvec2',['../a00176.html#ga88c56fde67f035d80b2d0d6d568af30b',1,'glm']]], + ['aligned_5fmediump_5fuvec3',['aligned_mediump_uvec3',['../a00176.html#gaee29d3a28f634b03f0a20e79e600f5df',1,'glm']]], + ['aligned_5fmediump_5fuvec4',['aligned_mediump_uvec4',['../a00176.html#ga717763c480dcf3ecf66121426287d08a',1,'glm']]], + ['aligned_5fmediump_5fvec2',['aligned_mediump_vec2',['../a00176.html#ga57549b1281d99ba1825b1ef0dae6227d',1,'glm']]], + ['aligned_5fmediump_5fvec3',['aligned_mediump_vec3',['../a00176.html#gaed5d4dd2755cc5141a9533488edd9e82',1,'glm']]], + ['aligned_5fmediump_5fvec4',['aligned_mediump_vec4',['../a00176.html#gae4ab68a8c32574bff14e62f95185d295',1,'glm']]], + ['aligned_5fuvec1',['aligned_uvec1',['../a00176.html#ga1ff8ed402c93d280ff0597c1c5e7c548',1,'glm']]], + ['aligned_5fuvec2',['aligned_uvec2',['../a00176.html#ga074137e3be58528d67041c223d49f398',1,'glm']]], + ['aligned_5fuvec3',['aligned_uvec3',['../a00176.html#ga2a8d9c3046f89d854eb758adfa0811c0',1,'glm']]], + ['aligned_5fuvec4',['aligned_uvec4',['../a00176.html#gabf842c45eea186170c267a328e3f3b7d',1,'glm']]], + ['aligned_5fvec1',['aligned_vec1',['../a00176.html#ga05e6d4c908965d04191c2070a8d0a65e',1,'glm']]], + ['aligned_5fvec2',['aligned_vec2',['../a00176.html#ga0682462f8096a226773e20fac993cde5',1,'glm']]], + ['aligned_5fvec3',['aligned_vec3',['../a00176.html#ga7cf643b66664e0cd3c48759ae66c2bd0',1,'glm']]], + ['aligned_5fvec4',['aligned_vec4',['../a00176.html#ga85d89e83cb8137e1be1446de8c3b643a',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_1.html b/glm/doc/api/search/typedefs_1.html new file mode 100644 index 0000000..c44c36f --- /dev/null +++ b/glm/doc/api/search/typedefs_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_1.js b/glm/doc/api/search/typedefs_1.js new file mode 100644 index 0000000..c664200 --- /dev/null +++ b/glm/doc/api/search/typedefs_1.js @@ -0,0 +1,21 @@ +var searchData= +[ + ['bool1',['bool1',['../a00187.html#gaddcd7aa2e30e61af5b38660613d3979e',1,'glm']]], + ['bool1x1',['bool1x1',['../a00187.html#ga7f895c936f0c29c8729afbbf22806090',1,'glm']]], + ['bool2',['bool2',['../a00187.html#gafa8d0bc8dfa7eeb928208305714f648d',1,'glm']]], + ['bool2x2',['bool2x2',['../a00187.html#ga2bfb53bc320966c85149934fffb0329d',1,'glm']]], + ['bool2x3',['bool2x3',['../a00187.html#gad02e7dff74039bb1454643e293d85dfe',1,'glm']]], + ['bool2x4',['bool2x4',['../a00187.html#ga379c0869949e8a69c3d06d7637caa5d7',1,'glm']]], + ['bool3',['bool3',['../a00187.html#gab8d74ea4c4f4bd980b650ffb27cdb659',1,'glm']]], + ['bool3x2',['bool3x2',['../a00187.html#ga0fc7ecb53df5be5f9d766fbbfe5190d7',1,'glm']]], + ['bool3x3',['bool3x3',['../a00187.html#gae621c9eabcba552eea5f6ade1f403605',1,'glm']]], + ['bool3x4',['bool3x4',['../a00187.html#gad13f8250579ebf79760dcf64215ddb17',1,'glm']]], + ['bool4',['bool4',['../a00187.html#ga6e79dbfab5917c467a154638ba27898e',1,'glm']]], + ['bool4x2',['bool4x2',['../a00187.html#ga184ee05ac2bbbf0a91dd364ba8e528db',1,'glm']]], + ['bool4x3',['bool4x3',['../a00187.html#ga83e4c62ab1addfe708dc3409cc0e5dfb',1,'glm']]], + ['bool4x4',['bool4x4',['../a00187.html#ga9770607032813e7b0ca7362a47efea1e',1,'glm']]], + ['bvec2',['bvec2',['../a00156.html#ga0e46aaaccc5e713eac5bfbc8d6885a60',1,'glm']]], + ['bvec3',['bvec3',['../a00156.html#ga150731e2a148eff8752114a0e450505e',1,'glm']]], + ['bvec4',['bvec4',['../a00156.html#ga444e8f61bfb3a6f037d019ac6933f8c6',1,'glm']]], + ['byte',['byte',['../a00222.html#ga3005cb0d839d546c616becfa6602c607',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_2.html b/glm/doc/api/search/typedefs_2.html new file mode 100644 index 0000000..d64bac3 --- /dev/null +++ b/glm/doc/api/search/typedefs_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_2.js b/glm/doc/api/search/typedefs_2.js new file mode 100644 index 0000000..d0ffe55 --- /dev/null +++ b/glm/doc/api/search/typedefs_2.js @@ -0,0 +1,35 @@ +var searchData= +[ + ['ddualquat',['ddualquat',['../a00189.html#ga3d71f98d84ba59dfe4e369fde4714cd6',1,'glm']]], + ['dmat2',['dmat2',['../a00156.html#gac7f51e23c8802d867f564dfd146bdb44',1,'glm']]], + ['dmat2x2',['dmat2x2',['../a00156.html#gacc27b39853a2ecb538c8b3afc20c359e',1,'glm']]], + ['dmat2x3',['dmat2x3',['../a00156.html#ga1cb3c561a32f0864733dfaf97c71f0c7',1,'glm']]], + ['dmat2x4',['dmat2x4',['../a00156.html#gaddd230c88fbd6ec33242329be3a1b738',1,'glm']]], + ['dmat3',['dmat3',['../a00156.html#gae174ff65e148bb7dec4bf10a63cb46ff',1,'glm']]], + ['dmat3x2',['dmat3x2',['../a00156.html#gaec22f44dddbdadfe5dfca68eb3457ea8',1,'glm']]], + ['dmat3x3',['dmat3x3',['../a00156.html#gac44263f56ff3cbf0a9cc4e2405d5ecb8',1,'glm']]], + ['dmat3x4',['dmat3x4',['../a00156.html#ga38d9bfca882ec542b1928cf77b5c2091',1,'glm']]], + ['dmat4',['dmat4',['../a00156.html#ga97b38ea24e9ebf58eac04a8d99dc3e27',1,'glm']]], + ['dmat4x2',['dmat4x2',['../a00156.html#ga6ddab280c735a2139133b4164b99a68a',1,'glm']]], + ['dmat4x3',['dmat4x3',['../a00156.html#gab6c8974496fc7c72dad09219118ba89e',1,'glm']]], + ['dmat4x4',['dmat4x4',['../a00156.html#ga41c2da87ca627c1b2da5e895435a508e',1,'glm']]], + ['double1',['double1',['../a00187.html#ga20b861a9b6e2a300323671c57a02525b',1,'glm']]], + ['double1x1',['double1x1',['../a00187.html#ga45f16a4dd0db1f199afaed9fd12fe9a8',1,'glm']]], + ['double2',['double2',['../a00187.html#gaa16a13c6f2768e83ca133430e82ab89e',1,'glm']]], + ['double2x2',['double2x2',['../a00187.html#ga320d0a71a4ad9f14a1992d40546cffa7',1,'glm']]], + ['double2x3',['double2x3',['../a00187.html#gade37cf30c69bacb41ceea7e32717eac7',1,'glm']]], + ['double2x4',['double2x4',['../a00187.html#gaf923922adf744404d5bfb3fafb7d0d8e',1,'glm']]], + ['double3',['double3',['../a00187.html#gaed4bc64196bd25d46f6a1f417320a391',1,'glm']]], + ['double3x2',['double3x2',['../a00187.html#gaeaac4d0e18164e4d2fe54432c0fbbcf6',1,'glm']]], + ['double3x3',['double3x3',['../a00187.html#gac934f579ee5cf3cbdbb25b73f2640c0a',1,'glm']]], + ['double3x4',['double3x4',['../a00187.html#gaad84a1ea83be8fce04c1570c5e719413',1,'glm']]], + ['double4',['double4',['../a00187.html#gab8bbb086c9a6c2deffbe0e80afd6be56',1,'glm']]], + ['double4x2',['double4x2',['../a00187.html#ga2f87500119da15e35e4a74780ba512bd',1,'glm']]], + ['double4x3',['double4x3',['../a00187.html#gaa4e6d53c03780dfa76bd399324f9fe37',1,'glm']]], + ['double4x4',['double4x4',['../a00187.html#ga686a3a5590f0a0e721faba08bda301d6',1,'glm']]], + ['dualquat',['dualquat',['../a00189.html#gae93abee0c979902fbec6a7bee0f6fae1',1,'glm']]], + ['dvec2',['dvec2',['../a00156.html#ga15ade901680b29b78c1f9d1796db6e0e',1,'glm']]], + ['dvec3',['dvec3',['../a00156.html#gabebd0c7e3c5cd337d95c313c5e8b8db4',1,'glm']]], + ['dvec4',['dvec4',['../a00156.html#ga9503f809789bda7e8852a6abde3ae5c1',1,'glm']]], + ['dword',['dword',['../a00222.html#ga86e46fff9f80ae33893d8d697f2ca98a',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_3.html b/glm/doc/api/search/typedefs_3.html new file mode 100644 index 0000000..10b9917 --- /dev/null +++ b/glm/doc/api/search/typedefs_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_3.js b/glm/doc/api/search/typedefs_3.js new file mode 100644 index 0000000..b3ac1ce --- /dev/null +++ b/glm/doc/api/search/typedefs_3.js @@ -0,0 +1,78 @@ +var searchData= +[ + ['f32',['f32',['../a00177.html#gabe6a542dd6c1d5ffd847f1b9b4c9c9b7',1,'glm']]], + ['f32mat1',['f32mat1',['../a00214.html#ga145ad477a2a3e152855511c3b52469a6',1,'glm::gtx']]], + ['f32mat1x1',['f32mat1x1',['../a00214.html#gac88c6a4dbfc380aa26e3adbbade36348',1,'glm::gtx']]], + ['f32mat2',['f32mat2',['../a00177.html#ga1fedd5d29746afdaf2d3303a4442704e',1,'glm']]], + ['f32mat2x2',['f32mat2x2',['../a00177.html#gaf3a5016bf360977ce114deb2e01ae10a',1,'glm']]], + ['f32mat2x3',['f32mat2x3',['../a00177.html#gad5f1043adbe803928fe7bf1a90a1f767',1,'glm']]], + ['f32mat2x4',['f32mat2x4',['../a00177.html#ga5ed667d0247cce477f013ea31982843d',1,'glm']]], + ['f32mat3',['f32mat3',['../a00177.html#gaf4377997b299a287f7ab3358c9bd3e4c',1,'glm']]], + ['f32mat3x2',['f32mat3x2',['../a00177.html#ga8709a1ea268fa69bdf1e11616d7fbaf1',1,'glm']]], + ['f32mat3x3',['f32mat3x3',['../a00177.html#ga1e4c52bb824ca16c6e2e5b03635669d0',1,'glm']]], + ['f32mat3x4',['f32mat3x4',['../a00177.html#ga0100666c90176eaba80e49357d123c7f',1,'glm']]], + ['f32mat4',['f32mat4',['../a00177.html#ga797fa3ab16e04456174c36238e091341',1,'glm']]], + ['f32mat4x2',['f32mat4x2',['../a00177.html#ga27f897bdfe4bbded9481b8947553d1ff',1,'glm']]], + ['f32mat4x3',['f32mat4x3',['../a00177.html#gaa69e73ffb01a52499071391d395908fb',1,'glm']]], + ['f32mat4x4',['f32mat4x4',['../a00177.html#gafe2e08549805a7ded26da2a868bedbf5',1,'glm']]], + ['f32quat',['f32quat',['../a00177.html#ga6966c0cb4673928c9c9da2e91006d2c0',1,'glm']]], + ['f32vec1',['f32vec1',['../a00177.html#ga3174a49dc84a977cad7012a62f4af02f',1,'glm::f32vec1()'],['../a00214.html#ga07f8d7348eb7ae059a84c118fdfeb943',1,'glm::gtx::f32vec1()']]], + ['f32vec2',['f32vec2',['../a00177.html#gae0cb53ea6fe3d977fe588ce423d57cc3',1,'glm']]], + ['f32vec3',['f32vec3',['../a00177.html#ga19d5e0d4d3d6d226c9c6c0f39756f9ad',1,'glm']]], + ['f32vec4',['f32vec4',['../a00177.html#gaeb25dbb0261f82cb08da23e26d343704',1,'glm']]], + ['f64',['f64',['../a00177.html#ga1d794d240091678f602e8de225b8d8c9',1,'glm']]], + ['f64mat1',['f64mat1',['../a00214.html#ga59bfa589419b5265d01314fcecd33435',1,'glm::gtx']]], + ['f64mat1x1',['f64mat1x1',['../a00214.html#ga448eeb08d0b7d8c43a8b292c981955fd',1,'glm::gtx']]], + ['f64mat2',['f64mat2',['../a00177.html#ga74b9918c90ea60ce58b3979cde963a38',1,'glm']]], + ['f64mat2x2',['f64mat2x2',['../a00177.html#gaeb817419c76a0766c88713d2754e6cb3',1,'glm']]], + ['f64mat2x3',['f64mat2x3',['../a00177.html#ga87d256f4719417e311cd0ea14264678d',1,'glm']]], + ['f64mat2x4',['f64mat2x4',['../a00177.html#gafb18822e2eac88fa861a76cefd25d550',1,'glm']]], + ['f64mat3',['f64mat3',['../a00177.html#ga68894201dd511792a7af6cff7b5adf71',1,'glm']]], + ['f64mat3x2',['f64mat3x2',['../a00177.html#ga11e5684b10e098f573ff484c1a569ae2',1,'glm']]], + ['f64mat3x3',['f64mat3x3',['../a00177.html#gae1a5081181c96cc37ce9418f6e856cb6',1,'glm']]], + ['f64mat3x4',['f64mat3x4',['../a00177.html#gad37a55a8ce1154083a721b4ecfd55293',1,'glm']]], + ['f64mat4',['f64mat4',['../a00177.html#ga219c683b0aa29f4f482f76d77d5c9e95',1,'glm']]], + ['f64mat4x2',['f64mat4x2',['../a00177.html#gaa669dfb59031a441de19b34a92704d57',1,'glm']]], + ['f64mat4x3',['f64mat4x3',['../a00177.html#gaba137814a509704937746cc1e82edc32',1,'glm']]], + ['f64mat4x4',['f64mat4x4',['../a00177.html#ga489163773b021f1800a33cc2fa730c3b',1,'glm']]], + ['f64quat',['f64quat',['../a00177.html#ga14c583bd625eda8cf4935a14d5dd544d',1,'glm']]], + ['f64vec1',['f64vec1',['../a00177.html#gac5b04f32ae3084a9131a0851e7f4cfae',1,'glm::f64vec1()'],['../a00214.html#gae5987a61b8c03d5c432a9e62f0b3efe1',1,'glm::gtx::f64vec1()']]], + ['f64vec2',['f64vec2',['../a00177.html#gafaad77b464b5a35626c31205ac6780e3',1,'glm']]], + ['f64vec3',['f64vec3',['../a00177.html#gafacc3614bb1136a7756293e67d34de22',1,'glm']]], + ['f64vec4',['f64vec4',['../a00177.html#ga8723186104dc02eb85da386105fba75f',1,'glm']]], + ['fdualquat',['fdualquat',['../a00189.html#ga237c2b9b42c9a930e49de5840ae0f930',1,'glm']]], + ['float1',['float1',['../a00187.html#gaf5208d01f6c6fbcb7bb55d610b9c0ead',1,'glm']]], + ['float1x1',['float1x1',['../a00187.html#ga73720b8dc4620835b17f74d428f98c0c',1,'glm']]], + ['float2',['float2',['../a00187.html#ga872a70333dd25af68b1ebba485be9e42',1,'glm']]], + ['float2x2',['float2x2',['../a00187.html#gaad93cbc2b863e363d53d405d0451d03e',1,'glm']]], + ['float2x3',['float2x3',['../a00187.html#ga098c33a30f901f4f6a76969d6db6b01b',1,'glm']]], + ['float2x4',['float2x4',['../a00187.html#gab2ce4c366abc06c8bf7fe097ecea0dde',1,'glm']]], + ['float3',['float3',['../a00187.html#ga2bfa618285894e34f299e4984f092d56',1,'glm']]], + ['float32',['float32',['../a00177.html#gad3c127f8bf8d7d4e738037c257abb5b1',1,'glm']]], + ['float32_5ft',['float32_t',['../a00177.html#ga41d579d81c3d98edd0532244fa02da77',1,'glm']]], + ['float3x2',['float3x2',['../a00187.html#gaf30014e7b6874f45d58eb580d04764ff',1,'glm']]], + ['float3x3',['float3x3',['../a00187.html#ga2692a729a69615d72dbebbdd0eba2363',1,'glm']]], + ['float3x4',['float3x4',['../a00187.html#gac38c8929ccc87a2dc81eaab97ad5190e',1,'glm']]], + ['float4',['float4',['../a00187.html#ga5d49ed44dd9a9e944abc30371fc9045b',1,'glm']]], + ['float4x2',['float4x2',['../a00187.html#ga39a2af7aa8f2d29ca40afd2256c0e7c8',1,'glm']]], + ['float4x3',['float4x3',['../a00187.html#gad749b26be059f35394fd71c7f7a44034',1,'glm']]], + ['float4x4',['float4x4',['../a00187.html#gaf40529862492ded2f3b96a6c886f6136',1,'glm']]], + ['float64',['float64',['../a00177.html#gab5596d48586414c91ccb270962dc14d3',1,'glm']]], + ['float64_5ft',['float64_t',['../a00177.html#ga6957c7b22f405683bb276554ca40dc37',1,'glm']]], + ['fmat2',['fmat2',['../a00177.html#gabb01d4ff646ee07241934b1a0cc0f985',1,'glm']]], + ['fmat2x2',['fmat2x2',['../a00177.html#ga74ac2e71b650162d8f7cb2a70c2f6711',1,'glm']]], + ['fmat2x3',['fmat2x3',['../a00177.html#gaf17b2604c0d92bffb92375d8aa588756',1,'glm']]], + ['fmat2x4',['fmat2x4',['../a00177.html#ga709c97c20efa24ff1d9e83cd437b8ed5',1,'glm']]], + ['fmat3',['fmat3',['../a00177.html#ga5165fbee2d78f342950265b69a07353d',1,'glm']]], + ['fmat3x2',['fmat3x2',['../a00177.html#ga9f20af6e8eca2abdcde08408948cc1ca',1,'glm']]], + ['fmat3x3',['fmat3x3',['../a00177.html#gad339e25c32fe6665acf028f26c1b3e22',1,'glm']]], + ['fmat3x4',['fmat3x4',['../a00177.html#gab04bc97371cb6b5f54b3688e0c81578b',1,'glm']]], + ['fmat4',['fmat4',['../a00177.html#gab3f31d867df4874e42172ebf188a3ebd',1,'glm']]], + ['fmat4x2',['fmat4x2',['../a00177.html#gab0082a25f19f02d2d0af0fcbe5ead732',1,'glm']]], + ['fmat4x3',['fmat4x3',['../a00177.html#ga1a11c170f030ab34ddf037714e936cba',1,'glm']]], + ['fmat4x4',['fmat4x4',['../a00177.html#gabd79752ff357d83b49136b6299ea62d9',1,'glm']]], + ['fvec1',['fvec1',['../a00177.html#ga10d8bd3c923a5386efcf25a4117fd84f',1,'glm']]], + ['fvec2',['fvec2',['../a00177.html#gaf9f4173dd9e8b2d0b663c6f80ed09ff6',1,'glm']]], + ['fvec3',['fvec3',['../a00177.html#ga4ef2d77dcab241b1ef83f09edb2f1084',1,'glm']]], + ['fvec4',['fvec4',['../a00177.html#ga981b63d5c5f7233a29364e0a968d139b',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_4.html b/glm/doc/api/search/typedefs_4.html new file mode 100644 index 0000000..c1ff64d --- /dev/null +++ b/glm/doc/api/search/typedefs_4.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_4.js b/glm/doc/api/search/typedefs_4.js new file mode 100644 index 0000000..4a9b910 --- /dev/null +++ b/glm/doc/api/search/typedefs_4.js @@ -0,0 +1,96 @@ +var searchData= +[ + ['highp_5fbvec2',['highp_bvec2',['../a00157.html#ga829f39950549881a08c534946c0487e1',1,'glm']]], + ['highp_5fbvec3',['highp_bvec3',['../a00157.html#gaca7c2a58eb926799c30ad547a290fccf',1,'glm']]], + ['highp_5fbvec4',['highp_bvec4',['../a00157.html#gae5f9c57d04b338c9a51a9af39e50795b',1,'glm']]], + ['highp_5fddualquat',['highp_ddualquat',['../a00189.html#ga8f67eafa7197d7a668dad5105a463d2a',1,'glm']]], + ['highp_5fdmat2',['highp_dmat2',['../a00157.html#ga65ae7d3b23155712ed8cbd3300be4ec8',1,'glm']]], + ['highp_5fdmat2x2',['highp_dmat2x2',['../a00157.html#ga518f28c64881fafaaf14ec0d867a9bba',1,'glm']]], + ['highp_5fdmat2x3',['highp_dmat2x3',['../a00157.html#gaf98afd25f7e3e8f1d73bca020d0d8ea6',1,'glm']]], + ['highp_5fdmat2x4',['highp_dmat2x4',['../a00157.html#gac1c87c16d6dcb7449bc3c779ccdc5c30',1,'glm']]], + ['highp_5fdmat3',['highp_dmat3',['../a00157.html#ga605c7863807ac2e9c2db4cf13405f34d',1,'glm']]], + ['highp_5fdmat3x2',['highp_dmat3x2',['../a00157.html#gab2d4fd5cd286baff8364a7a3f60c8a21',1,'glm']]], + ['highp_5fdmat3x3',['highp_dmat3x3',['../a00157.html#ga2d7911a43241a5ce2472421255e5930f',1,'glm']]], + ['highp_5fdmat3x4',['highp_dmat3x4',['../a00157.html#ga51bfd2f3f5a12464d5934323db9116e7',1,'glm']]], + ['highp_5fdmat4',['highp_dmat4',['../a00157.html#ga4607e33c40a3c03256e0bf9c586b456a',1,'glm']]], + ['highp_5fdmat4x2',['highp_dmat4x2',['../a00157.html#ga5ee028f50629bf451973b3a910973357',1,'glm']]], + ['highp_5fdmat4x3',['highp_dmat4x3',['../a00157.html#gafe7eea5b2a20477b5634e340ea5ec28a',1,'glm']]], + ['highp_5fdmat4x4',['highp_dmat4x4',['../a00157.html#ga83ab0b8b8b50cbf945237dc8f5322432',1,'glm']]], + ['highp_5fdualquat',['highp_dualquat',['../a00189.html#ga9ef5bf1da52a9d4932335a517086ceaf',1,'glm']]], + ['highp_5fdvec2',['highp_dvec2',['../a00157.html#ga435eb408e8dfa4f7185368109d432c14',1,'glm']]], + ['highp_5fdvec3',['highp_dvec3',['../a00157.html#ga01d2c9b292e27518e4d6f8442607e8aa',1,'glm']]], + ['highp_5fdvec4',['highp_dvec4',['../a00157.html#ga5d454f34d819d90b9bbb30dcb9ed7b39',1,'glm']]], + ['highp_5ffdualquat',['highp_fdualquat',['../a00189.html#ga4c4e55e9c99dc57b299ed590968da564',1,'glm']]], + ['highp_5ffloat',['highp_float',['../a00157.html#ga6e95694987ba35af6f736638be39626a',1,'glm']]], + ['highp_5fi16',['highp_i16',['../a00177.html#ga0336abc2604dd2c20c30e036454b64f8',1,'glm']]], + ['highp_5fi32',['highp_i32',['../a00177.html#ga727675ac6b5d2fc699520e0059735e25',1,'glm']]], + ['highp_5fi64',['highp_i64',['../a00177.html#gac25db6d2b1e2a0f351b77ba3409ac4cd',1,'glm']]], + ['highp_5fi8',['highp_i8',['../a00177.html#gacb88796f2d08ef253d0345aff20c3aee',1,'glm']]], + ['highp_5fimat2',['highp_imat2',['../a00167.html#gaa9f8144beebdefd85e2a9ac480e7608a',1,'glm']]], + ['highp_5fimat2x2',['highp_imat2x2',['../a00167.html#gac455e55e7cb32e31396a9d4613da046a',1,'glm']]], + ['highp_5fimat2x3',['highp_imat2x3',['../a00167.html#ga5f5f1e6dc06b72216463a425b2f7613e',1,'glm']]], + ['highp_5fimat2x4',['highp_imat2x4',['../a00167.html#ga73b855cc40e5d8202b7ab38461326d65',1,'glm']]], + ['highp_5fimat3',['highp_imat3',['../a00167.html#ga4efd6470c0edf9704d2244fc92dbc2a9',1,'glm']]], + ['highp_5fimat3x2',['highp_imat3x2',['../a00167.html#ga0413bf87605b9247be2533c439127a1c',1,'glm']]], + ['highp_5fimat3x3',['highp_imat3x3',['../a00167.html#gacce460d54216438bb577bf8c9d68299c',1,'glm']]], + ['highp_5fimat3x4',['highp_imat3x4',['../a00167.html#gad4fea24b4100e21ed7742c91e5458d49',1,'glm']]], + ['highp_5fimat4',['highp_imat4',['../a00167.html#ga159ce04cc638ff4db755542cd8f758cb',1,'glm']]], + ['highp_5fimat4x2',['highp_imat4x2',['../a00167.html#ga7d43dd8332000f7f19379efa1b303599',1,'glm']]], + ['highp_5fimat4x3',['highp_imat4x3',['../a00167.html#ga0c66b9b7c10a6017a58a03489c8d4c73',1,'glm']]], + ['highp_5fimat4x4',['highp_imat4x4',['../a00167.html#gae53db595d36f49a299e180302795e3c9',1,'glm']]], + ['highp_5fint',['highp_int',['../a00157.html#gaaabe7eb044941ebf308b53a447d692dc',1,'glm']]], + ['highp_5fint16',['highp_int16',['../a00177.html#ga5fde0fa4a3852a9dd5d637a92ee74718',1,'glm']]], + ['highp_5fint16_5ft',['highp_int16_t',['../a00177.html#gacaea06d0a79ef3172e887a7a6ba434ff',1,'glm']]], + ['highp_5fint32',['highp_int32',['../a00177.html#ga84ed04b4e0de18c977e932d617e7c223',1,'glm']]], + ['highp_5fint32_5ft',['highp_int32_t',['../a00177.html#ga2c71c8bd9e2fe7d2e93ca250d8b6157f',1,'glm']]], + ['highp_5fint64',['highp_int64',['../a00177.html#ga226a8d52b4e3f77aaa6231135e886aac',1,'glm']]], + ['highp_5fint64_5ft',['highp_int64_t',['../a00177.html#ga73c6abb280a45feeff60f9accaee91f3',1,'glm']]], + ['highp_5fint8',['highp_int8',['../a00177.html#gad0549c902a96a7164e4ac858d5f39dbf',1,'glm']]], + ['highp_5fint8_5ft',['highp_int8_t',['../a00177.html#ga1085c50dd8fbeb5e7e609b1c127492a5',1,'glm']]], + ['highp_5fivec2',['highp_ivec2',['../a00157.html#gaa015a3707413de20c03948308dba2f2e',1,'glm']]], + ['highp_5fivec3',['highp_ivec3',['../a00157.html#ga8330bf0d7e6d03ca12ee2b1334c2c30f',1,'glm']]], + ['highp_5fivec4',['highp_ivec4',['../a00157.html#ga0424a75bb400571489b8528897f35258',1,'glm']]], + ['highp_5fmat2',['highp_mat2',['../a00157.html#ga11c1eb1d307846d5bee7d7c0d8c386f0',1,'glm']]], + ['highp_5fmat2x2',['highp_mat2x2',['../a00157.html#gae6a747cfc33928652abcb1347712b231',1,'glm']]], + ['highp_5fmat2x3',['highp_mat2x3',['../a00157.html#ga9dfd75b5b17b89ccbecbdd6201efc74b',1,'glm']]], + ['highp_5fmat2x4',['highp_mat2x4',['../a00157.html#ga03fe2f9a84c61cc0f08b324a27d9b493',1,'glm']]], + ['highp_5fmat3',['highp_mat3',['../a00157.html#gaac1bde847d053902c27bad811b76e9fd',1,'glm']]], + ['highp_5fmat3x2',['highp_mat3x2',['../a00157.html#ga6b00cd7956ac2ee3d4f3ab3b549b564a',1,'glm']]], + ['highp_5fmat3x3',['highp_mat3x3',['../a00157.html#ga223de5d0549b215566dfb977d4bb45bd',1,'glm']]], + ['highp_5fmat3x4',['highp_mat3x4',['../a00157.html#ga117d8a040e738396a3d60368605623d2',1,'glm']]], + ['highp_5fmat4',['highp_mat4',['../a00157.html#gabace1eeb2fac7d73a7faaecf33f352d0',1,'glm']]], + ['highp_5fmat4x2',['highp_mat4x2',['../a00157.html#gaeea75c96b308be4114e0badf49f58075',1,'glm']]], + ['highp_5fmat4x3',['highp_mat4x3',['../a00157.html#ga046e59c57aaa185a8b0b012164ce707f',1,'glm']]], + ['highp_5fmat4x4',['highp_mat4x4',['../a00157.html#gaa72822d91f0dceb4dcaaec550cbfeead',1,'glm']]], + ['highp_5fu16',['highp_u16',['../a00177.html#ga8e62c883d13f47015f3b70ed88751369',1,'glm']]], + ['highp_5fu32',['highp_u32',['../a00177.html#ga7a6f1929464dcc680b16381a4ee5f2cf',1,'glm']]], + ['highp_5fu64',['highp_u64',['../a00177.html#ga0c181fdf06a309691999926b6690c969',1,'glm']]], + ['highp_5fu8',['highp_u8',['../a00177.html#gacd1259f3a9e8d2a9df5be2d74322ef9c',1,'glm']]], + ['highp_5fuint',['highp_uint',['../a00157.html#ga73e8a694d7fc69143cf25161d18d1dcf',1,'glm']]], + ['highp_5fuint16',['highp_uint16',['../a00177.html#ga746dc6da204f5622e395f492997dbf57',1,'glm']]], + ['highp_5fuint16_5ft',['highp_uint16_t',['../a00177.html#gacf54c3330ef60aa3d16cb676c7bcb8c7',1,'glm']]], + ['highp_5fuint32',['highp_uint32',['../a00177.html#ga256b12b650c3f2fb86878fd1c5db8bc3',1,'glm']]], + ['highp_5fuint32_5ft',['highp_uint32_t',['../a00177.html#gae978599c9711ac263ba732d4ac225b0e',1,'glm']]], + ['highp_5fuint64',['highp_uint64',['../a00177.html#gaa38d732f5d4a7bc42a1b43b9d3c141ce',1,'glm']]], + ['highp_5fuint64_5ft',['highp_uint64_t',['../a00177.html#gaa46172d7dc1c7ffe3e78107ff88adf08',1,'glm']]], + ['highp_5fuint8',['highp_uint8',['../a00177.html#ga97432f9979e73e66567361fd01e4cffb',1,'glm']]], + ['highp_5fuint8_5ft',['highp_uint8_t',['../a00177.html#gac4e00a26a2adb5f2c0a7096810df29e5',1,'glm']]], + ['highp_5fumat2',['highp_umat2',['../a00167.html#gae7b96c808a36fbe87f41af1c77b7941c',1,'glm']]], + ['highp_5fumat2x2',['highp_umat2x2',['../a00167.html#ga4860b4b01430bdb70643808c8d3bf5cb',1,'glm']]], + ['highp_5fumat2x3',['highp_umat2x3',['../a00167.html#gac351446661e5a8168473ff7b3b5ac3b5',1,'glm']]], + ['highp_5fumat2x4',['highp_umat2x4',['../a00167.html#ga815eb9fdf70edc45687cbcda07e97213',1,'glm']]], + ['highp_5fumat3',['highp_umat3',['../a00167.html#gaa60b19d7cadbaa56bed1e6e0047af147',1,'glm']]], + ['highp_5fumat3x2',['highp_umat3x2',['../a00167.html#gab1d8e627b6a0b21c9b5e599a89132d8f',1,'glm']]], + ['highp_5fumat3x3',['highp_umat3x3',['../a00167.html#gacf71e9abe57bcfd18b4b003421e306aa',1,'glm']]], + ['highp_5fumat3x4',['highp_umat3x4',['../a00167.html#ga6edbf193ad6c4309e31262165f2655e7',1,'glm']]], + ['highp_5fumat4',['highp_umat4',['../a00167.html#ga8368cb49cb0bd5ac682a71d1eccc9a8c',1,'glm']]], + ['highp_5fumat4x2',['highp_umat4x2',['../a00167.html#gaaba8a59eac3e5c0b3aaa9b35c1f10292',1,'glm']]], + ['highp_5fumat4x3',['highp_umat4x3',['../a00167.html#ga899a376888652fe3c03718641812bb27',1,'glm']]], + ['highp_5fumat4x4',['highp_umat4x4',['../a00167.html#gab8068521c0ad6990373d27d87d333084',1,'glm']]], + ['highp_5fuvec2',['highp_uvec2',['../a00157.html#gaa0eed70387a998c3eca2f4e45f3efaad',1,'glm']]], + ['highp_5fuvec3',['highp_uvec3',['../a00157.html#gaf564d5be1e65bd2204754043b218c9a4',1,'glm']]], + ['highp_5fuvec4',['highp_uvec4',['../a00157.html#ga61359f5531550e45871a97589d8dcce1',1,'glm']]], + ['highp_5fvec2',['highp_vec2',['../a00157.html#gabfc3e9f63cc3e2ee0521405277ef3997',1,'glm']]], + ['highp_5fvec3',['highp_vec3',['../a00157.html#ga7b31b02c5558e2f8e5d8439ae3803d3a',1,'glm']]], + ['highp_5fvec4',['highp_vec4',['../a00157.html#gade7cb496ed3d78b2a11f1651cce77239',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_5.html b/glm/doc/api/search/typedefs_5.html new file mode 100644 index 0000000..14adc8e --- /dev/null +++ b/glm/doc/api/search/typedefs_5.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_5.js b/glm/doc/api/search/typedefs_5.js new file mode 100644 index 0000000..e7be9c2 --- /dev/null +++ b/glm/doc/api/search/typedefs_5.js @@ -0,0 +1,60 @@ +var searchData= +[ + ['i16',['i16',['../a00177.html#ga3ab5fe184343d394fb6c2723c3ee3699',1,'glm']]], + ['i16vec1',['i16vec1',['../a00177.html#ga28f03a39ac56c70f9bf3ada11cb60e3b',1,'glm']]], + ['i16vec2',['i16vec2',['../a00177.html#ga110bec18ca44c41c76c3c9e4d7b5bd79',1,'glm']]], + ['i16vec3',['i16vec3',['../a00177.html#ga973b226a9914db682c9372fc761fb535',1,'glm']]], + ['i16vec4',['i16vec4',['../a00177.html#gad73e5e905dcf2d8cab002b4ab46e9426',1,'glm']]], + ['i32',['i32',['../a00177.html#ga96faea43ac5f875d2d3ffbf8d213e3eb',1,'glm']]], + ['i32vec1',['i32vec1',['../a00177.html#ga4cca6bbd117c45f046291fc8e9d03765',1,'glm']]], + ['i32vec2',['i32vec2',['../a00177.html#ga3c12cef4135603fd77d8fda85808730c',1,'glm']]], + ['i32vec3',['i32vec3',['../a00177.html#ga40cd3f391c03512f158d10a70062264e',1,'glm']]], + ['i32vec4',['i32vec4',['../a00177.html#gae3364a8090e7e1408056e00403dfecab',1,'glm']]], + ['i64',['i64',['../a00177.html#gadb997e409103d4da18abd837e636a496',1,'glm']]], + ['i64vec1',['i64vec1',['../a00177.html#ga5b4a3e499ee165efc0dc05add9c48235',1,'glm']]], + ['i64vec2',['i64vec2',['../a00177.html#gade69872a31f066e5ae212f1af6008edb',1,'glm']]], + ['i64vec3',['i64vec3',['../a00177.html#ga9ece7c77c7bca7a6b824ef9c600f5e5e',1,'glm']]], + ['i64vec4',['i64vec4',['../a00177.html#ga9756e45c8f80329257f3cbdabc3bd73c',1,'glm']]], + ['i8',['i8',['../a00177.html#ga302ec977b0c0c3ea245b6c9275495355',1,'glm']]], + ['i8vec1',['i8vec1',['../a00177.html#gab2329c5c14ff5a03b1ddec039e2c7409',1,'glm']]], + ['i8vec2',['i8vec2',['../a00177.html#ga6414484477e4c1b4863cf91af8fd4185',1,'glm']]], + ['i8vec3',['i8vec3',['../a00177.html#gaf4b5993e794e252607f91535b62a7e0c',1,'glm']]], + ['i8vec4',['i8vec4',['../a00177.html#ga50e58885aee2cf01bb3ba472c5b1697e',1,'glm']]], + ['imat2',['imat2',['../a00167.html#gaabe04f9948d4a213bb1c20137de03e01',1,'glm']]], + ['imat2x2',['imat2x2',['../a00167.html#gaa4732a240522ad9bc28144fda2fc14ec',1,'glm']]], + ['imat2x3',['imat2x3',['../a00167.html#ga3f42dd3d5d94a0fd5706f7ec8dd0c605',1,'glm']]], + ['imat2x4',['imat2x4',['../a00167.html#ga9d8faafdca42583d67e792dd038fc668',1,'glm']]], + ['imat3',['imat3',['../a00167.html#ga038f68437155ffa3c2583a15264a8195',1,'glm']]], + ['imat3x2',['imat3x2',['../a00167.html#ga7b33bbe4f12c060892bd3cc8d4cd737f',1,'glm']]], + ['imat3x3',['imat3x3',['../a00167.html#ga6aacc960f62e8f7d2fe9d32d5050e7a4',1,'glm']]], + ['imat3x4',['imat3x4',['../a00167.html#ga6e9ce23496d8b08dfc302d4039694b58',1,'glm']]], + ['imat4',['imat4',['../a00167.html#ga96b0d26a33b81bb6a60ca0f39682f7eb',1,'glm']]], + ['imat4x2',['imat4x2',['../a00167.html#ga8ce7ef51d8b2c1901fa5414deccbc3fa',1,'glm']]], + ['imat4x3',['imat4x3',['../a00167.html#ga705ee0bf49d6c3de4404ce2481bf0df5',1,'glm']]], + ['imat4x4',['imat4x4',['../a00167.html#ga43ed5e4f475b6f4cad7cba78f29c405b',1,'glm']]], + ['int1',['int1',['../a00187.html#ga0670a2111b5e4a6410bd027fa0232fc3',1,'glm']]], + ['int16',['int16',['../a00177.html#ga302041c186d0d028bea31b711fe16759',1,'glm']]], + ['int16_5ft',['int16_t',['../a00177.html#gae8f5e3e964ca2ae240adc2c0d74adede',1,'glm']]], + ['int1x1',['int1x1',['../a00187.html#ga056ffe02d3a45af626f8e62221881c7a',1,'glm']]], + ['int2',['int2',['../a00187.html#ga2eca687990bf3a08ef28bc4a9f2fe700',1,'glm']]], + ['int2x2',['int2x2',['../a00187.html#gab1c5d0631a6ae34e28bfb2851da387cc',1,'glm']]], + ['int2x3',['int2x3',['../a00187.html#ga6dc93f0794eb5fadd7f68b85141a2434',1,'glm']]], + ['int2x4',['int2x4',['../a00187.html#gad5da9e1b4e0c64c5436b5696ab49540e',1,'glm']]], + ['int3',['int3',['../a00187.html#gaaa6ceedf08a85e5fd73a482bc8b77b88',1,'glm']]], + ['int32',['int32',['../a00177.html#ga8df669f4e7698dfe0c0354d92578d74f',1,'glm']]], + ['int32_5ft',['int32_t',['../a00177.html#ga042ef09ff2f0cb24a36f541bcb3a3710',1,'glm']]], + ['int3x2',['int3x2',['../a00187.html#gaa98b1a06b802c975f02a5583f43632db',1,'glm']]], + ['int3x3',['int3x3',['../a00187.html#ga20c4d23defbc123ac4745c9b4262156f',1,'glm']]], + ['int3x4',['int3x4',['../a00187.html#ga7b00c53838143bce963177122ab92c39',1,'glm']]], + ['int4',['int4',['../a00187.html#gab19c2df22e9b14081390fabd074081f1',1,'glm']]], + ['int4x2',['int4x2',['../a00187.html#gaa53815539021200c4e10fd282832dcd3',1,'glm']]], + ['int4x3',['int4x3',['../a00187.html#ga4a3bf0ecd6f6ff60836c5bee26c14abe',1,'glm']]], + ['int4x4',['int4x4',['../a00187.html#ga3bacf576b4b29f2f2959abff7a36652d',1,'glm']]], + ['int64',['int64',['../a00177.html#gaff5189f97f9e842d9636a0f240001b2e',1,'glm']]], + ['int64_5ft',['int64_t',['../a00177.html#ga322a7d7d2c2c68994dc872a33de63c61',1,'glm']]], + ['int8',['int8',['../a00177.html#ga41c6189f6485c2825d60fdc835b3a2b0',1,'glm']]], + ['int8_5ft',['int8_t',['../a00177.html#ga4bf09d8838a86866b39ee6e109341645',1,'glm']]], + ['ivec2',['ivec2',['../a00156.html#ga2ab812bd103527e2d6c62c2e2f5ee78f',1,'glm']]], + ['ivec3',['ivec3',['../a00156.html#ga34aee73784bcc247d426250540c1911c',1,'glm']]], + ['ivec4',['ivec4',['../a00156.html#gaaa26c41d168dc00be0fe55f4d0a34224',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_6.html b/glm/doc/api/search/typedefs_6.html new file mode 100644 index 0000000..742e92b --- /dev/null +++ b/glm/doc/api/search/typedefs_6.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_6.js b/glm/doc/api/search/typedefs_6.js new file mode 100644 index 0000000..9c3e6b7 --- /dev/null +++ b/glm/doc/api/search/typedefs_6.js @@ -0,0 +1,96 @@ +var searchData= +[ + ['lowp_5fbvec2',['lowp_bvec2',['../a00157.html#ga28dcda102dd8c94ec500ee786af7a30a',1,'glm']]], + ['lowp_5fbvec3',['lowp_bvec3',['../a00157.html#ga76c0948546deeeb18bfda36f18b3e673',1,'glm']]], + ['lowp_5fbvec4',['lowp_bvec4',['../a00157.html#gafa2087ead0d0e2a3c907e3fbd99f4d85',1,'glm']]], + ['lowp_5fddualquat',['lowp_ddualquat',['../a00189.html#gab4c5103338af3dac7e0fbc86895a3f1a',1,'glm']]], + ['lowp_5fdmat2',['lowp_dmat2',['../a00157.html#gae0a526a0143fc69d7b317c078d591654',1,'glm']]], + ['lowp_5fdmat2x2',['lowp_dmat2x2',['../a00157.html#ga000c064e4eba15bf83f8e1e393a8e7fd',1,'glm']]], + ['lowp_5fdmat2x3',['lowp_dmat2x3',['../a00157.html#gaaf2d7cf98b74a43fc432725887685dc0',1,'glm']]], + ['lowp_5fdmat2x4',['lowp_dmat2x4',['../a00157.html#ga8ac69e9ed1addf122f51396f73cdbbf3',1,'glm']]], + ['lowp_5fdmat3',['lowp_dmat3',['../a00157.html#ga19b0c9580b447443cf3fe589bd661e03',1,'glm']]], + ['lowp_5fdmat3x2',['lowp_dmat3x2',['../a00157.html#ga27ccd1bcb24920508a7b6a24bd9265ab',1,'glm']]], + ['lowp_5fdmat3x3',['lowp_dmat3x3',['../a00157.html#gae37a4275ffa68d0c3527a345e76598c0',1,'glm']]], + ['lowp_5fdmat3x4',['lowp_dmat3x4',['../a00157.html#ga813bff547772bcefebc026e5deba0fe3',1,'glm']]], + ['lowp_5fdmat4',['lowp_dmat4',['../a00157.html#gaac3aee10bee5fa5206de8bf024a8b301',1,'glm']]], + ['lowp_5fdmat4x2',['lowp_dmat4x2',['../a00157.html#ga05c2d27aeca091e369fca027e72177e8',1,'glm']]], + ['lowp_5fdmat4x3',['lowp_dmat4x3',['../a00157.html#ga2b5b1b810f3b9988f49f985387e35e03',1,'glm']]], + ['lowp_5fdmat4x4',['lowp_dmat4x4',['../a00157.html#gaea9e20c3668305cf0de5334d217408d9',1,'glm']]], + ['lowp_5fdualquat',['lowp_dualquat',['../a00189.html#gade05d29ebd4deea0f883d0e1bb4169aa',1,'glm']]], + ['lowp_5fdvec2',['lowp_dvec2',['../a00157.html#ga96eb13864627c7c832b5af36aa73bda6',1,'glm']]], + ['lowp_5fdvec3',['lowp_dvec3',['../a00157.html#gaf7ec7b1cefeeaf63659460ef52fd06a9',1,'glm']]], + ['lowp_5fdvec4',['lowp_dvec4',['../a00157.html#gab5d6a45e1bbb13314b47793865a4c072',1,'glm']]], + ['lowp_5ffdualquat',['lowp_fdualquat',['../a00189.html#gaa38f671be25a7f3b136a452a8bb42860',1,'glm']]], + ['lowp_5ffloat',['lowp_float',['../a00157.html#ga358d69e11b1c0f6c7c469e0d39ab7fd1',1,'glm']]], + ['lowp_5fi16',['lowp_i16',['../a00177.html#ga392b673fd10847bfb78fb808c6cf8ff7',1,'glm']]], + ['lowp_5fi32',['lowp_i32',['../a00177.html#ga7ff73a45cea9613ebf1a9fad0b9f82ac',1,'glm']]], + ['lowp_5fi64',['lowp_i64',['../a00177.html#ga354736e0c645099cd44c42fb2f87c2b8',1,'glm']]], + ['lowp_5fi8',['lowp_i8',['../a00177.html#ga552a6bde5e75984efb0f863278da2e54',1,'glm']]], + ['lowp_5fimat2',['lowp_imat2',['../a00167.html#ga3c035fec7db0d671ec8f9f1f0d05bed0',1,'glm']]], + ['lowp_5fimat2x2',['lowp_imat2x2',['../a00167.html#ga5bfe58853451fbc1f1ef6ce1f93c5e31',1,'glm']]], + ['lowp_5fimat2x3',['lowp_imat2x3',['../a00167.html#ga3f8fb92b62e31528886cc728d3404ecc',1,'glm']]], + ['lowp_5fimat2x4',['lowp_imat2x4',['../a00167.html#ga892b53e26d36763f380b08a5768dee6b',1,'glm']]], + ['lowp_5fimat3',['lowp_imat3',['../a00167.html#ga148f3a81d15a570b9460158e6964f41c',1,'glm']]], + ['lowp_5fimat3x2',['lowp_imat3x2',['../a00167.html#ga7655dfee0d726e80d7a3b72f46d5fd35',1,'glm']]], + ['lowp_5fimat3x3',['lowp_imat3x3',['../a00167.html#gab3d5c6aaeb5815f8f080305888f6828f',1,'glm']]], + ['lowp_5fimat3x4',['lowp_imat3x4',['../a00167.html#ga3d913d70c629aa7ad504739286328f1b',1,'glm']]], + ['lowp_5fimat4',['lowp_imat4',['../a00167.html#gad3d7b23bdb4ed9b7d53c9db792db9bb4',1,'glm']]], + ['lowp_5fimat4x2',['lowp_imat4x2',['../a00167.html#ga3fdfce509d30bdd7778b8b156cb968df',1,'glm']]], + ['lowp_5fimat4x3',['lowp_imat4x3',['../a00167.html#ga6a9945878f99294cfde40c6c3a867d69',1,'glm']]], + ['lowp_5fimat4x4',['lowp_imat4x4',['../a00167.html#ga330140b22a9449caab308f2c69bf4c80',1,'glm']]], + ['lowp_5fint',['lowp_int',['../a00157.html#gad0fa1e32e8b3552ed63556eca51c620e',1,'glm']]], + ['lowp_5fint16',['lowp_int16',['../a00177.html#ga698e36b01167fc0f037889334dce8def',1,'glm']]], + ['lowp_5fint16_5ft',['lowp_int16_t',['../a00177.html#ga8b2cd8d31eb345b2d641d9261c38db1a',1,'glm']]], + ['lowp_5fint32',['lowp_int32',['../a00177.html#ga864aabca5f3296e176e0c3ed9cc16b02',1,'glm']]], + ['lowp_5fint32_5ft',['lowp_int32_t',['../a00177.html#ga0350631d35ff800e6133ac6243b13cbc',1,'glm']]], + ['lowp_5fint64',['lowp_int64',['../a00177.html#gaf645b1a60203b39c0207baff5e3d8c3c',1,'glm']]], + ['lowp_5fint64_5ft',['lowp_int64_t',['../a00177.html#gaebf341fc4a5be233f7dde962c2e33847',1,'glm']]], + ['lowp_5fint8',['lowp_int8',['../a00177.html#ga760bcf26fdb23a2c3ecad3c928a19ae6',1,'glm']]], + ['lowp_5fint8_5ft',['lowp_int8_t',['../a00177.html#ga119c41d73fe9977358174eb3ac1035a3',1,'glm']]], + ['lowp_5fivec2',['lowp_ivec2',['../a00157.html#ga3c6aeb4cd3e9a14c85dd4c6f311b1e57',1,'glm']]], + ['lowp_5fivec3',['lowp_ivec3',['../a00157.html#gaa040f25233c314adc9560dcdb9dadac2',1,'glm']]], + ['lowp_5fivec4',['lowp_ivec4',['../a00157.html#ga8b7483dc67dc332f9d874c6cf7172203',1,'glm']]], + ['lowp_5fmat2',['lowp_mat2',['../a00157.html#ga8ed94bfb5f4e0b2c3b0d49c5be478c85',1,'glm']]], + ['lowp_5fmat2x2',['lowp_mat2x2',['../a00157.html#gab1a0d4d8fd3bb85f6616dac9dbef2981',1,'glm']]], + ['lowp_5fmat2x3',['lowp_mat2x3',['../a00157.html#gae8fe30d421bc141fa84ad414b803947d',1,'glm']]], + ['lowp_5fmat2x4',['lowp_mat2x4',['../a00157.html#gad64a0179b75508142a72917854034b9b',1,'glm']]], + ['lowp_5fmat3',['lowp_mat3',['../a00157.html#ga6a66118df7e2398a36ca4a8e98ce6783',1,'glm']]], + ['lowp_5fmat3x2',['lowp_mat3x2',['../a00157.html#gaa2542e884ac7d05ada8ebb078b721924',1,'glm']]], + ['lowp_5fmat3x3',['lowp_mat3x3',['../a00157.html#gab7ca36023fa56d8006341a192ee09260',1,'glm']]], + ['lowp_5fmat3x4',['lowp_mat3x4',['../a00157.html#ga2938621d14e70bc3dc576b4fc1547a7e',1,'glm']]], + ['lowp_5fmat4',['lowp_mat4',['../a00157.html#gabb754302a1ff8736ec7814d860c9a3c0',1,'glm']]], + ['lowp_5fmat4x2',['lowp_mat4x2',['../a00157.html#gac6d04a9590cb7ab62cbe29203dbb9b93',1,'glm']]], + ['lowp_5fmat4x3',['lowp_mat4x3',['../a00157.html#gafb3dbbc82f8b166867fd21c76eb8db4f',1,'glm']]], + ['lowp_5fmat4x4',['lowp_mat4x4',['../a00157.html#gafff11cbd0abc762e8a340870a31d5bfa',1,'glm']]], + ['lowp_5fu16',['lowp_u16',['../a00177.html#ga504ce1631cb2ac02fcf1d44d8c2aa126',1,'glm']]], + ['lowp_5fu32',['lowp_u32',['../a00177.html#ga4f072ada9552e1e480bbb3b1acde5250',1,'glm']]], + ['lowp_5fu64',['lowp_u64',['../a00177.html#ga30069d1f02b19599cbfadf98c23ac6ed',1,'glm']]], + ['lowp_5fu8',['lowp_u8',['../a00177.html#ga1b09f03da7ac43055c68a349d5445083',1,'glm']]], + ['lowp_5fuint',['lowp_uint',['../a00157.html#ga25ebc60727fc8b4a1167665f9ecdca97',1,'glm']]], + ['lowp_5fuint16',['lowp_uint16',['../a00177.html#gad68bfd9f881856fc863a6ebca0b67f78',1,'glm']]], + ['lowp_5fuint16_5ft',['lowp_uint16_t',['../a00177.html#ga91c4815f93177eb423362fd296a87e9f',1,'glm']]], + ['lowp_5fuint32',['lowp_uint32',['../a00177.html#gaa6a5b461bbf5fe20982472aa51896d4b',1,'glm']]], + ['lowp_5fuint32_5ft',['lowp_uint32_t',['../a00177.html#gaf1b735b4b1145174f4e4167d13778f9b',1,'glm']]], + ['lowp_5fuint64',['lowp_uint64',['../a00177.html#gaa212b805736a759998e312cbdd550fae',1,'glm']]], + ['lowp_5fuint64_5ft',['lowp_uint64_t',['../a00177.html#ga8dd3a3281ae5c970ffe0c41d538aa153',1,'glm']]], + ['lowp_5fuint8',['lowp_uint8',['../a00177.html#gaf49470869e9be2c059629b250619804e',1,'glm']]], + ['lowp_5fuint8_5ft',['lowp_uint8_t',['../a00177.html#ga667b2ece2b258be898812dc2177995d1',1,'glm']]], + ['lowp_5fumat2',['lowp_umat2',['../a00167.html#ga1406406e396b56bde3c7c0722f657064',1,'glm']]], + ['lowp_5fumat2x2',['lowp_umat2x2',['../a00167.html#ga1f0cea730f6c13b16e511bd2d63507a3',1,'glm']]], + ['lowp_5fumat2x3',['lowp_umat2x3',['../a00167.html#gaa86bd9dc8463b46a46ee944948111676',1,'glm']]], + ['lowp_5fumat2x4',['lowp_umat2x4',['../a00167.html#ga7b6c64600bad79d735fa6bec843b2bb4',1,'glm']]], + ['lowp_5fumat3',['lowp_umat3',['../a00167.html#ga7fc1f795f2abd0020c7b5204f4c83033',1,'glm']]], + ['lowp_5fumat3x2',['lowp_umat3x2',['../a00167.html#gad73943020bb49a072317ecfc52d587f0',1,'glm']]], + ['lowp_5fumat3x3',['lowp_umat3x3',['../a00167.html#ga402d169fc3cdca5f3ea47a358a7b7c67',1,'glm']]], + ['lowp_5fumat3x4',['lowp_umat3x4',['../a00167.html#ga2dce1c00ed50fd09fe349de3713d96db',1,'glm']]], + ['lowp_5fumat4',['lowp_umat4',['../a00167.html#gafe68c1cf2b379a9a11d1a11c9c2f8884',1,'glm']]], + ['lowp_5fumat4x2',['lowp_umat4x2',['../a00167.html#ga76cab31d492ea214c693ab9132b4de95',1,'glm']]], + ['lowp_5fumat4x3',['lowp_umat4x3',['../a00167.html#gae3ca9e28a9d2e5fce5e28593d27e370d',1,'glm']]], + ['lowp_5fumat4x4',['lowp_umat4x4',['../a00167.html#ga742be484e56e08ef637f8ec4ab7c8bb2',1,'glm']]], + ['lowp_5fuvec2',['lowp_uvec2',['../a00157.html#ga6bfb90b936bbbc67e438bb9ac6910309',1,'glm']]], + ['lowp_5fuvec3',['lowp_uvec3',['../a00157.html#gaf0049c860a612da9bd3ba9ac9e49e820',1,'glm']]], + ['lowp_5fuvec4',['lowp_uvec4',['../a00157.html#ga6efcd4574e112cfcda320db58e649ee3',1,'glm']]], + ['lowp_5fvec2',['lowp_vec2',['../a00157.html#ga51e835b2aa735782f0174328acffa521',1,'glm']]], + ['lowp_5fvec3',['lowp_vec3',['../a00157.html#gaf89f8fb5a06848ea4ec1c3a02813454e',1,'glm']]], + ['lowp_5fvec4',['lowp_vec4',['../a00157.html#ga8f9002d3ab660e3171f5cdea1aab8395',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_7.html b/glm/doc/api/search/typedefs_7.html new file mode 100644 index 0000000..ad03564 --- /dev/null +++ b/glm/doc/api/search/typedefs_7.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_7.js b/glm/doc/api/search/typedefs_7.js new file mode 100644 index 0000000..4022a41 --- /dev/null +++ b/glm/doc/api/search/typedefs_7.js @@ -0,0 +1,108 @@ +var searchData= +[ + ['mat2',['mat2',['../a00156.html#ga6e30cfba068ebc3c71fe1f8b3110e450',1,'glm']]], + ['mat2x2',['mat2x2',['../a00156.html#ga0c84b211a5730357b63c6d2e4fb696d5',1,'glm']]], + ['mat2x3',['mat2x3',['../a00156.html#gafb063d734266e92915d87f8943560471',1,'glm']]], + ['mat2x4',['mat2x4',['../a00156.html#ga4d2ac1a80c36fb5a1d15914035f792ac',1,'glm']]], + ['mat3',['mat3',['../a00156.html#ga6dd3ec98a548755676267e59142911f8',1,'glm']]], + ['mat3x2',['mat3x2',['../a00156.html#ga3839ca29d011a80ff3ede7f22ba602a4',1,'glm']]], + ['mat3x3',['mat3x3',['../a00156.html#ga378921b6a07bcdad946858b340f69ab1',1,'glm']]], + ['mat3x4',['mat3x4',['../a00156.html#ga7876e0c3e3fcc3e2f4c0462c152e87cf',1,'glm']]], + ['mat4',['mat4',['../a00156.html#gade0eb47c01f79384a6f38017ede17446',1,'glm']]], + ['mat4x2',['mat4x2',['../a00156.html#ga1b3f6a5cbc17362141f9781262ed838f',1,'glm']]], + ['mat4x3',['mat4x3',['../a00156.html#gacd9ff3b943b3d8bda4f4b388320420fd',1,'glm']]], + ['mat4x4',['mat4x4',['../a00156.html#ga089315d5a0c20ac6eaa17a854bbd2e81',1,'glm']]], + ['mediump_5fbvec2',['mediump_bvec2',['../a00157.html#gae1f4f68346474246eb4a9952af49e72b',1,'glm']]], + ['mediump_5fbvec3',['mediump_bvec3',['../a00157.html#ga0d1778766f17c4329a8c3f2b37f5fab0',1,'glm']]], + ['mediump_5fbvec4',['mediump_bvec4',['../a00157.html#ga3f0c27f7ab42f004054a247c93a7bf57',1,'glm']]], + ['mediump_5fddualquat',['mediump_ddualquat',['../a00189.html#ga0fb11e48e2d16348ccb06a25213641b4',1,'glm']]], + ['mediump_5fdmat2',['mediump_dmat2',['../a00157.html#ga330077a4cb3707329120b5bddcd7db2d',1,'glm']]], + ['mediump_5fdmat2x2',['mediump_dmat2x2',['../a00157.html#ga78987759d40d7cb03ebe948fb1dcd879',1,'glm']]], + ['mediump_5fdmat2x3',['mediump_dmat2x3',['../a00157.html#ga2569a68be3f1cf56e7e5e0920fe5a246',1,'glm']]], + ['mediump_5fdmat2x4',['mediump_dmat2x4',['../a00157.html#gaccf963b117beeadf8c5c057000762dd3',1,'glm']]], + ['mediump_5fdmat3',['mediump_dmat3',['../a00157.html#ga8091edef9fdf54b1996ae5bd00f847e5',1,'glm']]], + ['mediump_5fdmat3x2',['mediump_dmat3x2',['../a00157.html#ga6b81830ed1ce3862bcbbf41eccc3890b',1,'glm']]], + ['mediump_5fdmat3x3',['mediump_dmat3x3',['../a00157.html#ga5e5de055b7af150796e1c017de84cdb1',1,'glm']]], + ['mediump_5fdmat3x4',['mediump_dmat3x4',['../a00157.html#ga187d10ddab0492545b78ea1dd108f28d',1,'glm']]], + ['mediump_5fdmat4',['mediump_dmat4',['../a00157.html#ga27be34d618d20fbd70d4c62c21256b0c',1,'glm']]], + ['mediump_5fdmat4x2',['mediump_dmat4x2',['../a00157.html#gad4a5b294c54702b7c8e9ee32a451dea9',1,'glm']]], + ['mediump_5fdmat4x3',['mediump_dmat4x3',['../a00157.html#ga27b55deeb16fda7262d64dc1fd1a56bc',1,'glm']]], + ['mediump_5fdmat4x4',['mediump_dmat4x4',['../a00157.html#ga857947b2eef2c9144c34b8e3031f2f12',1,'glm']]], + ['mediump_5fdualquat',['mediump_dualquat',['../a00189.html#gaa7aeb54c167712b38f2178a1be2360ad',1,'glm']]], + ['mediump_5fdvec2',['mediump_dvec2',['../a00157.html#ga388fd99d9ffc7190a4732c35b0c7bfc9',1,'glm']]], + ['mediump_5fdvec3',['mediump_dvec3',['../a00157.html#ga0b4741d444b131ef1fc54b19c37f72be',1,'glm']]], + ['mediump_5fdvec4',['mediump_dvec4',['../a00157.html#ga3e804226444dfe246133fc6ec4a3912f',1,'glm']]], + ['mediump_5ffdualquat',['mediump_fdualquat',['../a00189.html#ga4a6b594ff7e81150d8143001367a9431',1,'glm']]], + ['mediump_5ffloat',['mediump_float',['../a00157.html#ga280c68f537f4b1e03a00b23e62573b98',1,'glm']]], + ['mediump_5fi16',['mediump_i16',['../a00177.html#ga62a17cddeb4dffb4e18fe3aea23f051a',1,'glm']]], + ['mediump_5fi32',['mediump_i32',['../a00177.html#gaf5e94bf2a20af7601787c154751dc2e1',1,'glm']]], + ['mediump_5fi64',['mediump_i64',['../a00177.html#ga3ebcb1f6d8d8387253de8bccb058d77f',1,'glm']]], + ['mediump_5fi8',['mediump_i8',['../a00177.html#gacf1ded173e1e2d049c511d095b259e21',1,'glm']]], + ['mediump_5fimat2',['mediump_imat2',['../a00167.html#ga3f8e55e14a6fc61850f8c0df9b4ff655',1,'glm']]], + ['mediump_5fimat2x2',['mediump_imat2x2',['../a00167.html#gabc572d47b60f7e595d7aad945f5d13a8',1,'glm']]], + ['mediump_5fimat2x3',['mediump_imat2x3',['../a00167.html#ga5b7e9af5024e1a164db6419f67ecfc9a',1,'glm']]], + ['mediump_5fimat2x4',['mediump_imat2x4',['../a00167.html#gaa08e27efc514088315ccbaf818f01880',1,'glm']]], + ['mediump_5fimat3',['mediump_imat3',['../a00167.html#gac2b0985b576fe0eba47227499aed2b3c',1,'glm']]], + ['mediump_5fimat3x2',['mediump_imat3x2',['../a00167.html#ga1a61c706b31aa60fd7012b2b27765983',1,'glm']]], + ['mediump_5fimat3x3',['mediump_imat3x3',['../a00167.html#ga05064e28b911be1af0503ddf6e6204a3',1,'glm']]], + ['mediump_5fimat3x4',['mediump_imat3x4',['../a00167.html#ga8e0f797a57fec255f0eec7da1511bc38',1,'glm']]], + ['mediump_5fimat4',['mediump_imat4',['../a00167.html#ga551ad2e4e0304c67451ffbadeef0d615',1,'glm']]], + ['mediump_5fimat4x2',['mediump_imat4x2',['../a00167.html#ga1582c5dc83e49a7e53bb0b94bef9de54',1,'glm']]], + ['mediump_5fimat4x3',['mediump_imat4x3',['../a00167.html#ga1526c62951b04f5cd73f541f7b3b7d8d',1,'glm']]], + ['mediump_5fimat4x4',['mediump_imat4x4',['../a00167.html#ga655bfcca624f422aff308dcc99688ce8',1,'glm']]], + ['mediump_5fint',['mediump_int',['../a00157.html#ga212ef8f883878cb7430228a279a7d866',1,'glm']]], + ['mediump_5fint16',['mediump_int16',['../a00177.html#gadff3608baa4b5bd3ed28f95c1c2c345d',1,'glm']]], + ['mediump_5fint16_5ft',['mediump_int16_t',['../a00177.html#ga80e72fe94c88498537e8158ba7591c54',1,'glm']]], + ['mediump_5fint32',['mediump_int32',['../a00177.html#ga5244cef85d6e870e240c76428a262ae8',1,'glm']]], + ['mediump_5fint32_5ft',['mediump_int32_t',['../a00177.html#ga26fc7ced1ad7ca5024f1c973c8dc9180',1,'glm']]], + ['mediump_5fint64',['mediump_int64',['../a00177.html#ga7b968f2b86a0442a89c7359171e1d866',1,'glm']]], + ['mediump_5fint64_5ft',['mediump_int64_t',['../a00177.html#gac3bc41bcac61d1ba8f02a6f68ce23f64',1,'glm']]], + ['mediump_5fint8',['mediump_int8',['../a00177.html#ga6fbd69cbdaa44345bff923a2cf63de7e',1,'glm']]], + ['mediump_5fint8_5ft',['mediump_int8_t',['../a00177.html#ga6d7b3789ecb932c26430009478cac7ae',1,'glm']]], + ['mediump_5fivec2',['mediump_ivec2',['../a00157.html#ga199cc7c4cfa7c7cadad0c74d2f059aef',1,'glm']]], + ['mediump_5fivec3',['mediump_ivec3',['../a00157.html#ga9b7843453f7ad6ebfa26e50408b8dcf0',1,'glm']]], + ['mediump_5fivec4',['mediump_ivec4',['../a00157.html#ga14614613c8e79772c8a6d25dd1c45995',1,'glm']]], + ['mediump_5fmat2',['mediump_mat2',['../a00157.html#ga57b1e6c49a1432cefa518f13a56c5d47',1,'glm']]], + ['mediump_5fmat2x2',['mediump_mat2x2',['../a00157.html#ga1b77963ca2812ac2653624fa0f81ba74',1,'glm']]], + ['mediump_5fmat2x3',['mediump_mat2x3',['../a00157.html#ga8c17198123baf6bfb59582ec42a3ca09',1,'glm']]], + ['mediump_5fmat2x4',['mediump_mat2x4',['../a00157.html#ga7e95e348c99ef3d56b87ede14bc90bfe',1,'glm']]], + ['mediump_5fmat3',['mediump_mat3',['../a00157.html#ga29d313adfc82fd4179d29a9fd98b1b5b',1,'glm']]], + ['mediump_5fmat3x2',['mediump_mat3x2',['../a00157.html#ga9fa569295a9bd6ce0825ccb832c8aac9',1,'glm']]], + ['mediump_5fmat3x3',['mediump_mat3x3',['../a00157.html#ga2f02cb49e386f65817c10ead9bbe7dec',1,'glm']]], + ['mediump_5fmat3x4',['mediump_mat3x4',['../a00157.html#gac7afc5b81d320dbd7bd6a6f07d587e24',1,'glm']]], + ['mediump_5fmat4',['mediump_mat4',['../a00157.html#ga6259813853e4253f80c2a08672e9fb6a',1,'glm']]], + ['mediump_5fmat4x2',['mediump_mat4x2',['../a00157.html#ga22194c68bc3d798bb68a22f635558c8d',1,'glm']]], + ['mediump_5fmat4x3',['mediump_mat4x3',['../a00157.html#ga38a01cba69e3db9b1a1056b362519acb',1,'glm']]], + ['mediump_5fmat4x4',['mediump_mat4x4',['../a00157.html#ga535614d97234065ab44b2513667c8563',1,'glm']]], + ['mediump_5fu16',['mediump_u16',['../a00177.html#ga9df98857be695d5a30cb30f5bfa38a80',1,'glm']]], + ['mediump_5fu32',['mediump_u32',['../a00177.html#ga1bd0e914158bf03135f8a317de6debe9',1,'glm']]], + ['mediump_5fu64',['mediump_u64',['../a00177.html#ga2af9490085ae3bdf36a544e9dd073610',1,'glm']]], + ['mediump_5fu8',['mediump_u8',['../a00177.html#gad1213a22bbb9e4107f07eaa4956f8281',1,'glm']]], + ['mediump_5fuint',['mediump_uint',['../a00157.html#ga0b7e01c52b9e5bf3369761b79b5f4f8e',1,'glm']]], + ['mediump_5fuint16',['mediump_uint16',['../a00177.html#ga2885a6c89916911e418c06bb76b9bdbb',1,'glm']]], + ['mediump_5fuint16_5ft',['mediump_uint16_t',['../a00177.html#ga3963b1050fc65a383ee28e3f827b6e3e',1,'glm']]], + ['mediump_5fuint32',['mediump_uint32',['../a00177.html#ga34dd5ec1988c443bae80f1b20a8ade5f',1,'glm']]], + ['mediump_5fuint32_5ft',['mediump_uint32_t',['../a00177.html#gaf4dae276fd29623950de14a6ca2586b5',1,'glm']]], + ['mediump_5fuint64',['mediump_uint64',['../a00177.html#ga30652709815ad9404272a31957daa59e',1,'glm']]], + ['mediump_5fuint64_5ft',['mediump_uint64_t',['../a00177.html#ga9b170dd4a8f38448a2dc93987c7875e9',1,'glm']]], + ['mediump_5fuint8',['mediump_uint8',['../a00177.html#ga1fa92a233b9110861cdbc8c2ccf0b5a3',1,'glm']]], + ['mediump_5fuint8_5ft',['mediump_uint8_t',['../a00177.html#gadfe65c78231039e90507770db50c98c7',1,'glm']]], + ['mediump_5fumat2',['mediump_umat2',['../a00167.html#ga7322b97f1be10c83290ab57ef784d493',1,'glm']]], + ['mediump_5fumat2x2',['mediump_umat2x2',['../a00167.html#ga0ffed083b64e4f764db0f446d2c49163',1,'glm']]], + ['mediump_5fumat2x3',['mediump_umat2x3',['../a00167.html#ga7ecc585b71766cfa96bd54a595bea1fb',1,'glm']]], + ['mediump_5fumat2x4',['mediump_umat2x4',['../a00167.html#gac4abd549f2e521c7f40f53b6235c450e',1,'glm']]], + ['mediump_5fumat3',['mediump_umat3',['../a00167.html#ga93961d3aac6efa36dc3f9cfa7e9056e6',1,'glm']]], + ['mediump_5fumat3x2',['mediump_umat3x2',['../a00167.html#ga3fb358a947f8ceaefddd75bce22cd947',1,'glm']]], + ['mediump_5fumat3x3',['mediump_umat3x3',['../a00167.html#gad4809dbfb1bfcf222d7b34a97a8eafe5',1,'glm']]], + ['mediump_5fumat3x4',['mediump_umat3x4',['../a00167.html#ga5a9d62e44668ca2222f0362f9c99d9cc',1,'glm']]], + ['mediump_5fumat4',['mediump_umat4',['../a00167.html#gac23667a99ae1ec649b5e55cd5a05b833',1,'glm']]], + ['mediump_5fumat4x2',['mediump_umat4x2',['../a00167.html#gac8d1db85d62244fd90d240227c7f51ad',1,'glm']]], + ['mediump_5fumat4x3',['mediump_umat4x3',['../a00167.html#ga7d332d462f2c1ad5a65dc580d3d1aa39',1,'glm']]], + ['mediump_5fumat4x4',['mediump_umat4x4',['../a00167.html#ga24716579cf155f4e042542808f83978c',1,'glm']]], + ['mediump_5fuvec2',['mediump_uvec2',['../a00157.html#ga392c0761c8bef616801e0d81a6867ed7',1,'glm']]], + ['mediump_5fuvec3',['mediump_uvec3',['../a00157.html#ga54ae0b7b207b8e7e88841d146d2de12e',1,'glm']]], + ['mediump_5fuvec4',['mediump_uvec4',['../a00157.html#ga631f5767b9d45c5cd3d0bcd67565b3f7',1,'glm']]], + ['mediump_5fvec2',['mediump_vec2',['../a00157.html#gac37a3fd0ecdcab044853c039409c9af7',1,'glm']]], + ['mediump_5fvec3',['mediump_vec3',['../a00157.html#ga591478a77e4324e0836abc17cbb13e83',1,'glm']]], + ['mediump_5fvec4',['mediump_vec4',['../a00157.html#gaae72e97529b8fa4e0341b425d4fe03ae',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_8.html b/glm/doc/api/search/typedefs_8.html new file mode 100644 index 0000000..4e9ac73 --- /dev/null +++ b/glm/doc/api/search/typedefs_8.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_8.js b/glm/doc/api/search/typedefs_8.js new file mode 100644 index 0000000..0530af2 --- /dev/null +++ b/glm/doc/api/search/typedefs_8.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['qword',['qword',['../a00222.html#ga4021754ffb8e5ef14c75802b15657714',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_9.html b/glm/doc/api/search/typedefs_9.html new file mode 100644 index 0000000..b07ee40 --- /dev/null +++ b/glm/doc/api/search/typedefs_9.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_9.js b/glm/doc/api/search/typedefs_9.js new file mode 100644 index 0000000..b3678bf --- /dev/null +++ b/glm/doc/api/search/typedefs_9.js @@ -0,0 +1,12 @@ +var searchData= +[ + ['sint',['sint',['../a00199.html#gada7e83fdfe943aba4f1d5bf80cb66f40',1,'glm']]], + ['size1',['size1',['../a00227.html#ga47c940f279a6b97ffc301eb4526a445a',1,'glm']]], + ['size1_5ft',['size1_t',['../a00227.html#ga77d0b061efa41cb2ed2285d09294314e',1,'glm']]], + ['size2',['size2',['../a00227.html#gac0ef172641a1555684da0beb735c2a79',1,'glm']]], + ['size2_5ft',['size2_t',['../a00227.html#gaa7d72bbe318d27da9d30f27095e4c75e',1,'glm']]], + ['size3',['size3',['../a00227.html#ga51b5e9650c459973134ffb4236ae88b6',1,'glm']]], + ['size3_5ft',['size3_t',['../a00227.html#gad364e6c302642e3bb89d756df5d0c8c6',1,'glm']]], + ['size4',['size4',['../a00227.html#gaf07a3f432e328c99d35637225c988121',1,'glm']]], + ['size4_5ft',['size4_t',['../a00227.html#ga06862b7d59094244025d34407b2cb796',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_a.html b/glm/doc/api/search/typedefs_a.html new file mode 100644 index 0000000..b1a3266 --- /dev/null +++ b/glm/doc/api/search/typedefs_a.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_a.js b/glm/doc/api/search/typedefs_a.js new file mode 100644 index 0000000..a755b8d --- /dev/null +++ b/glm/doc/api/search/typedefs_a.js @@ -0,0 +1,47 @@ +var searchData= +[ + ['u16',['u16',['../a00177.html#gaa2d7acc0adb536fab71fe261232a40ff',1,'glm']]], + ['u16vec1',['u16vec1',['../a00177.html#gaefa2ce8fbdbe89baffd262f46f2d5907',1,'glm::u16vec1()'],['../a00214.html#ga52cc069a92e126c3a8dcde93424d2ef0',1,'glm::gtx::u16vec1()']]], + ['u16vec2',['u16vec2',['../a00177.html#ga426030555085ed6c39a54e73afbef962',1,'glm']]], + ['u16vec3',['u16vec3',['../a00177.html#ga7f5dbe417199277e449b8db0210acb71',1,'glm']]], + ['u16vec4',['u16vec4',['../a00177.html#gaf524c9059f0342668d8eea359bcceaae',1,'glm']]], + ['u32',['u32',['../a00177.html#ga8165913e068444f7842302d40ba897b9',1,'glm']]], + ['u32vec1',['u32vec1',['../a00177.html#ga913a8bd51e4ebccd30ad488de3c18da9',1,'glm::u32vec1()'],['../a00214.html#ga9bbc1e14aea65cba5e2dcfef6a67d9f3',1,'glm::gtx::u32vec1()']]], + ['u32vec2',['u32vec2',['../a00177.html#ga0741d40e2b0fea4f1c50cb325114f075',1,'glm']]], + ['u32vec3',['u32vec3',['../a00177.html#gad9b52e1c271cb9c8bfae6365d3e38a23',1,'glm']]], + ['u32vec4',['u32vec4',['../a00177.html#ga155ac7e9e454e2b1f73d11e1e28a0fd6',1,'glm']]], + ['u64',['u64',['../a00177.html#gaf3f312156984c365e9f65620354da70b',1,'glm']]], + ['u64vec1',['u64vec1',['../a00177.html#ga793c9293cc687a0e342396a377c5df77',1,'glm::u64vec1()'],['../a00214.html#ga818de170e2584ab037130f2881925974',1,'glm::gtx::u64vec1()']]], + ['u64vec2',['u64vec2',['../a00177.html#ga2204827de9d4ee7fa92ef497093f7d6e',1,'glm']]], + ['u64vec3',['u64vec3',['../a00177.html#ga3460933f040f59f0fedb29df1e9be71c',1,'glm']]], + ['u64vec4',['u64vec4',['../a00177.html#gafb6ca34df28889a5db9d244aed375411',1,'glm']]], + ['u8',['u8',['../a00177.html#gaecc7082561fc9028b844b6cf3d305d36',1,'glm']]], + ['u8vec1',['u8vec1',['../a00177.html#ga92e0c191e5cc326255284d08be3af7c5',1,'glm::u8vec1()'],['../a00214.html#ga5853fe457f4c8a6bc09343d0e9833980',1,'glm::gtx::u8vec1()']]], + ['u8vec2',['u8vec2',['../a00177.html#ga61667c99caf60ce6c48ebbbac72bd91d',1,'glm']]], + ['u8vec3',['u8vec3',['../a00177.html#ga8ca60d0ba6d438892be6017f43747661',1,'glm']]], + ['u8vec4',['u8vec4',['../a00177.html#ga114e005014d910bea07954eee24b7efb',1,'glm']]], + ['uint',['uint',['../a00157.html#ga91ad9478d81a7aaf2593e8d9c3d06a14',1,'glm']]], + ['uint16',['uint16',['../a00177.html#ga13471cbbe74e4303a57f3743d007b74d',1,'glm']]], + ['uint16_5ft',['uint16_t',['../a00177.html#ga91f91f411080c37730856ff5887f5bcf',1,'glm']]], + ['uint32',['uint32',['../a00177.html#ga5fa3ddcab56c789bc272ff5651faa12d',1,'glm']]], + ['uint32_5ft',['uint32_t',['../a00177.html#ga2171d9dc1fefb1c82e2817f45b622eac',1,'glm']]], + ['uint64',['uint64',['../a00177.html#gab630f76c26b50298187f7889104d4b9c',1,'glm']]], + ['uint64_5ft',['uint64_t',['../a00177.html#ga3999d3e7ff22025c16ddb601e14dfdee',1,'glm']]], + ['uint8',['uint8',['../a00177.html#ga36475e31b1992cfde54c1a6f5a148865',1,'glm']]], + ['uint8_5ft',['uint8_t',['../a00177.html#ga28d97808322d3c92186e4a0c067d7e8e',1,'glm']]], + ['umat2',['umat2',['../a00167.html#ga4cae85566f900debf930c41944b64691',1,'glm']]], + ['umat2x2',['umat2x2',['../a00167.html#gabf8acdd33ce8951051edbca5200898aa',1,'glm']]], + ['umat2x3',['umat2x3',['../a00167.html#ga1870da7578d5022b973a83155d386ab3',1,'glm']]], + ['umat2x4',['umat2x4',['../a00167.html#ga57936a3998e992370e59a223e0ee4fd4',1,'glm']]], + ['umat3',['umat3',['../a00167.html#ga5085e3ff02abbac5e537eb7b89ab63b6',1,'glm']]], + ['umat3x2',['umat3x2',['../a00167.html#ga9cd7fa637a4a6788337f45231fad9e1a',1,'glm']]], + ['umat3x3',['umat3x3',['../a00167.html#ga1f2cfcf3357db0cdf31fcb15e3c6bafb',1,'glm']]], + ['umat3x4',['umat3x4',['../a00167.html#gae7c78ff3fc4309605ab0fa186c8d48ba',1,'glm']]], + ['umat4',['umat4',['../a00167.html#ga38bc7bb6494e344185df596deeb4544c',1,'glm']]], + ['umat4x2',['umat4x2',['../a00167.html#ga70fa2d05896aa83cbc8c07672a429b53',1,'glm']]], + ['umat4x3',['umat4x3',['../a00167.html#ga87581417945411f75cb31dd6ca1dba98',1,'glm']]], + ['umat4x4',['umat4x4',['../a00167.html#gaf72e6d399c42985db6872c50f53d7eb8',1,'glm']]], + ['uvec2',['uvec2',['../a00156.html#ga9bcffa2d49f28d16f680757b5c0e7c84',1,'glm']]], + ['uvec3',['uvec3',['../a00156.html#gae85537b672ffe0b3218cbdf1823e1c72',1,'glm']]], + ['uvec4',['uvec4',['../a00156.html#gaa7c3a0e7ae50c34c3290415c115f251e',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_b.html b/glm/doc/api/search/typedefs_b.html new file mode 100644 index 0000000..eded260 --- /dev/null +++ b/glm/doc/api/search/typedefs_b.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_b.js b/glm/doc/api/search/typedefs_b.js new file mode 100644 index 0000000..f1ddbfc --- /dev/null +++ b/glm/doc/api/search/typedefs_b.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['vec2',['vec2',['../a00156.html#ga09d0200e8ff86391d8804b4fefd5f1da',1,'glm']]], + ['vec3',['vec3',['../a00156.html#gaa8ea2429bb3cb41a715258a447f39897',1,'glm']]], + ['vec4',['vec4',['../a00156.html#gafbab23070ca47932487d25332adc7d7c',1,'glm']]] +]; diff --git a/glm/doc/api/search/typedefs_c.html b/glm/doc/api/search/typedefs_c.html new file mode 100644 index 0000000..0ff00dd --- /dev/null +++ b/glm/doc/api/search/typedefs_c.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/glm/doc/api/search/typedefs_c.js b/glm/doc/api/search/typedefs_c.js new file mode 100644 index 0000000..6bd9e36 --- /dev/null +++ b/glm/doc/api/search/typedefs_c.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['word',['word',['../a00222.html#ga16e9fea0ef1e6c4ef472d3d1731c49a5',1,'glm']]] +]; diff --git a/glm/doc/api/splitbar.png b/glm/doc/api/splitbar.png new file mode 100644 index 0000000000000000000000000000000000000000..fe895f2c58179b471a22d8320b39a4bd7312ec8e GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^Yzz!63>-{AmhX=Jf(#6djGiuzAr*{o?=JLmPLyc> z_*`QK&+BH@jWrYJ7>r6%keRM@)Qyv8R=enp0jiI>aWlGyB58O zFVR20d+y`K7vDw(hJF3;>dD*3-?v=<8M)@x|EEGLnJsniYK!2U1 Y!`|5biEc?d1`HDhPgg&ebxsLQ02F6;9RL6T literal 0 HcmV?d00001 diff --git a/glm/doc/api/sync_off.png b/glm/doc/api/sync_off.png new file mode 100644 index 0000000000000000000000000000000000000000..3b443fc62892114406e3d399421b2a881b897acc GIT binary patch literal 853 zcmV-b1FHOqP)oT|#XixUYy%lpuf3i8{fX!o zUyDD0jOrAiT^tq>fLSOOABs-#u{dV^F$b{L9&!2=9&RmV;;8s^x&UqB$PCj4FdKbh zoB1WTskPUPu05XzFbA}=KZ-GP1fPpAfSs>6AHb12UlR%-i&uOlTpFNS7{jm@mkU1V zh`nrXr~+^lsV-s1dkZOaI|kYyVj3WBpPCY{n~yd%u%e+d=f%`N0FItMPtdgBb@py; zq@v6NVArhyTC7)ULw-Jy8y42S1~4n(3LkrW8mW(F-4oXUP3E`e#g**YyqI7h-J2zK zK{m9##m4ri!7N>CqQqCcnI3hqo1I;Yh&QLNY4T`*ptiQGozK>FF$!$+84Z`xwmeMh zJ0WT+OH$WYFALEaGj2_l+#DC3t7_S`vHpSivNeFbP6+r50cO8iu)`7i%Z4BTPh@_m3Tk!nAm^)5Bqnr%Ov|Baunj#&RPtRuK& z4RGz|D5HNrW83-#ydk}tVKJrNmyYt-sTxLGlJY5nc&Re zU4SgHNPx8~Yxwr$bsju?4q&%T1874xxzq+_%?h8_ofw~(bld=o3iC)LUNR*BY%c0y zWd_jX{Y8`l%z+ol1$@Qa?Cy!(0CVIEeYpKZ`(9{z>3$CIe;pJDQk$m3p}$>xBm4lb zKo{4S)`wdU9Ba9jJbVJ0C=SOefZe%d$8=2r={nu<_^a3~>c#t_U6dye5)JrR(_a^E f@}b6j1K9lwFJq@>o)+Ry00000NkvXXu0mjfWa5j* literal 0 HcmV?d00001 diff --git a/glm/doc/api/sync_on.png b/glm/doc/api/sync_on.png new file mode 100644 index 0000000000000000000000000000000000000000..e08320fb64e6fa33b573005ed6d8fe294e19db76 GIT binary patch literal 845 zcmV-T1G4;yP)Y;xxyHF2B5Wzm| zOOGupOTn@c(JmBOl)e;XMNnZuiTJP>rM8<|Q`7I_))aP?*T)ow&n59{}X4$3Goat zgjs?*aasfbrokzG5cT4K=uG`E14xZl@z)F={P0Y^?$4t z>v!teRnNZym<6h{7sLyF1V0HsfEl+l6TrZpsfr1}luH~F7L}ktXu|*uVX^RG$L0`K zWs3j|0tIvVe(N%_?2{(iCPFGf#B6Hjy6o&}D$A%W%jfO8_W%ZO#-mh}EM$LMn7joJ z05dHr!5Y92g+31l<%i1(=L1a1pXX+OYnalY>31V4K}BjyRe3)9n#;-cCVRD_IG1fT zOKGeNY8q;TL@K{dj@D^scf&VCs*-Jb>8b>|`b*osv52-!A?BpbYtTQBns5EAU**$m zSnVSm(teh>tQi*S*A>#ySc=n;`BHz`DuG4&g4Kf8lLhca+zvZ7t7RflD6-i-mcK=M z!=^P$*u2)bkY5asG4gsss!Hn%u~>}kIW`vMs%lJLH+u*9<4PaV_c6U`KqWXQH%+Nu zTv41O(^ZVi@qhjQdG!fbZw&y+2o!iYymO^?ud3{P*HdoX83YV*Uu_HB=?U&W9%AU# z80}k1SS-CXTU7dcQlsm<^oYLxVSseqY6NO}dc`Nj?8vrhNuCdm@^{a3AQ_>6myOj+ z`1RsLUXF|dm|3k7s2jD(B{rzE>WI2scH8i1;=O5Cc9xB3^aJk%fQjqsu+kH#0=_5a z0nCE8@dbQa-|YIuUVvG0L_IwHMEhOj$Mj4Uq05 X8=0q~qBNan00000NkvXXu0mjfptF>5 literal 0 HcmV?d00001 diff --git a/glm/doc/api/tab_a.png b/glm/doc/api/tab_a.png new file mode 100644 index 0000000000000000000000000000000000000000..3b725c41c5a527a3a3e40097077d0e206a681247 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^j6kfy!2~3aiye;!QlXwMjv*C{Z|8b*H5dputLHD# z=<0|*y7z(Vor?d;H&?EG&cXR}?!j-Lm&u1OOI7AIF5&c)RFE;&p0MYK>*Kl@eiymD r@|NpwKX@^z+;{u_Z~trSBfrMKa%3`zocFjEXaR$#tDnm{r-UW|TZ1%4 literal 0 HcmV?d00001 diff --git a/glm/doc/api/tab_b.png b/glm/doc/api/tab_b.png new file mode 100644 index 0000000000000000000000000000000000000000..e2b4a8638cb3496a016eaed9e16ffc12846dea18 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^j6kfy!2~3aiye;!QU#tajv*C{Z}0l@H7kg?K0Lnr z!j&C6_(~HV9oQ0Pa6x{-v0AGV_E?vLn=ZI-;YrdjIl`U`uzuDWSP?o#Dmo{%SgM#oan kX~E1%D-|#H#QbHoIja2U-MgvsK&LQxy85}Sb4q9e0Efg%P5=M^ literal 0 HcmV?d00001 diff --git a/glm/doc/api/tabs.css b/glm/doc/api/tabs.css new file mode 100644 index 0000000..7b58829 --- /dev/null +++ b/glm/doc/api/tabs.css @@ -0,0 +1,69 @@ +.tabs, .tabs2, .tabs3 { + background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 5%, #FFEEDD 95%, #FFEEDD); + background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.95,#FFF4F0), to(#FFF4F0)); + background-color:#FFF8F0; + + width: 100%; + z-index: 101; + font-size: 13px; + font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; +} + +.tabs2 { + font-size: 10px; +} +.tabs3 { + font-size: 9px; +} + +.tablist { + margin: 0; + padding: 0; + display: table; +} + +.tablist li { + float: left; + display: table-cell; + background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 5%, #FFF4F0 95%, #FFF4F0); + background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.95,#FFF4F0), to(#FFF4F0)); + + line-height: 36px; + list-style: none; +} + +.tablist a { + display: block; + padding: 0 20px; + font-weight: bold; + background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 5%, #FFF4F0 95%, #FFF4F0); + background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.95,#FFF4F0), to(#FFF4F0)); + + background-repeat:no-repeat; + background-position:right; + background-color:#FFF4F0; + color: #992600; + text-decoration: none; + outline: none; +} + +.tabs3 .tablist a { + padding: 0 10px; +} + +.tablist a:hover { + background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 5%, #FFF0F8 95%, #FFF0F8); + background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.95,#FFF8F0), to(#FF4000)); + + background-color:#FFF8F0; + color: #FF8000; + text-decoration: none; +} + +.tablist li.current a { + background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 5%, #FFFCF8 95%, #FFFCF8); + background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.05,#FFFFFF), color-stop(0.95,#FFFCF8), to(#FFFCF8)); + + background-color:#FFFCF8; + color: #992600; +} diff --git a/glm/doc/man.doxy b/glm/doc/man.doxy new file mode 100644 index 0000000..b1f6d83 --- /dev/null +++ b/glm/doc/man.doxy @@ -0,0 +1,2415 @@ +# Doxyfile 1.8.10 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "0.9.9 API documenation" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = G:/Source/G-Truc/glm/doc/logo.png + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = . + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class " \ + "The $name widget " \ + "The $name file " \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = NO + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = "C:/Documents and Settings/Groove/ " + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = YES + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = YES + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 8 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = NO + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = NO + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = NO + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = YES + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = YES + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = YES + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = YES + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES, upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = YES + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = YES + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = NO + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = NO + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = YES + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = YES + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = NO + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = ../glm \ + . + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, +# *.vhdl, *.ucf, *.qsf, *.as and *.js. + +FILE_PATTERNS = *.hpp \ + *.doxy + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = YES + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = YES + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = YES + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see http://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the +# cost of reduced performance. This can be particularly helpful with template +# rich C++ code for which doxygen's built-in parser lacks the necessary type +# information. +# Note: The availability of this option depends on whether or not doxygen was +# compiled with the --with-libclang option. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = NO + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = NO + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# http://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://www.mathjax.org/mathjax + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /