#include <PyImathMatrix.h>
|
| static PyObject * | wrap (const IMATH_NAMESPACE::Matrix44< T > &m) |
| |
| static int | convert (PyObject *p, IMATH_NAMESPACE::Matrix44< T > *m) |
| |
template<class T>
class PyImath::M44< T >
Definition at line 57 of file PyImathMatrix.h.
template<class T >
| int PyImath::M44< T >::convert |
( |
PyObject * |
p, |
|
|
IMATH_NAMESPACE::Matrix44< T > * |
m |
|
) |
| |
|
static |
template<class T >
| PyObject * PyImath::M44< T >::wrap |
( |
const IMATH_NAMESPACE::Matrix44< T > & |
m | ) |
|
|
static |
The documentation for this class was generated from the following file: