8 #include <pybind11/pybind11.h>
9 #include <pybind11/stl.h>
10 #include <pybind11/stl_bind.h>
14 #include "../casters.h"
17 using namespace pybind11::literals;
21 py::class_<ccIndexedTransformation, ccGLMatrix>(m,
"ccIndexedTransformation")
25 .def_static(
"Interpolate",
30 .def(py::self * py::self)
31 .def(py::self *= py::self)