- Timestamp:
- 12/18/09 17:54:06 (2 years ago)
- File:
-
- 1 edited
-
trunk/avango-osg/python/avango/osg/OSGMatrix.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-osg/python/avango/osg/OSGMatrix.cpp
r88 r329 97 97 98 98 // introducing member function pointers for overloaded function of osg::Matrix::makeOrtho2D 99 void (osg::Matrix::*makeOrtho)(double,double,double,double,double,double) = &osg::Matrix::makeOrtho; 99 100 void (osg::Matrix::*makeOrtho2D)(double,double,double,double) = &osg::Matrix::makeOrtho2D; 100 101 … … 152 153 .def("make_rotate", mrot4) 153 154 .def("make_rotate", mrot5) 155 .def("make_ortho", makeOrtho) 154 156 .def("make_ortho_2d", makeOrtho2D) 155 157 .def("invert", &osg::Matrix::invert)
Note: See TracChangeset
for help on using the changeset viewer.
