Commit Graph

109 Commits

Author SHA1 Message Date
Emil Dotchevski
7f7a846bca Euler angles 2018-03-14 21:12:15 -07:00
zajo
d22145f6ad
Merge pull request #10 from awulkiew/patch-1
Fix unused parameter of identity_mat's mat_traits::read_element().
2017-12-23 21:12:16 -08:00
Adam Wulkiewicz
d927bbf634
Fix unused parameter of identity_mat's mat_traits::read_element(). 2017-12-24 03:51:22 +01:00
Emil Dotchevski
5209c985d8 Fixing the "assign" bug. Thanks nightsparc! 2017-05-13 21:23:26 -07:00
Emil Dotchevski
6bc48f1c70 fixing .travis.yml errors 2017-01-02 15:02:20 -08:00
Emil Dotchevski
76f6297f3c kick .travis.yml 2017-01-02 14:45:11 -08:00
Emil Dotchevski
1e1df1e396 .travis.yml 2017-01-02 14:32:36 -08:00
Emil Dotchevski
dfb75902c7 Full set of swizzling permutations. 2016-12-23 18:46:28 -08:00
Emil Dotchevski
95adda24ee Documentation update. 2016-12-23 18:41:39 -08:00
Emil Dotchevski
5c079d4492 Implemented "swizzling" for scalars->vectors, e.g. X001(42.0f)->(42.0f,0,0,1) 2016-12-23 18:20:44 -08:00
Emil Dotchevski
c0e7364355 Documentation update 2016-12-21 15:29:45 -08:00
Emil Dotchevski
2f315d7fd7 Changed MatType to mat_type in mat_traits_defaults. 2016-12-21 14:24:08 -08:00
Emil Dotchevski
5393fc3f1f Implemented quat_traits_defaults, vec_traits_defaults, mat_traits_defaults. Deleted mat_index/vec_index. 2016-12-21 12:29:03 -08:00
Emil Dotchevski
2d8fa420f3 negligible documentation change 2016-11-03 20:33:30 -07:00
Emil Dotchevski
a08d224368 is_scalar<long double>::value is now true. 2016-11-03 20:23:58 -07:00
Emil Dotchevski
d9e1584aef scalar*vec, scalar*mat operations implemented 2016-11-03 20:13:27 -07:00
Emil Dotchevski
f20c6d4911 Moving Jamfile.v2 test targets back into the test directory. 2016-07-06 15:20:48 -07:00
Emil Dotchevski
b22b586820 Renamed build directory to bld to avoid confusion with Boost Build. 2016-06-17 17:12:37 -07:00
Emil Dotchevski
d54614f1f2 Adding index.html to redirect to QVM documentation. 2016-06-17 12:17:09 -07:00
Emil Dotchevski
9ebb22f244 Updating gitignore and deleting files that should not have been added. 2016-06-15 17:56:42 -07:00
Emil Dotchevski
65dc979453 Tabs->spaces 2016-06-10 18:14:52 -07:00
Emil Dotchevski
de103b090b Restored test/Jamfile.v2 2016-06-10 18:13:06 -07:00
Emil Dotchevski
384cf09e54 Moved Jamfiles under buld. 2016-06-09 15:14:50 -07:00
Emil Dotchevski
d1567ca315 Fixed "uninitialized variable" warning in interop_test.cpp 2016-05-24 23:30:04 -07:00
Emil Dotchevski
dafbffbe62 Warnings. 2016-04-14 23:30:08 -07:00
Emil Dotchevski
b17a08ce94 Fixing warning in interop_test.cpp. 2016-04-12 21:19:54 -07:00
Emil Dotchevski
e2625373d4 Adding missing #include. 2016-04-12 11:44:31 -07:00
Emil Dotchevski
23589568c8 Fixing more pedantic warnings 2016-04-11 19:38:08 -07:00
Emil Dotchevski
70a4b89528 Fixing unimportant uninitialized variable warnings in interop_test.cpp. 2016-04-11 19:31:43 -07:00
Emil Dotchevski
fe20e263a3 Documentation source update. 2016-04-09 14:53:28 -07:00
Emil Dotchevski
1c9b2c16af Fixed pedantic warnings. 2016-04-09 11:43:48 -07:00
Emil Dotchevski
db03e8001e Improved portability, and fixed warnings. 2016-04-08 21:42:49 -07:00
Emil Dotchevski
a32af658df Fixing warnings in interop_test.cpp. 2016-04-07 14:43:32 -07:00
Emil Dotchevski
a2bdf5396f Documentation update 2016-04-06 16:01:34 -07:00
Emil Dotchevski
8d81edbfe6 Fixing warnings, plus improved swizzle sfinae and tests. 2016-04-06 15:54:10 -07:00
Emil Dotchevski
204b9a82ec Fixing errors caught by clang 2016-04-05 22:38:46 -07:00
Emil Dotchevski
4eb69855a0 Fixed minor error in quat.html. 2016-04-04 23:42:05 -07:00
Emil Dotchevski
83178684a1 Adding meta/libraries.json. 2016-04-04 22:20:12 -07:00
Emil Dotchevski
550c2609fb Updated download link in the main documentation page. 2016-04-04 18:59:20 -07:00
Emil Dotchevski
5c7b7435de Removed Boost logo from html documentation (official Boost documentation page has its own header with the Boost logo.) 2016-04-04 18:52:41 -07:00
Emil Dotchevski
c74f64242a Link to documentation in README.md. 2016-04-04 18:44:55 -07:00
Emil Dotchevski
27f937e757 Correct directory structure 2016-04-04 17:24:57 -07:00
Emil Dotchevski
3d33e77490 Documentation update 2016-04-02 22:44:47 -07:00
Emil Dotchevski
d2760b30a0 Swizzling syntax change, removing operator, support for function-style syntax. 2016-04-02 20:52:40 -07:00
Emil Dotchevski
2ee81b7736 Documentation update 2016-01-07 19:01:38 -08:00
Emil Dotchevski
76d503a3ce Documentation updated 2016-01-06 19:30:02 -08:00
Emil Dotchevski
30278770f7 Completed refactoring based on feedback from the Boost reviewers. 2016-01-06 19:27:14 -08:00
Emil Dotchevski
9571a2d4b1 documentation update 2016-01-06 12:00:47 -08:00
Emil Dotchevski
73829b0c7a Even more identifiers lengthened 2016-01-05 23:52:44 -08:00
Emil Dotchevski
2b1c9ee0b5 More q->quat, v->vec, m->mat renaming 2016-01-05 22:57:53 -08:00