|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (GetProjectedYF0D___doc__, "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") | |
| static int | GetProjectedYF0D___init__ (BPy_GetProjectedYF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | GetProjectedYF0D_Type |
|
static |
Definition at line 39 of file BPy_GetProjectedYF0D.cpp.
References GetProjectedYF0D___init__(), Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_GetProjectedYF0D::py_uf0D_double, and BPy_UnaryFunction0DDouble::uf0D_double.
Referenced by GetProjectedYF0D___init__().
| PyDoc_STRVAR | ( | GetProjectedYF0D___doc__ | , |
| "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" | ) |
References PyDoc_STRVAR().
| PyTypeObject GetProjectedYF0D_Type |
Definition at line 53 of file BPy_GetProjectedYF0D.cpp.
Referenced by UnaryFunction0DDouble_Init().