Blender V4.3
BPy_GetProjectedXF0D.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (GetProjectedXF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`GetProjectedXF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetProjectedXF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the X 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 X 3D projected coordinate of the pointed Interface0D.\n" " :rtype: float\n")
 
static int GetProjectedXF0D___init__ (BPy_GetProjectedXF0D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject GetProjectedXF0D_Type
 

Function Documentation

◆ GetProjectedXF0D___init__()

static int GetProjectedXF0D___init__ ( BPy_GetProjectedXF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 43 of file BPy_GetProjectedXF0D.cpp.

References self.

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( GetProjectedXF0D___doc__ ,
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` ,
" ":class:`freestyle.types.UnaryFunction0DDouble` ,
:class:`GetProjectedXF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a GetProjectedXF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns the X 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 X 3D projected coordinate of the pointed Interface0D.\n" " :rtype:float\n"  )

Variable Documentation

◆ GetProjectedXF0D_Type

PyTypeObject GetProjectedXF0D_Type

Definition at line 57 of file BPy_GetProjectedXF0D.cpp.

Referenced by UnaryFunction0DDouble_Init().