9 #include "../../../view_map/Functions0D.h"
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DVec2f` > :class:`Normal2DF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a Normal2DF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns a two-dimensional vector giving the normalized 2D normal to\n"
32 " the 1D element to which the :class:`freestyle.types.Interface0D`\n"
33 " pointed by the Interface0DIterator belongs. The normal is evaluated\n"
34 " at the pointed Interface0D.\n"
36 " :arg it: An Interface0DIterator object.\n"
37 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
38 " :return: The 2D normal of the 1D element evaluated at the pointed\n"
40 " :rtype: :class:`mathutils.Vector`\n";
44 static const char *kwlist[] = {
nullptr};
46 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
50 self->py_uf0D_vec2f.uf0D_vec2f->py_uf0D = (PyObject *)
self;
57 PyVarObject_HEAD_INIT(
nullptr, 0)
"Normal2DF0D",
75 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static int Normal2DF0D___init__(BPy_Normal2DF0D *self, PyObject *args, PyObject *kwds)
static char Normal2DF0D___doc__[]
PyTypeObject Normal2DF0D_Type
PyTypeObject UnaryFunction0DVec2f_Type