9 #include "../../../view_map/Functions0D.h"
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`Curvature2DAngleF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a Curvature2DAngleF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns a real value giving the 2D curvature (as an angle) of the 1D\n"
32 " element to which the :class:`freestyle.types.Interface0D` pointed by\n"
33 " the Interface0DIterator belongs. The 2D curvature is evaluated at the\n"
36 " :arg it: An Interface0DIterator object.\n"
37 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
38 " :return: The 2D curvature of the 1D element evaluated at the\n"
39 " pointed Interface0D.\n"
46 static const char *kwlist[] = {
nullptr};
48 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
52 self->py_uf0D_double.uf0D_double->py_uf0D = (PyObject *)
self;
59 PyVarObject_HEAD_INIT(
nullptr, 0)
"Curvature2DAngleF0D",
77 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char Curvature2DAngleF0D___doc__[]
static int Curvature2DAngleF0D___init__(BPy_Curvature2DAngleF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject Curvature2DAngleF0D_Type
PyTypeObject UnaryFunction0DDouble_Type