Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction0DVec2f.h File Reference
#include "../BPy_UnaryFunction0D.h"
#include "../../geometry/Geom.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DVec2f
 

Macros

#define BPy_UnaryFunction0DVec2f_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVec2f_Type))
 

Functions

int UnaryFunction0DVec2f_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DVec2f_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DVec2f_Check

#define BPy_UnaryFunction0DVec2f_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVec2f_Type))

Definition at line 21 of file BPy_UnaryFunction0DVec2f.h.

Function Documentation

◆ UnaryFunction0DVec2f_Init()

int UnaryFunction0DVec2f_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DVec2f_Type

PyTypeObject UnaryFunction0DVec2f_Type
extern

Definition at line 117 of file BPy_UnaryFunction0DVec2f.cpp.

Referenced by UnaryFunction0DVec2f_Init().