Blender V4.3
BPy_VertexOrientation3DF0D.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (VertexOrientation3DF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DVec3f` > :class:`VertexOrientation3DF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a VertexOrientation3DF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns a three-dimensional vector giving the 3D oriented tangent to\n" " the 1D element to which the :class:`freestyle.types.Interface0D`\n" " pointed by the Interface0DIterator belongs. The 3D oriented tangent\n" " is evaluated at the pointed Interface0D.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The 3D oriented tangent to the 1D element evaluated at the\n" " pointed Interface0D.\n" " :rtype: :class:`mathutils.Vector`\n")
 
static int VertexOrientation3DF0D___init__ (BPy_VertexOrientation3DF0D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject VertexOrientation3DF0D_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( VertexOrientation3DF0D___doc__ ,
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` ,
" ":class:`freestyle.types.UnaryFunction0DVec3f` ,
:class:`VertexOrientation3DF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a VertexOrientation3DF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns a three-dimensional vector giving the 3D oriented tangent to\n" " the 1D element to which the :class:`freestyle.types.Interface0D`\n" " pointed by the Interface0DIterator belongs. The 3D oriented tangent\n" " is evaluated at the pointed Interface0D.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The 3D oriented tangent to the 1D element evaluated at the\n" " pointed Interface0D.\n" " :rtype::class:`mathutils.Vector`\n"  )

◆ VertexOrientation3DF0D___init__()

static int VertexOrientation3DF0D___init__ ( BPy_VertexOrientation3DF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 46 of file BPy_VertexOrientation3DF0D.cpp.

References self.

Variable Documentation

◆ VertexOrientation3DF0D_Type

PyTypeObject VertexOrientation3DF0D_Type

Definition at line 62 of file BPy_VertexOrientation3DF0D.cpp.

Referenced by UnaryFunction0DVec3f_Init().