28 Commits (2295f438733c1fc2680b2c0dc7adc357cf975e05)

Author SHA1 Message Date
Vladimír Vondruš 2295f43873 Updated copyright year. 4 years ago
Vladimír Vondruš d66b581e73 python: add off-center variants of 2D/3D orthographic projection. 5 years ago
Aaron Gokaslan a42018d075 python: don't carelessly copy py::args and py::kwargs. 5 years ago
Vladimír Vondruš cbb5358efd python: apparently I can't name functions from(), hah. 5 years ago
Vladimír Vondruš 84f9bb2a9d Updated copyright year. 5 years ago
Vladimír Vondruš f2cba9cb57 python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš b1d45fc85a Updated copyright year. 6 years ago
Vladimír Vondruš 97062bcc04 python: expose new Matrix4.normal_matrix() and related APIs. 7 years ago
Vladimír Vondruš f20c5beb76 python: move away from concrete pybind exceptions. 7 years ago
Vladimír Vondruš 14f7810870 python: finish the magic and docs for Matrix[34].scaling() and friends. 7 years ago
Vladimír Vondruš ff9003d10c python: silence annoying GCC 4.8 warnings. 7 years ago
Vladimír Vondruš 7e057863c8 python: fix Clang's -Wself-assign-overloaded warnings. 7 years ago
Vladimír Vondruš d36c847362 python: add an underscore to Matrix4.shearing_ab() parameter name. 7 years ago
Vladimír Vondruš d157b55637 magnum: again (and hopefully for the last time) reorder constructors. 7 years ago
Vladimír Vondruš 22a17cb5b8 python: slightly improve perf of __getitem__ on matrices/vectors. 7 years ago
Vladimír Vondruš d4dff647f7 python: these are done. 7 years ago
Vladimír Vondruš 0170dea8f4 python: consolidate buffer-related headers. 7 years ago
Vladimír Vondruš d1d6cb9ec0 python/magum/math: switch to our own buffer protocol implementation. 7 years ago
Vladimír Vondruš 700fd7c510 python: doc++ 7 years ago
Vladimír Vondruš b3a06f62e6 python: expose the new Matrix4::perspectiveProjection() overload. 7 years ago
Vladimír Vondruš d5b5b55d2f python: make sure all Matrix static constructors return proper type. 7 years ago
Vladimír Vondruš 52a0650cd2 python: expose at least underscored Matrix[34]._translation property. 7 years ago
Vladimír Vondruš 82862b8bcd python: numpy compatibility for matrices and vectors. 7 years ago
Vladimír Vondruš 452d9478ab python: make it possible to create matrices from nested tuples. 7 years ago
Vladimír Vondruš 464154adca python: implement conversions between different underlying types. 7 years ago
Vladimír Vondruš 2c82dc8b3d python: make Matrix4 operations return Matrix4, not Matrix4x4. 7 years ago
Vladimír Vondruš bd49350994 python: expose Matrix3 and Matrix4. 7 years ago
Vladimír Vondruš 44503539e7 python: expose matrix types. 7 years ago