26 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
27 ":class:`freestyle.types.UnaryFunction0DVec2f` > :class:`Normal2DF0D`\n"
29 ".. method:: __init__()\n"
31 " Builds a Normal2DF0D object.\n"
33 ".. method:: __call__(it)\n"
35 " Returns a two-dimensional vector giving the normalized 2D normal to\n"
36 " the 1D element to which the :class:`freestyle.types.Interface0D`\n"
37 " pointed by the Interface0DIterator belongs. The normal is evaluated\n"
38 " at the pointed Interface0D.\n"
40 " :arg it: An Interface0DIterator object.\n"
41 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
42 " :return: The 2D normal of the 1D element evaluated at the pointed\n"
44 " :rtype: :class:`mathutils.Vector`\n");
48 static const char *kwlist[] = {
nullptr};
50 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
54 self->py_uf0D_vec2f.uf0D_vec2f->py_uf0D = (PyObject *)
self;
61 PyVarObject_HEAD_INIT(
nullptr, 0)
80 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static int Normal2DF0D___init__(BPy_Normal2DF0D *self, PyObject *args, PyObject *kwds)
PyDoc_STRVAR(Normal2DF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DVec2f` > :class:`Normal2DF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a Normal2DF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns a two-dimensional vector giving the normalized 2D normal to\n" " the 1D element to which the :class:`freestyle.types.Interface0D`\n" " pointed by the Interface0DIterator belongs. The normal is evaluated\n" " at the pointed Interface0D.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The 2D normal of the 1D element evaluated at the pointed\n" " Interface0D.\n" " :rtype: :class:`mathutils.Vector`\n")
PyTypeObject Normal2DF0D_Type
PyTypeObject UnaryFunction0DVec2f_Type
Functions taking 0D input.