Blender  V2.59
Classes | Defines | Functions | Variables
mathutils_Euler.h File Reference

Go to the source code of this file.

Classes

struct  EulerObject

Defines

#define EulerObject_Check(_v)   PyObject_TypeCheck((_v), &euler_Type)

Functions

PyObject * newEulerObject (float *eul, short order, int type, PyTypeObject *base_type)
PyObject * newEulerObject_cb (PyObject *cb_user, short order, int cb_type, int cb_subtype)
short euler_order_from_string (const char *str, const char *error_prefix)

Variables

PyTypeObject euler_Type

Define Documentation

#define EulerObject_Check (   _v)    PyObject_TypeCheck((_v), &euler_Type)

Function Documentation

short euler_order_from_string ( const char *  str,
const char *  error_prefix 
)
PyObject* newEulerObject ( float *  eul,
short  order,
int  type,
PyTypeObject *  base_type 
)
PyObject* newEulerObject_cb ( PyObject *  cb_user,
short  order,
int  cb_type,
int  cb_subtype 
)

Definition at line 709 of file mathutils_Euler.c.

References newEulerObject(), NULL, and Py_NEW.

Referenced by pyrna_math_object_from_array().


Variable Documentation

PyTypeObject euler_Type

Definition at line 618 of file mathutils_Euler.c.

Referenced by Matrix_to_euler(), PyInit_mathutils(), and Quaternion_to_euler().