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

Go to the source code of this file.

Classes

struct  VectorObject

Defines

#define VectorObject_Check(_v)   PyObject_TypeCheck((_v), &vector_Type)

Functions

PyObject * newVectorObject (float *vec, const int size, const int type, PyTypeObject *base_type)
PyObject * newVectorObject_cb (PyObject *user, int size, int callback_type, int subtype)

Variables

PyTypeObject vector_Type

Define Documentation

#define VectorObject_Check (   _v)    PyObject_TypeCheck((_v), &vector_Type)

Function Documentation

PyObject* newVectorObject ( float *  vec,
const int  size,
const int  type,
PyTypeObject *  base_type 
)
PyObject* newVectorObject_cb ( PyObject *  user,
int  size,
int  callback_type,
int  subtype 
)

Definition at line 2491 of file mathutils_Vector.c.

References newVectorObject(), and Py_NEW.

Referenced by Matrix_item(), Matrix_slice(), and pyrna_math_object_from_array().


Variable Documentation

PyTypeObject vector_Type