31 Commits (36b6c4465b92dbf1b18b7757e645f7e8069e998e)

Author SHA1 Message Date
Vladimír Vondruš 2295f43873 Updated copyright year. 4 years ago
Vladimír Vondruš 0120b3f768 python: add remaining vector/scalar, exp and other math functions. 4 years ago
Aaron Gokaslan c50a2f6851 python: add bindings for convenience color functions. 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š b1d45fc85a Updated copyright year. 6 years ago
Vladimír Vondruš 500311fa7c python: add APIs for Color from/to sRGB int. 6 years ago
Vladimír Vondruš d818e40698 python: implemented vector swizzles. 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š 3dcb176c80 python: bind Math::Range. 7 years ago
Vladimír Vondruš 22a17cb5b8 python: slightly improve perf of __getitem__ on matrices/vectors. 7 years ago
Vladimír Vondruš d1d6cb9ec0 python/magum/math: switch to our own buffer protocol implementation. 7 years ago
Vladimír Vondruš 7fba2a030e python: test at least the temporary property. 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š 124980cec4 python: return proper type when doing operations on Color. 7 years ago
Vladimír Vondruš dc1ef106bf python: improve matrix bindings code coverage. 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š 998c428355 python: expose Color3 and Color4. 7 years ago
Vladimír Vondruš 2132bd0410 python: expose basic math functions. 7 years ago
Vladimír Vondruš a55a7e6009 python: expose Quaternion. 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
Vladimír Vondruš f6cca325dd python: make vectors implicitly convertible from tuples. 7 years ago
Vladimír Vondruš b81cde3c45 python: support iteration over vectors. 7 years ago
Vladimír Vondruš 081d32938a python: expose all Vector variants. 7 years ago
Vladimír Vondruš 58070082fa python: expose Constants. 7 years ago
Vladimír Vondruš e305eb4c7e python: expose BoolVector. 7 years ago
Vladimír Vondruš 2922f28267 Initial code for the Python bindings, adding math angle types. 7 years ago