Skip to content
Snippets Groups Projects
Commit 77e6ccf0 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

export geom.Mat4 copy constructor

parent 20e3989b
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ void export_Mat4()
.def(init<Real,Real,Real,Real,Real,Real,Real,Real,Real,Real,Real,Real,Real,Real,Real,Real>())
.def(init<const Mat2&>())
.def(init<const Mat3&>())
.def(init<const Mat4&>())
.def(self += self)
.def(self -= self)
.def(self + self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment