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