21 VertexOrientation2DF0D___doc__,
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)) {
59 PyVarObject_HEAD_INIT(
nullptr, 0)
60 "VertexOrientation2DF0D",
78 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
79 VertexOrientation2DF0D___doc__,
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
PyTypeObject UnaryFunction0DVec2f_Type
PyTypeObject VertexOrientation2DF0D_Type
static int VertexOrientation2DF0D___init__(BPy_VertexOrientation2DF0D *self, PyObject *args, PyObject *kwds)
Functions taking 0D input.
Freestyle::UnaryFunction0D< Freestyle::Geometry::Vec2f > * uf0D_vec2f
BPy_UnaryFunction0DVec2f py_uf0D_vec2f