#include <PyShape.h>
Public Member Functions | |
PyObject * | getDiffuseColor () |
PyObject * | getRelPosition () |
PyObject * | getRelRotation () |
void | setDiffuseColor (PyObject *v) |
void | setRelPosition (PyObject *v) |
void | setRelRotation (PyObject *v) |
PyObject * PyShape::getDiffuseColor | ( | ) |
Definition at line 50 of file PyShape.cpp.
PyObject * PyShape::getRelPosition | ( | ) |
Definition at line 4 of file PyShape.cpp.
PyObject * PyShape::getRelRotation | ( | ) |
Definition at line 19 of file PyShape.cpp.
void PyShape::setDiffuseColor | ( | PyObject * | v | ) |
Definition at line 57 of file PyShape.cpp.
void PyShape::setRelPosition | ( | PyObject * | v | ) |
Definition at line 11 of file PyShape.cpp.
void PyShape::setRelRotation | ( | PyObject * | v | ) |
Definition at line 27 of file PyShape.cpp.