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) */