9 #include "../../../view_map/Functions0D.h"
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DVec3f` > :class:`VertexOrientation3DF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a VertexOrientation3DF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns a three-dimensional vector giving the 3D oriented tangent to\n"
32 " the 1D element to which the :class:`freestyle.types.Interface0D`\n"
33 " pointed by the Interface0DIterator belongs. The 3D oriented tangent\n"
34 " is evaluated at the pointed Interface0D.\n"
36 " :arg it: An Interface0DIterator object.\n"
37 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
38 " :return: The 3D 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_vec3f.uf0D_vec3f->py_uf0D = (PyObject *)
self;
59 PyVarObject_HEAD_INIT(
nullptr, 0)
"VertexOrientation3DF0D",
77 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
PyTypeObject UnaryFunction0DVec3f_Type
static int VertexOrientation3DF0D___init__(BPy_VertexOrientation3DF0D *self, PyObject *args, PyObject *kwds)
static char VertexOrientation3DF0D___doc__[]
PyTypeObject VertexOrientation3DF0D_Type