Blender V2.61 - r43446
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 * Vector_CreatePyObject (float *vec, const int size, const int type, PyTypeObject *base_type)
PyObject * Vector_CreatePyObject_cb (PyObject *user, int size, int callback_type, int subtype)
PyObject * Vector_CreatePyObject_alloc (float *vec, const int size, PyTypeObject *base_type)

Variables

PyTypeObject vector_Type

Detailed Description

Definition in file mathutils_Vector.h.


Define Documentation

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

Function Documentation

PyObject* Vector_CreatePyObject ( float *  vec,
const int  size,
const int  type,
PyTypeObject *  base_type 
)
PyObject* Vector_CreatePyObject_alloc ( float *  vec,
const int  size,
PyTypeObject *  base_type 
)
PyObject* Vector_CreatePyObject_cb ( PyObject *  user,
int  size,
int  callback_type,
int  subtype 
)

Variable Documentation

PyTypeObject vector_Type