23 #include "../../../view_map/Functions0D.h"
36 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
37 ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`Curvature2DAngleF0D`\n"
39 ".. method:: __init__()\n"
41 " Builds a Curvature2DAngleF0D object.\n"
43 ".. method:: __call__(it)\n"
45 " Returns a real value giving the 2D curvature (as an angle) of the 1D\n"
46 " element to which the :class:`freestyle.types.Interface0D` pointed by\n"
47 " the Interface0DIterator belongs. The 2D curvature is evaluated at the\n"
50 " :arg it: An Interface0DIterator object.\n"
51 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
52 " :return: The 2D curvature of the 1D element evaluated at the\n"
53 " pointed Interface0D.\n"
60 static const char *kwlist[] = {
nullptr};
62 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
66 self->py_uf0D_double.uf0D_double->py_uf0D = (PyObject *)
self;
73 PyVarObject_HEAD_INIT(
nullptr, 0)
"Curvature2DAngleF0D",
91 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