Browse Source

python: these are done.

pull/2/head
Vladimír Vondruš 7 years ago
parent
commit
d4dff647f7
  1. 1
      src/python/magnum/math.matrix.h
  2. 1
      src/python/magnum/math.vector.h

1
src/python/magnum/math.matrix.h

@ -152,7 +152,6 @@ template<class T> void rectangularMatrix(py::class_<T>& 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)

1
src/python/magnum/math.vector.h

@ -171,7 +171,6 @@ template<class T> void vector(py::module& m, py::class_<T>& c) {
from(T*)
Type
construction from different types
VectorNi * VectorN and variants (5)
*/

Loading…
Cancel
Save