Blender  V3.3
Functions | Variables
BPy_GetProjectedYF0D.cpp File Reference
#include "BPy_GetProjectedYF0D.h"
#include "../../../view_map/Functions0D.h"

Go to the source code of this file.

Functions

static int GetProjectedYF0D___init__ (BPy_GetProjectedYF0D *self, PyObject *args, PyObject *kwds)
 

Variables

static char GetProjectedYF0D___doc__ []
 
PyTypeObject GetProjectedYF0D_Type
 

Function Documentation

◆ GetProjectedYF0D___init__()

static int GetProjectedYF0D___init__ ( BPy_GetProjectedYF0D self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 39 of file BPy_GetProjectedYF0D.cpp.

Variable Documentation

◆ GetProjectedYF0D___doc__

char GetProjectedYF0D___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
":class:`freestyle.types.UnaryFunction0DDouble` > :class:`GetProjectedYF0D`\n"
"\n"
".. method:: __init__()\n"
"\n"
" Builds a GetProjectedYF0D object.\n"
"\n"
".. method:: __call__(it)\n"
"\n"
" Returns the Y 3D projected coordinate of the :class:`freestyle.types.Interface0D`\n"
" pointed by the Interface0DIterator.\n"
"\n"
" :arg it: An Interface0DIterator object.\n"
" :type it: :class:`freestyle.types.Interface0DIterator`\n"
" :return: The Y 3D projected coordinate of the pointed Interface0D.\n"
" :rtype: float\n"

Definition at line 21 of file BPy_GetProjectedYF0D.cpp.

◆ GetProjectedYF0D_Type

PyTypeObject GetProjectedYF0D_Type

Definition at line 53 of file BPy_GetProjectedYF0D.cpp.

Referenced by UnaryFunction0DDouble_Init().