25 Curvature2DAngleF0D___doc__,
26 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
27 ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`Curvature2DAngleF0D`\n"
29 ".. method:: __init__()\n"
31 " Builds a Curvature2DAngleF0D object.\n"
33 ".. method:: __call__(it)\n"
35 " Returns a real value giving the 2D curvature (as an angle) of the 1D\n"
36 " element to which the :class:`freestyle.types.Interface0D` pointed by\n"
37 " the Interface0DIterator belongs. The 2D curvature is evaluated at the\n"
40 " :arg it: An Interface0DIterator object.\n"
41 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
42 " :return: The 2D curvature of the 1D element evaluated at the\n"
43 " pointed Interface0D.\n"
50 static const char *kwlist[] = {
nullptr};
52 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
56 self->py_uf0D_double.uf0D_double->py_uf0D = (PyObject *)
self;
63 PyVarObject_HEAD_INIT(
nullptr, 0)
64 "Curvature2DAngleF0D",
82 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
83 Curvature2DAngleF0D___doc__,
static int Curvature2DAngleF0D___init__(BPy_Curvature2DAngleF0D *self, PyObject *args, PyObject *kwds)
PyDoc_STRVAR(Curvature2DAngleF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`Curvature2DAngleF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a Curvature2DAngleF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns a real value giving the 2D curvature (as an angle) of the 1D\n" " element to which the :class:`freestyle.types.Interface0D` pointed by\n" " the Interface0DIterator belongs. The 2D curvature is evaluated at the\n" " Interface0D.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The 2D curvature of the 1D element evaluated at the\n" " pointed Interface0D.\n" " :rtype: float\n")
PyTypeObject Curvature2DAngleF0D_Type
PyTypeObject UnaryFunction0DDouble_Type
Functions taking 0D input.