.. raw:: html

   <div class="prename">splinebox.spline_curves.</div>
   <div class="empty"></div>

HermiteSpline
=====================================

.. currentmodule:: splinebox.spline_curves

.. autoclass:: HermiteSpline
   :no-members:
   :no-inherited-members:
   :no-special-members:

  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. It doesn't appear because of the indentation.
      .. autosummary::
         :toctree:
         :template: method.rst
      
         HermiteSpline.__call__
         HermiteSpline.arc_length
         HermiteSpline.arc_length_to_parameter
         HermiteSpline.copy
         HermiteSpline.curvature
         HermiteSpline.curvilinear_reparametrization_energy
         HermiteSpline.distance
         HermiteSpline.draw
         HermiteSpline.dtheta
         HermiteSpline.fit
         HermiteSpline.from_json
         HermiteSpline.is_inside
         HermiteSpline.mesh
         HermiteSpline.moving_frame
         HermiteSpline.normal
         HermiteSpline.rotate
         HermiteSpline.scale
         HermiteSpline.to_json
         HermiteSpline.translate
      
  

  
  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. It doesn't appear because of the indentation.
      .. autosummary::
         :toctree:
         :template: attribute.rst
      
         HermiteSpline.M
         HermiteSpline.basis_function
         HermiteSpline.closed
         HermiteSpline.control_points
         HermiteSpline.half_support
         HermiteSpline.integration_segment_size
         HermiteSpline.knots
         HermiteSpline.ndim
         HermiteSpline.pad
         HermiteSpline.tangents
  
  

.. _sphx_glr_backref_splinebox.HermiteSpline:

.. minigallery:: splinebox.HermiteSpline