From d4dff647f75a056cd878afb0d868119d3ef5e900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 25 Jul 2019 11:42:45 +0200 Subject: [PATCH] python: these are done. --- src/python/magnum/math.matrix.h | 1 - src/python/magnum/math.vector.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/python/magnum/math.matrix.h b/src/python/magnum/math.matrix.h index b592a05..7367eb7 100644 --- a/src/python/magnum/math.matrix.h +++ b/src/python/magnum/math.matrix.h @@ -152,7 +152,6 @@ template void rectangularMatrix(py::class_& c) { from(T*) fromVector() (would need Vector6,...Vector16 for that) Type - construction from different types construction by slicing or expanding differently sized matrices row() / setRow() (function? that's ugly. property? not sure how) component-wise operations (would need BoolVector6 ... BoolVector16) diff --git a/src/python/magnum/math.vector.h b/src/python/magnum/math.vector.h index 73dbed3..22b8e50 100644 --- a/src/python/magnum/math.vector.h +++ b/src/python/magnum/math.vector.h @@ -171,7 +171,6 @@ template void vector(py::module& m, py::class_& c) { from(T*) Type - construction from different types VectorNi * VectorN and variants (5) */