Browse Source

python: doc++

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

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

@ -128,7 +128,7 @@ template<class T> void rectangularMatrix(py::class_<T>& c) {
*/ */
c c
/* Buffer protocol, needed in order to make numpy treat the matric /* Buffer protocol, needed in order to make numpy treat the matrix
correctly as column-major. The constructor is defined in correctly as column-major. The constructor is defined in
everyRectangularMatrix(). */ everyRectangularMatrix(). */
.def_buffer([](const T& self) -> py::buffer_info { .def_buffer([](const T& self) -> py::buffer_info {

Loading…
Cancel
Save