Blender V4.3
BPy_Curvature2DAngleF0D.cpp File Reference

Go to the source code of this file.

Functions

 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")
 
static int Curvature2DAngleF0D___init__ (BPy_Curvature2DAngleF0D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject Curvature2DAngleF0D_Type
 

Function Documentation

◆ Curvature2DAngleF0D___init__()

static int Curvature2DAngleF0D___init__ ( BPy_Curvature2DAngleF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 46 of file BPy_Curvature2DAngleF0D.cpp.

References self.

◆ PyDoc_STRVAR()

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"  )

Variable Documentation

◆ Curvature2DAngleF0D_Type

PyTypeObject Curvature2DAngleF0D_Type

Definition at line 62 of file BPy_Curvature2DAngleF0D.cpp.

Referenced by UnaryFunction0DDouble_Init().