Commit Graph

21 Commits

Author SHA1 Message Date
Emil Dotchevski
f15c67aa78 vec_register, thanks agate-pris 2018-12-17 14:59:00 -08:00
Emil Dotchevski
7f7a846bca Euler angles 2018-03-14 21:12:15 -07: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
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
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
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
70a4b89528 Fixing unimportant uninitialized variable warnings in interop_test.cpp. 2016-04-11 19:31:43 -07:00
Emil Dotchevski
1c9b2c16af Fixed pedantic warnings. 2016-04-09 11:43:48 -07:00
Emil Dotchevski
a32af658df Fixing warnings in interop_test.cpp. 2016-04-07 14:43:32 -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
27f937e757 Correct directory structure 2016-04-04 17:24:57 -07:00