.. raw:: html

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

Spline
==============================

.. currentmodule:: splinebox.spline_curves

.. autoclass:: Spline
   :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
      
         Spline.__call__
         Spline.arc_length
         Spline.arc_length_to_parameter
         Spline.copy
         Spline.curvature
         Spline.curvilinear_reparametrization_energy
         Spline.distance
         Spline.draw
         Spline.dtheta
         Spline.fit
         Spline.from_json
         Spline.is_inside
         Spline.mesh
         Spline.moving_frame
         Spline.normal
         Spline.rotate
         Spline.scale
         Spline.to_json
         Spline.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
      
         Spline.M
         Spline.basis_function
         Spline.closed
         Spline.control_points
         Spline.half_support
         Spline.integration_segment_size
         Spline.knots
         Spline.ndim
         Spline.pad
  
  

.. _sphx_glr_backref_splinebox.Spline:

.. minigallery:: splinebox.Spline