23 #include "../../../view_map/Functions0D.h"
36 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
37 ":class:`freestyle.types.UnaryFunction0DVec2f` > :class:`Normal2DF0D`\n"
39 ".. method:: __init__()\n"
41 " Builds a Normal2DF0D object.\n"
43 ".. method:: __call__(it)\n"
45 " Returns a two-dimensional vector giving the normalized 2D normal to\n"
46 " the 1D element to which the :class:`freestyle.types.Interface0D`\n"
47 " pointed by the Interface0DIterator belongs. The normal is evaluated\n"
48 " at the pointed Interface0D.\n"
50 " :arg it: An Interface0DIterator object.\n"
51 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
52 " :return: The 2D normal of the 1D element evaluated at the pointed\n"
54 " :rtype: :class:`mathutils.Vector`\n";
58 static const char *kwlist[] = {
nullptr};
60 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
64 self->py_uf0D_vec2f.uf0D_vec2f->py_uf0D = (PyObject *)
self;
71 PyVarObject_HEAD_INIT(
nullptr, 0)
"Normal2DF0D",
89 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