Go to the source code of this file.
|
| | PyDoc_STRVAR (VertexOrientation2DF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DVec2f` > :class:`VertexOrientation2DF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a VertexOrientation2DF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns a two-dimensional vector giving the 2D oriented tangent to the\n" " 1D element to which the :class:`freestyle.types.Interface0D` pointed\n" " by the Interface0DIterator belongs. The 2D oriented tangent is\n" " evaluated at the pointed Interface0D.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The 2D oriented tangent to the 1D element evaluated at the\n" " pointed Interface0D.\n" " :rtype: :class:`mathutils.Vector`\n") |
| |
| static int | VertexOrientation2DF0D___init__ (BPy_VertexOrientation2DF0D *self, PyObject *args, PyObject *kwds) |
| |
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
VertexOrientation2DF0D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , |
|
|
" ":class:`freestyle.types.UnaryFunction0DVec2f` | , |
|
|
:class:`VertexOrientation2DF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a VertexOrientation2DF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns a two-dimensional vector giving the 2D oriented tangent to the\n" " 1D element to which the :class:`freestyle.types.Interface0D` pointed\n" " by the Interface0DIterator belongs. The 2D oriented tangent is\n" " evaluated at the pointed Interface0D.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The 2D oriented tangent to the 1D element evaluated at the\n" " pointed Interface0D.\n" " :rtype::class:`mathutils.Vector`\n" | ) |
◆ VertexOrientation2DF0D___init__()
◆ VertexOrientation2DF0D_Type
| PyTypeObject VertexOrientation2DF0D_Type |